Functional Analysis: Linear Space
Functional Analysis: Linear Space
Linear Space
Examples :
Suppose 𝑁 is a linear space over 𝔽(ℝ or ℂ), a function ‖∙‖ ∶ 𝑁 ⟶ ℝ+ ∪ {0} is said to be a norm on 𝑁 if
i. ‖𝑥‖ ≥ 0 and ‖𝑥‖ = 0 ⇔ 𝑥 = 0 , ∀ 𝑥 ∈ 𝑁 .
ii. ‖𝛼 𝑥‖ = |𝛼|‖𝑥‖ , ∀ 𝛼 ∈ 𝔽, 𝑥 ∈ 𝑁 .
iii. ‖𝑥 + 𝑦‖ ≤ ‖𝑥 ‖ + ‖𝑦‖ , ∀ 𝑥, 𝑦 ∈ 𝑁 .
Define 𝑑 (𝑥, 𝑦) = ‖𝑥 − 𝑦‖ , ∀ 𝑥, 𝑦 ∈ 𝑁 .
Clearly, 𝑑 satisfies all the properties of a metric(Verify) and hence (𝑁, 𝑑 ) is a metric space.
Convergence in (𝑿, 𝒅)
// A sequence {𝑥𝑛 } in (𝑋, 𝑑 ) is said to be Cauchy if for every 𝜀 > 0, there exists an integer 𝑛0 > 0 such that
𝑑 (𝑥𝑛 , 𝑥𝑚 ) < 𝜀 , ∀ 𝑛, 𝑚 ≥ 𝑛0 .
Equivalently, a sequence{𝑥𝑛 } in (𝑁, ‖∙‖) is said to be Cauchy if for every 𝜀 > 0, there exists an integer 𝑛0 > 0 such
that ‖𝑥𝑛 − 𝑥𝑚 ‖ < 𝜀 , ∀ 𝑛, 𝑚 ≥ 𝑛0 .
// A sequence {𝑥𝑛 } in (𝑋, 𝑑 ) is said to converge to 𝑥 ∈ 𝑋 if for every 𝜀 > 0, there exists an integer 𝑛0 > 0 such
that 𝑑 (𝑥𝑛 , 𝑥) < 𝜀 , ∀ 𝑛 ≥ 𝑛0 .
Equivalently, a sequence{𝑥𝑛 } in a normed linear space (𝑁, ‖∙‖) is said to converge to 𝑥 ∈ 𝑁 if for every 𝜀 > 0, there
exists an integer 𝑛0 > 0 such that ‖𝑥𝑛 − 𝑥‖ < 𝜀 , ∀ 𝑛 ≥ 𝑛0 .
Note : In any space, every convergent sequence is Cauchy, but a Cauchy sequence need not be convergent .
// A metric space in which every Cauchy sequence is convergent is called a complete metric space .
Since
|‖𝑥‖ − ‖𝑦‖| ≤ ‖𝑥 − 𝑦‖ ,
we have |‖𝑥𝑛 ‖ − ‖𝑥‖| ≤ ‖𝑥𝑛 − 𝑥‖ ⟶ 0 as 𝑛 ⟶ ∞ .
To prove, {𝑥𝑛 + 𝑦𝑛 } ⟶ 𝑥 + 𝑦 .
Consider
‖(𝑥𝑛 + 𝑦𝑛 ) − (𝑥 + 𝑦)‖ = ‖(𝑥𝑛 − 𝑥) + (𝑦𝑛 − 𝑦)‖
≤ ‖𝑥𝑛 − 𝑥‖ + ‖𝑦𝑛 − 𝑦‖ ⟶ 0
as𝑛 ⟶ ∞ .
⟹ {𝑥𝑛 + 𝑦𝑛 } ⟶ 𝑥 + 𝑦 .
Consider
‖𝛼𝑛 𝑥𝑛 − 𝛼𝑥‖ = ‖𝛼𝑛 𝑥𝑛 − 𝛼𝑛 𝑥 + 𝛼𝑛 𝑥 − 𝛼𝑥‖
⟹ {𝛼𝑛 𝑥𝑛 } ⟶ 𝛼𝑥 .
It is easy to verify that 𝐶 [0,1] forms a linear space over ℝ (Verify) with respect to the binary operations
ii. ∀ 𝑓 ∈ 𝐶 [0,1], 𝛼 ∈ 𝔽,
1 1 1
iii. ∀ 𝑓, 𝑔 ∈ 𝐶 [0,1],
1 1 1
If we define
1
2. 𝑙2 𝑛 is a normed linear space where 𝑙2 𝑛 is the linear space of all 𝑛 −tuples (either ℝ𝑛 or ℂ𝑛 ) associated with
the norm
‖𝑥‖2 = (|𝑥1 |2 + |𝑥2 |2 + ⋯ + |𝑥𝑛 |2 )1/2 .
i. ∀ 𝑥 = (𝑥1 , 𝑥2 , … , 𝑥𝑛 ) ∈ 𝑙2 𝑛 ,
1
𝑛 2
Further,
1
𝑛 2 𝑛
ii. ∀ 𝑥 ∈ 𝑙2 𝑛 , 𝛼 ∈ 𝔽,
1 1 1
𝑛 2 𝑛 2 𝑛 2
∀ 𝑥, 𝑦 ∈ 𝑙2 𝑛 ,
𝑛
Assume 𝑥 ≠ 0 & 𝑦 ≠ 0.
(𝑎 + 𝑏 )
𝑎 1/2 𝑏 1/2 ≤
2
For each 𝑖, making use of the above inequality for the non-negative real numbers
2 2
|𝑥𝑖 | |𝑦𝑖 |
𝑎𝑖 = ( ) &𝑏𝑖 = ( ) ,
‖𝑥‖2 ‖𝑦‖2
we get
|𝑥 | 2 |𝑦 | 2
|𝑥𝑖 | |𝑦𝑖 | ((‖𝑥‖𝑖 ) + (‖𝑦‖𝑖 ) )
2 2
≤ .
‖𝑥‖2 ‖𝑦‖2 2
∑𝑛𝑖=1|𝑥𝑖 𝑦𝑖 | (1 + 1)
≤ =1.
‖𝑥‖2 ‖𝑦‖2 2
Minkowski’sIneguality :
∀ 𝑥, 𝑦 ∈ 𝑙2 𝑛 ,
1
𝑛 2
‖𝑥 + 𝑦‖2 = (∑|𝑥𝑖 + 𝑦𝑖 |2 )
𝑖=1
𝑛 𝑛
𝑛 𝑛 𝑛
3. 𝑙𝑝 𝑛 (1 ≤ 𝑝 < ∞) is a normed linear space where 𝑙𝑝 𝑛 is the linear space of all 𝑛 −tuples (either ℝ𝑛 or ℂ𝑛 )
associated with the norm
‖𝑥‖𝑝 = (|𝑥1 |𝑝 + |𝑥2 |𝑝 + ⋯ + |𝑥𝑛 |𝑝 )1/𝑝 .
i. ∀ 𝑥 ∈ 𝑙𝑝 𝑛 ,
1
𝑛 𝑝
Further,
1
𝑛 𝑝 𝑛
‖𝑥‖𝑝 = 0 ⇔ |𝑝
(∑|𝑥𝑖 ) = 0 ⇔ ∑|𝑥𝑖 |𝑝 = 0
𝑖=1 𝑖=1
ii. ∀ 𝑥 ∈ 𝑙𝑝 𝑛 , 𝛼 ∈ 𝔽,
1 1 1
𝑛 𝑝 𝑛 𝑝 𝑛 𝑝
∀ 𝑥, 𝑦 ∈ 𝑙𝑝 𝑛 ,
𝑛
1 1
∑|𝑥𝑖 𝑦𝑖 | ≤ ‖𝑥‖𝑝 ‖𝑦‖𝑞 , where + = 1 .
𝑝 𝑞
𝑖=1
𝑎 𝑏 1 1
𝑎 1/𝑝 𝑏 1/𝑞 ≤ + , where + = 1 .
𝑝 𝑞 𝑝 𝑞
Proof of lemma:
1
𝑓 ′ (𝑡 ) = 𝑘 (1 − )>0
𝑡 1−𝑘
Minkowski’sIneguality :
∀ 𝑥, 𝑦 ∈ 𝑙𝑝 𝑛 ,
1
𝑛 𝑝
‖𝑥 + 𝑦‖𝑝 = (∑|𝑥𝑖 + 𝑦𝑖 |𝑝 )
𝑖=1
𝑛 𝑛
𝑝
⟹ (‖𝑥 + 𝑦‖𝑝 ) = ∑|𝑥𝑖 + 𝑦𝑖 |𝑝 = ∑|𝑥𝑖 + 𝑦𝑖 |𝑝−1 |𝑥𝑖 + 𝑦𝑖 |
𝑖=1 𝑖=1
𝑛 𝑛 𝑛
1 1
𝑛 𝑞 𝑛 𝑞
1𝑝 1𝑝
𝑛 𝑝𝑞 𝑛 𝑝𝑞
𝑝/𝑞 𝑝/𝑞
= ‖𝑥 ‖𝑝 ‖𝑥 + 𝑦‖𝑝 + ‖𝑦‖𝑝 ‖𝑥 + 𝑦‖𝑝
𝑝/𝑞
Dividing by ‖𝑥 + 𝑦‖𝑝 , we get
Exercise :Verify whether𝑙∞ 𝑛 is a normed linear space where 𝑙∞ 𝑛 is the linear space of all 𝑛 −tuples
(eitherℝ𝑛 or ℂ𝑛 ) associated with the function
Note:For a sequence of functions {𝑓𝑛 } from 𝑋 into ℝ, {𝑓𝑛 }converges pointwise to a function 𝑓 from 𝑋 into ℝ if for
each 𝑥 ∈ 𝑋, ∃ an integer 𝑛0 > 0 such that |𝑓𝑛 (𝑥) − 𝑓(𝑥)| < 𝜀, ∀ 𝑛 ≥ 𝑛0 . Here 𝒏𝟎 = 𝒏𝟎 (𝒙, 𝜺) .
If for all points 𝑥 ∈ 𝑋, the same integer 𝑛0 > 0 works, then we say {𝑓𝑛 }converges uniformly to 𝑓on .
In this case, 𝒏𝟎 = 𝒏𝟎 (𝜺) .
⟹ ∀ 𝑖, for every 𝜀 > 0, there exists an integer 𝑛0 > 0 such that |𝑓𝑚 (𝑖) − 𝑓 (𝑖)| < 𝜀 , ∀ 𝑚 ≥ 𝑛0 .
𝜀𝑝 𝜀𝑝
⟹ for > 0, we have |𝑓𝑚 (𝑖) − 𝑓𝑚′ (𝑖)|𝑝 < , ∀ 𝑚 ≥ 𝑛0 , 𝑖 = 1,2, … 𝑛 .
𝑛 𝑛
Adding the 𝑛 inequalities, we get
𝑛
𝜀𝑝
∑|𝑓𝑚 (𝑖) − 𝑓 (𝑖 )|𝑝 < 𝑛 = 𝜀 𝑝 , ∀ 𝑚 ≥ 𝑛0 .
𝑛
𝑖=1
1
𝑛 𝑝
⟹ ‖𝑓𝑚 − 𝑓‖ < 𝜀 , ∀ 𝑚 ≥ 𝑛0 .
Note :𝐶 [0,1] is the set of all continuous and bounded real valued functions on [0,1] and 𝐵[0,1] is the set of all
bounded real valued functions on [0,1] .
⟹ 𝑓0 ∈ 𝑆𝜀⁄3 (𝑓)&𝑓0 ≠ 𝑓 .
𝑖. 𝑒., |(𝑓0 − 𝑓)(𝑥)| < 𝜀⁄3 or|𝑓0 (𝑥) − 𝑓 (𝑥)| < 𝜀⁄3 , ∀ 𝑥 ∈ [0,1] .
Now 𝑓0 ∈ 𝐶 [0,1] or 𝑓0 is bounded and continuous on [0,1] ⟹ for every 𝜀 > 0 (𝜀⁄3 > 0), ∃ 𝛿 > 0
such that |𝑓0 (𝑥) − 𝑓0 (𝑦)| < 𝜀⁄3 whenever |𝑥 − 𝑦| < 𝛿 .
1. 𝐵(𝑋 ), the set of all bounded scalar valued functions on 𝑋 . 𝑖. 𝑒., 𝐵(𝑋 ) = 𝐵(𝑋, ℝ)or 𝐵(𝑋 ) = 𝐵(𝑋, ℂ) .
Define
‖𝑓‖ = sup{|𝑓 (𝑥)|: 𝑥 ∈ 𝑋 } = sup{|𝑓 (𝑥)|} , ∀ 𝑓 ∈ 𝐵 (𝑋 ) .
𝑥∈𝑋
ii. ∀ 𝑓 ∈ 𝐵(𝑋 ), ∀ 𝛼 ∈ 𝔽,
iii. ∀ 𝑓, 𝑔 ∈ 𝐵(𝑋 ),
‖𝑓 + 𝑔‖ = sup{|(𝑓 + 𝑔)(𝑥)|} = sup{|𝑓 (𝑥) + 𝑔(𝑥)|}
𝑥∈𝑋 𝑥∈𝑋
Then for every 𝜀 > 0, there exists an integer 𝑛0 > 0 such that 𝑑 (𝑓𝑚 , 𝑓𝑛 ) < 𝜀 , ∀ 𝑚, 𝑛 ≥ 𝑛0 .
⟹ ‖𝑓𝑚 − 𝑓𝑛 ‖ < 𝜀 , ∀ 𝑚, 𝑛 ≥ 𝑛0 .
⟹ ‖𝑓𝑛 − 𝑓‖ ⟶ 0, as 𝑛 ⟶ ∞ or{𝑓𝑛 } ⟶ 𝑓 .
To show 𝑓 ∈ 𝐵(𝑋 )
Since 𝑓 = lim 𝑓𝑛 ,
𝑛→∞
‖𝑓‖ = ‖ lim 𝑓𝑛 ‖ = lim ‖𝑓𝑛 ‖ .
𝑛→∞ 𝑛→∞
Corollary :𝐶 (𝑋 ), the collection of all continuous, bounded, scalar valued functions on 𝑋 is a Banach space.
Theorem : Let 𝑁 be a normed linear space and 𝑆 = {𝑥 ∈ 𝑁 ∶ ‖𝑥 ‖ = 1}. Then, 𝑁 is a Banach space if and only if
𝑆 is complete.
Then 𝑁 is complete.
As 𝑘 ⟶ ∞, ‖𝑥𝑛𝑘 ‖ ⟶ 0 .
⟹ {𝑥𝑛 } ⟶ 0 ∈ 𝑁 .
⟹ 𝑁is complete.
1
Case 2 : Suppose there is a 𝑘 > 0 such that ‖𝑥𝑛 ‖ > , ∀ 𝑛.
𝑘
Define
𝑥𝑛
𝑦𝑛 = , ∀ 𝑛.
‖𝑥𝑛 ‖
Then ‖𝑦𝑛 ‖ = 1, ∀ 𝑛 ⟹ 𝑦𝑛 ∈ 𝑆, ∀ 𝑛 ⟹ {𝑦𝑛 } is a sequence in 𝑆 .
Now
𝑥𝑛 𝑥𝑚 𝑥𝑛 ‖𝑥𝑚 ‖ − 𝑥𝑚 ‖𝑥𝑛 ‖
‖𝑦𝑛 − 𝑦𝑚 ‖ = ‖ − ‖ = ‖ ‖
‖𝑥𝑛 ‖ ‖𝑥𝑚 ‖ ‖𝑥𝑛 ‖‖𝑥𝑚 ‖
𝜀
Since {𝑥𝑛 } is Cauchy in 𝑁, for every 𝜀 > 0 ( > 0), there exists an integer 𝑛0 > 0 such that
2𝑘
𝜀
‖𝑥𝑛 − 𝑥𝑚 ‖ < , ∀ 𝑛, 𝑚 ≥ 𝑛0 .
2𝑘
𝜀 𝜀
⟹ ‖𝑦𝑛 − 𝑦𝑚 ‖ < 𝑘+ 𝑘 = 𝜀.
2𝑘 2𝑘
𝑥𝑛
⟹ {𝑦𝑛 } ⟶ 𝑦 ∈ 𝑆 or { } ⟶ 𝑦 ∈ 𝑆.
‖𝑥𝑛 ‖
⟹ {‖𝑥𝑛 ‖} ⟶ 𝛼 ∈ ℝ .
𝑥
Now, {𝑥𝑛 } = {‖𝑥𝑛 ‖ ‖𝑥𝑛 ‖} ⟶ 𝛼 𝑦 ∈ 𝑁 .
𝑛
i. ∀ 𝑥 ∈ 𝑁, 𝑚 ∈ 𝑀 , ‖𝑥 + 𝑚‖ ≥ 0
⟹ inf{‖𝑥 + 𝑚‖ ∶ 𝑚 ∈ 𝑀} ≥ 0 𝑜𝑟 ‖𝑥 + 𝑀‖ ≥ 0 , ∀ 𝑥 + 𝑀 ∈ 𝑁⁄𝑀
Further, 𝑥 + 𝑀 = 𝑀 ( Zero of 𝑁⁄𝑀 )
⟹ ‖𝑥 + 𝑀‖ = ‖𝑀 ‖ = 0 (Since 0 ∈ 𝑀)
⟹ 𝑥 + 𝑚𝑘 ⟶ 0 ,as𝑘 ⟶ ∞ .
𝑚
= inf{‖𝛼(𝑥 + 𝑚′ )‖ ∶ 𝑚′ ∈ 𝑀} , 𝑤ℎ𝑒𝑟𝑒 𝑚′ = ∈𝑀
𝛼
iii. ∀ 𝑥 + 𝑀, 𝑦 + 𝑀 ∈ 𝑁⁄𝑀 ,
‖(𝑥 + 𝑀) + (𝑦 + 𝑀)‖ = ‖(𝑥 + 𝑦) + 𝑀‖ = inf{‖(𝑥 + 𝑦) + 𝑚‖ ∶ 𝑚 ∈ 𝑀}
= ‖𝑥 + 𝑀‖ + ‖𝑦 + 𝑀‖ .
Choose 𝑦𝑛 ∈ 𝑥𝑛 + 𝑀, ∀ 𝑛.
1
Then ‖𝑦𝑛 − 𝑦𝑛+1 ‖ < , ∀ 𝑛.
2𝑛
1 1 1
< + + ⋯ +
2𝑚 2𝑚+1 2𝑛−1
1 1 1
= (1 + + + ⋯)
2𝑚 2 22
1
As 𝑚 ⟶ ∞, ‖𝑦𝑚 − 𝑦𝑛 ‖ = ⟶ 0.
2𝑚−1
We claim {𝑥𝑛 + 𝑀} ⟶ 𝑦 + 𝑀 .
= inf{‖(𝑥𝑛 + 𝑚) − 𝑦‖ ∶ 𝑚 ∈ 𝑀}
≤ ‖𝑦𝑛 − 𝑦‖ ⟶ 0, as 𝑛 ⟶ ∞ .
⟹ {𝑥𝑛 + 𝑀} ⟶ 𝑦 + 𝑀 ∈ 𝑁⁄𝑀 .
Proof :
(𝑖) ⟹ (𝑖𝑖)
(𝑖𝑖) ⟹ (𝑖)
Then 𝑥𝑛 ⟶ 𝑥 or𝑥𝑛 − 𝑥 ⟶ 0 .
⟹ 𝑇is continuous at 𝑥 ∈ 𝑁.
(𝑖𝑖) ⟹ (𝑖𝑖𝑖)
If (𝑖𝑖𝑖 ) is not true .𝑖. 𝑒., ∀ 𝑛 > 0, ∃ 𝑥𝑛 ∈ 𝑁such that ‖𝑇(𝑥𝑛 )‖ > 𝑛 ‖𝑥𝑛 ‖ .
‖𝑇(𝑥𝑛 )‖
⟹ >1.
𝑛 ‖𝑥𝑛 ‖
Set
𝑥𝑛
𝑦𝑛 = , ∀𝑛.
𝑛 ‖𝑥𝑛 ‖
Clearly,
‖𝑇(𝑥𝑛 )‖
𝑦𝑛 ⟶ 0 as 𝑛 ⟶ ∞ but‖𝑇(𝑦𝑛 )‖ = ↛ 0 as 𝑛⟶∞.
𝑛 ‖𝑥𝑛 ‖
(𝑖𝑖𝑖) ⟹ (𝑖𝑖)
(𝑖𝑖𝑖 ) ⟹ (𝑖𝑣 )
⟹ 𝑇(𝑆)is bounded.
(𝑖𝑣 ) ⟹ (𝑖𝑖𝑖)
If 𝑇(𝑆) is bounded. 𝑖. 𝑒., ‖𝑇(𝑥)‖ ≤ 𝐾 , ∀ 𝑥 ∈ 𝑆.
Theorem : The set 𝐵(𝑁, 𝑁 ′ ) of all continuous linear transformations of 𝑁 into 𝑁 ′ is a linear space with respect to
Further, ‖𝑇‖ = sup{‖𝑇(𝑥)‖ ∶ ‖𝑥‖ ≤ 1 } defines a norm on 𝐵(𝑁, 𝑁 ′ ) and 𝐵(𝑁, 𝑁 ′ ) is complete when
𝑁 ′ is complete.
Proof :
We first show that 𝐵(𝑁, 𝑁 ′ ) is a linear space over 𝔽, where 𝑁 and 𝑁 ′ are normed linear spaces over 𝔽.
= 𝛼 (𝑇 + 𝑆)(𝑥) + 𝛽 (𝑇 + 𝑆)(𝑦)
⟹ 𝑇 + 𝑆is linear.
𝑖. 𝑒., lim 𝑥𝑛 = 𝑥 .
𝑛→∞
Then
lim (𝑇 + 𝑆)(𝑥𝑛 ) = lim (𝑇(𝑥𝑛 ) + 𝑆(𝑥𝑛 ))
𝑛→∞ 𝑛→∞
⟹ 𝑇 + 𝑆is continuous.
Hence, 𝑇 + 𝑆 ∈ 𝐵(𝑁, 𝑁 ′ ) .
= 𝜆 ( 𝛼𝑇(𝑥) + 𝛽𝑇(𝑦))
= 𝜆 𝛼 𝑇 (𝑥 ) + 𝜆 𝛽 𝑇 (𝑦 )
= 𝛼 (𝜆𝑇)(𝑥) + 𝛽 (𝜆𝑇)(𝑦)
⟹ 𝜆𝑇is linear.
𝑖. 𝑒., lim 𝑥𝑛 = 𝑥 .
𝑛→∞
Then
lim (𝜆𝑇)(𝑥𝑛 ) = lim 𝜆 𝑇(𝑥𝑛 )
𝑛→∞ 𝑛→∞
= 𝜆 lim 𝑇(𝑥𝑛 )
𝑛→∞
= 𝜆 𝑇(𝑥) = (𝜆𝑇)(𝑥)
⟹ 𝜆𝑇is continuous.
Hence, 𝜆𝑇 ∈ 𝐵(𝑁, 𝑁 ′ ) .
i. ∀ 𝑇, 𝑆 ∈ 𝐵(𝑁, 𝑁 ′ ), 𝑇 + 𝑆 ∈ 𝐵(𝑁, 𝑁 ′ ).
∀ 𝑇, 𝑆 ∈ 𝐵(𝑁, 𝑁 ′ ), ∀ 𝛼, 𝛽 ∈ 𝔽,
ii. (𝛼 + 𝛽)𝑇 = 𝛼𝑇 + 𝛽𝑇
iii. (𝛼𝛽)𝑇 = 𝛼(𝛽𝑇)
iv. 1∙𝑇 =𝑇.
⟹ ‖𝑇‖ ≥ 0, ∀ 𝑇 ∈ 𝐵(𝑁, 𝑁 ′ ) .
𝑥
If 𝑥 ≠ 0, let 𝑦 = ‖𝑥‖ so that ‖𝑦‖ = 1.
𝑥
Clearly, ‖𝑇‖ ≥ ‖𝑇(𝑦)‖ ⟹ ‖𝑇‖ ≥ ‖𝑇 ( )‖
‖𝑥‖
⟹ ‖𝑇(𝑥)‖ ≤ ‖𝑇‖‖𝑥‖ .
≤ sup{‖𝑇(𝑥)‖ + ‖𝑆(𝑥)‖ ∶ ‖𝑥 ‖ ≤ 1 }
= ‖𝑇‖ + ‖𝑆‖ .
Then for every 𝜀 > 0, there exists an integer 𝑛0 > 0 such that ‖𝑇𝑛 − 𝑇𝑚 ‖ < 𝜀 , ∀ 𝑚, 𝑛 ≥ 𝑛0 .
𝑇is linear
∀ 𝑥, 𝑦 ∈ 𝑁, ∀ 𝛼, 𝛽 ∈ 𝔽,
⟹ 𝑇is linear .
⟹ ‖𝑇(𝑥)‖ ≤ 𝐾 ‖𝑥‖ .
⟹ {𝑇𝑛 } ⟶ 𝑇 ∈ 𝐵(𝑁, 𝑁 ′ ) .
Exercise :
𝑁
1. If 𝑁 is a normed linear space and if 𝑀 is a closed subspace of 𝑁, then = { 𝑥 + 𝑀 ∶ 𝑥 ∈ 𝑁 } is a normed
𝑀
𝑁
linear space and is complete when 𝑁 is complete. The map 𝑇 ∶ 𝑁 ⟶ ∶ 𝑇(𝑥) = 𝑥 + 𝑀 is a continuous
𝑀
linear transformation and ‖𝑇‖ ≤ 1 .
𝑇is linear
∀ 𝑥, 𝑦 ∈ 𝑁, ∀ 𝛼 ∈ 𝔽,
𝑇 (𝑥 + 𝑦 ) = (𝑥 + 𝑀 ) + (𝑦 + 𝑀 ) = 𝑇 (𝑥 ) + 𝑇 (𝑦 )
𝑇(𝛼𝑥) = (𝛼𝑥) + 𝑀 = 𝛼 (𝑥 + 𝑀) = 𝛼 𝑇(𝑥)
𝑇is continuous ( at origin )
= ‖(𝑥𝑛 − 0) + 𝑀 ‖ = ‖𝑥𝑛 + 𝑀‖
= inf{‖𝑥𝑛 + 𝑚‖ ∶ 𝑚 ∈ 𝑀}
⟹ 𝑇(𝑥𝑛 ) ⟶ 𝑇(0) as 𝑛 ⟶ ∞ .
‖𝑇‖ ≤ 1
≤ sup{‖𝑥‖ ∶ ‖𝑥 ‖ ≤ 1 } = 1 ∵ ‖𝑥 + 𝑀‖ = inf{‖𝑥 + 𝑚‖ ∶ 𝑚 ∈ 𝑀, 0 ∈ 𝑀}
2. If 𝑇 is a continuous linear transformation of a normed linear space 𝑁 into a normed linear space 𝑁 ′ with the
null space 𝑀, then 𝑇 induces a natural linear transformation 𝑇 ′ of 𝑁⁄𝑀 into 𝑁 ′ such that ‖𝑇 ′ ‖ = ‖𝑇‖ .
Given, 𝑇 ∶ 𝑁 ⟶ 𝑁 ′ is linear and continuous and 𝑀 = { 𝑥 ∈ 𝑁 ∶ 𝑇(𝑥) = 0 of𝑁 ′ } .
⟹ 𝑥∈𝑀.
𝑇 ′ is linear
∀ 𝑥+𝑀, 𝑦 + 𝑀 ∈ 𝑁⁄𝑀 , ∀ 𝛼 ∈ 𝔽,
𝑇 ′ [(𝑥 + 𝑀) + (𝑦 + 𝑀)] = 𝑇 ′ [(𝑥 + 𝑦) + 𝑀]
= 𝑇 (𝑥 + 𝑦 ) = 𝑇 (𝑥 ) + 𝑇 (𝑦 )
= 𝑇 ′ (𝑥 + 𝑀 ) + 𝑇 ′ (𝑦 + 𝑀 )
= 𝑇(𝛼𝑥) = 𝛼𝑇(𝑥) = 𝛼 𝑇 ′ (𝑥 + 𝑀)
‖𝑇 ′ ‖ = ‖𝑇‖
≤ sup{‖𝑇(𝑥)‖ ∶ ‖𝑥 ‖ ≤ 1 }
= ‖𝑇‖
≤ sup{‖𝑇 ′ ‖‖𝑆(𝑥)‖ ∶ ‖𝑥 ‖ ≤ 1 }
≤ ‖𝑇 ′ ‖ ∵ ‖𝑆‖ ≤ 1
3. Let (𝐵, ‖ ∙ ‖) be a Banach space such that 𝐵 = 𝑀⨁𝑁, where 𝑀 and 𝑁 are subspaces of 𝐵. If 𝑧 ∈ 𝐵, then 𝑧 =
𝑥 + 𝑦.
We define ‖𝑧‖1 = ‖𝑥‖ + ‖𝑦‖ .Further, if 𝑀 and 𝑁 are closed in 𝐵, then 𝐵1 = (𝐵, ‖ ∙ ‖1 ) is a Banach space.
‖ ∙ ‖1 is a norm on 𝐵
Further,
‖𝑧‖1 = 0 ⟺ ‖𝑥 ‖ + ‖𝑦‖ = 0 ⟺ ‖𝑥‖ = 0 &‖𝑦‖ = 0 ⟺ 𝑥 =0&𝑦 =0 ⟺𝑧 =0.
ii. ∀ 𝑧 ∈ 𝐵, 𝑧 = 𝑥 + 𝑦, ∀ 𝛼 ∈ 𝔽,
iii. ∀ 𝑧1 , 𝑧2 ∈ 𝐵,
‖𝑧1 + 𝑧2 ‖1 = ‖(𝑥1 + 𝑦1 ) + (𝑥2 + 𝑦2 )‖1 = ‖(𝑥1 + 𝑥2 ) + (𝑦1 + 𝑦2 )‖1
= ‖𝑥1 + 𝑥2 ‖ + ‖𝑦1 + 𝑦2 ‖
= ‖𝑧1 ‖1 + ‖𝑧2 ‖1
Hence, 𝐵1 = (𝐵, ‖ ∙ ‖1 ) is a normed linear space .
For every 𝜀 > 0, there exists an integer 𝑛0 > 0 such that ‖𝑧𝑛 − 𝑧𝑚 ‖1 < 𝜀 , ∀ 𝑚, 𝑛 ≥ 𝑛0 .
Since 𝑀 and 𝑁 are closed subspaces of 𝐵 which is complete, 𝑀 and 𝑁 are complete.
= ‖𝑥𝑛 − 𝑥‖ + ‖𝑦𝑛 − 𝑦‖ ⟶ 0 𝑎𝑠 𝑛 ⟶ ∞.
⟹ {𝑧𝑛 } ⟶ 𝑧 ∈ 𝐵1 .
𝐵(𝑁, 𝑁 ′ ) is a normed linear space with respect to the norm ‖𝑇‖ = sup{‖𝑇(𝑥)‖ ∶ ‖𝑥‖ ≤ 1 } and is
complete when 𝑁 ′ is complete.
// A continuous linear transformation from a normed linear space 𝑁 into a scalar field 𝔽 is called a
functional on 𝑁 .
Every functional 𝑓 on a linear subspace 𝑀 of a normed linear space 𝑁 can be extended to a functional 𝐹 on the
whole space 𝑁 with ‖𝐹 ‖ = ‖𝑓‖ .
Lemma : Let 𝑀 be a subspace of a normed linear space 𝑁 and let 𝑓 be a functional on 𝑀. If 𝑥0 ∈ 𝑁, with 𝑥0 ∉ 𝑀,
then 𝑀0 = 𝑀 + (𝑥0 ) is a subspace of 𝑁 and 𝑓 can be extended to a functional, say 𝑓0 on 𝑀0 such that ‖𝑓0 ‖ = ‖𝑓‖ .
Proof of lemma :
Case (i) : Let 𝑁 be a real normed linear space.
Given 𝑀 ⊆ 𝑁 and 𝑓 ∶ 𝑀 ⟶ ℝ is linear and continuous. Without loss of generality, we assume ‖𝑓‖ = 1.
𝑖. 𝑒., 𝑀0 = {𝑚 + 𝛼𝑥0 ∶ 𝑚 ∈ 𝑀, 𝛼 ∈ ℝ }
𝑀0 is a subspace of 𝑁
⟹ 𝑀0 is a subspace of 𝑁.
𝑓0 is continuous
𝑧𝑛 = 𝑥𝑛 + 𝛼𝑛 𝑥0 ⟶ 𝑧 = 𝑥 + 𝛼𝑥0 , where 𝑥, 𝑥𝑛 ∈ 𝑀, 𝛼, 𝛼𝑛 ∈ ℝ, ∀ 𝑛.
⟹ 𝑥𝑛 ⟶ 𝑥 & 𝛼𝑛 ⟶ 𝛼 .
⟹ 𝑓0 is continuous.
𝑓0 is linear
= 𝛼[𝑓(𝑚1 ) + 𝛼1 𝑟0 ] + 𝛽 [𝑓(𝑚2 ) + 𝛼2 𝑟0 ]
⟹ 𝑓0 is linear.
Hence, 𝑓0 is a functional on 𝑀0 .
For 𝑥1 , 𝑥2 ∈ 𝑀, 𝑓(𝑥2 ) − 𝑓(𝑥1 ) = 𝑓 (𝑥2 − 𝑥1 ) ≤ |𝑓 (𝑥2 − 𝑥1 )|
≤ ‖𝑓‖ ‖𝑥2 − 𝑥1 ‖
= ‖𝑥2 − 𝑥1 ‖ ∵ ‖𝑓‖ = 1 .
≤ ‖𝑥2 + 𝑥0 ‖ + ‖𝑥1 + 𝑥0 ‖
Set
𝑎 = sup{−𝑓 (𝑥) − ‖𝑥 + 𝑥0 ‖} , 𝑏 = inf {−𝑓 (𝑥) + ‖𝑥 + 𝑥0 ‖}
𝑥∈𝑀 𝑥∈𝑀
We have 𝑎 ≤ 𝑏 .
∀ 𝑥 ∈ 𝑀, − 𝑓 (𝑥) − ‖𝑥 + 𝑥0 ‖ ≤ 𝑎 ≤ 𝑟0 ≤ 𝑏 ≤ −𝑓 (𝑥) + ‖𝑥 + 𝑥0 ‖
𝑥
If 𝛼 ≠ 0, ∈𝑀.
𝛼
𝑥 𝑥 𝑥 𝑥
⟹ −𝑓 ( ) − ‖ + 𝑥0 ‖ ≤ 𝑎 ≤ 𝑟0 ≤ 𝑏 ≤ −𝑓 ( ) + ‖ + 𝑥0 ‖
𝛼 𝛼 𝛼 𝛼
1 ‖𝑥+𝛼𝑥0 ‖ 1 ‖𝑥+𝛼𝑥0 ‖
⟹ − 𝑓 (𝑥 ) − |𝛼|
≤ 𝑎 ≤ 𝑟0 ≤ 𝑏 ≤ − 𝑓 (𝑥) + |𝛼|
𝛼 𝛼
1
Adding 𝑓 (𝑥) , we get
𝛼
‖𝑥 + 𝛼𝑥0 ‖ 1 ‖𝑥 + 𝛼𝑥0 ‖ |𝑓 (𝑥) + 𝛼 𝑟0 | ‖𝑥 + 𝛼𝑥0 ‖
− ≤ 𝑓 (𝑥) + 𝑟0 ≤ (or) ≤
|𝛼| 𝛼 |𝛼| |𝛼| |𝛼|
Now
‖𝑓0 ‖ = sup { |𝑓0 (𝑥 + 𝛼𝑥0 )| ∶ ‖𝑥 + 𝛼𝑥0 ‖ ≤ 1 }
⟹ ‖𝑓0 ‖ ≤ 1.
Therefore, ‖𝑓0 ‖ = 1 on 𝑀0 .
Given 𝑀 ⊆ 𝑁 and 𝑓 ∶ 𝑀 ⟶ ℂ is linear and continuous. Without loss of generality, we assume ‖𝑓‖ = 1.
⟹ 𝑓 (𝑥 ) = 𝑔 (𝑥 ) − 𝑖 𝑔 (𝑖 𝑥 ) , ∀ 𝑥∈𝑀
Now
‖𝑔‖ = sup { |𝑔(𝑥)| ∶ ‖𝑥‖ ≤ 1 } = sup { |Re 𝑓 (𝑥)| ∶ ‖𝑥‖ ≤ 1 } ≤ sup { |𝑓 (𝑥)| ∶ ‖𝑥 ‖ ≤ 1 } = ‖𝑓‖ = 1
⟹ ‖𝑔‖ ≤ 1 .
From case (i), 𝑔 has an extension say 𝑔0 to 𝑀0 (𝑖. 𝑒., 𝑔0 |𝑀 = 𝑔) such that 𝑔0 ∶ 𝑀0 ⟶ ℝ is a functional with
‖𝑔0 ‖ = ‖𝑔‖ ≤ 1 .
𝑖. 𝑒., 𝑓0 |𝑀 = 𝑓 .
𝑔0 is continuous ⟹ 𝑓0 is continuous .
𝑓0 is linear
∀ 𝑥, 𝑦 ∈ 𝑀0 , 𝑓0 (𝑥 + 𝑦) = 𝑔0 (𝑥 + 𝑦) − 𝑖 𝑔0 (𝑖 (𝑥 + 𝑦))
= 𝑔0 (𝑥) − 𝑖 𝑔0 (𝑖 𝑥) + 𝑔0 (𝑦) − 𝑖 𝑔0 (𝑖 𝑦)
= 𝑓0 (𝑥) + 𝑓0 (𝑦)
Now
𝑓0 (𝑖 𝑥) = 𝑔0 (𝑖 𝑥) − 𝑖 𝑔0 (𝑖 (𝑖 𝑥)) = 𝑔0 (𝑖 𝑥) − 𝑖 𝑔0 (− 𝑥) = 𝑔0 (𝑖 𝑥) + 𝑖 𝑔0 ( 𝑥) = 𝑖 (𝑔0 (𝑥) − 𝑖 𝑔0 (𝑖 𝑥)) = 𝑖 𝑓0 (𝑥)
If 𝑥 ∈ 𝑀0 , ‖𝑥‖ ≤ 1 and 𝑓0 (𝑥) is real, then 𝑓0 (𝑥) = 𝑔0 (𝑥) ⟹ |𝑓0 (𝑥)| = |𝑔0 (𝑥)|
⟹ |𝑓0 (𝑥)| = 𝑟 = |𝑓0 (𝑒 −𝑖𝜃 𝑥)| = |𝑔0 (𝑒 −𝑖𝜃 𝑥)| ≤ ‖𝑔0 ‖ ‖𝑒 −𝑖𝜃 𝑥‖
Define
𝒫 = { 𝑔 ∶ 𝑑𝑜𝑚 𝑔 ⟶ ℝ or ℂ is a functional such that 𝑀 ⊆ 𝑑𝑜𝑚 𝑔 ⊆ 𝑁, 𝑔|𝑑𝑜𝑚 𝑔 = 𝑓, ‖𝑔‖ = ‖𝑓‖ }
The set 𝒫 ≠ ∅ (∵ 𝑓 ∈ 𝒫 ).
≤ is a partial order on 𝒫
𝑖. 𝑒., ≤ is reflexive .
𝑖. 𝑒., ≤ is anti-symmetric .
⟹ 𝑑𝑜𝑚 𝑔1 ⊆ 𝑑𝑜𝑚 𝑔3 ⟹ 𝑔1 ≤ 𝑔3 .
𝑖. 𝑒., ≤ is transitive , and hence a partial order on 𝒫.
(𝒫, ≤) is a POSET.
Consider ⋃𝑖 𝑔𝑖 ,
𝑑𝑜𝑚 (⋃ 𝑔𝑖 ) = ⋃ 𝑑𝑜𝑚(𝑔𝑖 ) .
𝑖 𝑖
Since
Since 𝐶 was an arbitrary chain in 𝒫, every chain in 𝒫 has an upper bound and hence by Zorn’s lemma, 𝒫 has a
maximal element say 𝐹.
From the lemma, 𝐹 can be extended to a functional on 𝑀1 , say 𝐹1 having the same norm as that of 𝐹.
𝑖. 𝑒., 𝐹1 ∈ 𝒫 and 𝐹 ≤ 𝐹1 .
Theorem : Let 𝑁 be a normed linear space and 𝑥0 (≠ 0) ∈ 𝑁, then there is a 𝑓0 ∈ 𝑁 ∗ such that 𝑓0 (𝑥0 ) = ‖𝑥0 ‖ and
‖𝑓0 ‖ = 1.
Consider 𝑓 (𝛼𝑥 + 𝛽𝑦) = 𝑓[𝛼 (𝑘1 𝑥0 ) + 𝛽 (𝑘2 𝑥0 )] = 𝑓 [(𝛼𝑘1 )𝑥0 + (𝛽𝑘2 )𝑥0 ]
= 𝛼𝑓(𝑥) + 𝛽𝑓 (𝑦)
Let 𝑦𝑛 ⟶ 𝑦 in 𝑀 as 𝑛 ⟶ ∞.
𝑦𝑛 = 𝑘𝑛 𝑥0 , 𝑦 = 𝑘𝑥0 where 𝑘𝑛 , 𝑘 ∈ 𝔽, ∀ 𝑛.
Theorem : If 𝑀 is a closed linear subspace of a normed linear space 𝑁 and 𝑥0 ∉ 𝑀, then there exists 𝑓0 ∈ 𝑁 ∗ such
that 𝑓0 (𝑀) = {0} and 𝑓0 (𝑥0 ) ≠ 0.
𝑁
Proof : Consider 𝑇 ∶ 𝑁 ⟶ ∶ 𝑇(𝑥) = 𝑥 + 𝑀 , ∀ 𝑥 ∈ 𝑁.
𝑀
𝑁 𝑁
Combining 𝑇 ∶ 𝑁 ⟶ & 𝑓∶ ⟶ ℝ or ℂ, we get 𝑓 ∘ 𝑇 ∶ 𝑁 ⟶ ℝ or ℂ.
𝑀 𝑀
Since 𝑓 and 𝑇 are linear and continuous, 𝑓 ∘ 𝑇 is linear and continuous.
Example : Let 𝑀 be a closed subspace of a normed linear space 𝑁 and let 𝑥0 ∉ 𝑀. If 𝑑 = 𝑑 (𝑥0 , 𝑀), then there exists
1
a functional ℎ ∈ 𝑁 ∗ such that ℎ(𝑀) = 0, ℎ(𝑥0 ) = 1, ‖ℎ‖ = .
𝑑
From the above result, there exists a functional 𝑓0 ∈ 𝑁 ∗ such that 𝑓0 (𝑀) = {0}, 𝑓0 (𝑥0 ) = ‖𝑥0 + 𝑀‖ ≠ 0,
𝑁 𝑁
where 𝑓0 = 𝑓 ∘ 𝑇, 𝑓 ∶ ⟶ ℝ or ℂ with ‖𝑓‖ = 1, 𝑇 ∶ 𝑁 ⟶ ∶ 𝑇(𝑥) = 𝑥 + 𝑀 .
𝑀 𝑀
= ‖𝑥 + 𝑀‖ ≤ ‖𝑥‖
Combining, ‖𝑓0 ‖ = 1 .
‖𝑓0 ‖ 1
Also, ‖ℎ‖ = = .
𝑑 𝑑
// A linear transformation 𝑇 from a normed linear space 𝑁 into a normed linear space 𝑁 ′ is said to be an isometric
isomorphism if 𝑇 is one-one and an isometry.
// If the isometric isomorphism is onto, onto the second dual 𝑁 ∗∗ of 𝑁, then we say that 𝑁 is a reflexive normed
linear space.
// Let 𝑁 be a normed linear space over 𝔽(ℝ or ℂ). Then 𝑁 ∗ = { 𝑓 ∶ 𝑁 ⟶ ℝ or ℂ ∶ 𝑓 is linear & 𝑐𝑜𝑛𝑡𝑖𝑛𝑢𝑜𝑢𝑠 } is
a normed linear space over 𝔽 called the dual space of 𝑁 or the first dual of 𝑁.
The first dual of 𝑁 ∗ is called the second dual of 𝑁 and is denoted by 𝑁 ∗∗ . This space 𝑁 ∗∗ is non-empty.
𝐹𝑥 is linear
∀ 𝑓, 𝑔 ∈ 𝑁 ∗ and 𝛼, 𝛽 ∈ 𝔽, 𝐹𝑥 (𝛼𝑓 + 𝛽𝑔) = (𝛼𝑓 + 𝛽𝑔)(𝑥) = 𝛼𝑓 (𝑥) + 𝛽𝑔(𝑥) = 𝛼𝐹𝑥 (𝑓) + 𝛽𝐹𝑥 (𝑔) .
Hence, 𝐹𝑥 ∈ 𝑁 ∗∗ .
From the previous result, for each 𝑥 ∈ 𝑁, we can get an element 𝐹𝑥 ∈ 𝑁 ∗∗ ∶ 𝐹𝑥 (𝑓) = 𝑓 (𝑥), ∀ 𝑓 ∈ 𝑁 ∗ .
Define Φ ∶ 𝑁 ⟶ 𝑁 ∗∗ ∶ Φ(𝑥) = 𝐹𝑥 , ∀ 𝑥 ∈ 𝑁.
Φ is linear
𝐹𝛼𝑥+𝛽𝑦 (𝑓) = 𝑓 (𝛼𝑥 + 𝛽𝑦) = 𝛼𝑓 (𝑥) + 𝛽𝑓 (𝑦) = 𝛼𝐹𝑥 (𝑓) + 𝛽𝐹𝑦 (𝑓) = (𝛼𝐹𝑥 + 𝛽𝐹𝑦 )(𝑓), ∀ 𝑓 ∈ 𝑁 ∗ .
Φ is one-one
For some 𝑥, 𝑦 ∈ 𝑁, if 𝑥 ≠ 𝑦.
Since 𝑁 ∗ separates the vectors in 𝑁, there exists 𝑓 ∈ 𝑁 ∗ such that 𝑓 (𝑥) ≠ 𝑓(𝑦).
⟹ 𝐹𝑥 ≠ 𝐹𝑦 or Φ(𝑥) ≠ Φ(𝑦) .
Therefore, Φ is an isomorphism.
Φ is norm-preserving
For 𝑥 ∈ 𝑁,
‖Φ(𝑥)‖ = ‖Fx ‖ = sup { |𝐹𝑥 (𝑓)| ∶ ‖𝑓‖ ≤ 1 } = sup { |𝑓 (𝑥)| ∶ ‖𝑓‖ ≤ 1 }
If 𝑥 = 0, 𝐹𝑥 = 𝐹0 .
If 𝑥 ≠ 0, then by a consequence of Hahn-Banach theorem, there exists 𝑓0 ∈ 𝑁 ∗ such that 𝑓0 (𝑥) = ‖𝑥‖ and
‖𝑓0 ‖ = 1 .
Now, ‖Φ(𝑥)‖ = ‖Fx ‖ = sup { |𝐹𝑥 (𝑓)| ∶ ‖𝑓‖ ≤ 1 } ≥ |𝐹𝑥 (𝑓0 )| = |𝑓0 (𝑥)| = ‖𝑥‖ .
⟹ Φ is an isometry.
If 𝑇 is a continuous linear transformation from a Banach space 𝐵 onto a Banach space 𝐵′ , then 𝑇 is an open
mapping.
Lemma : If 𝐵 and 𝐵′ are Banach spaces, then under a continuous linear transformation the image of each open
sphere centered at the origin in 𝐵 contains an open sphere centered at the origin in 𝐵′ .
Proof of lemma :
Similarly, 𝑆𝑟′ = { 𝑦 ∈ 𝐵′ ∶ ‖y‖ < 𝑟 }, an open sphere centered at the origin of radius 𝑟 in 𝐵′ .
𝑇(𝑆𝑟 ) = { 𝑦 ∈ 𝐵′ ∶ 𝑦 = 𝑇(𝑥) , 𝑥 ∈ 𝑆𝑟 }
x
Let 𝑦 ∈ 𝑇(𝑆𝑟 ) ⟺ 𝑦 = 𝑇(𝑥), 𝑥 ∈ 𝑆𝑟 ⟺ 𝑦 = 𝑇(𝑥), ‖x‖ < 𝑟 ⟺ 𝑦 = 𝑇 (𝑥 ) , ‖ ‖ < 1
r
𝑥
⟺ 𝑦 = 𝑇(𝑟𝑡 ), ‖t ‖ < 1 where 𝑡= ⟺ 𝑦 = 𝑇(𝑟𝑡 ), 𝑡 ∈ 𝑆1 ⟺ 𝑦 ∈ 𝑇(𝑟𝑆1 )
𝑟
𝑥
⟺ 𝑦 = 𝑟𝑇(𝑡 ), ‖t ‖ < 1 where 𝑡= ⟺ 𝑦 = 𝑟𝑇(𝑡 ), 𝑡 ∈ 𝑆1 ⟺ 𝑦 ∈ 𝑟𝑇(𝑆1 )
𝑟
Suppose the lemma holds for 𝑟 = 1. 𝑖. 𝑒., ∃ 𝜀 > 0 such that 𝑆𝜀′ ⊆ 𝑇(𝑆1 ) .
⟹ 𝑟 𝑆𝜀′ ⊆ 𝑟 𝑇(𝑆1 ) ⟹ ′
𝑆𝑟𝜀 ⊆ 𝑇(𝑟𝑆1 ) ⊆ 𝑇(𝑆𝑟 ) .
We have
𝐵 = ⋃ 𝑆𝑛 .
𝑛∈ℕ
⟹ 𝑇(𝐵) = 𝑇 (⋃ 𝑆𝑛 ) = ⋃ 𝑇(𝑆𝑛 )
𝑛∈ℕ 𝑛=1
∞
′
⟹ 𝐵 = ⋃ 𝑇(𝑆𝑛 )
𝑛=1
𝑇(𝑆𝑛0 ) ≠ ∅
̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅ ̅̅̅̅̅̅̅̅̅̅)
𝑇(𝑆𝑛0 ) − 𝑦0 ⊆ 𝑇(𝑆 2𝑛0
𝑆𝑛0 − 𝑥0 = { 𝑥 − 𝑥0 ∶ 𝑥 ∈ 𝑆𝑛0 }
̅̅̅̅̅̅̅̅̅
𝑇(𝑆𝑛0 ) − 𝑦0 = ̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅
𝑇(𝑆𝑛0 ) − 𝑦0
Let 𝑧 ∈ ̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅
𝑇(𝑆𝑛0 ) − 𝑦0
⟺ 𝑇(𝑡𝑛 ) ⟶ 𝑧 + 𝑦0 as 𝑛 ⟶ ∞
⟺ 𝑧 + 𝑦0 ∈ ̅̅̅̅̅̅̅̅̅
𝑇(𝑆𝑛0 ) ⟺ 𝑧 ∈ ̅̅̅̅̅̅̅̅̅
𝑇(𝑆𝑛0 ) − 𝑦0
⟹ ̅̅̅̅̅̅̅̅̅̅) .
0′ is an interior point of 𝑇(𝑆 2𝑛0
⟹ ̅̅̅̅̅̅̅̅̅̅) = ̅̅̅̅̅̅̅̅̅̅̅̅
0′ ∈ 𝑆𝑎′ ⊆ 𝑇(𝑆 𝑇(2𝑛0 𝑆1 ) = 2𝑛0 ̅̅̅̅̅̅̅
𝑇(𝑆1 )
2𝑛0
1
⟹ 0′ ∈ 𝑆′ = 𝑆 ′ 𝑎 ⊆ ̅̅̅̅̅̅̅
𝑇(𝑆1 )
2𝑛0 𝑎 2𝑛0
𝑎
⟹ 0′ ∈ 𝑆𝑏′ ⊆ ̅̅̅̅̅̅̅
𝑇(𝑆1 ) , where 𝑏 = >0.
2𝑛0
1 1 ̅̅̅̅̅̅̅̅
⟹ 𝑦 − 𝑦1 ∈ 𝑆𝑏′ = 𝑆𝑏′ ⊆ ̅̅̅̅̅̅̅
𝑇(𝑆1 ) = 𝑇 (𝑆1 )
2 2 2
2
𝑏
⟹ ∃ 𝑦2 ∈ 𝑇 (𝑆1 ) such that ‖𝑦 − 𝑦1 − 𝑦2 ‖ <
2 22
1
Then 𝑦2 = 𝑇(𝑥2 ) where 𝑥2 ∈ 𝑆1 or ‖𝑥2 ‖ < .
2 2
𝑏
𝑦𝑛 ∈ 𝑇 (𝑆 1 ) such that ‖ 𝑦 − 𝑦1 − 𝑦2 − … 𝑦𝑛 ‖ <
2𝑛−1 2𝑛
1
where 𝑦𝑛 = 𝑇(𝑥𝑛 ) , 𝑥𝑛 ∈ 𝑆 1 or ‖𝑥𝑛 ‖ < .
2𝑛−1 2𝑛−1
Define 𝑋𝑛 = 𝑥1 + 𝑥2 + … + 𝑥𝑛 , 𝑌𝑛 = 𝑦1 + 𝑦2 + … + 𝑦𝑛 .
𝑏
Then ‖𝑦 − 𝑌𝑛 ‖ < ⟶ 0 as 𝑛 ⟶ ∞ .
2𝑛
⟹ 𝑌𝑛 ⟶ 𝑦 as 𝑛 ⟶ ∞ or lim 𝑌𝑛 = 𝑦 .
𝑛→∞
{𝑋𝑛 } is Cauchy
1 1 1
≤ + + … +
2𝑚 2𝑚+1 2𝑛−1
1 1 1
= (1 + + + …)
2𝑚 2 22
1
= ⟶ 0 as 𝑚 ⟶ ∞
2𝑚−1
⟹ {𝑋𝑛 } ⟶ 𝑥 ∈ 𝐵 or 𝑥 = lim 𝑋𝑛
𝑛→∞
⟹ ‖𝑥‖ < 2 or 𝑥 ∈ 𝑆2 .
Also
𝑇(𝑥) = 𝑇 ( lim 𝑋𝑛 ) = lim 𝑇(𝑋𝑛 ) = lim 𝑇(𝑥1 + 𝑥2 + … + 𝑥𝑛 )
𝑛→∞ 𝑛→∞ 𝑛→∞
𝑏
𝑖. 𝑒., 𝑆𝜀′ ⊆ 𝑇(𝑆1 ) , where 𝜀 = .
2
𝑖. 𝑒., the lemma is true for 𝑟 = 1 and hence is true for all values of 𝑟 > 0 .
Since 𝑦 ∈ 𝑇(𝐺 ) was arbitray, all the points of 𝑇(𝐺 ) are interior points and hence 𝑇(𝐺 ) is open in 𝐵′ .
Corollary : A continuous one-one linear transformation from a Banach space 𝐵 onto a Banach space 𝐵′ is a
homeomorphism.
Exercise : Let (𝐵, ‖ ∙ ‖) and (𝐵1 , ‖ ∙ ‖1 ) be two normed linear spaces. A function