SlideShare a Scribd company logo
1 of 4
Download to read offline
1. Orthogonal projections
A subset S of a vector space V is convex if for every v, w 2 S and every t 2 [0, 1],
the vector tv + (1 t)w also belongs to S.
Since tv + (1 t)w = w + t(v w), {tv + (1 t)w : t 2 [0, 1]} is the line segment
joining the points v and w, a set S is convex when the straight line between any two
points in S lies entirely in S. For example, balls in R2
(or indeed in any normed space)
are convex, and every subspace is convex; on the other hand, an annulus (a disc with
a hole in it) is not. Our next theorem shows that interesting things happen when we
combine the geometric notion of convexity with the analytic notion of closedness.
Theorem 1.1. Suppose S is a nonempty closed convex subset of a Hilbert space H.
Then for every h 2 H there is a unique vector k 2 S such that
kh kk = d(h, S) := inf{kh lk : l 2 S};
in other words, there is exactly one point k in S which is closest to h.
This says that if S is closed and convex, the optimisation problem
• minimise kh lk subject to the constraint l 2 S
has a unique solution. The convexity hypothesis controls the geometry of the set S,
and is a desirable feature of optimisation problems. The closedness hypothesis allows
us to use the basic method of analysis: construct a sequence of approximate solutions
and show that this sequence converges to a solution.
It is crucial in this result that the norm comes from an inner product: the result
is not true for arbitrary norms. For example, consider the closed unit ball in R2
for the supremum norm k(x, y)k1 := max{|x|, |y|} and h = (2, 0). In the proof
of Theorem 1.1, the inner product does not appear explicitly, but enters via the
parallelogram law.
Proof of Theorem 1.1. We construct a sequence {kn} of approximate solutions, prove
that it is a Cauchy sequence, and argue that the limit k is a solution. Because
d = d(h, S) is by definition a greatest lower bound, each d + 1
n
is not a lower bound,
and there is a sequence {kn} ⇢ S such that d  kh knk  d + 1
n
. Notice that
kh knk ! d by the squeeze principle. To get an expression for kkm knk, we apply
the parallelogram law to h kn and h km:
k(h kn) + (h km)k2
+ kkm knk2
= 2(kh knk2
+ kh kmk2
).
Since (h kn) + (h km) = 2(h 1
2
(km + kn)) and S is convex, we deduce that
kkm knk2
= 2(kh knk2
+ kh kmk2
) 4kh 1
2
(km + kn)k2
(1.1)
 2(kh knk2
+ kh kmk2
) 4d2
,
1
2 THE PROJECTION THEOREM
which converges to 2(d2
+ d2
) 4d2
= 0 as m, n ! 1. Thus {kn} is a Cauchy
sequence1
.
Thus {kn} converges to a vector k 2 H, which belongs to S because S is closed.
Because subtraction and the norm are continuous (why?), kh knk ! kh kk, which
together with kh knk ! d gives us kh kk = d.
For the uniqueness, suppose there is another point l such that kh lk = d. Then
(k + l)/2 also belongs to the convex set S, and kh 1
2
(k + l)k d by definition of d.
Another application of the parallelogram law gives
2(d2
+ d2
) = 2(kh kk2
+ kh lk2
)
= k(h k) + (h l)k2
+ kk lk2
= k2(h 1
2
(k + l))k2
+ kk lk2
4d2
+ kk lk2
,
which implies that kk lk2
= 0 and k = l. ⇤
Remark 1.2. Notice that in the above proof we only used that if h, k 2 S, then
1
2
h + 1
2
k 2 S; that is, the definition of convexity with t = 1
2
. Indeed, it can be shown
that S is closed and convex if and only if S is closed and h, k 2 S =) 1
2
h + 1
2
k 2 S
for all h, k 2 S.
Theorem 1.1 applies in particular to every closed subspace M of a Hilbert space H.
Drawing a few pictures in R2
, where closed subspaces are lines through the origin,
should convince you that the closest point in M to h can be obtained by dropping
a perpendicular from h to M. The next theorem says that these pictures give good
intuition about what happens in general Hilbert spaces. To see why this might be
powerful, note that part (a) relates the geometric notion of orthogonality to the metric
notion of distance.
Theorem 1.3. Suppose M is a closed subspace of a Hilbert space H.
(a) If h 2 H and k 2 M, then kh kk = d(h, M) if and only if h k ? M. (So
that k is the closest point of M to h if and only if h k is orthogonal to M.)
(b) For each h 2 H, let Ph denote the closest point in M to h. Then Ph is
uniquely characterised by the properties that Ph 2 M and h Ph ? M. The function
P : H ! M has the following properties:
(i) P : H ! M is linear;
(ii) kPhk  khk for all h;
(iii) P P = P;
1In case this business about m, n ! 1 makes you nervous, we include the details. Suppose ✏ > 0
is given. Since kh knk ! d, we have kh knk2
! d2
by the algebra of limits, and there exists
N 2 N such that
n N =) kh knk2
 d2
