This is actually a follow-up of this previous question: How many vectors can be "close to mutual orthogonal like 80 degrees" in a high dimensional space?
To be specific: "almost opposite" means: e.g., two unit vectors, the inner product of them is close to -1, like [-0.9 ~ -1].
My limited intuition tells me that we cannot find huge number of such vectors. Because if A is opposite to B, and B is opposite to C, then A must be C
(This deduction does not hold true for orthogonal: A orthogonal to B and B orthogonal to C. A does not have to be C).
Note we talk about high-dimensional, e.g., 100-by-1 vectors. Pls share your wisdom. Thanks
If $x, y, z$ are nonzero vectors (in Euclidean space of any dimension), the angle between $x$ and $z$ is at most the sum of the angle between $x$ and $-y$ and the angle between $z$ and $-y$. In particular, if the angle between $x$ and $-y$ and the angle between $z$ and $-y$ are less than $\pi/4$, $x$ and $z$ can't be "close to opposite".