Solutions to infra-exercises I

4 September 2022

These are S’s solutions for the first set of infra-Bayesian exercises. Spoilers, of course!

I decree this a Moore method problem set! That means you’re allowed to be as pedantic about definitions as you like, and I commit to addressing your pedantry. Please shoot me an email if there’s a way I can improve this document’s rigor and/or clarity!

Notes

When the document says monotone, it means what most analysis textbooks call increasing. A better term in the context of posets, where the document defines monotonicity, would be order-preserving.

I shall use the terminology 0-nonnegative rather than 0-increasing for a functional \(f : V \to \mathbb R\) with \(f(\mathbf 0) \geq 0,\) since I find the latter misleading. I also like the terminology non-expansive for 1-Lipschitzness, since it describes the geometric intuition rather than being named after a dude, but won’t use it here for clarity.

I use the variable \(t\) for mixture coefficients out of habit.It’s typically used in topology, for instance when defining homotopy.

Problem 1

Let \(V\) be a real vector space. Show that a function \(g : V \to \mathbb R\) is affine iff \(g(x) = f(x) + c,\) where \(f(x) : V \to W\) is linear and \(c \in \mathbb R.\)

Solution

If: Let \(g(x)\) be as given. For any \(v_1, v_2 \in V\) and \(t \in [0, 1],\) we have \[\begin{align*} g(tv_1 + (1 - t)v_2) &= f(tv_1 + (1 - t)v_2) + c \newline &= tf(v_1) + (1 - t)f(v_2) + c \newline &= t(f(v_1) + c) + (1 - t)(f(v_2) + c) \newline &= t\cdot g(v_1) + (1 - t)\cdot g(v_2). \end{align*}\]

Only if: Let \(g(x)\) be affine. Define \(f(x) = g(x) - g(\mathbf 0).\) We must show that \(f(x)\) is linear; i.e., homogeneous and additive.

To show homogeneity, we have for any \(c \in [0, 1]\) \[\begin{align*} f(cx) &= f(cx + (1 - c)\mathbf 0) \newline &= g(cx + (1 - c)\mathbf 0) - g(\mathbf 0) \newline &= c\cdot g(x) + (1 - c)\cdot g(\mathbf 0) - g(\mathbf 0) \newline &= c\cdot g(x) - g(\mathbf 0) = c \cdot f(x). \end{align*}\]

For \(c > 1\) we have \(c^{-1} \in (0, 1).\) Therefore \[ \begin{align*} f(cx) &= f(c^2x/c) = \dfrac1c f(c^2 x). \end{align*}\]

Rewriting, we have \(cf(cx) = f(c^2x).\) Setting \(y = cx,\) we obtain the desired. It remains to show that \(f\) is homogeneous for a negative constant. We have \[\begin{align*} f(-x) &= g(-x) - g(\mathbf 0) \newline &= g(-x) - g\left(\dfrac12 x + \dfrac12 (-x)\right) \newline &= g(-x) - \dfrac12 g(x) - \dfrac12 g(-x) \newline &= \dfrac12 g(-x) - \dfrac12g(x) \newline &= \dfrac12 f(-x) - \dfrac12f(x), \end{align*}\] which implies \(f(-x) = -f(x).\)

To show additivity, we have for any \(v_1, v_2 \in V\) \[\begin{align*} f(v_1 + v_2) &= 2f\left(\dfrac12 v_1 + \dfrac12 v_2\right) \newline &= 2g\left(\dfrac12 v_1 + \dfrac12 v_2 \right) - 2g(\mathbf 0) \newline &= g(v_1) + g(v_2) - 2g(\mathbf 0) = f(v_1) + f(v_2). \end{align*}\]

This completes the proof.

Problem 2

Let \(f : \mathbb R \to \mathbb R\) be continuous and concave. Let \(T\) be the set of all affine functions \(\phi : \mathbb R \to \mathbb R\) such that \(\phi(x) \geq f(x)\) for all \(x.\) Show that \(f(x) = \inf T(x).\)

Solution

Fix an \(a \in \mathbb R.\) Assume \(f(a)\) is defined. \(f(a)\) is a lower bound for \(T(a)\) by construction.

Suppose \(k > f(a).\) We will show that there is a \(\phi \in T\) with \(k > \phi(a).\)

We claim the set \(C = \{(x, y) \in \mathbb R^2 \mid y \leq f(x)\}\) is convex and closed:

