I´m interested in the following problem:
Given a set of vectors $G = \{v_0, \ldots, v_n\}$, what is the probability $P$ that for any vector $u$, there is at least one vector $v_k \in G$ such that there is an acute angle between $u$ and $v_k$ (i.e. $u \cdot v_k > 0$)?
Notes: The vector $u$ has $d$ coordinates with $n \ll d$. Each coordinate of vector $u$ is sampled from a uniform distribution on $\mathbb{R}$ independently.
I'd appreciate it if someone could give me a pointer, and I'd be happy to just prove a loose upper bound on the probability (obviously tighter than $P > 0.5$) as well.