Let $L \in GL_n (\mathbb R)$ be a lower triangular matrix with positive diaginal entries and let $A :=LL^t$ . (note that $A$ is positive definite i.e. $A$ is symmetric and all eigenvalues of $A$ are positive).
Let $A=[a_{ij}] $ and $L=[l_{ij}]$ . If $a_{ij}\le 0, \forall i>j$, then how to prove that $l_{ij} \le 0, \forall i >j$ ?
My work: Writing down the product, we have $a_{ij}=\sum_{k=1}^n l_{ik}l_{jk}=\sum_{k\le \min \{i,j\}} l_{ik}l_{jk}$. I don't know what to do next.
Please help.
I have a proof for the case $n=2$ ; if
$$\underbrace{\begin{pmatrix}l_{11}&0\\l_{21}&l_{22}\end{pmatrix}}_{L}\underbrace{\begin{pmatrix}l_{11}&l_{21}\\0&l_{22}\end{pmatrix}}_{L^T}=\underbrace{\begin{pmatrix}a_{11}&a_{12}\\a_{21}&a_{22}\end{pmatrix}}_{A},$$
we have in particular
$$l_{21}l_{11}=a_{21} \tag{1}$$
As $l_{11}>0$, (1) gives :
$$l_{21} \leq 0 \ \iff \ a_{21} \leq 0 \tag{2}$$
which allows to conclude.
This proof, after discussion with the OP, does not extend to more general cases.