Step * of Lemma algebra_times_assoc

[A:Rng]. ∀[m:algebra{i:l}(A)]. ∀[x,y,z:m.car].  ((x m.times (y m.times z)) ((x m.times y) m.times z) ∈ m.car)
BY
(Auto THEN AddProperties THEN Auto) }


Latex:


Latex:
\mforall{}[A:Rng].  \mforall{}[m:algebra\{i:l\}(A)].  \mforall{}[x,y,z:m.car].
    ((x  m.times  (y  m.times  z))  =  ((x  m.times  y)  m.times  z))


By


Latex:
(Auto  THEN  AddProperties  2  THEN  Auto)




Home Index