Since \(v = (a, k) \in \mathbb R^2 \setminus C,\) the Hahn-Banach separation theorem furnishes a linear, continuous \(F : \mathbb R^2 \to \mathbb R\) and \(s \in \mathbb R\) such that \(F(c) \leq s < F(v)\) for any \(c \in C.\) In particular, there are constants \(m, n \in \mathbb R\) such that \(F((x, y)) = mx + ny.\) The Hahn-Banach condition then says \[mx + n \cdot f(x) \leq s < ma + nk.\]

If \(n = 0,\) we have \(mx < ma\) for all \((x, y) \in C,\) which is absurd, since \((a, f(a)) \in C.\) Thus we may define \(\phi(x) = (s - mx)/n\). Then we have that \(\phi\) is affine, \(\phi(x) \geq f(x),\) and \(\phi(a) < k.\)

This completes the proof.

Problem 3a

Let \(f: \mathbb R \to \mathbb R\) be concave, monotone, 0-nonnegative, and 1-Lipschitz. Let \(T\) be the set of all affine functions \(\phi : \mathbb R \to \mathbb R\) satisfying the latter three properties and \(\phi(x) \geq f(x).\) Show that \(f(x) = \inf T(x).\)

Solution

Construct \(\phi\) as in the previous solution. We must show that \(\phi\) is monotone, 0-nonnegative, and 1-Lipschitz.

This completes the proof.

Problem 3b

Let \(\Phi = \{\phi_i\}_{i \in I}\) be a collection of affine functions mapping \(\mathbb R \to \mathbb R\) that are each monotone, 1-Lipschitz, and 0-nonnegative. Show that \(f(x) = \inf \Phi(x)\) is continuous, concave, monotone, 1-Lipschitz, and 0-nonnegative.

Solution

Problem 4a

Let \(\psi : C(X) \to \mathbb R\) be concave, monotone, 1-Lipschitz, and 0-nonnegative. Let \(\Phi\) be the set of all affine, monotone, 1-Lipschitz, and 0-nonnegative functions \(\phi : C(X) \to \mathbb R\) such that \(\phi \geq \psi.\) Show that \(\psi = \inf \Phi.\)

Solution

\(\psi\) is a lower bound for \(\Phi\) by construction. Fix \(f \in C(X)\) and suppose that \(k > \psi(f).\) We shall produce a \(\phi \in \Phi\) such that \(\psi(f) \leq \phi(f) < k.\)

We claim that the set \(S = \bigcup_{g \in C(X)} \left(g \times (-\infty, \psi(g)]\right) \subset C(X) \times \mathbb R\) is closed and convex:

Therefore Hahn-Banach produces a linear functional \(F: C(X) \times \mathbb R \to \mathbb R\) and \(s \in \mathbb R\) such that for any \((g, c) \in S,\) \(F(g, c) \leq s < F(f, k).\) Since \(F\) is (bi)linear, we can write \[F(g, c) = F(g, 0) + F(0, c) = M(g) + nc\] for some linear \(M : C(X) \to \mathbb R\) and \(n \in \mathbb R.\) The Hahn-Banach condition then says

\[M(g) + nc \leq s < M(f) + nk.\]

As before, \(M \equiv 0\) and \(n = 0\) are impossible. If \(M \not \equiv 0\) and \(n = 0,\) the Hahn-Banach condition is \(M(g) < M(f)\) for all \(g \in C(X),\) which is absurd. Thus, we may define \[\phi(f) = \frac{s - M(g)}n.\]

Note that \(\phi\) is affine. Applying the Hahn-Banach condition to \((f, \psi(f))\) gives \(\psi(f) \leq \phi(f) < k,\) as desired.

It remains to show that \(\phi\) is monotone, 1-Lipschitz, and 0-nonnegative.

This completes the proof.

Problem 4b

Let \(\Phi = \{\phi_i\}_{i\in I}\) be a collection of affine functions mapping \(C(X) \to \mathbb R\) that are monotone, 1-Lipschitz, and 0-nonnegative. Show that \(f = \inf \Phi\) is continuous, concave, monotone, 1-Lipschitz, and 0-nonnegative.

Solution

This completes the proof.

Problem 5b

