The task:
let $1 \le p < \infty$ and $A_k : L^p (\Bbb R) \to L^p (\Bbb R)$ such that $(A_k u) (x) = u(x+\frac 1 k)$. Show that $\| A_k u - u\|_p \to 0$ as $k \to \infty$ (for all $u \in L^p (\Bbb R)$), but that $\| A_k - I \| \not\to 0$ as $k \to \infty$ (in other words, $A_k$ converges strongly to $I$, but not in norm).
I think I managed to do the first part rather weakly by mimicking this one here but I am interested in how you can show rigorously that $|| A_{k} - I || \not\to 0$.
My draft proposal to whole task
Recall that \begin{equation*} A_{k} u(x) := u \left( x + \frac{1}{k} \right), \end{equation*} \begin{equation*} || u ||_{p} := \left( \sum\limits_{k \in \mathbb{Z} } | u_{k} |^{p} \right)^{1/p}, \, \forall u = \{ u_{k} \}_{k \in \mathbb{Z} } \in l_{p}, \, 1 \leq p < \infty. \end{equation*}
Let an element be $u \in l^{p}(\mathbb{R})$, and a sequence of elements $(v^{k})_{k=1}^{\infty} \subset l^{p}(\mathbb{R})$. The series \begin{equation*} ||u||_{p}^{p} = \sum\limits_{k \in \mathbb{Z}} |u_{k}|^{p} < \infty, \end{equation*} is (absolutely) convergent which implies that its tail tends to zero: \begin{equation*} \sum_{ |k| > n } |u_{k}^{p}| \to 0 \, \text{ when } \, n \to \infty. \end{equation*} Take for approximating sequence $\{ A^{k} \}_{k=1}^{\infty} := \{ v^{k} \}_{k=1}^{\infty} \subset l^{p}(\mathbb{R}):$ \begin{equation*} v^{k} = (0,0, ..., 0, u_{-k}, u_{-k+1}, ..., u_{-1}, u_{0}, u_{1}, ..., u_{k-1}, u_{k}, 0, 0, ...) \in l^{p}( \mathbb{R} ) \end{equation*} and see that the sequence converges to $u$ for all $u \in L^{p}(\mathbb{R})$: \begin{equation*} || v^{k} - u ||_{p} = \sum\limits_{ |n| > k } | u_{n} |^{p} \to 0 \, \text{ when } \, k \to \infty, \end{equation*} Thus $||A_{k} u - u ||_{p} \to 0$ as $k \to \infty. \, \square$
Consider the tail of the mapping when $n = k$: \begin{align*} || A_{k} - I ||_{p} &= || u \left( x + \frac{1}{k} \right) - I || \\ &= || \frac{u \left( x + 1/k \right)^{2} - u(x + 1/k)}{ u(x + 1/k) } || \not\to 0 \, \text{ when } \, k \to \infty, \end{align*} because $u(x + 1/k) \neq 0.$ $A_{k}$ converges strongly to $I$, but not in norm. $\square$
Comments:
- I think $A_{k} u(x)$ means the $k$-th term. Does it?
- Taking a sequence in the domain but not in the subset of the domain worries me
Rewritten Martini's answer
Recall that \begin{equation*} A_{k} u(x) := u \left( x + \frac{1}{k} \right), \end{equation*} To prove strong convergence, the space of continuous maps with the compact support, $C_c(\mathbb{R})$, is dense in $L^p(\mathbb{R})$. For the element $u \in C_c(\mathbb{R})$, $| u - u_{k} |$ is bounded above by an integrable function (reverse Fatou lemma): $\| u - A_{k} u \|$ is bounded by $2\|u\|_{\infty} \cdot 1_{\text{supp} \, u+(-1,1)},$ where $1_{A}$ denotes the characteristic function of a set $A$, and \begin{equation*} \lim\limits_{n \to \infty} \sup \int_{\mathbb{R}} | u - u_{k}| \leq \int_{S} \lim\limits_{n \to \infty} \sup | u - u_{n} | d\mu = 0, \end{equation*} which implies that the limit exists and vanishes: \begin{equation*} \lim\limits_{n \to \infty} \int_{\mathbb{R}} | u - u_{n} | d\mu = 0. \end{equation*} which implies that by the dominated convergence theorem: \begin{equation*} || A_k u - u ||_p^p = \int_{\mathbb{R}} | u\left(x + \frac{1}{k} \right) - u(x) |^p \, dx \to 0, \qquad k \to \infty \end{equation*} where the continuity of $u$ gives the pointwise convergence of the integrand. ... (rest in Martini's answer)
Comments:
- the first part of the proof have some things about which I am not sure
- the second part is ok by the proof of contradiction
How can you show that $A_{k}$ does not converge strongly to $I$ in the norm?