+ ✏2
/4.
Then from (1.1) we have
m, n N =) kkm knk2
 2(d2
+ ✏2
/4 + d2
+ ✏2
/4) 4d2
= ✏2
,
and {kn} is Cauchy.
THE PROJECTION THEOREM 3
(iv) ker P = M?
:= {h 2 H : h ? M}; and
(v) range P = M.
The map P is called the orthogonal projection of H onto M. P is a bounded linear
operator on H, kPk = 0 (i↵ M = {0}) or kPk = 1, and
khk2
= kPhk2
+ kh Phk2
for all h 2 H.
Proof. (a) Suppose first that h k ? M and z 2 M. Then k z 2 M, so Pythagoras’s
Theorem gives
kh zk2
= k(h k) + (k z)k2
= kh kk2
+ kk zk2
kh kk2
,
so kh kk = d(h, M), and k is the closest point of M to h.
Next suppose that k is the closest point in M to h, and z 2 M. We want to show
that (h k | z) = 0. If t 2 R, then k + tz 2 M as M is a subspace and
d2
 kh (k + tz)k2
= k(h k) tzk2
= d2
+ t2
kzk2
2t(h k | z).
Therefore,
(1.2) t2
kzk2
2t(h k | z) 0, for all t 2 R.
If t > 0, then (1.2) implies that tkzk 2(h k | z) for all t > 0 and hence, letting
t ! 0+, it follows that 0 (h k | z). Similarly, if t < 0, then (1.2) implies
that tkzk  2(h k | z) for all t < 0 and hence, letting t ! 0 , it follows that
0  (h k | z). Thus (h k | z) = 0.
(b) The characterisation of Ph is a restatement of (a). For (i), suppose h, k 2 H
and c, d 2 F. Then c(Ph) + d(Pk) 2 M and
h Ph and k Pk ? M =) c(h Ph) and d(k Pk) ? M
=) (ch + dk) (c(Ph) + d(Pk)) ? M.
Thus c(Ph) + d(Pk) has the properties which uniquely characterise P(ch + dk), and
we have P(ch + dk) = c(Ph) + d(Pk), and P is linear.
For (ii), we note that h Ph 2 M?
and Ph 2 M, so Pythagoras’s Theorem implies
(1.3) khk2
= k(h Ph) + Phk2
= kh Phk2
+ kPhk2
kPhk2
.
For (iii) note that for all h 2 H we have that Ph 2 M and thus the closest point
of M to Ph is Ph itself. Therefore, P(Ph) = Ph for all h 2 H and thus P = P P.
For (iv) suppose h 2 H. Then Ph = 0 i↵ h 0 ? M i↵ h 2 M?
.
For (v) we note that range P ⇢ M by definition. If h 2 M then the closest point
of M to h is h itself; that is, h = Ph. Thus M ⇢ range P.
Equation (ii) imply that P is bounded with kPk  1; if M = {0}, then Ph = 0 for
every h, and kPk = k0kop = 0; if M 6= {0}, there is a unit vector h 2 M, and then
the equation Ph = h implies kPk = 1. The last equality follows from Pythagoras’s
theorem. ⇤
Corollary 1.4. Suppose that M is a closed subspace of a Hilbert space H and let
h 2 H. Then h can uniquely be written as h = k + l, where k 2 M and l 2 M?
.
4 THE PROJECTION THEOREM
Proof. If h 2 H, then h = Ph + h Ph. Thus we can take k = Ph and l = h Ph
where Ph 2 M and h Ph 2 M?
by Theorem 1.3 (b). Suppose that h = k1 + l1
with k1 2 M and l1 2 M?
. Then 0 = k k1 + l l1 and thus
0 = kk k1k2
+ (k k1 | l l1) = kk k1k2
+ (k k1 | l) (k k1 | l1) = kk k1k2
.
Therefore, k = k1 and l = l1. ⇤
We now discuss two important applications of Theorem 1.3. The first concerns the
orthogonal complement
M?
:= {h 2 H : (h | k) = 0 for all k 2 M}
appearing in the Theorem. The linearity of the inner product implies that M?
is
a linear subspace of H, and the continuity of the inner product that it is closed: if
hn 2 M?
and hn ! h in H, then (hn | k) ! (h | k) implies (h | k) = 0 for all k 2 M. So
Theorem 1.3 says that there is an orthogonal projection onto M?
. To appreciate that
the next Corollary might be saying something interesting, notice that the statement
(M?
)?
= M makes no explicit mention of closest points.
Corollary 1.5. If M is a closed subspace of H and P is the orthogonal projection of
H on M, then I P is the orthogonal projection of H onto M?
, and (M?
)?
= M.
Proof. For the first part, suppose h 2 H. Then, for z 2 M?
,
(h (I P)h | z) = (h h + Ph | z) = (Ph | z) = 0,
so I P has the property characterising the projection on M?
. Part (iv) of the
Theorem now implies (M?
)?
= ker(I P). But
k 2 ker(I P) () (I P)k = 0 () Pk = k () k 2 M,
so ker(I P) = M, and we are done. ⇤
Remark. We stress that the (orthogonal) complement M?
is not the same as the
set-theoretic complement H  M = {h 2 H : h /2 M}. For example, the orthogonal
complement of the x-axis in the inner-product space R2
is the y-axis.

