logic.absurd
∀ A, A ⇒ ¬A ⇒ False
Theorem absurd : forall (A:Prop), A -> (connectives.Not A) -> connectives.False.
theorem absurd : \forall (A:Prop). (A) -> ((Not) A) -> (False) .
theorem absurd : forall (A:Prop) , (A) -> (((connectives.Not) ) (A)) -> (connectives.False) .
absurd : LEMMA (FORALL(A:bool):(A => (connectives_sttfa_th.sttfa_Not(A) => connectives_sttfa_th.sttfa_False)))
Printing for OpenTheory is not working at the moment.