\(\DeclarePairedDelimiterX{\Set}[2]{\{}{\}}{#1 \nonscript\;\delimsize\vert\nonscript\; #2}\) \( \DeclarePairedDelimiter{\set}{\{}{\}}\) \( \DeclarePairedDelimiter{\parens}{\left(}{\right)}\) \(\DeclarePairedDelimiterX{\innerproduct}[1]{\langle}{\rangle}{#1}\) \(\newcommand{\ip}[1]{\innerproduct{#1}}\) \(\newcommand{\bmat}[1]{\left[\hspace{2.0pt}\begin{matrix}#1\end{matrix}\hspace{2.0pt}\right]}\) \(\newcommand{\barray}[1]{\left[\hspace{2.0pt}\begin{matrix}#1\end{matrix}\hspace{2.0pt}\right]}\) \(\newcommand{\mat}[1]{\begin{matrix}#1\end{matrix}}\) \(\newcommand{\pmat}[1]{\begin{pmatrix}#1\end{pmatrix}}\) \(\newcommand{\mathword}[1]{\mathop{\textup{#1}}}\)
Needs:
Orders
Needed by:
Maximum Likelihood Distributions
Optimal Spanning Trees
Optimization Problems
Real Optimizers
Links:
Sheet PDF
Graph PDF

Optimizers

Why

If we have a correspondence between the elements of some set and a chain, then we are often interested in the objects which correspond to minimal or maximal elements of the chain.

Definition

Consider a non-empty set and a chain, with a function associating to each element of a set an element of the chain. Recall that a chain is a set with a total order (see Orders).

A minimizer of the function is an element of its domain whose result under the function is a minimal element of the function's range. In other words, the result of the function on that element is less than the result of the function on any other element in its domain. Similarly, a maximizer of the function is an element of its domain whose result under the function is a maximal element of the function's range. An optimizer of a function is a minimizer or maximizer, depending on the context.

Notation

Let $A$ be a non-empty set and $(C, \leq)$ a chain. Let $f: A \to C$. An element $a \in A$ is a minimizer of $f$ if $f(a) \leq f(b)$ for all $b \in A$. Similarly, an element $a \in A$ is a maximizer of $f$ if $f(a) \geq f(b)$ for all $b \in A$.

We denote the set of minimizers by $f$ by $\argmin f$ and the set of maximizers of $f$ by $\argmax f$. In other notation,

\[ \argmin f = \Set*{a \in A}{\forall b \in A, f(a) \leq f(b) } \]

and

\[ \argmin f = \Set*{a \in A}{\forall b \in A, f(a) \geq f(b) }. \]

Copyright © 2023 The Bourbaki Authors — All rights reserved — Version 13a6779cc About Show the old page view