Problem
When reading an advanced text in numerical computing, I encountered the following claim
If a symmetric matrix $\mathbf{A}\in \mathbb{R}^{n\times n}$ has entries $\mathbf{A}_{ij}=i(n-j+1)$ for $j \geq i$, then it is positive semidefinite.
I verified this numerically using Julia and it seems to be a valid claim. However, I could not see why this is true theoretically. Specially, I do not know how to convert this to the following three conditions for positive-semidefiniteness
Could anyone help me, thank you in advance.