I am working on a problem that is stated as follows: Let $A$ be an $n\times n$ matrix. We define the set $\mathcal{I}$ to be the space of polynomials $p$ such that $p(A)=0$. We say the minimal polynomial $m_A$ is the polynomial of lowest degree with leading coefficient one. Let $\lambda_1, \lambda_2,...,\lambda_k$ be the distinct eigenvalues of $A$ with index values $d_1,d_2,...,d_j$ respectively. Show that $$m_A(x)=\prod_{i=1}^{k} (x-\lambda_i)^{d_i}$$
I am having trouble understanding the meaning of "index values $d_1, d_2,...,d_j$" of the eigenvalues, what does that mean?