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

Theorem

div_mod.div_mod_spec_div_mod

Statement

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

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem div_mod_spec_div_mod : forall (n:nat.nat), forall (m:nat.nat), (nat.lt nat.O m) -> div_mod_spec n m (div n m) (mod n m).



Matita-Jumb
Statement

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



Lean-jumb
Statement

theorem div_mod_spec_div_mod : forall (n:nat.nat) , forall (m:nat.nat) , ((((nat.lt_) ) ((nat.O) )) (m)) -> (((((div_mod.div_mod_spec) ) (n)) (m)) ((((div_mod.div) ) (n)) (m))) ((((div_mod.mod) ) (n)) (m)).



PVS-jumb

Statement

div_mod_spec_div_mod : LEMMA (FORALL(n:nat_sttfa_th.sttfa_nat):(FORALL(m:nat_sttfa_th.sttfa_nat):(nat_sttfa_th.lt(nat_sttfa_th.sttfa_O)(m) => div_mod_sttfa.div_mod_spec(n)(m)(div_mod_sttfa.div(n)(m))(div_mod_sttfa.mod(n)(m)))))



OpenTheory

Printing for OpenTheory is not working at the moment.