Step * of Lemma sg-assoc

[sg:s-Group]. ∀[x,y,z:Point].  (x (y z)) ≡ ((x y) z)
BY
(Auto
   THEN (Assert sg ∈ s-Group BY
               Auto)
   THEN 1
   THEN Auto
   THEN (MemTypeHD (-3) THENA Auto)
   THEN Fold `sg-op` (-3)
   THEN Unhide
   THEN Auto) }


Latex:


Latex:
\mforall{}[sg:s-Group].  \mforall{}[x,y,z:Point].    (x  (y  z))  \mequiv{}  ((x  y)  z)


By


Latex:
(Auto
  THEN  (Assert  sg  \mmember{}  s-Group  BY
                          Auto)
  THEN  D  1
  THEN  Auto
  THEN  (MemTypeHD  (-3)  THENA  Auto)
  THEN  Fold  `sg-op`  (-3)
  THEN  Unhide
  THEN  Auto)




Home Index