Let $E,F \subset \mathbb{R^n}$
Note that $< . >$ defines the Inner product on $\mathbb{R^n}$
Let $(e_1,....,e_k)$ and $(f_1,.....f_l$) be Orthonormal bases of E and F respectively.
Consider the Matrix $A=(<e_i,f_j>)$ of size $k*l$
Let $\lambda_i$ be an Eigenvalue of $A^T A$
Prove that $\lambda_i \in [0, 1] \; \; \forall i$ and that they do not depend on the choice of bases of $E$ and $F$
I tryed experimenting on a small dimension matrix but I'm not able to figure it out. Thoughts?
If $V$ is any inner product space and $W$ is a subspace, then there is a natural orthogonal projection map $P_W:V \to W$. These projections have several important properties. Among these we can show that $P_W$ has operator norm equal to $1$ and is positive-semidefinite. (http://en.wikipedia.org/wiki/Hilbert_space#Orthogonal_complements_and_projections)
We will consider the maps $P_E: \mathbb{R}^n \to E$ and $P_F: \mathbb{R}^n \to F$, and in particular we will consider the restrictions of these maps to appropriate subspaces.
Specifically, notice that $A^t$ is the matrix for $P_F|_E:E \to F$ with respect to the bases $(e_1,\dots,e_k)$ and $(f_1,\dots,f_l)$. Also notice that $A$ is the matrix for $P_E|_F:F \to E$ with respect to the bases $(f_1,\dots,f_l)$ and $(e_1,\dots,e_k)$. This can be easily computed using the definition of the matrix for a linear map and the properties of these projections.
It follows that $A^tA$ is the matrix for the map $P=P_F \circ P_E: F \to F$ with respect to the basis $(f_1, \dots, f_l)$. Since $P_E$ and $P_F$ have operator norm equal to $1$, it follows that $P$ has operator norm less than or equal to 1. Thus, all eigenvalues have absolute value less than or equal to $1$. But $P$ is also a positive semidefinite operator on $F$ (because for any $v \in F$, we have that $\langle Pv,v \rangle = \langle P_Ev, P_Fv \rangle = \langle P_Ev, v \rangle = ||P_Ev||^2\geq 0$), and thus the eigenvalues of $P$ must be non-negative. Then it immediately follows that the eigenvalues of $P$ (and thus $A^tA$) must be in $[0,1]$.
These eigenvalues only depend on the maps $P_E$ and $P_F$. In other words these eigenvalues only depend on the subspaces $E$ and $F$, and not the choices of bases. Also notice that this could have been done in any inner product space. Nothing special about $\mathbb{R}^n$ or the dot product.