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

Theorem

nat.eq_leb_body_O

Statement

leibniz (leb_body O) (λm. true)

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem eq_leb_body_O : leibniz.leibniz (nat -> bool.bool) (leb_body O) (fun (m:nat) => bool.true).



Matita-Jumb
Statement

theorem eq_leb_body_O : (leibniz) (nat -> bool) ((leb_body) (O) ) (\lambda m : nat. (true) ).



Lean-jumb
Statement

theorem eq_leb_body_O : (((leibniz.leibniz) ((nat.nat) -> bool.bool)) (((nat.leb_body) ) ((nat.O) ))) (fun (m : nat.nat) , (bool.true) ).



PVS-jumb

Statement

eq_leb_body_O : LEMMA leibniz_sttfa_th.leibniz[[nat_sttfa.sttfa_nat -> bool_sttfa_th.sttfa_bool]](nat_sttfa.leb_body(nat_sttfa.sttfa_O))((LAMBDA(m:nat_sttfa.sttfa_nat):bool_sttfa_th.sttfa_true))



OpenTheory

Printing for OpenTheory is not working at the moment.