I'm a tensor newbie and while solving some problems in a book, I generated the following double contraction: $$ \delta^i_{k} \delta^{k}_{i} = 3 $$ Multiplying both sides by $\delta^{m}_{i}$ gives me $$ \delta^{m}_{i} \delta^{i}_{k} \delta^{k}_{i} = 3 \delta^{m}_{i} $$ Index renaming yields $$ \delta^{m}_{k} \delta^{k}_{i} = 3 \delta^{m}_{i} $$ $$ \delta^{m}_{i} = 3 \delta^{m}_{i} $$ Which, kinda seems like nonsense. What rule did I break or what misrepresentation did I make?
thanks
Using Einstein's notation the first of your equations should be understood as the result of
$$ \delta_k^i\delta_i^k \equiv \sum_i\sum_k \delta_k^i\delta_i^k = \sum_i\delta_i^i = 3 $$
The problem with your second equation is that you have the index $i$ repeated three times which does not make sense in this notation