Fact-checked by Grok 2 weeks ago

Extreme value theorem

The Extreme Value Theorem states that if a real-valued f is continuous on a closed and bounded [a, b], then f attains both an absolute maximum value and an absolute minimum value on [a, b]. This result guarantees the existence of global extrema without specifying their locations, distinguishing it from local analysis techniques like derivatives. The theorem is a cornerstone of and , underpinning the theoretical framework for optimization by ensuring that continuous functions on compact domains are bounded and achieve their bounds. It implies that the image of a compact set under a continuous map is compact, which directly follows from the Heine-Borel theorem characterizing in \mathbb{R}^n. In , this allows mathematicians and scientists to confidently seek maxima and minima in problems ranging from physics simulations to economic modeling, where continuity on a finite is often assumed. Proofs of the theorem typically rely on the and the , often constructing sequences to show attainment of suprema and infima. For instance, one standard approach assumes the supremum is not achieved and derives a using the Bolzano-Weierstrass theorem on bounded sequences. The result extends naturally to higher dimensions: a on a compact of \mathbb{R}^n attains its extrema, making it vital for and . The extreme value theorem was first proved by in the 1830s in his unpublished work Function Theory, which appeared in print in 1930; it was independently proved by around 1860. Today, it serves as a foundational tool in fields like and , where ensuring extremal values exist aids algorithm design for .

Fundamental Concepts

Continuous Functions on Intervals

A f: D \to \mathbb{R}, where D \subseteq \mathbb{R}, is continuous at a point a \in D if for every \varepsilon > 0, there exists \delta > 0 such that if x \in D and |x - a| < \delta, then |f(x) - f(a)| < \varepsilon. This \varepsilon-\delta definition, formalized by Karl Weierstrass in the 19th century, captures the intuitive notion that small changes in input near a produce small changes in output. A is continuous on an interval I \subseteq \mathbb{R} if it is continuous at every point in I. On a closed bounded interval [a, b], every pointwise continuous function is uniformly continuous, where for every \varepsilon > 0, there exists \delta > 0 such that for all x, y \in [a, b] with |x - y| < \delta, |f(x) - f(y)| < \varepsilon, independent of the points chosen. This follows from the , which strengthens the local control of continuity to global uniformity over compact domains. This property prevents pathological behaviors like those on unbounded domains. A key property of continuous functions on intervals is the intermediate value theorem: if f is continuous on [a, b] and k lies between f(a) and f(b), then there exists c \in [a, b] such that f(c) = k. First proved by in 1817 and shortly after, this theorem underscores how continuity ensures the function's image fills all intermediate values without gaps. Examples of continuous functions on intervals include linear functions f(x) = mx + c, which satisfy the \varepsilon-\delta condition with \delta = \varepsilon / |m| for m \neq 0, and polynomials of any degree, whose continuity follows from the composition and sum of continuous functions. To illustrate that continuity does not require differentiability, consider the Weierstrass function f(x) = \sum_{n=0}^\infty a^n \cos(b^n \pi x) with $0 < a < 1 and ab > 1 + \frac{3\pi}{2}, which is continuous everywhere but differentiable nowhere on \mathbb{R}. This construction, introduced by in 1872, demonstrates the existence of highly irregular yet continuous functions on intervals.

Compact Sets

In the context of the real numbers \mathbb{R}, a set is called closed if it contains all its limit points. A limit point of a set E \subseteq \mathbb{R} is a point x \in \mathbb{R} such that every neighborhood of x contains at least one point of E distinct from x itself. Equivalently, a set is closed if its complement is open, where an open set consists entirely of interior points without points included. A set E \subseteq \mathbb{R} is bounded if there exists a finite [a, b] with a < b such that E \subseteq [a, b], meaning all elements of E lie within some of finite length. The Heine-Borel theorem characterizes compactness on the real line by linking it directly to these properties: a subset of \mathbb{R} is compact if and only if it is closed and bounded. This result, named after and , establishes that closed and bounded intervals like [a, b] with a \leq b are precisely the compact subsets of \mathbb{R}. One standard definition of compactness for a subset K \subseteq \mathbb{R} is topological: K is compact if every open cover of K admits a finite subcover. An open cover of K is a collection \{U_\alpha\}_{\alpha \in A} of open sets in \mathbb{R} such that K \subseteq \bigcup_{\alpha \in A} U_\alpha. For instance, the closed interval [0, 1] is compact because any open cover, such as the collection of open intervals \{(-\frac{1}{n}, 1 + \frac{1}{n})\}_{n=1}^\infty, has a finite subcover (in fact, the single set with n=1 suffices). In contrast, the open interval (0, 1) is not compact; the open cover \{( \frac{1}{n+1}, 1 ) \}_{n=1}^\infty has no finite subcover, as any finite collection misses points near 0. The proves that closed and bounded sets satisfy this cover property, while unbounded or non-closed sets do not. In \mathbb{R}, compactness is equivalent to sequential compactness: a set K \subseteq \mathbb{R} is compact if and only if every sequence in K has a subsequence converging to a point in K. This equivalence holds because \mathbb{R} is a , where the two notions coincide. The underpins this by stating that every bounded sequence in \mathbb{R} has a convergent subsequence (with limit in \mathbb{R}). For a closed set, the limit of any convergent subsequence from a bounded sequence lies within the set, thus linking boundedness and closedness to sequential compactness and, via the equivalence, to the full topological compactness required for theorems on continuous functions.

Core Theorems

Boundedness Theorem

