Given a set consisting of more than two distinct real numbers, which of the following represents the second smallest element?
Here, returns the smallest element of the set ; while returns the greatest element of the set .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let a be the second smallest elements of set S .
Note that if we delete the smallest element, min ( S ) , from set S , then a would become the smallest element of the set.
Set S , with min ( S ) deleted, is denoted as S ∖ { min ( S ) } in set notation.
The element a is the smallest element of set S ∖ { min ( S ) } , therefore a = min ( S ∖ { min ( S ) } ) □