4
$\begingroup$

I need to show that if $f:\mathbb{R}\to \mathbb{R}$ is continuous and $\forall x \in \mathbb R, f(x+1)=f(x)$, then:

  • $f$ is bounded,
  • $f$ is uniformly continuous,
  • there exists $c\in \mathbb{R}$ such that $f(c)=f(c+\pi)$.
  • 1
    What are your thoughts, and what have you tried so far?2012-08-02
  • 0
    What can you say about $f$ restricted to $[0,1]$?2012-08-02
  • 0
    @DavidMitra If $f$ is restricted to $[0,1]$ then since $f$ is continuous on $[0,1]$, $f$ is bounded on $[0,1]$.2012-08-02
  • 2
    Yes, and also uniformly continuous (have you seen this theorem?). Now, can you use the periodicity of $f$ to show the first two parts of your general result?2012-08-02
  • 0
    @DavidMitra Since $x$ is any real number, Can i take $x=c+\pi$?2012-08-02
  • 0
    @DavidMitra i cant get it please explain briefly for third part!2012-08-02
  • 0
    Sorry, my last comment was off..2012-08-02

2 Answers 2

6

Let $$g : \begin{array}{ccc} \mathbb R & \to& \mathbb R\\ c &\mapsto &f(c+\pi) - f(c).\end{array}$$ That's a continuous function.

Now, let $c_0$ be a point where $f_{|[0,1]}$ has a minimum. Because of the periodicity, $c_0$ is a minimum for the whole of $f$. So $\forall x \in \mathbb R, f(x) \geq f(c_0)$. In particular $(x = c_0 + \pi)$, $g(c_0) \geq 0$.

The same argument with “maximum” instead of minimum gives a $c_1$ where $g(c_1) \leq0$.

The intermediate value theorem now gives a point $c$ on which $g$ vanishes, QED.

-3

$f$ is bounded in the compact [0,1] and as $f(x)= f(x+1), x \in \mathbb{R}, f$ is bounded.Now note that $f$ is uniformly bounde in the compacts $[0,1/2],[1/2,1]$. Then given $\epsilon>0$ there are $\delta_1, \delta_2>0$ such that \begin{equation} |x-y|< \delta_1 \Rightarrow |f(x)-f(y)|< \epsilon ,x, y \in [0,1] \end{equation} \begin{equation} |x-y|< \delta_1 \Rightarrow |f(x)-f(y)|< \epsilon ,x, y \in [1/2,3/2] \end{equation} As $f(x)= f(x+1), x \in \mathbb{R}, f$ take $\delta=\min\{\delta_1,\delta_2$. Hence, $f$ is uniformily continuous. After I do the rest.

  • 0
    What about third part?2012-08-02
  • 1
    Why not using directly the uniform continuity on $[0,1]$?2012-08-02
  • 0
    Because I want include the case where $x \in [0,1]$ and $Y \in (-1/2,0]$. For example -1/4, 1/8.2012-08-02
  • 3
    So, use the uniform continuity on $[-42,42]$...2012-08-02