Step * of Lemma rv-perp-1

No Annotations
rv:InnerProductSpace. ∀x:Point(rv).  (x  (∃y:Point(rv). ((y^2 r1) ∧ (x ⋅ r0))))
BY
((D THENA Auto)
   THEN (Assert ∀x:Point(rv). (x  (∃y:Point(rv). (y 0 ∧ (x ⋅ r0)))) BY
               (UseWitness ⌜rv."perp"⌝⋅ THEN (D THENA Auto) THEN Unfold `rv-ip` THEN Trivial))
   THEN RepeatFor ((ParallelLast' THENA Auto))
   THEN ExRepD) }

1
1. rv InnerProductSpace
2. Point(rv)
3. 0
4. Point(rv)
5. 0
6. x ⋅ r0
⊢ ∃y:Point(rv). ((y^2 r1) ∧ (x ⋅ r0))


Latex:


Latex:
No  Annotations
\mforall{}rv:InnerProductSpace.  \mforall{}x:Point(rv).    (x  \#  0  {}\mRightarrow{}  (\mexists{}y:Point(rv).  ((y\^{}2  =  r1)  \mwedge{}  (x  \mcdot{}  y  =  r0))))


By


Latex:
((D  0  THENA  Auto)
  THEN  (Assert  \mforall{}x:Point(rv).  (x  \#  0  {}\mRightarrow{}  (\mexists{}y:Point(rv).  (y  \#  0  \mwedge{}  (x  \mcdot{}  y  =  r0))))  BY
                          (UseWitness  \mkleeneopen{}rv."perp"\mkleeneclose{}\mcdot{}  THEN  (D  1  THENA  Auto)  THEN  Unfold  `rv-ip`  0  THEN  Trivial))
  THEN  RepeatFor  2  ((ParallelLast'  THENA  Auto))
  THEN  ExRepD)




Home Index