I'm given the following:
$(a_n)_{n\in\mathbb{N}} $ is a real sequence defined as $a_n := 1/\sqrt{n} $ for $n \in \mathbb{N}$.
i) Show that $(a_n)_{n\in\mathbb{N}} $ is bounded from above and below, and give the explicit boundaries.
ii) Show that, $(a_n)_{n\in\mathbb{N}} $, is monotonely decreasing.
iii) Give $\lim_{n\to\infty} a_n $
Now I understand all of this, Im just not sure how to write a good mathematical proof for it.
Basically my idea is like this... Since n can only be a positive integer, when n = 1, it will basically be $1/\sqrt{1} = 1$. When n > 1, then the fraction will become smaller, and thats why the above boundary is 1. As n approaches inifinity, then the fraction $1/\sqrt{n}$ will approach 0. So the lower boundary is 0.
The function is monotone decreasing since ($1/\sqrt{n}) \geq (1/\sqrt{n+1})$.
And $\lim_{n\to\infty} a_n = 0 $
This is all clear to me, but I just feel like if I write it like this, it is not really a mathematical proof and I am not sure how I can formulate this as a proper valid proof.