Definition
The Extreme Value Theorem (EVT) guarantees that a continuous function on a closed, bounded interval will always achieve both an absolute maximum and an absolute minimum value.
- How to read: “The closed interval from a to b.”
- Meaning: Domain includes both endpoints—required hypothesis for EVT on a bounded interval.
Why It Matters
The EVT provides the “guarantee” that makes optimization possible. Without it, we wouldn’t know for certain if a process has a “best” or “worst” state within a given range. In safety-critical systems—like managing the heat in a chemical plant or the load on a bridge—this theorem ensures that the peak stress point is not just a guess, but a mathematically certain target that can be designed against.
Core Concepts
- Condition 1 (Continuity): The function must have no gaps or jumps on the interval.
- Condition 2 (Closed Interval): The domain must include its endpoints ().
- Outcome: The existence of and in such that is the absolute minimum and is the absolute maximum.
- How to read: “There exist values c and d in the closed interval from a to b such that f of c is the absolute minimum and f of d is the absolute maximum.”
- Meaning: On a closed bounded interval, a continuous function must hit its global min and max somewhere—guarantees optimization problems have answers.