In this case, we have to show that a sequence $ (x_n)_{n \in \mathbb N} $ given by $ x_n := n^{1/n} $ is decreasing for $ n≥3 $. To do this, we should check that
$x_{n+1} \leq x_n $ this is $ (n+1)^{1/(n+1)} \leq n^{1/n} $.
raise both members of this inequality by $ n(n+1)$ we have
$ (n+1)^n \leq n^{(n+1)}$
$ \Leftrightarrow $
$ {(n+1)^n}/{n^n} \leq n $
$ \Leftrightarrow $
$ (1 + {1/n})^n \leq n $.
if you already know how to prove this last inequality you can use these equivalences to prove that the sequence is decreasing.
another way of proving that $ \{(1 + {1/n})^n\}_{n \in \mathbb N} $ is decreasing and converges to the number $ e $:
the inequality $ {(b^{n+1} - a^{n+1})}/{(b-a)} < (n+1)b^{(n+1)} $ for all $ 0 \leq a < b $.
To prove this use the binomial expansion
$ b^{n+1} - a^{n+1} = (b-a)(b^n +ab^{(n-1)} + a^2b^{(n-2)} + ... + a^{(n-1)}b +a^n) $
Then
$ {(b^{n+1} - a^{n+1})}/{(b-a)} < b^n +bb^{(n-1)} + b^2b^{(n-2)} + ... + b^{(n-1)}b +b^n = (n+1)b^{(n+1)} $.
Now with this inequality you can get
$ b^n [b - (n+1)(b-a)] < a^{n+1}$
if we set $a = 1 + 1/(n+1)$ and $ b = 1 + 1/n $, we have $ 0 \leq a < b $ and the term in brackets reduces to $1$ and we have
$ (1 + {1/n})^n < (1 + {1/(n+1)})^{n+1} $
so we prove that the sequence is decreasing. to show that the sequence converges, it suffices to show that it is bounded. We will again use the inequality above.
Set $ a = 1 $ and $ b = 1 + 1/(2n)$. This time the term in the brackets reduces to $1/2$, and we have
$ (1 + {1/(2n)})^n < 2 $
thus
$ (1 + {1/(2n)})^{2n} < 4 $
but $ \{(1 + {1/n})^n\}_{n \in \mathbb N} $ is decreasing, then
$ (1 + {1/n})^n < (1 + {1/(2n)})^{2n} < 4 $ for all $n \in \mathbb N $.
Therefore the sequence $ \{(1 + {1/n})^n\}_{n \in \mathbb N} $ is decreasing and bounded. With this we conclude that $ \{(1 + {1/n})^n\}_{n \in \mathbb N} $ is is a convergent sequence and its limit is denoted by $ e $.
This answer complements the answer given by Jorge Fernández.