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

Theorem

nat.times_n_Sm

Statement

∀ n m, (n + (n × m)) = (n × (m+1))

Main Dependencies
Theory

Coq-Jumb
Statement

Theorem times_n_Sm : forall (n:nat), forall (m:nat), logic.eq (nat) (plus n (times n m)) (times n (S m)).



Matita-Jumb
Statement

theorem times_n_Sm : \forall (n:nat). \forall (m:nat). (eq) (nat) ((plus) n ((times) n m)) ((times) n ((S) m)).



Lean-jumb
Statement

theorem times_n_Sm : forall (n:nat.nat) , forall (m:nat.nat) , (((logic.eq_) (nat.nat)) ((((nat.plus) ) (n)) ((((nat.times) ) (n)) (m)))) ((((nat.times) ) (n)) (((nat.S) ) (m))).



PVS-jumb

Statement

times_n_Sm : LEMMA (FORALL(n:nat_sttfa.sttfa_nat):(FORALL(m:nat_sttfa.sttfa_nat):logic_sttfa_th.eq[nat_sttfa.sttfa_nat](nat_sttfa.plus(n)(nat_sttfa.times(n)(m)))(nat_sttfa.times(n)(nat_sttfa.sttfa_S(m)))))



OpenTheory

Printing for OpenTheory is not working at the moment.