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

Theorem

nat.eq_plus_body_O

Statement

leibniz (plus_body O) (λm. m)

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem eq_plus_body_O : leibniz.leibniz (nat -> nat) (plus_body O) (fun (m:nat) => m).



Matita-Jumb
Statement

theorem eq_plus_body_O : (leibniz) (nat -> nat) ((plus_body) (O) ) (\lambda m : nat. m).



Lean-jumb
Statement

theorem eq_plus_body_O : (((leibniz.leibniz) ((nat.nat) -> nat.nat)) (((nat.plus_body) ) ((nat.O) ))) (fun (m : nat.nat) , m).



PVS-jumb

Statement

eq_plus_body_O : LEMMA leibniz_sttfa_th.leibniz[[nat_sttfa.sttfa_nat -> nat_sttfa.sttfa_nat]](nat_sttfa.plus_body(nat_sttfa.sttfa_O))((LAMBDA(m:nat_sttfa.sttfa_nat):m))



OpenTheory

Printing for OpenTheory is not working at the moment.