Let $\alpha=(a_1, \dots, a_n), \beta=(b_1, \dots, b_n) \in \mathbb{F}_2^n$. Let $E$ denote the identity matrix. I am trying to evaluate determinant $\det(E + \alpha^T\beta) $. Some experiments show that it will be equal to $1+\alpha\beta^T$.
Can anybody help with proof or may be give some hints how to apply an induction principle?
$$ \det \left( {\bf I} + {\bf a} {\bf b}^\top \right) = \det \begin{bmatrix} {\bf I} & - {\bf a} \\ {\bf b}^\top & 1 \end{bmatrix} = 1 + {\bf b}^\top {\bf a} $$
depending on which Schur complement one uses. Some call it the Weinstein-Aronszajn identity.