I have a set of unknown vectors $v_1, v_2,\ldots,v_n$, but I know what are supposed to be all inner products $p_{ij}=v_i\cdot v_j$ between them.
Is there is kind of inequality of equality that tell me if the inner product values are valid given some dimension of the vector space?
EDIT: To be more concrete, in my case I have pairs of vectors $a_i$, $b_i$ and I know $$ \begin{align*} a_i^2&=b_i^2=1\\ a_i\cdot b_i&=0\\ a_i\cdot a_j&=0.5\qquad (i\neq j)\\ a_i\cdot b_j&=0.5\qquad (i\neq j)\\ b_i\cdot b_j&=0.5\qquad (i\neq j) \end{align*} $$ I wonder about the relation of the number of those pairs and the dimension of the vector space.