Geometric multiplicity of an eigen value is $$ \dim \mathrm{null} (A -\lambda I)\tag 1.$$
Suppose $A$ is in jordan normal form and has two Jordan forms with eigen value $\lambda$, one of size $2 \times 2$ and other of size $3\times 3$. Then, why is $\dim \mathrm{null} (A -\lambda I)$ necessarily equal to $2 $ i.e. why is geometric multiplicity of $\lambda =2$?
From the concept of generalised eigen vectors , I know the following :
$(T-\lambda I)^3$ will produce a Zero Matrix in place of both these sub-blocks.
You are trying to solve $(A-\lambda I)v=0$. The matrix $A-\lambda I$ has three 1s in it - one in the $2\times 2$ block and two in the $3\times 3$ block. So it has three pivots, each in a different column. There are only two free variables: one from column of the $2\times 2$ block without a 1 in it; and one from the $3\times 3$ block. So the set of solutions is two dimensional.
If there are any other eigenvalues, they will all have non-zero numbers on the diagonal of $A-\lambda I$, so they won't contribute any more free variables.