We have a vector $v$ which belongs to the $k$ tuple. We define the following matrix:
$$P=I-2\frac{vv^T}{v^Tv}$$
Here, $I$, is a $k×k$ identity matrix. Then, which of the following options is or are will be correct:
- Inverse of $P$ is equal to $I-P$.
- $-1$ and $1$ will be two eigenvalues of matrix.
- Inverse of $P$ is equal to $P$.
- $(1+P)v=v$.
Any initial hint about the what matrix $P$ represents will be appreciated. I can choose the correct options once I know what this $P$ Matrix represents. I am not able to fathom it. Please help. Thanks in advance.
$P(I-P)=(I-2\frac{v v^T}{v^T v})(2\frac{v v^T}{v^T v})=2\frac{v v^T}{v^T v}-4\frac{v v^Tv v^T}{v^T v v^T v}=2\frac{v v^T}{v^T v}-4\frac{v v^T}{v^T v}=-2\frac{v v^T}{v^T v}...$