Assume maximum likelihood estimators $a,b$ of size $p$, with corresponding estimated covariance matrices $V^a,V^b$. In fact $a,b$ are two regression coefficient vectors.
Denote $q=a-b$ the vector of distances, and let $W=q^T(V^a+V^b)^{-1}q$ be the Wald statistic, which is also the squared Mahalanobis norm of $q$. I know that $W$ is bounded, say $W<k$.
Now, let $x$ be a vector of size $p$. How do I show that $E[|x^Ta-x^Tb|]$ is also bounded? It looks very trivial and intuitive but somehow I miss something along the way.
I have started by using the existence of a boundary $W<k$ to claim that there exists a $p$-component vector of corresponding per-component boundaries, but then got somehow stuck.
Any ideas?