The Boundedness Theorem states that if f: K \to \mathbb{R} is a function and K \subset \mathbb{R} is a compact set, then the image f(K) is bounded; that is, there exists a real number M > 0 such that |f(x)| \leq M for all x \in K. This result holds because compactness in \mathbb{R} equates to closed and bounded intervals (by the Heine-Borel theorem), and ensures the function cannot escape to without violating its definition on such a restricted . Intuitively, the continuity of f precludes abrupt jumps or oscillations that might produce unbounded values within the finite extent of a compact set K, as the function's behavior is locally controlled and the lacks "room" for . Without , boundedness may fail even on compact , but the leverages the control provided by to guarantee a finite . A classic illustrates the necessity of : consider f(x) = \frac{1}{x} on the (0,1], which is continuous but unbounded as x approaches 0 from the right, since f(x) \to \infty. In contrast, restricting to the [1,2] yields \frac{1}{2} \leq f(x) \leq 1, confirming boundedness. To sketch the proof, suppose f is unbounded on the compact K; then for each positive integer n, there exists x_n \in K with |f(x_n)| > n. By , the sequence \{x_n\} has a convergent \{x_{n_k}\} with x \in K. implies f(x_{n_k}) \to f(x), a finite value, contradicting |f(x_{n_k})| > n_k \to \infty. Alternatively, using open covers: for each t \in K, yields an open neighborhood I_t where |f(y) - f(t)| < 1 for y \in I_t \cap K; the collection \{I_t\} covers the compact K, so a finite subcover exists, and bounding f on finitely many points extends to all of K via the Heine-Borel theorem.

Extreme Value Theorem

The Extreme Value Theorem states that if f: [a, b] \to \mathbb{R} is continuous on the closed interval [a, b], then there exist points c, d \in [a, b] such that f(c) = \min_{x \in [a, b]} f(x) and f(d) = \max_{x \in [a, b]} f(x). This result, also known as the Weierstrass extreme value theorem, ensures that continuous functions on compact sets attain both their minimum and maximum values within the domain./03:_The_Graphical_Behavior_of_Functions/3.01:_Extreme_Values) The theorem follows from the combination of boundedness and the attainment property: since f is bounded on [a, b], it has finite infimum m = \inf_{x \in [a, b]} f(x) and supremum M = \sup_{x \in [a, b]} f(x); continuity then guarantees the existence of points where f achieves these bounds./07:_Intermediate_and_Extreme_Values/7.04:_The_Supremum_and_the_Extreme_Value_Theorem) This builds on the boundedness theorem as a prerequisite for the finiteness of m and M./07:_Intermediate_and_Extreme_Values/7.04:_The_Supremum_and_the_Extreme_Value_Theorem) For example, the function f(x) = x^2 on [-1, 1] attains its minimum value of 0 at x = 0 and its maximum value of 1 at x = \pm 1./03:_The_Graphical_Behavior_of_Functions/3.01:_Extreme_Values) In optimization, the theorem provides a foundational guarantee that global maxima and minima exist for continuous objective functions over compact domains, enabling the analysis of extrema without reliance on derivatives.

Counterexamples and Limitations

Failure Due to Non-Compact Domains

The Extreme Value Theorem requires the domain to be a compact set in \mathbb{R}, which, by the , means it must be closed and bounded. Without compactness, continuous functions may fail to attain their extrema, even if bounded, because non-compact domains can admit sequences without convergent subsequences in the domain. A classic counterexample occurs on an open interval, which lacks closure. Consider the continuous function f(x) = x defined on the domain (0, 1). This function is strictly increasing and bounded above by 1, with supremum 1, but the value 1 is never attained since x = 1 is not in the domain; similarly, it has no minimum as values approach 0 without reaching it. Thus, despite continuity, f fails to achieve both its maximum and minimum on this non-compact domain. On an unbounded domain like the entire real line \mathbb{R}, continuous functions need not even be bounded. For instance, the identity function f(x) = x on \mathbb{R} is continuous but unbounded above (values go to +\infty) and below (values go to -\infty), so it attains neither a maximum nor a minimum. This illustrates how unboundedness prevents the boundedness required for extrema attainment. Even on a closed but unbounded interval, such as [0, \infty), a continuous function may be bounded yet fail to attain its infimum. The function f(x) = \frac{1}{1 + x^2} is continuous on [0, \infty), achieves its maximum of 1 at x = 0, but approaches an infimum of 0 as x \to \infty without ever reaching it, since f(x) > 0 for all x \geq 0. Here, the lack of allows the function values to "escape" to the boundary at , preventing full attainment of extrema.

Failure Due to Discontinuity

Discontinuity of a on a compact can lead to the failure of either boundedness or the attainment of extrema, highlighting the necessity of the assumption in the Extreme Value Theorem. While compact domains ensure certain topological properties, pathological behavior introduced by discontinuities can prevent the from being bounded or from achieving its supremum and infimum within the domain. A standard example demonstrating failure of boundedness is the defined on the compact [0,1] by f(x) = \begin{cases} \frac{1}{x} & \text{if } 0 < x \leq 1, \\ 0 & \text{if } x = 0. \end{cases} This is discontinuous at x=0, as the right-hand limit \lim_{x \to 0^+} f(x) = +\infty does not equal f(0) = 0. The range of f is \{0\} \cup [1, +\infty), which is unbounded above, so no maximum exists. Even when a discontinuous function on [0,1] is bounded, it may fail to attain its extrema. Consider the function g(x) = \begin{cases} x & \text{if } 0 \leq x < 1, \\ \frac{1}{2} & \text{if } x = 1. \end{cases} Here, g is discontinuous at x=1, since \lim_{x \to 1^-} g(x) = 1 \neq \frac{1}{2} = g(1). The range is [0,1), which is bounded with infimum 0 (attained at x=0) but supremum 1 (not attained at any point in [0,1]). Another example where neither extremum is attained is h(x) = \begin{cases} x & \text{if } 0.25 < x < 0.75, \\ 0.5 & \text{otherwise}. \end{cases} This function is discontinuous at x=0.25 and x=0.75. The range is \{0.5\} \cup (0.25, 0.75), bounded with infimum 0.25 and supremum 0.75, neither of which is attained.

