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

Axiom

connectives.falsity

Statement

∀ t, False ⇒ t

Main Dependencies
Theory

Coq-Jumb
Statement

Axiom falsity : forall (t:Prop), False -> t



Matita-Jumb
Statement

axiom falsity : \forall (t:Prop). ((False) ) -> t



Lean-jumb
Statement

axiom falsity : forall (t:Prop) , ((connectives.False) ) -> t



PVS-jumb

Statement

falsity : AXIOM (FORALL(t:bool):(connectives_sttfa.sttfa_False => t))



OpenTheory

Printing for OpenTheory is not working at the moment.