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

Axiom

connectives.match_And_prop

Statement

∀ A B return, A ⇒ B ⇒ return ⇒ A ∧ B ⇒ return

Main Dependencies
Theory

Coq-Jumb
Statement

Axiom match_And_prop : forall (A:Prop), forall (B:Prop), forall (return_:Prop), (A -> B -> return_) -> (And A B) -> return_



Matita-Jumb
Statement

axiom match_And_prop : \forall (A:Prop). \forall (B:Prop). \forall (return_:Prop). ((A) -> (B) -> return_) -> ((And) A B) -> return_



Lean-jumb
Statement

axiom match_And_prop : forall (A:Prop) , forall (B:Prop) , forall (return:Prop) , ((A) -> (B) -> return) -> ((((connectives.And) ) (A)) (B)) -> return



PVS-jumb

Statement

match_And_prop : AXIOM (FORALL(A:bool):(FORALL(B:bool):(FORALL(return:bool):((A => (B => return)) => (connectives_sttfa.sttfa_And(A)(B) => return)))))



OpenTheory

Printing for OpenTheory is not working at the moment.