Step * of Lemma calgebra_times_comm

[A:Rng]. ∀[m:CAlg(A)]. ∀[x,y:m.car].  ((x m.times y) (y m.times x) ∈ m.car)
BY
((ProvePropertyLemma `comm` 2) THEN Auto) }


Latex:


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


By


Latex:
((ProvePropertyLemma  `comm`  2)  THEN  Auto)




Home Index