Step * of Lemma module_plus_comm

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


Latex:


Latex:
\mforall{}[A:Rng].  \mforall{}[m:A-Module].  \mforall{}[x,y:m.car].    ((x  m.plus  y)  =  (y  m.plus  x))


By


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




Home Index