I am trying to read a paper which involves some linear algebra. I would appreciate if anyone could clarify what the below statements exactly mean.
1-) $0 \preceq B^TB \preceq A^TA$ where $A \in \mathbb{R}^{n \times m}$ and $B \in \mathbb{R}^{l \times m}$ are matrices.
2-) $\langle A_i,x \rangle^2$ where $A_i$ and $x$ are vectors
A symmetric square matrix $M$ of size $m\times m$ is said to be positive $(0\preceq M)$ iff it is positive semidefinite, i.e. $x^TMx\ge 0$ for all vectors $x\in\Bbb R^m$.
And, we define $M\preceq M'$ iff $\ 0\,\preceq\, M'-M$.
I think, it is more suitable to this problem, as both $B^TB$ and $A^TA$ are $m\times m$ symmetric matrices.
If $x,y$ are vectors, specifically when $\in\Bbb R^m$, then $\langle x,y\rangle$ means their scalar (/inner/dot) product which coincides with the matrix product $x^Ty$.