Understanding proof of a Lemma

57 Views Asked by At

Lemma Let $Q(\theta)=\theta'A\theta+b'\theta+c$, where $\theta,b\in\mathbb{R}^n$, c is a scalar and $A$ is a symmetric positive definite $n\times n$ matrix. Then

$\int_{\mathbb{R}^n} e^{-Q(\theta)}\mathrm{d}\theta=e^{-Q_0}\frac{\pi^{n/2}}{\sqrt{det\;A}}$ where $Q_0=min_{\theta\in\mathbb{R}^n}Q(\theta)$

To prove the above lemma we let $\theta_0\in argmin\; Q$. Also say that $\epsilon=\theta-\theta_0$ and $\hat{Q}(\epsilon)=Q(\epsilon+\theta_0)$. Why do we get $\hat{Q}(\epsilon)=\epsilon'A\epsilon+Q_0$ and why we are left with $\int_{\mathbb{R}^n} e^{-\epsilon'A\epsilon}\mathrm{d}\theta=\frac{\pi^{n/2}}{\sqrt{det\;A}}$ ?

1

There are 1 best solutions below

5
On BEST ANSWER

Note that $\hat{Q}(\varepsilon) = \varepsilon^t A \varepsilon + v^t \varepsilon + d$ for some vector $v \in \mathbb{R}^n$ and scalar $d \in \mathbb{R}$. Since $\hat{Q}$ attains its minimum at $\varepsilon = 0$, we have $v = \nabla \hat{Q}(0) = 0$ and because $A$ is positive definite we have $d = \hat{Q}(0) = \inf \limits_{x \in \mathbb{R}^n}Q(x)$.

The remaining integral is a standard integral, a proof can be found here.