Consider a matrix $A_{n\times n}$ with real entries, denoted by $A=\left(A_{1}A_{2}\dotsm A_{n}\right)$, where $A_{i}$ represents the $i$th column of $A$ for $i=1,\dots,n$. Suppose that the last column, $A_{n}$, is the sum of two vectors $u$ and $v$. Prove that the determinant of $A$ is equal to the sum of determinants obtained by replacing $A_{n}$ with $u$ and $v$ in the matrix:
$$ \det(A) = \det(A_{1},\dots,A_{n-1},u) + \det(A_{1},\dots,A_{n-1},v). $$
I have generated numerous examples of varying sizes using online calculators, and this equality seems to hold true consistently. I managed to prove it for the cases of 2x2 and 3x3, but I genuinely have no idea how to demonstrate the general nxn case. Please help.