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

Axiom

bool.axiom_match_bool_type_false

Statement

∀ case_true case_false, equal (if false then case_true else case_false) case_false

Main Dependencies
Theory

Coq-Jumb
Statement

Axiom axiom_match_bool_type_false : forall return_, forall (case_true:return_), forall (case_false:return_), connectives.equal (return_) (match_bool_type (return_) case_true case_false false) case_false



Matita-Jumb
Statement

axiom axiom_match_bool_type_false : \forall return_. \forall (case_true:return_). \forall (case_false:return_). (equal) (return_) ((match_bool_type) (return_) case_true case_false (false) ) case_false



Lean-jumb
Statement

axiom axiom_match_bool_type_false : forall (return : Type) , forall (case_true:return) , forall (case_false:return) , (((connectives.equal) (return)) (((((bool.match_bool_type) (return)) (case_true)) (case_false)) ((bool.false) ))) (case_false)



PVS-jumb

Statement

axiom_match_bool_type_false [return:TYPE+] : AXIOM (FORALL(case_true:return):(FORALL(case_false:return):connectives_sttfa_th.equal[return](bool_sttfa.match_bool_type[return](case_true)(case_false)(bool_sttfa.sttfa_false))(case_false)))



OpenTheory

Printing for OpenTheory is not working at the moment.