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

Theorem

primes.divides_to_div_mod_spec

Statement

∀ n m, O < n ⇒ n | m ⇒ div_mod_spec m n (div m n) O

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem divides_to_div_mod_spec : forall (n:nat.nat), forall (m:nat.nat), (nat.lt nat.O n) -> (divides n m) -> div_mod.div_mod_spec m n (div_mod.div m n) nat.O.



Matita-Jumb
Statement

theorem divides_to_div_mod_spec : \forall (n:nat). \forall (m:nat). ((lt) (O) n) -> ((divides) n m) -> (div_mod_spec) m n ((div) m n) (O) .



Lean-jumb
Statement

theorem divides_to_div_mod_spec : forall (n:nat.nat) , forall (m:nat.nat) , ((((nat.lt_) ) ((nat.O) )) (n)) -> ((((primes.divides) ) (n)) (m)) -> (((((div_mod.div_mod_spec) ) (m)) (n)) ((((div_mod.div) ) (m)) (n))) ((nat.O) ).



PVS-jumb

Statement

divides_to_div_mod_spec : LEMMA (FORALL(n:nat_sttfa_th.sttfa_nat):(FORALL(m:nat_sttfa_th.sttfa_nat):(nat_sttfa_th.lt(nat_sttfa_th.sttfa_O)(n) => (primes_sttfa.sttfa_divides(n)(m) => div_mod_sttfa_th.div_mod_spec(m)(n)(div_mod_sttfa_th.div(m)(n))(nat_sttfa_th.sttfa_O)))))



OpenTheory

Printing for OpenTheory is not working at the moment.