Let $f: \ \mathbb{R} \rightarrow \mathbb{R}$ be a function such that $f(x+1) = f(x)$, $\forall x \in \mathbb{R}$. Then which of the following statement(s) is/are true?
- $f$ is bounded.
- $f$ is bounded if it is continuous.
- $f$ is differentiable if it is continuous
- $f$ is uniformly continuous if it is continuous
I took the example of
$$f(x) = \begin{cases} \tan(\pi x) & x \neq \displaystyle \frac{n}{2}\\ 1 & x = \displaystyle \frac{n}{2} \end{cases}$$
$n \in \mathbb{Z}$. This function satisfies the given condition and $f(x)$ is unbounded, so we can exclude the first option.
Now since the example we took is not continuous at $x = \frac{n}{2}$, I think if $f$ satisfies the given condition and is continuous then it is bounded. Is there any theorem which states: if $f$ is periodic and continuous then it is bounded? If yes, how to prove it?
I think we can even discard the third option by defining a triangle function
$$ f(x) = \begin{cases} x & 0 \leq x \leq \displaystyle \frac{1}{2}\\ f(x)=1-x & \displaystyle \frac{1}{2} < x \leq 1 \end{cases}$$
$$ f(x+k) = f(x), \ k \in \mathbb{Z} $$
now this function is continuous all over $\mathbb{R}$ but not differentiable at $x = \frac{n}{2}$.
The only left option is the 4th one. I know the basics of uniform continuity but not how to solve in this case. If $f$ is periodic and continuous, does this imply that $f$ is uniformly continuous? How to prove this if it is true?