I am currently pursuing a self study in Tensor analysis and Tensor algebra and came across the following statement when exploring the Einstein summation convention:
Why does $\delta^i_j$$\alpha^j$=$\alpha^i$? (1)
My understanding of $\delta^1_j$$\alpha^j$=$\alpha^1$ (A similar example shown in my book) is if we expand the left hand side of the equation we see that the only time $j=1$ is the first term in the sum, therefore we are left with $\alpha^1$. However, I am at a loss as to why the $\alpha$ is raised an $i$ on the right hand side of (1)? I am a beginner so I may be overlooking a simple explanation.
There is an implicit summation here as you mentioned: $$ \sum_{j} \delta^i_j\alpha^j=\alpha^i$$ because $$ \delta^i_j= \begin{cases} 1&i=j\\ 0&i\ne j. \end{cases}$$ So, in the sum when $i\ne j$, the term $\delta^i_j\alpha^j=0.$ In particular, the only nonzero summand is $\delta^i_i\alpha^i=\alpha^i$.
Edit: Also, thanks to the comment below I'll add the following: in differential geometry (or anywhere tensors appear) some indices are written as superscripts: so, $\alpha^i$ is not $\alpha$ raised to the $i^{th}$ power, but rather it is simply an index.