Proofs

Proof of Boundedness Theorem

To prove the Boundedness Theorem—that a continuous function f: K \to \mathbb{R} on a compact set K in \mathbb{R}^m is bounded—we proceed by contradiction, utilizing the definition of compactness via open covers and the subspace topology on K. Assume f is unbounded above on K. Consider the collection of sets \{V_n\}_{n=1}^\infty, where V_n = \{ x \in K \mid f(x) < n \}. Each V_n = f^{-1}((-\infty, n)) \cap K, and since (-\infty, n) is open in \mathbb{R} and f is continuous, f^{-1}((-\infty, n)) is open in \mathbb{R}^m, making V_n open in the relative (subspace) topology on K. This collection forms an open cover of K, as for any x \in K, f(x) is finite, so there exists n > f(x) with x \in V_n. By the assumption that f is unbounded above, for any finite subcollection \{V_{n_1}, \dots, V_{n_k}\}, let m = \max\{n_1, \dots, n_k\}. Then \bigcup_{i=1}^k V_{n_i} \subseteq V_m = \{ x \in K \mid f(x) < m \}. However, since f is unbounded above, there exists some x \in K with f(x) \geq m, so this x \notin V_m and thus not covered by the finite subcollection. Therefore, the open cover \{V_n\}_{n=1}^\infty has no finite subcover, contradicting the compactness of K. Hence, f must be bounded above. Similarly, to show bounded below, apply the same argument to -f, or consider the open cover \{ W_n \}_{n=1}^\infty where W_n = \{ x \in K \mid f(x) > -n \}; the assumption of unbounded below leads to an analogous contradiction. Thus, f is bounded on K. In the special case where K is a closed bounded [a, b] \subset \mathbb{R}, the Heine-Borel theorem establishes that such intervals are compact, providing the foundation for the argument above without needing the general details.

Proof of Extreme Value Theorem

The Extreme Value Theorem asserts that if K is a compact of \mathbb{R}^n and f: K \to \mathbb{R} is continuous, then f attains its values on K. To prove this, assume the Boundedness Theorem has established that the image f(K) is bounded, so let M = \sup f(K), which is finite. Construct a \{x_n\} in K such that f(x_n) > M - 1/n for each n, ensuring f(x_n) \to M. Since K is compact, the Bolzano-Weierstrass theorem guarantees a \{x_{n_k}\} converging to some x \in K. By the of f, it follows that f(x_{n_k}) \to f(x), and thus f(x) = M, so f attains its supremum at x. The argument for the infimum m = \inf f(K) proceeds analogously: select \{x_n\} with f(x_n) < m + 1/n, extract a convergent subsequence to x \in K, and apply continuity to obtain f(x) = m. Alternatively, since f is continuous and K is compact, the image f(K) is compact as the continuous image of a compact set. In \mathbb{R}, compact sets are closed and bounded, hence f(K) contains its supremum and infimum, confirming attainment. This proof relies solely on the axioms of \mathbb{R} and properties of compactness, without invoking derivatives or additional completeness assumptions beyond those for \mathbb{R}.

Non-Standard Proof Using Hyperreals

Nonstandard analysis offers an alternative proof of the Extreme Value Theorem by embedding the real numbers \mathbb{R} into the larger field of hyperreal numbers *\mathbb{R}, which includes infinitesimal and infinite quantities while preserving the ordered field structure via the transfer principle. This principle states that any first-order logical statement true in \mathbb{R} holds for *\mathbb{R} when interpreted in the nonstandard universe. For a compact set K \subseteq \mathbb{R}, the nonstandard extension *K satisfies the near-standard property: every h \in *K is infinitely close to some x \in K, meaning h \approx x or \text{st}(h) = x, where \text{st} denotes the standard part function mapping limited hyperreals to their unique real approximations. This characterization equates compactness with the condition *K \subseteq \bigcup_{x \in K} \text{hal}(x), where \text{hal}(x) is the monad of hyperreals infinitesimally close to x. Given a continuous function f: K \to \mathbb{R}, its nonstandard extension *f: *K \to *\mathbb{R} inherits continuity at near-standard points. The boundedness of f(K) transfers via the principle, implying *f(*K) is bounded in *\mathbb{R}. To attain the maximum, consider the supremum M = \sup \{ *f(h) \mid h \in *K \} in *\mathbb{R}; since K is compact, f is uniformly continuous, and there exists h \in *K such that *f(h) \approx M with h limited (finite). The transfer principle applies to the first-order statement that every nonempty finite subset of *\mathbb{R} has a maximum element, allowing a hyperfinite approximation of K (e.g., a hyperfinite grid covering K with infinitesimal mesh) where a maximum point h exists by internal set theory. Then, c = \text{st}(h) \in K, and uniform continuity ensures f(c) = \text{st}(*f(h)) = \sup f(K), so f(c) = \max f(K). For the specific case of K = [a, b], choose an infinite hypernatural N \in {}^*\mathbb{N} \setminus \mathbb{N} and the internal points p_k = a + k (b-a)/N for k = 0, \dots, N; transfer yields a k_0 maximizing *f(p_{k_0}), and d = \text{st}(p_{k_0}) gives the maximum of f. This nonstandard proof highlights the intuitive role of infinitesimals in capturing the "finest" behavior of continuous functions on compact sets, directly constructing maximizers via standard parts without explicit \epsilon-\delta arguments for limits or sequential compactness. It relies on the transfer principle to bridge standard and nonstandard realms, offering a conceptually simpler alternative to classical real analysis proofs while maintaining logical rigor through model-theoretic foundations.

