I want to prove the following which seems reasonable to me:
$\mathbf{A}v\cdot \mathbf{A}w = 0 \iff v \cdot w =0$ given $\det(A) \ne 0$
If determinant is zero it's easy, $\mathbf{0}$ matrix falsifies the claim. The best I could come up with is:
$\mathbf{A}v\cdot \mathbf{A}w = v^\intercal \mathbf{A}^\intercal\mathbf{A}w$ and since $\mathbf{A}^\intercal\mathbf{A}$ is symmetric and full rank it's diagonalizable thus I can write it as $v^\intercal \mathbf{P}^{-1}\Lambda\mathbf{P}w$ and I have a feeling this could be useful somehow, but I lack further knowledge how to proceed.
P.S.
Linear algebra isn't my strong suit...so it might appear trivial to you, though I'm still learning mostly on my own