Step
*
1
of Lemma
rng_times_nat_op_r
1. r : Rng
2. a : |r|
3. b : |r|
4. n : ℕ
⊢ ((Σ(r) 0 ≤ i < n. b) * a) = (Σ(r) 0 ≤ i < n. b * a) ∈ |r|
BY
{ ((BLemma `rng_times_sum_r`) THEN Auto) }
Latex:
Latex:
1.  r  :  Rng
2.  a  :  |r|
3.  b  :  |r|
4.  n  :  \mBbbN{}
\mvdash{}  ((\mSigma{}(r)  0  \mleq{}  i  <  n.  b)  *  a)  =  (\mSigma{}(r)  0  \mleq{}  i  <  n.  b  *  a)
By
Latex:
((BLemma  `rng\_times\_sum\_r`)  THEN  Auto)
Home
Index