Step
*
of Lemma
module_plus_assoc
∀[A:Rng]. ∀[m:A-Module]. ∀[x,y,z:m.car].  ((x m.plus (y m.plus z)) = ((x m.plus y) m.plus z) ∈ m.car)
BY
{ (Auto THEN AddProperties 2 THEN Auto) }
Latex:
Latex:
\mforall{}[A:Rng].  \mforall{}[m:A-Module].  \mforall{}[x,y,z:m.car].    ((x  m.plus  (y  m.plus  z))  =  ((x  m.plus  y)  m.plus  z))
By
Latex:
(Auto  THEN  AddProperties  2  THEN  Auto)
Home
Index