Let $f: \mathbb R^n \rightarrow \mathbb R$ be a multivariate Gaussian and $g: \mathbb R^n \rightarrow \mathbb R$ a multivariate dirac-function, namely with $i,j,m,n\in\mathbb N,m<n$ and $x=(x_1,\ldots,x_n)$ and $a,b\in\mathbb R$:
\begin{align} & f(x)= \frac {1}{\sqrt {(2\pi )^k|{\boldsymbol {\Sigma }}|}} \cdot \exp \left(-{\frac {1}{2}}({\mathbf {x} }-{\boldsymbol {\mu }})^{\mathrm {T} }{\boldsymbol {\Sigma }}^{-1}({\mathbf {x} }-{\boldsymbol {\mu }})\right) \\[10pt] & g(x) = \begin{cases} \lim\limits_{a\rightarrow0,\ b\rightarrow\infty} \quad \dfrac{1}{a^m\cdot b^{n-m}} & |x_i|\le\frac a2,1\le i\le m,\quad |x_j|\le\frac b2,m<j\le n \\[6pt] \quad 0 & \text{otherwise.} \end{cases} \end{align}
So bascially $g$ is a boxcar function where I have some of the borders shrink in some other expand, so that I get sort of a tube in 2D. If I have not done any mistakes the volume of $g$ should be $1.$ Let us further assume, the simplification that $\Sigma$ is a multiple of the identify matrix.
I would like to convolve these two to $h(x) = (f ∗ g)(x)$. If we would have a regular dirac function with $\lim\limits_{a\rightarrow0,\ b\rightarrow0}$, then the result would be the $h(x)=f(x)$, however in my case this is not the case. Here, we get for the partially evaluated function
$$ h(x\mid\ x_i=c_i, m<i) = \text{constant} $$
where all $c_i\in\mathbb R$. Now, my question: Is
$$ h(x\mid\ x_i=c_i, i\le m) \overset?\propto \exp \left(-{\frac {1}{2}}({\mathbf {x} }-{\boldsymbol {\mu }})^{\mathrm {T} }{\boldsymbol {\Sigma^\star }}^{-1}({\mathbf {x} }-{\boldsymbol {\mu }})\right) $$
a multivariate Gaussian (of dimension $m$)? How would $\Sigma^\star$ would be scaled compared to $\Sigma$?