Definition: Given a natural number greater than or equal to $1$ and a real number $a\geq 0$, we call the n-th root of $a$ and write $\sqrt[n]{a}$ that nonnegative real number $b$ such that $b^n=a$, i.e. $b=\sqrt[n]{a} \iff b^n=a$.
Now from the definition, is easy to see that $$(\sqrt[n]{a})^n=a $$
My question is how do I prove the equality (in red color)?
$$\large(\sqrt[n]{a})^n=\color{red}{(\sqrt[n]{a^n})}$$
Clearly, $\sqrt[n]{a^n} = a$ suffices. Let $b = \sqrt[n]{a^n}$. Then we have $b^n = a^n$ by the stated definition. To reach the goal $a = b$, we need injectivity (for positive arguments) of the power function $a \mapsto a^n$.
But this follows from the fact that this function is monotonically increasing, which holds since multiplication with a positive number is monotonically increasing as given by the ordered field axioms.