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

Theorem

div_mod.div_times

Statement

∀ a b, O < b ⇒ (div (a × b) b) = a

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem div_times : forall (a:nat.nat), forall (b:nat.nat), (nat.lt nat.O b) -> logic.eq (nat.nat) (div (nat.times a b) b) a.



Matita-Jumb
Statement

theorem div_times : \forall (a:nat). \forall (b:nat). ((lt) (O) b) -> (eq) (nat) ((div) ((times) a b) b) a.



Lean-jumb
Statement

theorem div_times : forall (a:nat.nat) , forall (b:nat.nat) , ((((nat.lt_) ) ((nat.O) )) (b)) -> (((logic.eq_) (nat.nat)) ((((div_mod.div) ) ((((nat.times) ) (a)) (b))) (b))) (a).



PVS-jumb

Statement

div_times : LEMMA (FORALL(a:nat_sttfa_th.sttfa_nat):(FORALL(b:nat_sttfa_th.sttfa_nat):(nat_sttfa_th.lt(nat_sttfa_th.sttfa_O)(b) => logic_sttfa_th.eq[nat_sttfa_th.sttfa_nat](div_mod_sttfa.div(nat_sttfa_th.times(a)(b))(b))(a))))



OpenTheory

Printing for OpenTheory is not working at the moment.