Given any three matrices $\gamma_i \in M_2(\mathbb{C})$, $i=1,2,3$, which satisfy $$\gamma_i \gamma_j + \gamma_j \gamma_i = 2I \delta_{ij}$$ And given a vector $\mathbf{v} \in \mathbb{R}^3$, show that $$exp(i\mathbf{v} \cdot \gamma) = \cos(||\mathbf{v}||)I+ I\frac{\sin(||\mathbf{v}||)}{||\mathbf{v}||}\mathbf{v} \cdot \gamma$$
Where $\mathbf{v} \cdot \gamma = \Sigma_{i=1}^{i=3}v_i \gamma_i$. So I've shown that $$(\mathbf{v} \cdot \gamma)^2 = ||\mathbf{v}||^2 I$$ while trying to use the Taylor expansion to prove the required relation, which didn't go anywhere. The Taylor expansion I used was $exp(tA) = I + tA + \frac{t^2}{2}A^2...$ and the $t$ is there because it's usually helpful in group theory, which is where this question came up.
Unfortunately the internet suggests that what I have shown is wrong and it should be $(\mathbf{v} \cdot \gamma)^2 = ||\mathbf{v}||^2$. So I don't know where to go from here, any help/hints would be much appreciated!