Suppose $0\neq v \in \mathbb{C}^n$. Show that the matrix $$U=I - 2\frac{vv^H}{\|v\|^2}$$ is unitary (with $^H$ being the conjugate transpose and I the identity matrix).
What I've tried:
A matrix U is unitary if $U^HU$ is equal to the identity matrix. So I've tried to plug U into this term but unfortunately I really don't know how to calculate the conjugate transpose of this long string. Another tip: The script hints to Schur decomposition, which may be useful, but I don't know how I could apply it to this problem.