I am currently learning the basics of real analysis, and still haven't learned the concepts and properties of pointwise convergence and uniform convergence of functions.
Still, I was thinking of a function $f_n : (0,1) \to \mathbb{R}$, $$ f_n(x) = \sin^n \left(\frac{\pi x}{2} \right) $$ and if we took the $n$ to infinity, it would give $$ \lim_{n \to \infty} f_n(x) = 0 $$
From that, I thought that there might exist some $f_n$ that $y=f_n(x)$ does not meet $y=x$.
I thought it this way since for every $x \in (0,1)$, $\lim_{n \to \infty}f_n (x) = 0$, I could use $\epsilon - N$. To be specific, for given $x \in (0,1)$, I have taken $\epsilon = x$, then exists a natural number $N$ such that the following holds: $$ n \ge N \Rightarrow |f_n(x)| < x $$
I thought that this means that for that point $x$, $(x,f_n(x))$ is below $(x,x)$, and hence will not meet $y=x$.
Since I can take such $N$ for every point in $(0,1)$, I thought that $y=f_n(x)$ and $y=x$ will not meet for some large $N$.
But my instructor told me it will always meet since the function is pointwise convergent, but not uniformly convergent. I do not have enough knowledge of these concepts, so I am asking help for them.
My own guess to the failure of my conjecture(?) is that taking the large $N$ is impossible. To take $N$, it has to be bigger or equal to all the other $N$ taken from each $x \in (0,1)$. In other words, $$ N := \sup\{N_x : x \in (0,1)\}$$ where $N_x$ is the $N$ for each $x$. I thought that the set is not upper-bounded hence unable to take $N$.
Thank you in advance for your considerate help.
If $x_n=1-\frac1{2n}$, then
$$f_n(x_n)=\cos^n\left(\frac\pi{4n}\right)\\ =\left(1-\frac{\pi^2}{32n^2}+O(n^{-4})\right)^n\\ =1-\frac{\pi^2}{32n}+O(n^{-2})\gt x_n$$