Home

maxS

maxS is a term used in mathematics, computer science, and data analysis as a notation that commonly refers to the maximum of a set S, or as a variable or function name chosen to hold that maximum. The exact meaning of maxS depends on context, and it is not a universally fixed concept.

In mathematical notation, if S is a nonempty finite subset of a totally ordered set (such as

In optimization and analysis, one sees expressions like maximize f(x) over x in S, commonly written as

In programming and data processing, maxS often appears as a variable name or field intended to store

See also: maximum, supremum, argmax, and the max function.

the
real
numbers),
maxS
typically
denotes
the
greatest
element
of
S.
This
is
often
written
as
max
S
or,
more
explicitly,
max_{x
in
S}
x.
The
maximum
exists
when
S
has
a
greatest
element;
if
S
is
infinite
or
lacks
a
greatest
element,
the
maximum
may
not
exist,
though
the
supremum
of
S
might.
max_{x
in
S}
f(x).
Some
texts
or
informal
usage
may
abbreviate
this
as
maxS
f,
treating
maxS
as
a
shorthand
operator
over
the
set
S.
The
distinction
between
maximum
and
supremum
remains
important
in
such
contexts.
the
maximum
value
found
in
a
collection
S,
for
example
maxS
=
max(S)
in
languages
with
a
built-in
max
function.
The
exact
syntax
and
behavior
depend
on
the
language
and
library
in
use.