-2

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?

  1. $f$ is bounded.
  2. $f$ is bounded if it is continuous.
  3. $f$ is differentiable if it is continuous
  4. $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?

1 Answers1

1

Point 2 and 4 essentially boil down to the following fact:
Consider $$ f|_{[0,1]} $$ that is $f$ restricted to the interval $[0,1]$. This interval is closed and bounded, hence compact.
You have that continuous functions on compact intervals are bounded and uniformly continuous. Can you conclude using the fact, that $f$ is periodic with period $1$?

F. Conrad
  • 4,335
  • 1
  • 12
  • 21
  • Does this theorem- continuous functions on compact intervals are bounded and uniformly continuous , is valid in complex plane too? – Nilesh Khatri Jan 15 '19 at 11:39
  • Yes, continuous functions on compact sets are uniformly continuous, even in the complex plane. In fact, it even holds for any compact metric space; see https://math.stackexchange.com/questions/110573/continuous-mapping-on-a-compact-metric-space-is-uniformly-continuous for a more detailed answer. – F. Conrad Jan 15 '19 at 12:24