I'm trying to wrap my head around the "Measurable maximum theorem", Thm 14.91 in "A hitchhiker's guide to infinite dimensional analysis" by Aliprantis & Border. I wonder if I can use it in a case when the underlying measurable space is a probability space. (I will explain in which sense below).
The statement of the theorem goes like this:
Let $X$ be a polish space and $(S,\Sigma)$ a measurable space. Let $\varphi: S \twoheadrightarrow X$ (My clarification: $\varphi$ is set valued/a correspondance) be a weakly measurable correspondance with nonempty compact values, and suppose that $f: S \times X \to \mathbb{R}$ is a Caratheodory function (measurable in $s$ and continuous in $x$). Define the value function $m$ by: $$m(s) = \max_{x \in \varphi(s)} f(s,x),$$ and the correspondence $$ \mu(s) = \{ x \in \varphi(s): f(s,x) = m(s) \}.$$ Then:
- The value function $m$ is measurable.
- The argmax correspondance $\mu$ is measurable, has nonempty compact values and admits a measurable selector.
Clarification: By weakly measurable correspondence is meant that $\{s \in S: \varphi(s) \cap K \neq \emptyset \}$ belongs to $\Sigma$ for each compact set $K$.
My question is the following; suppose that I have a probability space $\left( \Omega, \mathcal{A}, \mathbb{P} \right)$ and a Caratheodory function $f: \Omega \times \mathbb{R}^d \to \mathbb{R}$. I would like to check that the argmax correspondence $$\text{argmax}_{x \in \mathbb{R}} = f(\omega,x)$$ is a measurable correspondence and admits a measurable selector. Is it possible to use the theorem above to do this? If yes, how do I define $\varphi$ and check that it's weakly measurable in the above sense?