Elementary Proof Using Nested Intervals and the Bisection Method

The elementary proof of the Extreme Value Theorem for a continuous function f: [a, b] \to \mathbb{R} relies on the least upper bound property of the real numbers to establish both boundedness and attainment of extrema, without invoking sequential compactness or open covers. Assuming the boundedness of f on [a, b] has been established separately (as in the proof of the Boundedness Theorem), let M = \sup \{ f(x) \mid x \in [a, b] \}, which exists by the least upper bound property since the image is nonempty and bounded above. To show that M is attained, construct a sequence of nested closed intervals I_n = [a_n, b_n] \subseteq [a, b] such that \sup f(I_n) = M for each n and the length b_n - a_n = (b - a)/2^n \to 0. Begin with I_1 = [a, b], where \sup f(I_1) = M. For each n, bisect I_n at the midpoint c_n = (a_n + b_n)/2 to form the left subinterval [a_n, c_n] and right subinterval [c_n, b_n]. Let M_L = \sup f([a_n, c_n]) and M_R = \sup f([c_n, b_n]), both of which exist by the least upper bound property applied to the bounded images f([a_n, c_n]) and f([c_n, b_n]). Since \max(M_L, M_R) = \sup f(I_n) = M, at least one subinterval has supremum M; select such a subinterval as I_{n+1}. This ensures the intervals are nested, closed, and contract in length to zero. By the nested interval property (equivalent to the least upper bound property for closed bounded intervals), the intersection \bigcap_{n=1}^\infty I_n is nonempty and consists of a single point c \in [a, b], where c = \sup \{ a_n \mid n \in \mathbb{N} \} = \inf \{ b_n \mid n \in \mathbb{N} \}. Since f is continuous at c, for any \epsilon > 0, there exists \delta > 0 such that if |x - c| < \delta, then |f(x) - f(c)| < \epsilon. Now, f(c) \leq M as M is an upper bound. Suppose for contradiction that f(c) < M; let \epsilon = (M - f(c))/2 > 0. Choose N large enough so that b_N - a_N < \delta. Then I_N \subseteq (c - \delta, c + \delta), implying f(x) < f(c) + \epsilon = (M + f(c))/2 < M for all x \in I_N. Thus, \sup f(I_N) < M, contradicting the construction. Therefore, f(c) = M. A symmetric argument applies to show the infimum is attained. This proof draws on the order-theoretic completeness of the reals via the least upper bound property and nested intervals, mirroring the bisection technique pioneered by in his 1817 proof of the , though adapted here for extrema without modern compactness notions. However, the approach is more verbose than sequential methods, requiring explicit interval construction at each step, and less readily generalizable to non-interval domains or non-ordered spaces, where topological compactness is needed instead.

Generalizations and Extensions

To Metric Spaces

The extreme value theorem generalizes to metric spaces in the following form: Let (X, d) be a metric space and K \subset X a compact subset. If f: K \to \mathbb{R} is continuous, then there exist points x_{\max}, x_{\min} \in K such that f(x_{\max}) = \max_{x \in K} f(x) and f(x_{\min}) = \min_{x \in K} f(x). This result holds because the image f(K) is compact in \mathbb{R}, and compact subsets of \mathbb{R} are closed and bounded, ensuring the supremum and infimum are attained. A proof sketch relies on the equivalence of compactness and sequential compactness in metric spaces, where every sequence in K has a convergent subsequence with limit in K. To establish boundedness, suppose f is unbounded above on K. Select a sequence \{x_n\} \subset K such that f(x_n) > n for each n. By sequential compactness, there exists a subsequence \{x_{n_k}\} converging to some x \in K. Continuity of f implies f(x_{n_k}) \to f(x), which is finite, contradicting f(x_{n_k}) \to \infty. A similar argument shows f is bounded below. For attainment of the maximum, let M = \sup_{x \in K} f(x). Choose \{x_n\} \subset K such that f(x_n) > M - 1/n. A convergent subsequence \{x_{n_k}\} \to x \in K yields f(x) = M by continuity. The minimum follows analogously. An illustrative example is the closed unit ball B = \{ x \in \mathbb{R}^n : \|x\| \leq 1 \} in the metric, which is compact. Thus, any f: B \to \mathbb{R} attains its extrema on B. This compactness follows from the Heine-Borel theorem, which characterizes compact sets in \mathbb{R}^n as closed and bounded. In contrast to the real line, where compact sets are precisely the closed bounded intervals, the generalization to arbitrary spaces leverages sequential compactness without requiring an explicit into \mathbb{R}. A key distinction is that continuity on compact spaces automatically implies , which strengthens the theorem's applicability in proofs involving approximations or extensions of functions. This property arises from the structure, allowing control over moduli of via sequences and covers.

To Topological Spaces

