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

Theorem

nat.sym_eq_leb_body_O

Statement

leibniz (λm. true) (leb_body O)

Main Dependencies
Theory

Coq-Jumb
Statement

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



Matita-Jumb
Statement

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



Lean-jumb
Statement

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



PVS-jumb

Statement

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



OpenTheory

Printing for OpenTheory is not working at the moment.