Min

Min[e1, e2, ...] the maximum of the expressions.

Attributes[Min] := {Flat, NumericFunction, OneIdentity, Orderless, Protected}

Simple examples

In[1]:= Min[1, 2, 3]
Out[1]= 1
In[2]:= Min[1, a, 3]
Out[2]= Min[1, a]