I want to prove or contradict the following claim:
If we take two vectors $\mathbf{v}_1$ and $\mathbf{v}_2$ in $\mathbb{R}^{d}$ ($d$ isn't neccesarily 2, so geometric proofs aren't available) and the angle between them, which is defined by $\cos(\alpha_{\mathbf{v}_1,\mathbf{v}_2}) = \frac{\mathbf{v}_1^T\mathbf{v}_2}{\Vert \mathbf{v}_1 \Vert \Vert \mathbf{v}_2 \Vert}$ the following holds:
- For any vector $\mathbf{u}$ s.t. $\text{sgn}(\mathbf{v}_1^T\mathbf{u}) = \text{sgn}(\mathbf{v}_2^T\mathbf{u}) = 1$ if we denote $\tilde{\mathbf{v}}_1 = \mathbf{v}_1+\mathbf{u}$ and $\tilde{\mathbf{v}}_2 = \mathbf{v}_2+\mathbf{u}$ we'll get $\alpha_{\tilde{\mathbf{v}}_1,\tilde{\mathbf{v}}_2}<\alpha_{\mathbf{v}_1,\mathbf{v}_2}$
- For any vector $\mathbf{u}$ s.t. $\text{sgn}(\mathbf{v}_1^T\mathbf{u}) = \text{sgn}(\mathbf{v}_2^T\mathbf{u}) = -1$ if we denote $\tilde{\mathbf{v}}_1 = \mathbf{v}_1-\mathbf{u}$ and $\tilde{\mathbf{v}}_2 = \mathbf{v}_2-\mathbf{u}$ we'll get $\alpha_{\tilde{\mathbf{v}}_1,\tilde{\mathbf{v}}_2}<\alpha_{\mathbf{v}_1,\mathbf{v}_2}$
I am pretty confident the above holds, since I ran a lot of numerical simulations and it does seem to hold, i.e. I believe the claim needs to be proved and not contradicted.
I attempted to use the algebraic definition of cosine with some algebraic tricks (triangle inequality etc) and it didn't work, same with the generalized cosine inequality (for vectors).
\frac{v_1^Tv_2}{|v_1||v_2|} \leq \frac 12\left(\frac{v_1^Tv_2}{|v_1|^2} + \frac{v_1^Tv_2}{|v_2|^2} \right) $$
– Ben Grossmann Aug 19 '20 at 15:37