For a family of linear operators $U_y : L^p(\mathbb{R}) \rightarrow L^p(\mathbb{R}) $ defined by $U_y f(x) = f(x + y)$ and $p \in [1, \infty]$ I'm asked to prove the following:
a) For any fixed $y \in \mathbb{R}$ the operator $U_y : L^p \rightarrow L^p$ is a bounded linear operator on $L^p$ for any $p \in [1, \infty]$. What is its norm?
My answer:
claim 1: $U_y$ is bounded
proof 1: $$ \int_R |f(x + y ) |^p dx = \int_R |f(x ) |^p dx \implies \| U_y f \|_p = \| f \|_p < \infty $$
claim 2: $\| U_y \|_{op} = 1$
proof 2: $$ \| U_y \|_{op} = \sup_{f \in L^p, \| f \| \leq 1} \| U_y f \|_{op} = \sup_{f \in L^p, \| f \| \leq 1} \| f \|_{op} = 1$$
Is this right? And b):
b) Fix $f \in L^p$ and consider the map $\mathbb{R} \rightarrow L^p$, $y \mapsto U_y (f)$. For which $p$ is this map continuous?
I thought that if I have $B_\varepsilon ( f(x + y)) \subset L^p$, then for $f(x + x_0) \in B_\varepsilon ( f(x + y))$:
$$ \| f(x + x_0) - f(x + y) \|_p < \varepsilon $$
So using $$\int_R |f(x + y ) |^p dx = \int_R |f(x ) |^p dx $$ again I would get
$$ \| f(x + x_0) - f(x + y) \|_p = \| f(x) - f(x ) \|_p = 0 < \epsilon$$ so I could pick any $\delta$ and the map, let's call it $F$, would be continuous for all $p$. What do you think of this?
Many thanks for your help.