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

Axiom

nat.axiom_match_nat_type_O

Statement

∀ case_O case_S, equal (match_nat_type case_O case_S O) case_O

Main Dependencies
Theory

Coq-Jumb
Statement

Axiom axiom_match_nat_type_O : forall return_type, forall (case_O:return_type), forall (case_S:(nat -> return_type)), connectives.equal (return_type) (match_nat_type (return_type) case_O case_S O) case_O



Matita-Jumb
Statement

axiom axiom_match_nat_type_O : \forall return_type. \forall (case_O:return_type). \forall (case_S:nat -> return_type). (equal) (return_type) ((match_nat_type) (return_type) case_O case_S (O) ) case_O



Lean-jumb
Statement

axiom axiom_match_nat_type_O : forall (return_type : Type) , forall (case_O:return_type) , forall (case_S:(nat.nat) -> return_type) , (((connectives.equal) (return_type)) (((((nat.match_nat_type) (return_type)) (case_O)) (case_S)) ((nat.O) ))) (case_O)



PVS-jumb

Statement

axiom_match_nat_type_O [return_type:TYPE+] : AXIOM (FORALL(case_O:return_type):(FORALL(case_S:[nat_sttfa.sttfa_nat -> return_type]):connectives_sttfa_th.equal[return_type](nat_sttfa.match_nat_type[return_type](case_O)(case_S)(nat_sttfa.sttfa_O))(case_O)))



OpenTheory

Printing for OpenTheory is not working at the moment.