ArgMaxUnique(f(x), x, P(x)) represents the unique point
satisfying
such that . This operation is only defined if such a unique point exists.
The argument x to this operator defines a locally bound variable. The corresponding predicate
must define the domain of
unambiguously; that is, it must include a statement such as
where
is a known set. More generally, x can be a collection of variables
all of which become locally bound, with a corresponding predicate .
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
ArgMaxUnique | Unique location of maximum value | |
Maximum | Maximum value of a set or function |
Source code for this entry:
Entry(ID("be4926"), SymbolDefinition(ArgMaxUnique, ArgMaxUnique(f(x), x, P(x)), "Unique location of maximum value"), Description(SourceForm(ArgMaxUnique(f(x), x, P(x))), "represents the unique point", r, "satisfying", P(r), "such that", Equal(f(r), Maximum(f(x), x, P(x))), ". This operation is only defined if such a unique point exists."), Description("The argument", SourceForm(x), "to this operator defines a locally bound variable.", "The corresponding predicate", P(x), "must define the domain of", x, "unambiguously; that is, it must include a statement such as", Element(x, S), "where", S, "is a known set.", "More generally,", SourceForm(x), "can be a collection of variables", Tuple(x, y, Ellipsis), "all of which become locally bound, with a corresponding predicate", P(x, y, Ellipsis), "."))