Number of total orders on set with $n$ elements

951 Views Asked by At

Show that there exist $n!$ total orders on a set with $n$ elements.

Could someone help me with this problem?

I get why this is when seeing an example, just not sure how to write a formal proof.


Example:

For set $\{a,b,c\}$ with $3$ elements we get $3! = 6$ total orders:

$\{a<b<c, a<c<b, b<a<c, b<c<a, c<a<b, c<b<a\}$

2

There are 2 best solutions below

5
On BEST ANSWER

The smallest element can be any of $n$. Once this has been selected, the next smallest can be any of $n-1$.

Continuing in this way we obtain

$n$ x $(n-1)$ x ... x $1$ possibilities

i.e. $n!$.

0
On

Hint: Any permutation of $n$ elements defines an order.