Hi I need help with the next exercise:
Show that for any arbitrary vectors $a,b\in\mathbb{R}^p$ $$\det(I_p-ab^T)=1-a^Tb$$
I have applied the Sylvester identity that I found on Wikipedia. It states that if you have two matrices $A\in\mathbb{R}^{m\times n}, B\in\mathbb{R}^{n\times m}$ then $$\det(I_m+AB)=\det(I_n+BA)$$
Considering it with $A=a$ and $B=b^T$ I have $m=p$ and $n=1$ then $$\det(I_p-ab^T)=\det(I_1-b^Ta)=1-a^Tb$$ The last equality is OK? I don't know how to justify, can I compute the determinant of a real number?