Let $F$ be a field where $char(F)\neq2$ and let $A$ be a skew-symmetric matrix over $F$. Prove that rank of $A$ is even.
I think the best way to prove it, is using induction on size of $A$.
for $n=1$, matrix $A$ should be zero matrix so $rank(A)=0$ and it's even.
for an $(n+1)\times (n+1)$ matrix, by eliminating the last row and the last column we will have an $n \times n$ skew-symmetric matrix which by the induction hypothesis has even rank. Now how should I prove that by adding back the eliminated row and column the rank of matrix again will be even? I've stuck here!
Please do not mark the question as duplicate with Rank of skew-symmetric matrix. At least the approach that I'm trying to prove this question with is different. No one has proved this statement by induction, This question is not duplicate really!