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

Axiom

nat.axiom_leb_body_O

Statement

equal (leb_body O) (λm. true)

Main Dependencies
Theory

Coq-Jumb
Statement

Axiom axiom_leb_body_O : connectives.equal (nat -> bool.bool) (leb_body O) (fun (m:nat) => bool.true)



Matita-Jumb
Statement

axiom axiom_leb_body_O : (equal) (nat -> bool) ((leb_body) (O) ) (\lambda m : nat. (true) )



Lean-jumb
Statement

axiom axiom_leb_body_O : (((connectives.equal) ((nat.nat) -> bool.bool)) (((nat.leb_body) ) ((nat.O) ))) (fun (m : nat.nat) , (bool.true) )



PVS-jumb

Statement

axiom_leb_body_O : AXIOM connectives_sttfa_th.equal[[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.