Skip to main content

Posts

Real Interpolation

I recently made a post about complex interpolation , which is a machine for taking two Banach spaces, $A$ and $B$, and spitting out a continuous family of "interpolating" Banach spaces $(A,B)_x.$ The properties of these spaces were: For any $v$ in the intersection $A \cap B$, one has a bound $$\lVert v \rVert_{(A,B)_x} \leq \lVert v \rVert_A^{1-x} \lVert v \rVert_B^x.$$ The above characterization descends to maps; i.e., for continuous maps $T : A_1 \to B_1$ and $T : A_2 \to B_2$ that are "compatible with the sum $A_1 + A_2$" in some technical sense, one obtains an interpolating bound $$\lVert T \rVert_{(A_1, A_2)_x \to (B_1, B_2)_x} \leq \lVert T \rVert_{A_1 \to B_1}^{1-x} \lVert T \rVert_{A_2 \to B_2}^{x}.$$ There's a completely different technique for creating "interpolating bounds" that seems to be well known to a certain class of mathematicians, but that I haven't seen used in physics. This is the method of "real interpolation." I...

Complex interpolation

"Interpolation" is a broad term for starting with two concrete bounds on a mathematical object, and producing a range of other bounds that continuously fill in "the abstract space of bounds" between the extreme points that you started with. A very typical example is provided by linear operators on the set of functions on a measure space. If $T$ is a linear map defined on simple functions, then there are all sorts of continuity properties $T$ might have, depending on which $L^p$ norm I pick for its domain and which $L^p$ norm I pick for its image. We can talk about the norm $$\lVert T \rVert_{p \to q} = \sup_{\lVert f \rVert_p = 1} \lVert T f \rVert_q,$$ and ask whether this is finite for a given choice of $p$ and $q,$ or more concretely compute this norm as a function of $(p,q).$ Interpolation essentially says: supposing you know $\lVert T \rVert_{p_1, q_1}$ and $\lVert T \rVert_{p_2, q_2}$, can you deduce an upper bound for a family of norms $\lVert T \rVert_{p_t, ...

Unbounded generators of unitary groups

Stone's theorem tells us when a one-parameter unitary group has a self-adjoint generator. If $U(t)$ is a group --- i.e., it satisfies $U(t_1 + t_2) = U(t_1) U(t_2)$ --- then we can write $U(t) = e^{i H t}$ for some unbounded $H$ if and only if we have $\lim_{t \to t_0} U(t) |\psi \rangle = U(t_0) |\psi\rangle$ for every $|\psi\rangle$ in Hilbert space. This is the condition that $U(t)$ is strongly continuous . What if we have a unitary group with multiple parameters? Within any one-parameter subgroup we should be able to find a generator. But is there a connection between the generators of different subgroups? Concretely, imagine we have a two-parameter subgroup that forms a representation of $\mathbb{R}^2.$ I.e., assume we have $$U(t_1 + t_2, s_1 + s_2) = U(t_1, s_1) U(t_2, s_2).$$ Assume further that the map from $\mathbb{R}^2$ to unitary operators is strongly continuous. Then for any one-parameter subgroup we have a generator, in particular, we have $$U(t,0) = e^{i H_1 t}$$ and...

Pick functions and operator monotones

Any time you can order mathematical objects, it is productive to ask what operations preserve the ordering. For example, real numbers have a natural ordering, and we have $x \geq y \Rightarrow x^k \geq y^k$ for any odd natural number $k$. If we further impose the assumption $y \geq 0,$ then order preservation holds for $k$ any positive real number. Self-adjoint operators on a Hilbert space have a natural (partial) order as well. We write $A \geq 0$ for a self-adjoint operator $A$ if we have $$\langle \psi | A | \psi \rangle \geq 0$$ for every vector $|\psi\rangle,$ and we write $A \geq B$ for self-adjoint operators $A$ and $B$ if we have $(A - B) \geq 0.$ Curiously, many operations that are monotonic for real numbers are not monotonic for matrices. For example, the matrices $$P = \frac{1}{2} \begin{pmatrix} 1 & 1 \\ 1 & 1 \end{pmatrix}$$ and $$Q = \begin{pmatrix} 0 & 0 \\ 0 & 1 \end{pmatrix}$$ are both self-adjoint and positive, so we have $P+Q \geq P \geq 0$, but a str...