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

Axiom

connectives.match_Or_prop

Statement

∀ A B return, A ⇒ return ⇒ B ⇒ return ⇒ A ∨ B ⇒ return

Main Dependencies
Theory

Coq-Jumb
Statement

Axiom match_Or_prop : forall (A:Prop), forall (B:Prop), forall (return_:Prop), (A -> return_) -> (B -> return_) -> (Or A B) -> return_



Matita-Jumb
Statement

axiom match_Or_prop : \forall (A:Prop). \forall (B:Prop). \forall (return_:Prop). ((A) -> return_) -> ((B) -> return_) -> ((Or) A B) -> return_



Lean-jumb
Statement

axiom match_Or_prop : forall (A:Prop) , forall (B:Prop) , forall (return:Prop) , ((A) -> return) -> ((B) -> return) -> ((((connectives.Or) ) (A)) (B)) -> return



PVS-jumb

Statement

match_Or_prop : AXIOM (FORALL(A:bool):(FORALL(B:bool):(FORALL(return:bool):((A => return) => ((B => return) => (connectives_sttfa.sttfa_Or(A)(B) => return))))))



OpenTheory

Printing for OpenTheory is not working at the moment.