maxfunktionen
Maxfunktionen, in mathematics commonly called the maximum function, refers to an operation that assigns the largest element from a finite set of numbers or from a family of real-valued functions. For numbers a1, …, an, the value is max(a1, …, an). When considering functions fi on a common domain X, the maximum function is defined by F(x) = maxi fi(x) for x in X. If the index set is infinite, the natural notion becomes the supremum supi fi(x), unless the maximum is attained.
Notation commonly used includes max(a, b) for two arguments and maxi ai for a finite index set.
Key properties include commutativity, associativity, and idempotence (max(a, a) = a). It is monotone: if ai ≤ bi
Examples and applications: ReLU, defined as ReLU(x) = max(0, x), is a simple instance of a max function.
Related concepts include the minimum function, argmax, and differentiable approximations such as softmax.