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

Theorem

nat.eq_plus

Statement

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

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem eq_plus : forall (n:nat), leibniz.leibniz (nat -> nat) (plus n) (filter_nat_type (nat -> nat) plus_body n).



Matita-Jumb
Statement

theorem eq_plus : \forall (n:nat). (leibniz) (nat -> nat) ((plus) n) ((filter_nat_type) (nat -> nat) (plus_body) n).



Lean-jumb
Statement

theorem eq_plus : forall (n:nat.nat) , (((leibniz.leibniz) ((nat.nat) -> nat.nat)) (((nat.plus) ) (n))) ((((nat.filter_nat_type) ((nat.nat) -> nat.nat)) ((nat.plus_body) )) (n)).



PVS-jumb

Statement

eq_plus : LEMMA (FORALL(n:nat_sttfa.sttfa_nat):leibniz_sttfa_th.leibniz[[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.