Let's consider $L^2([0,1])$. I want to put two different norms on this vetor space, say:
$H_1$ is $L^2([0,1])$ with standard norm $|f|^2 = \int_0^1 f(x)^2 \, dx $
$H_2$ is $L^2([0,1])$ with a norm like $|f|^2 = \int_0^1 \big(f(x)^2 + 0.5 \, f'(x)^2\big) \, dx$ that also controls the first dervivative
Ideally, I want to show that both are Hilbert spaces (of course for the former that's well-known) and also that $H_1 \simeq H_2$ by finding a unitary transform.
But I have difficulties to makes this work. Could anyone help me to show this, or if it does not work exactly as envisioned, what else along these lines would be true?
Below some thoughts on the problem:
At least, in $L^2$ we have Fourier series. Let $\displaystyle f(\theta) = \sum_{n \in \mathbb{Z}} a_n e^{in \theta}$ then $\displaystyle f'(\theta) = \sum_{n \in \mathbb{Z}} n \, a_n e^{in \theta}$ (if we're allowed to differentiate term-wise. The norms should more or less look like this:
- $\displaystyle |f|_1^2 = \int_0^1 \big[ \sum_{n \in \mathbb{Z}} a_n e^{in \theta} \big]^2 \, dx = \sum_{n \in \mathbb{Z}} a_n^2 $
- $\displaystyle |f|_2^2 = \int_0^1 \big[ \big(\sum_{n \in \mathbb{Z}} a_n e^{in \theta}\big)^2 + 0.5 \big( \sum_{n \in \mathbb{Z}} n \, a_n e^{in \theta} \big)^2 \big] \, dx = \sum_{n \in \mathbb{Z}} (1 + 0.5 \, n^2) \, a_n^2 $
The Fourier series tells us that $f'(\theta)$ exists if $a_n = o(n^{-1})$. However, there are many ways to approximate functions in $L^2$ where derivatives shouldn't exist. We could have $f(\theta) = \theta$ and approximate with $f_N(\theta) = \frac{1}{N} \{ N \theta\}$ and let $N \to \infty$. Then $f_N(\theta) \to f$ in $L^2$ and yet $f'_N(\theta)$ is $0$ almost everywhere.
If we want to take derivatives, perhaps we could try to use the Lebesgue differentiation theorem :
$$ f(x) = \lim_{|B| \to 0 } \frac{1}{|B|} \int f \, dx $$
However, this does not tell us how to (try to define) an $f'(x)$ in this setting. E.g. We'd like to say that $f'(\theta) = 1$ in the previous example.
One more possiblity is a Sobolev norm where we explicitly put in the premise that $f'(\theta)$ exists.
Here is a function which is close to the line $f(x) \approx x$ in $L^2$ whose slope should be close to $1$. And is not differentiable. The slope is $f'(x) \approx 0$ or $1$.
Since $f(x)$ is not differentiable at these points we could try to approximate $\frac{d}{dx} \approx \frac{1}{\epsilon}[f(x+\epsilon) - f(x)]$ and call this operator $\Delta$.

This answer has been heavily edited based on the helpful comments. I apologize for not having thought enough before writing my previous answer.
As pointed out by others, the problem as stated does not make sense because you can’t take the derivative of an arbritratry $L^2$ function. We can modify the problem to make it solvable.
Problem: Find a unitary transform between $L^2[0,1]$ and $H_2=\{\sum_n a_n \exp(2\pi i n t)| \sum_n n^2 |a_n|^2<\infty, a_n\in \mathbb C\}$ equipped with inner product $$\langle f, g\rangle = \int_0^1 f(t)\bar{g}(t) + 0.5*f’(t)\bar{g’}(t)\;dt. $$
We can define a unitary transform $U$ as follows.
If $f\in H_2$ and $f(t) =\sum_n a_n e^{2\pi int}$, define $U:H_2\rightarrow H_1$ by $$(Uf)(t) = \sum_n a_n\sqrt{1+2\pi^2 n^2}\; e^{2\pi int}.$$
If we take $f(t) = \sum_n a_n e^{2 \pi i n t}$ and $g(t) = \sum_n b_n e^{2 \pi i n t}$ where $\sum |a^2_n| (1+ 2 \pi^2 n^2)$ and $\sum |b^2_n| (1+ 2 \pi^2 n^2)$ are both less than infinity, then
Many thanks to David Ullrich who pointed out a number of issues with the previous versions of this answer.