More Related Content

Recently uploaded

Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Association for Project Management
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701bronxfugly43
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdfssuserdda66b
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 

Recently uploaded (20)

Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 

Featured

How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Applitools
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at WorkGetSmarter
 
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...DevGAMM Conference
 
Barbie - Brand Strategy Presentation
Barbie - Brand Strategy PresentationBarbie - Brand Strategy Presentation
Barbie - Brand Strategy PresentationErica Santiago
 
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them wellGood Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them wellSaba Software
 
Introduction to C Programming Language
Introduction to C Programming LanguageIntroduction to C Programming Language
Introduction to C Programming LanguageSimplilearn
 

Featured (20)

How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
 
ChatGPT webinar slides
ChatGPT webinar slidesChatGPT webinar slides
ChatGPT webinar slides
 
More than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike RoutesMore than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike Routes
 
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
 
Barbie - Brand Strategy Presentation
Barbie - Brand Strategy PresentationBarbie - Brand Strategy Presentation
Barbie - Brand Strategy Presentation
 
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them wellGood Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
 
Introduction to C Programming Language
Introduction to C Programming LanguageIntroduction to C Programming Language
Introduction to C Programming Language
 

Conv proj

  • 1. 1. Orthogonal projections A subset S of a vector space V is convex if for every v, w 2 S and every t 2 [0, 1], the vector tv + (1 t)w also belongs to S. Since tv + (1 t)w = w + t(v w), {tv + (1 t)w : t 2 [0, 1]} is the line segment joining the points v and w, a set S is convex when the straight line between any two points in S lies entirely in S. For example, balls in R2 (or indeed in any normed space) are convex, and every subspace is convex; on the other hand, an annulus (a disc with a hole in it) is not. Our next theorem shows that interesting things happen when we combine the geometric notion of convexity with the analytic notion of closedness. Theorem 1.1. Suppose S is a nonempty closed convex subset of a Hilbert space H. Then for every h 2 H there is a unique vector k 2 S such that kh kk = d(h, S) := inf{kh lk : l 2 S}; in other words, there is exactly one point k in S which is closest to h. This says that if S is closed and convex, the optimisation problem • minimise kh lk subject to the constraint l 2 S has a unique solution. The convexity hypothesis controls the geometry of the set S, and is a desirable feature of optimisation problems. The closedness hypothesis allows us to use the basic method of analysis: construct a sequence of approximate solutions and show that this sequence converges to a solution. It is crucial in this result that the norm comes from an inner product: the result is not true for arbitrary norms. For example, consider the closed unit ball in R2 for the supremum norm k(x, y)k1 := max{|x|, |y|} and h = (2, 0). In the proof of Theorem 1.1, the inner product does not appear explicitly, but enters via the parallelogram law. Proof of Theorem 1.1. We construct a sequence {kn} of approximate solutions, prove that it is a Cauchy sequence, and argue that the limit k is a solution. Because d = d(h, S) is by definition a greatest lower bound, each d + 1 n is not a lower bound, and there is a sequence {kn} ⇢ S such that d  kh knk  d + 1 n . Notice that kh knk ! d by the squeeze principle. To get an expression for kkm knk, we apply the parallelogram law to h kn and h km: k(h kn) + (h km)k2 + kkm knk2 = 2(kh knk2 + kh kmk2 ). Since (h kn) + (h km) = 2(h 1 2 (km + kn)) and S is convex, we deduce that kkm knk2 = 2(kh knk2 + kh kmk2 ) 4kh 1 2 (km + kn)k2 (1.1)  2(kh knk2 + kh kmk2 ) 4d2 , 1
  • 2. 2 THE PROJECTION THEOREM which converges to 2(d2 + d2 ) 4d2 = 0 as m, n ! 1. Thus {kn} is a Cauchy sequence1 . Thus {kn} converges to a vector k 2 H, which belongs to S because S is closed. Because subtraction and the norm are continuous (why?), kh knk ! kh kk, which together with kh knk ! d gives us kh kk = d. For the uniqueness, suppose there is another point l such that kh lk = d. Then (k + l)/2 also belongs to the convex set S, and kh 1 2 (k + l)k d by definition of d. Another application of the parallelogram law gives 2(d2 + d2 ) = 2(kh kk2 + kh lk2 ) = k(h k) + (h l)k2 + kk lk2 = k2(h 1 2 (k + l))k2 + kk lk2 4d2 + kk lk2 , which implies that kk lk2 = 0 and k = l. ⇤ Remark 1.2. Notice that in the above proof we only used that if h, k 2 S, then 1 2 h + 1 2 k 2 S; that is, the definition of convexity with t = 1 2 . Indeed, it can be shown that S is closed and convex if and only if S is closed and h, k 2 S =) 1 2 h + 1 2 k 2 S for all h, k 2 S. Theorem 1.1 applies in particular to every closed subspace M of a Hilbert space H. Drawing a few pictures in R2 , where closed subspaces are lines through the origin, should convince you that the closest point in M to h can be obtained by dropping a perpendicular from h to M. The next theorem says that these pictures give good intuition about what happens in general Hilbert spaces. To see why this might be powerful, note that part (a) relates the geometric notion of orthogonality to the metric notion of distance. Theorem 1.3. Suppose M is a closed subspace of a Hilbert space H. (a) If h 2 H and k 2 M, then kh kk = d(h, M) if and only if h k ? M. (So that k is the closest point of M to h if and only if h k is orthogonal to M.) (b) For each h 2 H, let Ph denote the closest point in M to h. Then Ph is uniquely characterised by the properties that Ph 2 M and h Ph ? M. The function P : H ! M has the following properties: (i) P : H ! M is linear; (ii) kPhk  khk for all h; (iii) P P = P; 1In case this business about m, n ! 1 makes you nervous, we include the details. Suppose ✏ > 0 is given. Since kh knk ! d, we have kh knk2 ! d2 by the algebra of limits, and there exists N 2 N such that n N =) kh knk2  d2 + ✏2 /4. Then from (1.1) we have m, n N =) kkm knk2  2(d2 + ✏2 /4 + d2 + ✏2 /4) 4d2 = ✏2 , and {kn} is Cauchy.
  • 3. THE PROJECTION THEOREM 3 (iv) ker P = M? := {h 2 H : h ? M}; and (v) range P = M. The map P is called the orthogonal projection of H onto M. P is a bounded linear operator on H, kPk = 0 (i↵ M = {0}) or kPk = 1, and khk2 = kPhk2 + kh Phk2 for all h 2 H. Proof. (a) Suppose first that h k ? M and z 2 M. Then k z 2 M, so Pythagoras’s Theorem gives kh zk2 = k(h k) + (k z)k2 = kh kk2 + kk zk2 kh kk2 , so kh kk = d(h, M), and k is the closest point of M to h. Next suppose that k is the closest point in M to h, and z 2 M. We want to show that (h k | z) = 0. If t 2 R, then k + tz 2 M as M is a subspace and d2  kh (k + tz)k2 = k(h k) tzk2 = d2 + t2 kzk2 2t(h k | z). Therefore, (1.2) t2 kzk2 2t(h k | z) 0, for all t 2 R. If t > 0, then (1.2) implies that tkzk 2(h k | z) for all t > 0 and hence, letting t ! 0+, it follows that 0 (h k | z). Similarly, if t < 0, then (1.2) implies that tkzk  2(h k | z) for all t < 0 and hence, letting t ! 0 , it follows that 0  (h k | z). Thus (h k | z) = 0. (b) The characterisation of Ph is a restatement of (a). For (i), suppose h, k 2 H and c, d 2 F. Then c(Ph) + d(Pk) 2 M and h Ph and k Pk ? M =) c(h Ph) and d(k Pk) ? M =) (ch + dk) (c(Ph) + d(Pk)) ? M. Thus c(Ph) + d(Pk) has the properties which uniquely characterise P(ch + dk), and we have P(ch + dk) = c(Ph) + d(Pk), and P is linear. For (ii), we note that h Ph 2 M? and Ph 2 M, so Pythagoras’s Theorem implies (1.3) khk2 = k(h Ph) + Phk2 = kh Phk2 + kPhk2 kPhk2 . For (iii) note that for all h 2 H we have that Ph 2 M and thus the closest point of M to Ph is Ph itself. Therefore, P(Ph) = Ph for all h 2 H and thus P = P P. For (iv) suppose h 2 H. Then Ph = 0 i↵ h 0 ? M i↵ h 2 M? . For (v) we note that range P ⇢ M by definition. If h 2 M then the closest point of M to h is h itself; that is, h = Ph. Thus M ⇢ range P. Equation (ii) imply that P is bounded with kPk  1; if M = {0}, then Ph = 0 for every h, and kPk = k0kop = 0; if M 6= {0}, there is a unit vector h 2 M, and then the equation Ph = h implies kPk = 1. The last equality follows from Pythagoras’s theorem. ⇤ Corollary 1.4. Suppose that M is a closed subspace of a Hilbert space H and let h 2 H. Then h can uniquely be written as h = k + l, where k 2 M and l 2 M? .
  • 4. 4 THE PROJECTION THEOREM Proof. If h 2 H, then h = Ph + h Ph. Thus we can take k = Ph and l = h Ph where Ph 2 M and h Ph 2 M? by Theorem 1.3 (b). Suppose that h = k1 + l1 with k1 2 M and l1 2 M? . Then 0 = k k1 + l l1 and thus 0 = kk k1k2 + (k k1 | l l1) = kk k1k2 + (k k1 | l) (k k1 | l1) = kk k1k2 . Therefore, k = k1 and l = l1. ⇤ We now discuss two important applications of Theorem 1.3. The first concerns the orthogonal complement M? := {h 2 H : (h | k) = 0 for all k 2 M} appearing in the Theorem. The linearity of the inner product implies that M? is a linear subspace of H, and the continuity of the inner product that it is closed: if hn 2 M? and hn ! h in H, then (hn | k) ! (h | k) implies (h | k) = 0 for all k 2 M. So Theorem 1.3 says that there is an orthogonal projection onto M? . To appreciate that the next Corollary might be saying something interesting, notice that the statement (M? )? = M makes no explicit mention of closest points. Corollary 1.5. If M is a closed subspace of H and P is the orthogonal projection of H on M, then I P is the orthogonal projection of H onto M? , and (M? )? = M. Proof. For the first part, suppose h 2 H. Then, for z 2 M? , (h (I P)h | z) = (h h + Ph | z) = (Ph | z) = 0, so I P has the property characterising the projection on M? . Part (iv) of the Theorem now implies (M? )? = ker(I P). But k 2 ker(I P) () (I P)k = 0 () Pk = k () k 2 M, so ker(I P) = M, and we are done. ⇤ Remark. We stress that the (orthogonal) complement M? is not the same as the set-theoretic complement H M = {h 2 H : h /2 M}. For example, the orthogonal complement of the x-axis in the inner-product space R2 is the y-axis.