The extreme value theorem extends naturally to topological spaces. Specifically, if X is a topological space, K \subset X is a compact subset, and f: K \to \mathbb{R} is continuous, then f(K) is compact in \mathbb{R}. Since compact subsets of \mathbb{R} are closed and bounded by the Heine-Borel theorem, f(K) is a closed bounded interval, and thus f attains both its maximum and minimum values on K. The key result underpinning this generalization is that the continuous image of a compact set is compact. This holds in any without requiring a structure, relying instead on the open cover definition of : if \{U_\alpha\} is an open cover of K, then of f implies \{f^{-1}(U_\alpha)\} covers K, which has a finite subcover by ; the corresponding f(U_{\alpha_i}) then form a finite open cover of f(K). In Hausdorff spaces, such as \mathbb{R}, this ensures the image is closed, reinforcing the attainment of extrema. An illustrative example is the C, a compact totally disconnected of \mathbb{R}. As a compact , any f: C \to \mathbb{R} must attain its extrema, demonstrating the theorem's applicability beyond connected domains like intervals, solely through topological compactness.

To Semi-Continuous Functions

A function f: X \to \mathbb{R}, where X is a , is upper semi-continuous at a point a \in X if for every sequence \{x_n\} in X converging to a, \limsup_{n \to \infty} f(x_n) \leq f(a). Similarly, f is lower semi-continuous at a if \liminf_{n \to \infty} f(x_n) \geq f(a). These conditions weaken the requirement of full continuity, allowing functions with upward jumps for upper semi-continuity or downward jumps for lower semi-continuity, while still preserving certain extremal properties on suitable domains. If K is a nonempty compact of \mathbb{R}^n and f: K \to \mathbb{R} is upper semi-continuous, then f attains its maximum value on K, meaning there exists x^* \in K such that f(x^*) = \sup_{x \in K} f(x). Conversely, if f is lower semi-continuous on K, then f attains its minimum value on K, so there exists x^{**} \in K such that f(x^{**}) = \inf_{x \in K} f(x). Continuous functions satisfy both conditions simultaneously and thus attain both maxima and minima, aligning with the classical extreme value theorem. The proof for the upper semi-continuous case proceeds as follows: First, f is bounded above on the compact set K. To see this, suppose there exists a \{x_k\} \subset K with f(x_k) \to +\infty; by compactness, a converges to some x \in K, but upper implies \limsup f(x_{k_j}) \leq f(x) < +\infty, a contradiction. Let s = \sup_{K} f < +\infty. The sets F_n = \{x \in K \mid f(x) \geq s - 1/n\} are nonempty for each n (as s is the supremum) and closed in K (since upper semi-continuity ensures that \{f < s - 1/n\} is open in K). These compact sets are nested, so their finite intersection property implies the intersection \bigcap_n F_n is nonempty; any point in this intersection satisfies f(x) = s. A symmetric argument applies to lower semi-continuous functions attaining minima, using the closedness of sublevel sets \{f \leq \alpha\}. Consider the function f: [0, 1] \to \mathbb{R} defined by f(0) = 1 and f(x) = x for x > 0. This function is upper semi-continuous on the compact [0, 1], as \limsup_{x \to 0} f(x) = 0 \leq f(0) = 1, permitting an upward jump at x = 0. The supremum is $1, attained at x = 0. However, f fails to be lower semi-continuous at x = 0 since \liminf_{x \to 0} f(x) = 0 < 1 = f(0), and indeed the infimum $0 is not attained. These results find applications in optimization problems involving inequalities, where objective functions may exhibit due to constraints or approximations; for instance, upper semi-continuous functions model maximization in distributionally and variational analysis.

Historical Development

Early Contributions

In the late 17th century, advanced the study of extrema through the by posing the brachistochrone problem in 1696, which sought the allowing the fastest descent under between two points. This work implicitly assumed the existence of a continuous that attains a minimum time among all possible paths connecting the endpoints, without providing a proof of attainment. His brother solved the problem the following year using geometric methods inspired by , again assuming that a minimizing extremum is attained for smooth, differentiable curves, though rigorous justification for continuity and boundedness was absent. Leonhard Euler built upon these foundations in the , particularly in his 1744 treatise Methodus inveniendi lineas curvas maximi minimive proprietate gaudentes, where he formalized the and introduced the Euler-Lagrange equation as a necessary condition for extrema. Euler routinely assumed that continuous functions defined on finite intervals attain their values, applying this intuition to problems in differential equations and variational principles, such as isoperimetric issues and geodesics on surfaces. This assumption facilitated practical solutions but relied on the geometric and approaches prevalent at the time, without addressing potential counterexamples for non-differentiable cases. The pre-analysis era's lack of rigor meant these contributions focused predominantly on , where extrema were sought via tangent conditions or variations, rather than general continuous functions. Proofs of existence were not pursued, as the emphasis was on computational methods for physical and geometric applications. These early ideas also intersected with precursors to the , notably Michel Rolle's 1691 theorem, which presupposed the attainment of an extremum between two points where a takes equal values, laying groundwork for later analytic developments. Such assumptions foreshadowed the Bolzano-Weierstrass theorem in the following century.

Formalization in the 19th Century

