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

[rv:InnerProductSpace]
  ∀f:Point ⟶ Point
    (Orthogonal(f) ⇐⇒ (∀x,y:Point.  y ≡ y) ∧ (∀x:Point. ((∀a:ℝa*x ≡ a*f x) ∧ (||f x|| ||x||))))
BY
Auto }

1
1. rv InnerProductSpace
2. Point ⟶ Point
3. Orthogonal(f)
4. Point
⊢ ||f x|| ||x||

2
1. rv InnerProductSpace
2. Point ⟶ Point
3. ∀x,y:Point.  y ≡ y
4. ∀x:Point. ((∀a:ℝa*x ≡ a*f x) ∧ (||f x|| ||x||))
⊢ Orthogonal(f)


Latex:


Latex:
\mforall{}[rv:InnerProductSpace]
    \mforall{}f:Point  {}\mrightarrow{}  Point
        (Orthogonal(f)
        \mLeftarrow{}{}\mRightarrow{}  (\mforall{}x,y:Point.    f  x  +  y  \mequiv{}  f  x  +  f  y)
                \mwedge{}  (\mforall{}x:Point.  ((\mforall{}a:\mBbbR{}.  f  a*x  \mequiv{}  a*f  x)  \mwedge{}  (||f  x||  =  ||x||))))


By


Latex:
Auto




Home Index