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

Axiom

nat.axiom_plus

Statement

∀ n, equal (plus n) (filter_nat_type plus_body n)

Main Dependencies
Theory

Coq-Jumb
Statement

Axiom axiom_plus : forall (n:nat), connectives.equal (nat -> nat) (plus n) (filter_nat_type (nat -> nat) plus_body n)



Matita-Jumb
Statement

axiom axiom_plus : \forall (n:nat). (equal) (nat -> nat) ((plus) n) ((filter_nat_type) (nat -> nat) (plus_body) n)



Lean-jumb
Statement

axiom axiom_plus : forall (n:nat.nat) , (((connectives.equal) ((nat.nat) -> nat.nat)) (((nat.plus) ) (n))) ((((nat.filter_nat_type) ((nat.nat) -> nat.nat)) ((nat.plus_body) )) (n))



PVS-jumb

Statement

axiom_plus : AXIOM (FORALL(n:nat_sttfa.sttfa_nat):connectives_sttfa_th.equal[[nat_sttfa.sttfa_nat -> nat_sttfa.sttfa_nat]](nat_sttfa.plus(n))(nat_sttfa.filter_nat_type[[nat_sttfa.sttfa_nat -> nat_sttfa.sttfa_nat]](nat_sttfa.plus_body)(n)))



OpenTheory

Printing for OpenTheory is not working at the moment.