Step * 2 1 of Lemma rv-orthogonal-iff-norm-preserving


1. rv InnerProductSpace
2. Point ⟶ Point
3. ∀x,y:Point.  y ≡ y
4. ∀x:Point. ((∀a:ℝa*x ≡ a*f x) ∧ (||f x|| ||x||))
5. Point
6. Point
7. y ≡ y
⊢ x ⋅ x ⋅ y
BY
(Assert ∀x:Point. (x^2 x^2) BY
         (Auto THEN RWW "rv-norm-squared< 4.2" THEN Auto)) }

1
1. rv InnerProductSpace
2. Point ⟶ Point
3. ∀x,y:Point.  y ≡ y
4. ∀x:Point. ((∀a:ℝa*x ≡ a*f x) ∧ (||f x|| ||x||))
5. Point
6. Point
7. y ≡ y
8. ∀x:Point. (x^2 x^2)
⊢ x ⋅ x ⋅ y


Latex:


Latex:

1.  rv  :  InnerProductSpace
2.  f  :  Point  {}\mrightarrow{}  Point
3.  \mforall{}x,y:Point.    f  x  +  y  \mequiv{}  f  x  +  f  y
4.  \mforall{}x:Point.  ((\mforall{}a:\mBbbR{}.  f  a*x  \mequiv{}  a*f  x)  \mwedge{}  (||f  x||  =  ||x||))
5.  x  :  Point
6.  y  :  Point
7.  f  x  +  y  \mequiv{}  f  x  +  f  y
\mvdash{}  x  \mcdot{}  y  =  f  x  \mcdot{}  f  y


By


Latex:
(Assert  \mforall{}x:Point.  (x\^{}2  =  f  x\^{}2)  BY
              (Auto  THEN  RWW  "rv-norm-squared<  4.2"  0  THEN  Auto))




Home Index