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

Theorem

div_mod.div_aux_mod_aux

Statement

∀ p n m, n = (((div_aux p n m) × (m+1)) + (mod_aux p n m))

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem div_aux_mod_aux : forall (p:nat.nat), forall (n:nat.nat), forall (m:nat.nat), logic.eq (nat.nat) n (nat.plus (nat.times (div_aux p n m) (nat.S m)) (mod_aux p n m)).



Matita-Jumb
Statement

theorem div_aux_mod_aux : \forall (p:nat). \forall (n:nat). \forall (m:nat). (eq) (nat) n ((plus) ((times) ((div_aux) p n m) ((S) m)) ((mod_aux) p n m)).



Lean-jumb
Statement

theorem div_aux_mod_aux : forall (p:nat.nat) , forall (n:nat.nat) , forall (m:nat.nat) , (((logic.eq_) (nat.nat)) (n)) ((((nat.plus) ) ((((nat.times) ) (((((div_mod.div_aux) ) (p)) (n)) (m))) (((nat.S) ) (m)))) (((((div_mod.mod_aux) ) (p)) (n)) (m))).



PVS-jumb

Statement

div_aux_mod_aux : LEMMA (FORALL(p:nat_sttfa_th.sttfa_nat):(FORALL(n:nat_sttfa_th.sttfa_nat):(FORALL(m:nat_sttfa_th.sttfa_nat):logic_sttfa_th.eq[nat_sttfa_th.sttfa_nat](n)(nat_sttfa_th.plus(nat_sttfa_th.times(div_mod_sttfa.div_aux(p)(n)(m))(nat_sttfa_th.sttfa_S(m)))(div_mod_sttfa.mod_aux(p)(n)(m))))))



OpenTheory

Printing for OpenTheory is not working at the moment.