// This prints the left floatting menu
Dedukti    Load Matita      Load Coq         Load Lean        Load PVS         Load OpenTheory Load
Dedukti-jumb

Axiom

connectives.nmk

Statement

∀ A, A ⇒ False ⇒ ¬A

Main Dependencies
Theory

Coq-Jumb
Statement

Axiom nmk : forall (A:Prop), (A -> False) -> Not A



Matita-Jumb
Statement

axiom nmk : \forall (A:Prop). ((A) -> (False) ) -> (Not) A



Lean-jumb
Statement

axiom nmk : forall (A:Prop) , ((A) -> (connectives.False) ) -> ((connectives.Not) ) (A)



PVS-jumb

Statement

nmk : AXIOM (FORALL(A:bool):((A => connectives_sttfa.sttfa_False) => connectives_sttfa.sttfa_Not(A)))



OpenTheory

Printing for OpenTheory is not working at the moment.