+A **least element** of a [Set](/wiki/set) is an element within that set that is smaller than or equal to every other element, according to a specific [Order](/wiki/order). When such an element exists, it is unique.
+## See also
+- [Greatest Element](/wiki/greatest_element)
+- [Minimum](/wiki/minimum)
+- [Infimum](/wiki/infimum)