User:IssaRice/Extreme value theorem: Difference between revisions
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
So now suppose <math>f(a) < M</math>. Then <math>a \in X</math>. We already know that <math>X</math> is bounded above, for instance by the number <math>b</math>. We can thus take the least upper bound of <math>X</math>, say <math>c = \sup X</math>. We already know <math>f(c) \leq M</math>, so if we can just eliminate the possibility that <math>f(c) < M</math>, we will be done. | So now suppose <math>f(a) < M</math>. Then <math>a \in X</math>. We already know that <math>X</math> is bounded above, for instance by the number <math>b</math>. We can thus take the least upper bound of <math>X</math>, say <math>c = \sup X</math>. We already know <math>f(c) \leq M</math>, so if we can just eliminate the possibility that <math>f(c) < M</math>, we will be done. | ||
So suppose <math>f(c) < M</math>. We want to find <math>M' < M</math> such that <math>f(t) \leq 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 for sake of contradiction that <math>f(c) < M</math>. We want to find <math>M' < M</math> such that <math>f(t) \leq 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>. | ||
* Since <math>c-\delta/2 < c</math>, there exists <math>x \in X</math> such that <math>c-\delta/2 < x</math> (otherwise <math>c-\delta/2</math> would be a smaller upper bound for <math>X</math>). So <math>\sup V_{c-\delta/2} \leq \sup V_x < M</math>. This means that <math>f(t) \leq \sup V_{c-\delta/2} < M</math> for all <math>t \in [a,c-\delta/2]</math>. | * Since <math>c-\delta/2 < c</math>, there exists <math>x \in X</math> such that <math>c-\delta/2 < x</math> (otherwise <math>c-\delta/2</math> would be a smaller upper bound for <math>X</math>). So <math>\sup V_{c-\delta/2} \leq \sup V_x < M</math>. This means that <math>f(t) \leq \sup V_{c-\delta/2} < M</math> for all <math>t \in [a,c-\delta/2]</math>. | ||
Revision as of 04:49, 29 July 2019
Working through the proof in Pugh's book by filling in the parts he doesn't talk about.
For , define to be the values that takes on as the input ranges from to (inclusive).
Let (this number exists by the boundedness theorem) and .[note 1]
Our goal now is to find some such that . The idea now is to locate the leftmost point where attains by taking the supremum of . But we have a small problem, which is that might be empty (it is however always bounded, so we don't need to worry about that part). This can happen if , in which case . But if that's the case, we have already found a point where equals , so we're actually done!
So now suppose . Then . We already know that is bounded above, for instance by the number . We can thus take the least upper bound of , say . We already know , so if we can just eliminate the possibility that , we will be done.
So suppose for sake of contradiction that . We want to find such that for all . That would mean that . To do this, we split the interval into two parts. Choose with .[note 2] By continuity at , there exists a such that implies . So now pick a point like , and split the interval into and .
- Since , there exists such that (otherwise would be a smaller upper bound for ). So . This means that for all .
- But now if , then , so . This means .
Now we can choose . Then whatever happens to be, we can say .[note 3]
If then by continuity we can find points to the right of where , which contradicts the fact that is an upper bound of such points.
Therefore, , which implies that , a contradiction. So the assumption that was false, and we conclude .
Takeaways
- "less than" vs "bounded away from"
Notes
- ↑ If we had used "" in the definition of , then when we take the supremum we would just end up with , regardless of where achieves the maximum.
- ↑ It is important here that does not equal ; choosing this would be too weak and we would not be able to conclude , rather only that .
- ↑ This part of the proof uses quite a bit of "low-level" argumentation, so it can be easy to miss the broader point. The reason we split the interval into two parts is that we know two facts about : (1) near , continuity shows that must be close to the value of ; since we assumed , this means we can find a neighborhood around where is bounded away from . (2) up to , our choice of means the value of is bounded away from . Then we pick as a "handing off point" to pass from one side to the other.