Equivalent conditions for a linear map between two normed spaces to be continuous everywhere/3 implies 4

From Maths
< Equivalent conditions for a linear map between two normed spaces to be continuous everywhere
Revision as of 01:17, 28 February 2016 by Alec (Talk | contribs) (Created page with "<noinclude> ==Statement== Given two normed spaces {{M|(X,\Vert\cdot\Vert_X)}} and {{M|(Y,\Vert\cdot\Vert_Y)}} and also a linear map {{M|L:X\rightarrow Y}}...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Statement

Given two normed spaces (X,X) and (Y,Y) and also a linear map L:XY then we have:

Proof

This is a straight forward implication proof. We suppose by hypothesis that A0 xX[L(x)YAxX] is true.
We wish to show that L is continuous everywhere, this means xX[L is continuous at x], I will use sequential continuity in this proof (that is: (xn)n=1x[lim, or the image of the sequence under L converges to the image of x under L)

  • Let x\in X be given (arbitrary point)
[Expand]
  • Let (x_n)_{n=1}^\infty\rightarrow x be given (an arbitrary sequence that converges to x)
  • Let \epsilon >0 be given (we will show that \left\Vert L(x_n)-L(x)\right\Vert_Y<\epsilon)
[Expand]
  • Choose N such that \forall n\in\mathbb{N}\left[n>N\implies\Vert x_n-x\Vert_X<\frac{\epsilon}{A}\right] (Where A is the A in the hypothesis of L being a bounded linear map)
  • Let n\in\mathbb{N} be given
  • If n\le N then we're done. By the truth table of implies if the RHS (\Vert L(x_n)-L(x)\Vert_Y<\epsilon) is true or false, the implication is true, so this literally doesn't matter.
  • If n>N then:
  • \Vert L(x_n)-L(x)\Vert_Y=\overbrace{\Vert L(x_n-x)\Vert_Y}^\text{by linearity}\le\overbrace{A\Vert x_n-x\Vert_X}^{\text{boundedness of }L}<A\frac{\epsilon}{A}=\epsilon
  • Thus we have shown n>N\implies \Vert L(x_n)-L(x)\Vert_Y<\epsilon as required.

That completes the proof