Step * of Lemma rv-ip-symmetry

[rv:InnerProductSpace]. ∀[x,y:Point].  (x ⋅ y ⋅ x)
BY
(Auto
   THEN (D THENA Auto)
   THEN Unfold `rv-ip` 0
   THEN MemTypeHD (-3)
   THEN ∀h:hyp. Fold `member` 
   THEN Try (Unhide)
   THEN Auto) }


Latex:


Latex:
\mforall{}[rv:InnerProductSpace].  \mforall{}[x,y:Point].    (x  \mcdot{}  y  =  y  \mcdot{}  x)


By


Latex:
(Auto
  THEN  (D  1  THENA  Auto)
  THEN  Unfold  `rv-ip`  0
  THEN  MemTypeHD  (-3)
  THEN  \mforall{}h:hyp.  Fold  `member`  h 
  THEN  Try  (Unhide)
  THEN  Auto)




Home Index