In 1817, employed the completeness property of the real numbers, specifically the least upper bound principle, in his proof of the for continuous functions on closed intervals. This approach implicitly established the boundedness of such functions, as Bolzano used the existence of suprema to construct sequences converging to roots, thereby demonstrating that continuous functions on bounded closed intervals cannot be unbounded. Although Bolzano's full treatment of the extreme value theorem appeared in his unpublished manuscript Functionenlehre from the , his 1817 work laid crucial groundwork by linking completeness to the attainment of bounds. During the 1860s, advanced this foundation through his lectures at the University of Berlin, where he formalized the concepts of compactness and the extreme value theorem using what is now known as the Bolzano-Weierstrass theorem. In these lectures, Weierstrass proved that every bounded sequence in \mathbb{R} has a convergent , applying this to show that continuous functions on closed bounded intervals attain their maximum and minimum values. His epsilon-delta definition of and emphasis on further solidified the rigorous framework for these results, disseminating them via student notes such as those from Hermann Amandus Schwarz in 1863/64. Augustin-Louis Cauchy contributed early ideas to uniform continuity in his 1821 Cours d'analyse, where he introduced precise notions of limits and continuity that influenced later developments, including covers of intervals through convergent sequences. Eduard Heine built on this in the 1870s, publishing the first explicit definition of uniform continuity in 1870 and proving in 1872 that continuous functions on closed bounded intervals are uniformly continuous, a key step toward understanding compactness via open covers. Weierstrass's ideas gained wider recognition in the 1880s through student publications and his own mimeographed lecture notes, such as the 1886 course on the foundations of function theory, which integrated the into the axiomatic treatment of . These efforts established the theorem as a of rigorous . The 19th-century formalization of the provided essential concepts of and attainment of extrema that underpin modern , influencing later results like the Heine-Borel theorem.

