Prove Property of Projection Matrices
Hey, lets say I have an orthogonal projection matrix $M(n)$ which is n x n so it depends on the number of observations $n$. Lets say I am projecting some vector $z(n)$, a n x 1 vector, on this space. I want to prove the following inequality holds (or not)? $$||M(n) z(n) || \leq ||M(n+1) z(n+1) ||$$ where $|| \cdot || $is Euclidean Distance. Note here, M(n+1) is M(n) with one new row appended. so its a (n+1) x (n+1) matrix. Similiarly z(n+1) is a (n+1) x 1 vector where we are simply appending a new observation to z(n). So as I add in new observations, changing my orthogonal projection matrix, I am increasing the sum of squared components. Very happy to give $10 for whoever solves this.
Answer
- The questioner was satisfied with and accepted the answer, or
- The answer was evaluated as being 100% correct by the judge.
-
thanks for the response me be a bit clearer, so $z_{n+1}$ is $z_n$ with just one more element appended onto it, so we are adding new data.
-
so if it was the identity matrix, then we would be adding the square value of the new observation to the sumation increasing it as long its nonzero
-
A projection matrix has to be squared.
-
-
maybe I should change my notation, what I am trying to say is z_{n} is a n x 1 vector and z_{n+1} is an (n+1) x 1 vector. let me change that.
-
A projection matrix has to be squared, because it's a matrix that goes from $\mathbb{R}^m$ to $\mathbb{R}^m $
-
ok, hopefully that helps, so if M was an identity matrix, we would have ||I(n+1) z(n+1) || = || z(n+1) || = ||z(n) || + z_{n+1}^2
-
-
am I missing something still?
-
You are correct in the idea. But the formula is a little bit complicated. I will edit my response.
-
- answered
- 801 views
- $10.00
Related Questions
- Find eigenvalues and eigenvectors of $\begin{pmatrix} 1 & 6 & 0 \\ 0& 2 & 1 \\ 0 & 1 & 2 \end{pmatrix} $
- Decide if the following representations are linear representations.
- Space of all matrices with given column space
- Eigenvalues and eigenvectors of $\begin{bmatrix} 3 & 2 & 4 \\ 2 & 0 & 2 \\ 4 & 2 & 3 \end{bmatrix} $
- Find $x$ so that $\begin{pmatrix} 1 & 0 & c \\ 0 & a & -b \\ -\frac{1}{a} & x & x^2 \end{pmatrix}$ is invertible
- Get area of rotated polygon knowing all coordinates and angle.
- Character of 2-dimensional irreducible representation of $S_4$
- Linear Algebra - Matrices and Inverses Matrices