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

Axiom

nat.axiom_plus_body_O

Statement

equal (plus_body O) (λm. m)

Main Dependencies
Theory

Coq-Jumb
Statement

Axiom axiom_plus_body_O : connectives.equal (nat -> nat) (plus_body O) (fun (m:nat) => m)



Matita-Jumb
Statement

axiom axiom_plus_body_O : (equal) (nat -> nat) ((plus_body) (O) ) (\lambda m : nat. m)



Lean-jumb
Statement

axiom axiom_plus_body_O : (((connectives.equal) ((nat.nat) -> nat.nat)) (((nat.plus_body) ) ((nat.O) ))) (fun (m : nat.nat) , m)



PVS-jumb

Statement

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