User:IssaRice/Extreme value theorem: Difference between revisions

From Machinelearning
No edit summary
No edit summary
Line 11: Line 11:
So suppose <math>f(c) < M</math>. We want to find <math>M' < M</math> such that <math>f(t) < M'</math> for all <math>t \in [a,c]</math>. That would mean that <math>\sup V_c \leq M' < M</math>. To do this, we split the interval into two parts. Choose <math>\epsilon > 0</math> with <math>\epsilon < M - f(c)</math>.<ref group="note">It is important here that <math>\epsilon</math> does not equal <math>M - f(c)</math>; choosing this <math>\epsilon</math> would be too weak and we would not be able to conclude <math>\sup V_c < M</math>, rather only that <math>\sup V_c \leq M</math>.</ref> By continuity at <math>c</math>, there exists a <math>\delta > 0</math> such that <math>|t-c|<\delta</math> implies <math>|f(t)-f(c)|<\epsilon</math>. So now pick a point like <math>c - \delta/2</math>, and split the interval into <math>[a,c-\delta/2]</math> and <math>[c-\delta/2,c]</math>.
So suppose <math>f(c) < M</math>. We want to find <math>M' < M</math> such that <math>f(t) < M'</math> for all <math>t \in [a,c]</math>. That would mean that <math>\sup V_c \leq M' < M</math>. To do this, we split the interval into two parts. Choose <math>\epsilon > 0</math> with <math>\epsilon < M - f(c)</math>.<ref group="note">It is important here that <math>\epsilon</math> does not equal <math>M - f(c)</math>; choosing this <math>\epsilon</math> would be too weak and we would not be able to conclude <math>\sup V_c < M</math>, rather only that <math>\sup V_c \leq M</math>.</ref> By continuity at <math>c</math>, there exists a <math>\delta > 0</math> such that <math>|t-c|<\delta</math> implies <math>|f(t)-f(c)|<\epsilon</math>. So now pick a point like <math>c - \delta/2</math>, and split the interval into <math>[a,c-\delta/2]</math> and <math>[c-\delta/2,c]</math>.


* Consider <math>t = c - \delta/2</math>. Then since <math>t < c</math>, there exists <math>x \in X</math> such that <math>t < x</math>. So <math>\sup V_t \leq \sup V_c < M</math> so <math>f(t) \leq \sup V_t < M</math>. This also means that for all <math>x \in [a,c-\delta/2]</math> we have <math>f(x) \leq \sup V_t < M</math>.
* Since <math>c-\delta/2 < c</math>, there exists <math>x \in X</math> such that <math>c-\delta/2 < x</math>. So <math>\sup V_{c-\delta/2} \leq \sup V_c < M</math> so <math>f(c-\delta/2) \leq \sup V_{c-\delta/2} < M</math>. This means that for all <math>x \in [a,c-\delta/2]</math> we have <math>f(x) \leq \sup V_t < M</math>.
* But now if <math>c-\delta/2 \leq t \leq c</math>, then  This means <math>f(t) < f(c) + \epsilon < M</math>.
* But now if <math>c-\delta/2 \leq t \leq c</math>, then  This means <math>f(t) < f(c) + \epsilon < M</math>.



Revision as of 23:21, 1 June 2019

Working through the proof in Pugh's book by filling in the parts he doesn't talk about.

For x[a,b], define Vx=f([a,x])={f(t):atx} to be the image of f up to and including x.

Let M=sup{f(x):axb}=supVb and X={x[a,b]:supVx<M}.

Our goal now is to find some x such that f(x)=M. If f(a)=M this is easy.

So now suppose f(a)<M. Then aX. We already know that X is bounded above, for instance by the number b. We can thus take the least upper bound of X, say c=supX. We already know f(c)M, so if we can just eliminate the possibility that f(c)<M, we will be done.

So suppose f(c)<M. We want to find M<M such that f(t)<M for all t[a,c]. That would mean that supVcM<M. To do this, we split the interval into two parts. Choose ϵ>0 with ϵ<Mf(c).[note 1] By continuity at c, there exists a δ>0 such that |tc|<δ implies |f(t)f(c)|<ϵ. So now pick a point like cδ/2, and split the interval into [a,cδ/2] and [cδ/2,c].

  • Since cδ/2<c, there exists xX such that cδ/2<x. So supVcδ/2supVc<M so f(cδ/2)supVcδ/2<M. This means that for all x[a,cδ/2] we have f(x)supVt<M.
  • But now if cδ/2tc, then This means f(t)<f(c)+ϵ<M.

Now we can choose M=max{supVcδ/2,f(c)+ϵ}.

If c<b then


If tcδ/2 then there exists some xX such that t<x. This means supVtsupVx<M so tX. Otherwise if cδ/2tc then |tc|<δ so f(t)<f(c)+ϵ<M. So now what can we say about supVc? We want to say supVc<M. We can do this by showing that there exists a number M<M such that f(t)<M for all t[a,c]. That way, supVcM<M. But M=supVc works.


Therefore, c=b, which implies that . So the assumption that f(c)<M was false, and we conclude f(c)=M.

If c=b then M=supVb=supVc<M, a contradiction.

Notes

  1. It is important here that ϵ does not equal Mf(c); choosing this ϵ would be too weak and we would not be able to conclude supVc<M, rather only that supVcM.