References

  1. [1]
    The Extreme Value Theorem
    The Extreme Value Theorem: If f is continuous on a closed interval [a,b], then f attains both an absolute maximum value and an absolute minimum value at some ...
  2. [2]
    [PDF] 2.4 The Extreme Value Theorem and Some of its Consequences
    The Extreme Value Theorem states that a continuous function on a closed bounded interval is bounded and has both a maximum and minimum value.
  3. [3]
    3.2 Extreme Value Theorem - Ximera - The Ohio State University
    The Extreme Value Theorem states that a continuous function on a closed interval has both an absolute maximum and an absolute minimum.
  4. [4]
    [PDF] Math 410 Section 3.2: The Extreme Value Theorem 1. Introduction
    The Extreme Value Theorem states that if a function is continuous, defined on a closed and bounded domain, then it attains both a maximum and minimum value.
  5. [5]
    [PDF] 205 Lecture 4.1. The Extreme Value Theorem
    The Extreme Value Theorem is important to the theoretical framework of calculus. It is interesting to see examples of functions that do not have maxima or ...Missing: applications | Show results with:applications
  6. [6]
    The Extreme Value Theorem - Advanced Analysis
    Jan 17, 2024 · An immediate corollary of the above observation is the Extreme Value Theorem which guarantees that continuous functions on compact domains ...Missing: mathematics | Show results with:mathematics
  7. [7]
    Optimization
    Optimization. Armed with the Extreme Value Theorem, Fermat's Theorem, the ability to find critical values for a function, and the first and second derivative ...
  8. [8]
    Compactness and applications.
    The Extreme Value Theorem is useful because it can sometimes guarantee that an optimization problem must have a solution. Its weakness is that it does not given ...
  9. [9]
    Proof of the Extreme Value Theorem
    If a function is continuous on an interval, it attains its maximum and minimum values on that interval. The proof shows the maximum is attained on the interval.Missing: mathematics | Show results with:mathematics
  10. [10]
    [PDF] The Extreme Value Theorem in Two Variables First, recall a couple ...
    Let us simply replace f by Cf, so henceforth we may assume f is continuous on [0, 1] × [0, 1]. Let S0 = [0, 1] × [0, 1]. We'll prove the theorem in two steps.
  11. [11]
    Extreme Value Theorem -- from Wolfram MathWorld
    Calculus with Analytic Geometry, 2nd ed. New York: Wiley, p. 229, 1984. Apostol, T. M. "The Extreme-Value Theorem for Continuous Functions." §3.16 in ...Missing: origin | Show results with:origin
  12. [12]
    Epsilon-Delta Definition -- from Wolfram MathWorld
    An epsilon-delta definition is a mathematical definition in which a statement on a real function of one variable f having, for example, the form
  13. [13]
    mathematics - $\epsilon$-$\delta$ definition of continuity
    Nov 28, 2015 · According to Wikipedia Bolzano and later Weierstrass were the first who gave an ϵ-δ definition of continuity and convergence. But did they ...
  14. [14]
    8.5: Continuous Real Functions - Mathematics LibreTexts
    Apr 17, 2022 · A real function is continuous at a point if, for every 𝜀 > 0, there exists 𝛿 > 0 such that if |𝑥 − 𝑎| < 𝛿, then |𝑓(𝑥) − 𝑓(𝑎)| < 𝜀.
  15. [15]
    [PDF] Uniform continuity
    Uniform continuity is treated in the appendix to Spivak's Chapter 8. Spivak explains well the big picture. In this note we give a proof of the main theorem ...<|separator|>
  16. [16]
    [PDF] Chapter 11 Uniform Continuity
    Theorem 11.1 If f is continuous on a closed interval [a, b], then f is uniformly ... Theorem 11.4 Let f be continuous on an interval I. Let I◦ be the ...
  17. [17]
    Bolzano and uniform continuity - ScienceDirect.com
    Theorem 1. A function which is continuous on a closed interval is also uniformly continuous there. On the other hand, we have. Theorem 2. A function can be ...
  18. [18]
    7.2: Proof of the Intermediate Value Theorem - Mathematics LibreTexts
    May 27, 2022 · The Intermediate Value Theorem states that if a continuous function, f, with an interval, [a, b], as its domain, takes values f(a) and f(b) ...<|separator|>
  19. [19]
    [PDF] The Intermediate-Value Theorem - John A. Gubner's Home Page
    A simple proof of the intermediate-value theorem is given. As an easy corollary, we establish the existence of 𝑛th roots of positive numbers.
  20. [20]
    Nowhere Differentiable Functions | SpringerLink
    Many examples of nowhere differentiable continuous functions are known, the first having been constructed by Weierstrass ... Download citation .RIS .ENW ...
  21. [21]
    [PDF] arXiv:1610.06354v1 [math.CA] 20 Oct 2016
    Oct 20, 2016 · ABSTRACT. Using a few basics from integration theory, a short proof of nowhere-differentiability of Weierstrass functions is given.
  22. [22]
    5.1. Open and Closed Sets - Real Analysis - MathCS.org
    5.1. Open and Closed Sets · A closed set contains all of its boundary points. An open set contains none of its boundary points. · Every non-isolated boundary ...
  23. [23]
    [PDF] The Real Numbers - UC Davis Math
    Closed sets are complements of open sets. Definition 1.23. A set F ⊂ R is closed if Fc = {x ∈ R : x /∈ F} is open.
  24. [24]
    Real Numbers:Bounded Subsets - UTSA
    Nov 14, 2021 · A set of real numbers is bounded if and only if it has an upper and lower bound. This definition is extendable to subsets of any partially ordered set.
  25. [25]
    Compactness and Heine-Borel - Advanced Analysis
    Jan 20, 2024 · The Heine-Borel theorem states a subset of or is compact if and only if it is closed and bounded.
  26. [26]
    The Heine-Borel Theorem
    The Heine-Borel theorem states every open cover of a bounded, closed interval has a finite subcover. The Bolzano-Weirstrass theorem states every bounded, ...
  27. [27]
    [PDF] 1.7 The Heine-Borel Covering Theorem; open sets, compact sets
    The Heine-Borel theorem relates to compact sets, like closed bounded intervals. Open sets are needed for convergence and continuity. An open set contains an ...
  28. [28]
    16.2 Compact Sets
    A set of real numbers S is said to be covered by a collection O of open sets, when every element of S is contained in at least one member of O. (The members of ...
  29. [29]
    [PDF] 15 | Heine-Borel Theorem
    The Heine-Borel Theorem states that a set A in R^n is compact if and only if A is closed and bounded.
  30. [30]
    [PDF] COMPACTNESS VS. SEQUENTIAL - MIT OpenCourseWare
    The aim of this handout is to provide a detailed proof of the equivalence between the two definitions of compactness: existence of a finite subcover of any ...
  31. [31]
    [PDF] A short proof of the Bolzano-Weierstrass Theorem
    Apr 12, 2017 · Theorem 1 (Bolzano-Weierstrass Theorem, Version 1). Every bounded sequence of real numbers has a convergent subsequence.
  32. [32]
    [PDF] An Introduction to Real Analysis John K. Hunter - UC Davis Math
    Spaces of continuous functions. Our previous theorems about continuous functions on compact sets can be restated in a more geometrical way using the sup-norm.Missing: textbook | Show results with:textbook
  33. [33]
    [PDF] Stephen Abbott - Understanding Analysis
    Apr 8, 2020 · 4.4 Continuous Functions on Compact Sets . ... Because f is continuous on a compact set, it must be bounded. It is also uniformly ...
  34. [34]
    [PDF] Introduction to real analysis - William F. Trench
    Jan 2, 2016 · The book is designed to fill the gaps left in the development of calculus as it is usually presented in an elementary course, and to provide the ...
  35. [35]
    [PDF] Chapter 7: Continuous Functions - UC Davis Math
    In this example, [0, 1] is compact but f is discontinuous at 0, which shows that a discontinuous function on a compact set needn't be bounded. Example 7.39.
  36. [36]
    MA2C Extreme Values and Optimization
    The Extreme Value Theorem guarantees that a continuous function restricted to a closed interval will always have global maximum minimum values. Those extremes ...Missing: significance | Show results with:significance
  37. [37]
    [PDF] topological proofs of the extreme and intermediate value theorems
    Jul 11, 2008 · Our proofs of the Extreme Value Theorem and the Intermediate Value Theorem will require these concepts. 2. Compactness and Connectedness.
  38. [38]
    [PDF] Lecture 10 - MATH 409, Fall 2013 [3mm] Advanced Calculus I
    Remark 1. The theorem may not hold if the interval I is not closed. Counterexample: f (x) = x, x ∈ (0, 1). Neither maximum nor minimum is attained.Missing: non- compact
  39. [39]
    [PDF] If (X, d) is a compact metric space and U
    If A is compact, then the Extreme Value Theorem implies that every continuous function f : A −→ R is bounded. Prove the converse: If every continuous function ...Missing: non- | Show results with:non-
  40. [40]
    Bounded function in $[0,1]$ that does not attain its supremum and ...
    May 28, 2012 · A simple example: f(x)={x if x≠0,11/2otherwise. which has infimum 0 and supremum 1 but attains neither.Give an example of a function $h$ that is discontinuous at every ...Bounded function in $[0,1]$ without max and min.More results from math.stackexchange.com
  41. [41]
    Bounded function in $[0,1]$ without max and min.
    Dec 16, 2018 · You cannot have a purely trigonometric function defined on [0,1] that does not attain its max/min because it would be continuous and the extreme value theorem ...Give an example of a function $h$ that is discontinuous at every ...Bounded function in $[0,1]$ that does not attain its supremum and ...More results from math.stackexchange.com
  42. [42]
    [PDF] Rudin (1976) Principles of Mathematical Analysis.djvu
    This book is intended to serve as a text for the course in analysis that is usually taken by advanced undergraduates or by first-year students who study ...
  43. [43]
    [PDF] The Appeal of Nonstandard Analysis - UChicago Math
    Feb 21, 2022 · (Extreme Value Theorem) If a f is continuous on [a, b] then f attains an absolute maximum and minimum on the interval. Proof. For each n ∈ N, ...
  44. [44]
    [PDF] Nonstandard analysis - MATH 141A - Sebastien Vasey
    Theorem 10 (The extreme value theorem). For any continuous function f : R → R and any real numbers a ≤ b, f has a maximum on [a, b]. Proof. For n a ...
  45. [45]
    [PDF] lecture notes on nonstandard analysis
    Theorem 2.7 (The Extreme Value Theorem). Suppose that f : [a, b] → R is continuous. Then there exist c, d ∈ [a, b] such that ...<|control11|><|separator|>
  46. [46]
    [PDF] Nonlinear Equations: Bisection Method - UCSD Math
    Using the preceding results, we can prove the extreme value theorem for continuous functions over bounded closed intervals. Lemma (Extreme Value Theorem).
  47. [47]
    How to Prove Bolzano's Theorem
    Nov 2, 1997 · "Least Upper Bound" axiom: Every non-empty set of real numbers which is bounded above has a least upper bound. PROOF of BOLZANO's THEOREM:.
  48. [48]
    [PDF] THE BISECTION METHOD - IMSA digital commons
    Mar 3, 2023 · After proving the Nested Intervals Theorem, in the same class period I have students use it to give a quick proof that R is uncountable. Theorem ...
  49. [49]
    [PDF] Compactness and Continuity - Rose-Hulman
    The latter shows that a continuous function on a compact set is necessarily bounded. Here's a nice fact from reals that also extends: Theorem 2 Let K be a ...Missing: source | Show results with:source
  50. [50]
    [PDF] 5.2. COROLLARY. Let (X,d) and (Y,p) be metric spaces, and let ƒ
    Let (X,d) and (Y,p) be metric spaces, and let ƒ : X →Y be a continuous function. If X is compact, then f(X) is a bounded subset of Y. Thus, when X is non- ...
  51. [51]
    [PDF] Compactness and Compactification - UCLA Mathematics
    For instance, if you know that all sequences in X contain convergent subsequences, then you can quickly deduce that all continuous functions have a maximum.
  52. [52]
    [PDF] Metric Spaces - UChicago Math
    Suppose that X is a compact metric space. Show that a continuous function f : X → R (R with the usual metric) attains a maximum and minimum value on X.
  53. [53]
    [PDF] METRIC SPACES 1. Introduction As calculus developed, eventually ...
    There are theorems about con- tinuous or differentiable functions on intervals (Intermediate Value Theorem, Extreme Value. Theorem, Mean Value Theorem) ...
  54. [54]
    Continuity and Compactness - Advanced Analysis
    Jan 17, 2024 · ... continuous function on a compact metric space is bounded and attains maximum and minimum values. 3. Completeness. Because the analogue of the ...
  55. [55]
    [PDF] If fix→Y is continuous and X is a compact metric space then f(x) is
    Remark: Theorem 4.16 says that f attains maximum and minimum at points in X. its with. Ex = f(x) = x f(x) = x²,. M=4, m=0, f: [1,2]R is continuous. +(2)=4, + ...
  56. [56]
    [PDF] MA 331 Extreme Value Theorem Lemma 1. If X is a Hausdorff space ...
    Lemma 1. If X is a Hausdorff space and if P ⊂ X is compact, then P is closed. Lemma 2. Suppose that X is compact and that for each n ∈ N, Kn ⊂ X is closed.
  57. [57]
    [PDF] Compact Spaces—Proofs of Theorems - Introduction to Topology
    Jul 28, 2016 · The image of a compact space under a continuous map is compact ... By Theorem 26.5, f (A) is compact. (). Introduction to Topology. July ...
  58. [58]
  59. [59]
    extreme value theorem in nLab
    Jul 5, 2017 · The classical extreme value theorem states that a continuous function on the bounded closed interval [ 0 , 1 ] [0,1] with values in the real numbers does ...
  60. [60]
    [PDF] 2. Continuous Functions and Compact Sets - Daisuke Oyama
    Apr 8, 2025 · Extreme Value Theorem for Semi-Continuous Functions. Proposition 2.27. Let X ⊂ RN be a nonempty compact set, and let f : X → R. 1. If f is ...
  61. [61]
    Mean value theorem - Wikipedia
    In mathematics, the mean value theorem (or Lagrange's mean value theorem) states, roughly, that for a given planar arc between two endpoints,
  62. [62]
    [PDF] Rolle Theorem and Bolzano-Cauchy Theorem from the end of the 17
    In 1817, Bernard Bolzano wrote a work entitled “Purely analytic proof of the theorem that between any two values which give results of opposite sign, there lies ...
  63. [63]
    [PDF] Karl Weierstrass and some basic notions of the calculus
    According to the available archive documents, Weierstrass presents the theorem of Bolzano-. Weierstrass for the first time in his introduction to the theory of ...
  64. [64]
    [PDF] m3hw9.tex Week 9. 9 – 11.3.2016 From the 19th C. to the 20th C ...
    Real Analysis. Bolzano-Weierstrass Theorem: Weierstrass, in his 1860s lectures, completed. Bolzano's work. Functions continuous on closed intervals ...