Let \(m \in \mathcal M^\pm(X).\) Show that \(\phi : C(X) \to \mathbb R\) defined by \(\phi(g) = \int_X g(x) ~\mathrm dm\) is a continuous linear functional.

Solution

Lebesgue integrals are always linear. Let \(\varepsilon > 0.\) We must produce \(\delta > 0\) such that whenever \(d_\infty(f, g) < \delta,\) \[\left| \int_X f ~\mathrm dm - \int_X g ~\mathrm dm \right| < \varepsilon.\] If \(m \) is the zero measure then there is nothing to prove. Suppose \(m\) is nonzero. Let \[\delta = \frac{\varepsilon}{\int_X \mathrm dm^+ + \int_X \mathrm dm^-}.\] Then we have \[\begin{align*} \left| \int_X f ~\mathrm dm - \int_X g ~\mathrm dm \right| &= \left| \int_X (f - g) ~\mathrm dm \right| \newline &= \left| \int_X (f-g) ~\mathrm dm^+ - \int_X (f - g) ~\mathrm dm^- \right| \newline &\leq \left|\int_X (f - g) ~\mathrm dm^+ \right| + \left| \int_X (f - g) ~\mathrm dm^- \right| \newline &\leq \int_X |f - g| ~\mathrm dm^+ + \int_X |f - g| ~\mathrm dm^- \newline &< \int_X \delta ~\mathrm dm^+ + \int_X \delta ~\mathrm dm^- \newline &= \delta \left[\int_X \mathrm dm^+ + \int_X \mathrm dm^- \right] = \varepsilon. \end{align*}\]

Problem 5c

What extra conditions on a continuous linear functional \(F : C(X) \to \mathbb R\) are required so that it corresponds to a positive measure? What about a probability measure?

Solution

Say \(F\) is positive if whenever \(f \geq 0,\) \(F(f) \geq 0.\) By Riesz-Markov-Kakutani, positive functionals correspond to positive measures. Note that this implies monotonicity by the linearity of \(F.\)

To have a probability measure, we need \(F(1) = \int_X \mathbf 1_X ~\mathrm dm = m(X) = 1.\) Note that this implies 1-Lipschitzness: if \(d_\infty(f, g) = \varepsilon\) and \(F\) is positive, then \[\begin{align*} | F(f) - F(g) | = | F(f - g) | \leq F\left( | f-g | \right) \leq F(\varepsilon) = \varepsilon F(1) = \varepsilon. \end{align*}\]

Problem 6

Let \(\phi : C(X) \to \mathbb R\) be affine, monotone, 1-Lipschitz, and 0-nonnegative. Show that \(\phi\) corresponds to an affine measure \((m, b)\) with \(0 \leq m(X) \leq 1.\)

Solution

We have \(\phi(f) = M(f) + \phi(0),\) where \(M\) is linear and monotone, hence corresponds to a positive measure \(m.\) Since \(M\) is 1-Lipschitz, we have \(m(X) = M(1) \in [0, 1].\)

Fundamental Theorem of Inframeasures, forward direction

Let \(\psi : C(X) \to \mathbb R\) be concave, monotone, 1-Lipschitz, and 0-increasing. Let \(T\) be the set of (positive) affine measures above \(\psi\): \[T = \{(m, b): m(g) + b \geq \psi(g) \text{ for all } g \in C(X)\}.\]

Prove that \(\psi(g) = \inf_{(m, b) \in T} (m(g) + b).\)

Solution

We need to show that each \((m, b) \in T\) corresponds to an affine \(\phi : C(X) \to \mathbb R\) such that \(\phi \geq \psi \) and \(\phi\) is 1-Lipschitz, 0-nonnegative, and monotone. Define \(\phi(g) = m(g) + b.\) Then \(\phi\) is affine and above \(\psi\) by definition.

This completes the proof.

Fundamental Theorem of Inframeasures, backward direction

For all sets \(\Psi\) of affine measures \(m\) with \(0 \leq m(\mathbf 1) \leq 1,\) show that the functional \(\psi : C(X) \to \mathbb R\) defined by \[\psi(g) = \inf_{(m, b) \in \Psi} (m(g) + b)\] is concave, monotone, 1-Lipschitz, and 0-nonnegative.

Solution

\(\Psi\) corresponds to a set \(\Phi\) of affine, monotone, 1-Lipschitz, 0-nonnegative functionals via \((m, b) \mapsto (g \mapsto m(g) + b).\)