connectives.falsity
∀ t, False ⇒ t
Axiom falsity : forall (t:Prop), False -> t
axiom falsity : \forall (t:Prop). ((False) ) -> t
axiom falsity : forall (t:Prop) , ((connectives.False) ) -> t
falsity : AXIOM (FORALL(t:bool):(connectives_sttfa.sttfa_False => t))
Printing for OpenTheory is not working at the moment.