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

Axiom

bool.match_bool_prop

Statement

∀ return, return true ⇒ return false ⇒ ∀ z, return z

Main Dependencies
Theory

Coq-Jumb
Statement

Axiom match_bool_prop : forall (return_:(bool -> Prop)), (return_ true) -> (return_ false) -> forall (z:bool), return_ z



Matita-Jumb
Statement

axiom match_bool_prop : \forall (return_:bool -> Prop). (return_ (true) ) -> (return_ (false) ) -> \forall (z:bool). return_ z



Lean-jumb
Statement

axiom match_bool_prop : forall (return:(bool.bool) -> Prop) , ((return) ((bool.true) )) -> ((return) ((bool.false) )) -> forall (z:bool.bool) , (return) (z)



PVS-jumb

Statement

match_bool_prop : AXIOM (FORALL(return:[bool_sttfa.sttfa_bool -> bool]):(return(bool_sttfa.sttfa_true) => (return(bool_sttfa.sttfa_false) => (FORALL(z:bool_sttfa.sttfa_bool):return(z)))))



OpenTheory

Printing for OpenTheory is not working at the moment.