Definition:Min Operation/General Definition

From ProofWiki
Jump to navigation Jump to search

Definition

Let $\struct {S, \preceq}$ be a totally ordered set.

Let $S^n$ be the cartesian $n$th power of $S$.


The min operation is the $n$-ary operation on $\struct {S, \preceq}$ defined recursively as:

$\forall x := \family {x_i}_{1 \mathop \le i \mathop \le n} \in S^n: \map \min x = \begin{cases} x_1 & : n = 1 \\ \map \min {x_1, x_2} & : n = 2 \\ \map \min {\map \min {x_1, \ldots, x_{n - 1} }, x_n} & : n > 2 \\ \end{cases}$

where $\map \min {x, y}$ is the binary min operation on $S^2$.


Also see

  • Results about the min operation can be found here.