Equivalent conditions for a linear map between two normed spaces to be continuous everywhere/2 implies 3
From Maths
Statement
Given two normed spaces (X,∥⋅∥X) and (Y,∥⋅∥Y) and also a linear map L:X→Y then we have:
- If L is continuous at a point (say p∈X) then
- L is a bounded linear map, that is to say:
- ∃A≥0 ∀x∈X[∥L(x)∥Y≤A∥x∥X]
Proof
The key to this proof is exploiting the linearity of L. As will be explained in the blue box.
- Suppose that L:X→Y is continuous at p∈X. Then:
- ∀ϵ>0 ∃δ>0[∥x−p∥X<δ⟹∥L(x−p)∥Y<ϵ] (note that L(x−p)=L(x)−L(p) due to linearity of L)
- Define u:=x−p, then:
- ∀ϵ>0 ∃δ>0[∥u∥X<δ⟹∥Lu∥Y<ϵ] (writing Lu:=L(u) as is common for linear maps)
[Expand]
We now know we may assume that ∀ϵ>0 ∃δ>0[∥u∥X<δ⟹∥Lu∥Y<ϵ] - see this box for a guide on how to use this information and how I constructed the rest of the proof. The remainder of the proof follows this box.
- Fix some arbitrary ϵ>0 (it doesn't matter what)
- We know there ∃δ>0[∥x∥X<δ⟹∥Lu∥Y<ϵ] - take such a δ (which we know to exist by hypothesis) and fix it also.
- Define A:=2ϵδ (if you are unsure of where this came from, see the blue box)
- Let x∈A be given (this is the ∀x∈X part of our proof, we have just claimed an A exists on the above line)
- If x=0 then
- Trivially the result is true, as L(0X)=0Y, and ∥0Y∥Y=0 by definition, A∥x∥X=0 as ∥0X∥X=0 so we have 0≤0 which is true. (This is more workings than the line is worth)
- Otherwise (x≠0)
- Notice that x=2∥x∥Xδ⋅δ2∥x∥Xx and ∥δ2∥x∥Xx∥X<δ
- and ∥δ2∥x∥Xx∥X<δ⟹∥L(δ2∥x∥Xx)∥Y<ϵ
- Notice that x=2∥x∥Xδ⋅δ2∥x∥Xx and ∥δ2∥x∥Xx∥X<δ
- Thus we see ∥Lx∥Y=∥L(2∥x∥Xδ⋅δ2∥x∥Xx)∥Y=2∥x∥Xδ⋅remember this is <ϵ⏞∥L(δ2∥x∥Xx)∥Y <2∥x∥Xδ⋅ϵ=2ϵδ∥x∥X=A∥x∥X
- Shortening the workings this states that: ∥Lx∥Y<A∥x∥X
- If x=0 then
- So if x=0 we have equality, otherwise ∥Lx∥Y<A∥x∥X
In either case, it is true that ∥Lx∥Y≤A∥x∥X
This completes the proof