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

Theorem

div_mod.sym_eq_mod_aux

Statement

∀ p, leibniz (filter_nat_type mod_aux_body p) (mod_aux p)

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem sym_eq_mod_aux : forall (p:nat.nat), leibniz.leibniz (nat.nat -> nat.nat -> nat.nat) (nat.filter_nat_type (nat.nat -> nat.nat -> nat.nat) mod_aux_body p) (mod_aux p).



Matita-Jumb
Statement

theorem sym_eq_mod_aux : \forall (p:nat). (leibniz) (nat -> nat -> nat) ((filter_nat_type) (nat -> nat -> nat) (mod_aux_body) p) ((mod_aux) p).



Lean-jumb
Statement

theorem sym_eq_mod_aux : forall (p:nat.nat) , (((leibniz.leibniz) ((nat.nat) -> (nat.nat) -> nat.nat)) ((((nat.filter_nat_type) ((nat.nat) -> (nat.nat) -> nat.nat)) ((div_mod.mod_aux_body) )) (p))) (((div_mod.mod_aux) ) (p)).



PVS-jumb

Statement

sym_eq_mod_aux : LEMMA (FORALL(p:nat_sttfa_th.sttfa_nat):leibniz_sttfa_th.leibniz[[nat_sttfa_th.sttfa_nat -> [nat_sttfa_th.sttfa_nat -> nat_sttfa_th.sttfa_nat]]](nat_sttfa_th.filter_nat_type[[nat_sttfa_th.sttfa_nat -> [nat_sttfa_th.sttfa_nat -> nat_sttfa_th.sttfa_nat]]](div_mod_sttfa.mod_aux_body)(p))(div_mod_sttfa.mod_aux(p)))



OpenTheory

Printing for OpenTheory is not working at the moment.