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

Theorem

nat.eq_match_nat_type_O

Statement

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

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem eq_match_nat_type_O : forall return_type, forall (case_O:return_type), forall (case_S:(nat -> return_type)), leibniz.leibniz (return_type) (match_nat_type (return_type) case_O case_S O) case_O.



Matita-Jumb
Statement

theorem eq_match_nat_type_O : \forall return_type. \forall (case_O:return_type). \forall (case_S:nat -> return_type). (leibniz) (return_type) ((match_nat_type) (return_type) case_O case_S (O) ) case_O.



Lean-jumb
Statement

theorem eq_match_nat_type_O : forall (return_type : Type) , forall (case_O:return_type) , forall (case_S:(nat.nat) -> return_type) , (((leibniz.leibniz) (return_type)) (((((nat.match_nat_type) (return_type)) (case_O)) (case_S)) ((nat.O) ))) (case_O).



PVS-jumb

Statement

eq_match_nat_type_O [return_type:TYPE+] : LEMMA (FORALL(case_O:return_type):(FORALL(case_S:[nat_sttfa.sttfa_nat -> return_type]):leibniz_sttfa_th.leibniz[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.