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

Theorem

nat.eq_minus

Statement

∀ n, leibniz (minus n) (filter_nat_type minus_body n)

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem eq_minus : forall (n:nat), leibniz.leibniz (nat -> nat) (minus n) (filter_nat_type (nat -> nat) minus_body n).



Matita-Jumb
Statement

theorem eq_minus : \forall (n:nat). (leibniz) (nat -> nat) ((minus) n) ((filter_nat_type) (nat -> nat) (minus_body) n).



Lean-jumb
Statement

theorem eq_minus : forall (n:nat.nat) , (((leibniz.leibniz) ((nat.nat) -> nat.nat)) (((nat.minus) ) (n))) ((((nat.filter_nat_type) ((nat.nat) -> nat.nat)) ((nat.minus_body) )) (n)).



PVS-jumb

Statement

eq_minus : LEMMA (FORALL(n:nat_sttfa.sttfa_nat):leibniz_sttfa_th.leibniz[[nat_sttfa.sttfa_nat -> nat_sttfa.sttfa_nat]](nat_sttfa.minus(n))(nat_sttfa.filter_nat_type[[nat_sttfa.sttfa_nat -> nat_sttfa.sttfa_nat]](nat_sttfa.minus_body)(n)))



OpenTheory

Printing for OpenTheory is not working at the moment.