Step * of Lemma rmul-ac

No Annotations
[a,b,c:ℝ].  ((a c) (b c))
BY
(Auto
   THEN ((RW (AddrC [1; 2] (LemmaC `rmul_comm`)) 0) THENA Auto)
   THEN ((RW (AddrC [1] (LemmaC `rmul-assoc`)) 0) THENA Auto)
   THEN ((RW (AddrC [1] (LemmaC `rmul_comm`)) 0) THENA Auto)) }


Latex:


Latex:
No  Annotations
\mforall{}[a,b,c:\mBbbR{}].    ((a  *  b  *  c)  =  (b  *  a  *  c))


By


Latex:
(Auto
  THEN  ((RW  (AddrC  [1;  2]  (LemmaC  `rmul\_comm`))  0)  THENA  Auto)
  THEN  ((RW  (AddrC  [1]  (LemmaC  `rmul-assoc`))  0)  THENA  Auto)
  THEN  ((RW  (AddrC  [1]  (LemmaC  `rmul\_comm`))  0)  THENA  Auto))




Home Index