$\newcommand{\V}{\text{Var}}$ $\newcommand{\E}{\mathbb E}$
Definition:
A mean zero random variable $X$ is $\sigma$ sub-Gaussian if for all $\lambda \in \mathbb R$,
\begin{align} \E\left[\exp\left(\lambda X\right)\right] \leq \exp\left(\frac{\lambda^2 \sigma^2}{2}\right). \end{align}
Problem:
If $X$ has mean zero and is $\sigma$ sub-Gaussian, show that $\V(X) \leq \sigma^2$.
My attempt:
I am looking at Proposition 2.1 in these notes and 3.2 in these notes, which both supposedly solve this problem, but my analysis chops aren't quite good enough to justify what I'm doing.
We have that for all $\lambda \in \mathbb R$,
\begin{align} \E\left[\exp\left(\lambda X\right)\right] &\leq \exp\left( \frac{\lambda^2 \sigma^2}{2}\right)\\ \implies 1 + \lambda \E[X] + \frac{\lambda^2 \E[X^2]}{2!} &\leq 1 + \frac{\lambda^2 \sigma^2}{2} + o(\lambda^2) \end{align}
as $\lambda \to 0$. After subtracting and canceling certain terms from both sides of the inequality, letting $\lambda \to 0$, and using that $\E[X] = 0$ by assumption, we get that
\begin{align} \E[X^2] &\leq \sigma^2\\ \implies \V(X) &\leq \sigma^2 \end{align}
since in this case $\E[X^2] = \V(X)$.
Question:
Is this a legitimate solution? I am not totally comfortable with the manipulations or little-$o$ notation. I did a bunch of Googling but didn't find anything that seemed to help.
Thanks.
$\newcommand{\V}{\text{Var}}$ $\newcommand{\E}{\mathbb E}$
This is a simpler attempt, and I think it works. It's mostly just series/power series manipulations.
We have that for all $\lambda \in \mathbb R$,
\begin{align} \E\left[\exp\left(\lambda X\right)\right] &\leq \exp\left( \frac{\lambda^2 \sigma^2}{2}\right)\\ \implies 1 + \lambda \E[X] + \frac{\lambda^2 \E[X^2]}{2!} + \dots &\leq 1 + \frac{\lambda^2 \sigma^2}{2} + \left. \left(\frac{\lambda^2 \sigma^2}{2}\right)^2 \right/ 2! + \dots\\ \implies \frac{\lambda^2 \E[X^2]}{2!} + \dots &\leq \frac{\lambda^2 \sigma^2}{2} + \left. \left(\frac{\lambda^2 \sigma^2}{2}\right)^2 \right/ 2! + \dots\\ \implies \E[X^2] + \dots &\leq \sigma^2 + \frac{2}{\lambda^2} \cdot \left. \left(\frac{\lambda^2 \sigma^2}{2}\right)^2 \right/ 2! + \dots\\ \implies \lim_{\lambda \to 0} \left[ \E[X^2] + \dots \right] &\leq \lim_{\lambda \to 0} \left[ \sigma^2 + \frac{2}{\lambda^2} \cdot \left. \left(\frac{\lambda^2 \sigma^2}{2}\right)^2 \right/ 2! + \dots \right]\\ \implies \E[X^2] &\leq \sigma^2\\ \implies \V(X) &\leq \sigma^2. \end{align}
In the fourth line I divide by $2/\lambda^2$, so at that point, the inequality only holds for $\lambda \in \mathbb R \setminus \{ 0 \}$. However, the functions on both sides are power series, thus continuous, so the limits exist everywhere and there is no problem.