I'm reading p.79 of Steele s Stochastic Calculus and Financial Applications. It defines a space of functions $\mathcal{H}^2$ as the space of all measurable adapted functions such that $\mathbb{E}[\int_0^T f^2(w, t) dt] < \infty$. It also claims that $\mathcal{H}^2$ is a closed linear space of $\mathcal{L}^2(dP \times dt)$. I'm trying to verify that $\mathcal{H}^2$ is a linear space. Showing that $0 \in \mathcal{H}^2$ is trivial, but showing $f, g \in \mathcal{H}^2 \implies \alpha f + \beta g \in \mathcal{H}^2$ is giving me trouble. So far I've done \begin{align} \mathbb{E}\bigg{[}\int_0^T (\alpha f(t) + \beta g(t))^2 dt\bigg{]} \leq& \alpha^2\mathbb{E}\bigg{[}\int_0^T f^2(t) dt\bigg{]} + \beta^2\mathbb{E}\bigg{[}\int_0^T g^2(t) dt\bigg{]} + 2\alpha\beta \mathbb{E}\bigg{[}\int_0^T f(t)g(t) dt\bigg{]} \end{align} The first two terms are finite by definition of $\mathcal{H}^2$, but how do we know that the third term is finite? Cauchy-Schwarz inequality on $\int_0^T f(t)g(t) dt$ doesn't seem helpful here because it gives a term of order 4 inside the expectation (unless I'm using it the wrong way).
2025-01-13 00:13:15.1736727195
Proving linearity of a subspace of $L^2$
35 Views Asked by user207886 https://math.techqa.club/user/user207886/detail At
1
There are 1 best solutions below
Related Questions in PROBABILITY-THEORY
- Given a random variable X, prove f(x) is a probability function.
- What is the probability that the accumulated sum is L at some point?
- $f(t)-$a characteristic function. Prove that $|f(t)|$ does not have to be a characteristic function based on the example:
- Lower bound for the cumulative distribution function on the left of the mean
- What is the probability of the product rolled with 4 different dice being 24?
- Convergence in probability of random probability measures
- Distribution of $Y$ derived from standard normal
- Proving that $N(\cdot \cap A)$ is a poisson random measure
- Why the case of independence of random variables is more important than any other specific type of dependence?
- Discrete probability - man getting caught cheating on public transport
Related Questions in STOCHASTIC-CALCULUS
- Prove that: $E[\int^{\tau}_{0} f(t)d\omega(t)]=0$ and $E\mid \int^{\tau}_{0} f(t)d\omega(t)\mid^2=E[\int^{\tau}_{0} f^2(t)dt]$.
- question about martingale inequality (similar to the condition of submartingale convergence)
- SDE solution with $\mu_t$ a bounded integral
- laplace transform of smirnov density, i.e. how to calculate this integral?
- Solving a Stochastic PDE with two variables in time
- Why isn't this stochastic integral trivial?
- Proving linearity of a subspace of $L^2$
- How to obtain this result using Ito's Lemma?
- predictable process in continuous times.
- Why for a continous local martingale ,on an enlarged probability space, it possibly holds that $M_t=B_{\langle M \rangle _t}$
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Refuting the Anti-Cantor Cranks
- Find $E[XY|Y+Z=1 ]$
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- What are the Implications of having VΩ as a model for a theory?
- How do we know that the number $1$ is not equal to the number $-1$?
- Defining a Galois Field based on primitive element versus polynomial?
- Is computer science a branch of mathematics?
- Can't find the relationship between two columns of numbers. Please Help
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- A community project: prove (or disprove) that $\sum_{n\geq 1}\frac{\sin(2^n)}{n}$ is convergent
- Alternative way of expressing a quantied statement with "Some"
Popular # Hahtags
real-analysis
calculus
linear-algebra
probability
abstract-algebra
integration
sequences-and-series
combinatorics
general-topology
matrices
functional-analysis
complex-analysis
geometry
group-theory
algebra-precalculus
probability-theory
ordinary-differential-equations
limits
analysis
number-theory
measure-theory
elementary-number-theory
statistics
multivariable-calculus
functions
derivatives
discrete-mathematics
differential-geometry
inequality
trigonometry
Popular Questions
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- How to find mean and median from histogram
- Difference between "≈", "≃", and "≅"
- Easy way of memorizing values of sine, cosine, and tangent
- How to calculate the intersection of two planes?
- What does "∈" mean?
- If you roll a fair six sided die twice, what's the probability that you get the same number both times?
- Probability of getting exactly 2 heads in 3 coins tossed with order not important?
- Fourier transform for dummies
- Limit of $(1+ x/n)^n$ when $n$ tends to infinity
Plain old C-S gives us the following
$$\int f(t) g(t) dt \le \left(\int f^2(t) dt \right)^{1/2} \left(\int g^2(t) dt \right)^{1/2} \tag{1} $$
Let $X = \left(\int f^2(t) dt \right)^{1/2}$, and $Y = \left(\int g^2(t) dt \right)^{1/2}$
Now, Cauchy-Schwarz again gives us that
$$ \mathbb{E}[XY]^2 \le \mathbb{E}[X^2] \mathbb{E} [Y^2] $$ $$\Rightarrow \mathbb{E} \left[\left( \int f^2(t) dt \right)^{1/2} \left(\int g^2(t) dt \right)^{1/2}\right] \le \left(\mathbb{E} \left[ \int f^2(t) dt \right]\right)^{1/2} \left(\mathbb{E}\left[ \int g^2(t) dt \right]\right)^{1/2} \tag{2}$$
Now, note that \begin{align} \mathbb{E} \left[ \int f(t)g(t) dt \right] &\overset{(a)}{\le} \mathbb{E} \left[ \left(\int f^2(t) dt \right)^{1/2} \left(\int g^2(t) dt \right)^{1/2} \right] \\ &\le \left(\mathbb{E} \left[ \int f^2(t) dt \right]\right)^{1/2} \left(\mathbb{E}\left[ \int g^2(t) dt \right]\right)^{1/2} \end{align}
Where $(a)$ follows from taking expectation of $(1)$, and the second inequality is just $(2)$.