I'm trying to do a task in my Fourier class. I have to check for pointwise convergenge and i can't really understand some terms. I tried reading in the book and around the internet, i might just confuse myself.
Anyways i have a function.
$ f_n(t)= \begin{cases} 1, & 0 \leq t \leq\frac{1}{n}\\ 0, & \text{otherwise} \end{cases} $
and my book says there will be pointwise convergence if there exist a positive integer $N$ such that:
$n \geq N $ then $| f_n(t) - f(t)| \lt \epsilon $
But i can't understand this condition: what is $N$?
$f(t)$ doesn't make sense to me.. what should $n$ be then?
What limit should $ \epsilon$ be?
many problems here.. I would love a few tips.. Thank you