I'm trying to learn suffix notation (both to prove results in linear algebra and for application in vector calculus).
As an exercise, I wanted to use it to prove that the determinant of a product of two matrices is equal to the product of their determinants, i.e. for $\underline{A},\, \underline{B},\, \underline{C}$, $3\times 3$ matrices where $C_{pq} = A_{pr}B_{rq}$, I'd like to show that:
$$\det(\underline{A}\,\underline{B}) = \det(\underline{A}) \det(\underline{B})$$
$\color{blue}{\textbf{Here is what I have tried so far}}$:
$$\det{(\underline{C})} = \det(\underline{A}\,\underline{B}),$$
Now, the determinant in suffix notation would be:
$$\begin{align*} \epsilon_{ijk} C_{1i} C_{2j} C_{3k} & = \epsilon_{ijk} \, A_{1p}B_{pi} \, A_{2q}B_{qj} \, A_{3r}B_{rk}\\ & = \epsilon_{ijk} \, A_{1p}A_{2q}A_{3r} \, B_{pi}B_{qj}B_{rk} \end{align*}$$
$\color{blue}{\textbf{At this point, I couldn't find any way forward}}$. I tried reading up on tensors, to build my intuition, but after hours spent with several different texts, I was only more confused than before, so I tried to focus on the formalism, itself.
$\color{green}{\textbf{Eventually, I thought to try it from the other side}}$, i.e. starting with $\det(\underline{A}) \det(\underline{B})$, and (after spending more time than I care to admit) I managed this:
$$ \begin{align*} \det(\underline{A}) \det(\underline{B}) %% = & \epsilon_{ijk} \, A_{1i}A_{2j}A_{3k} \, \epsilon_{pqr}B_{1p}B_{2q}B_{3r} \\[5pt] %% = & \epsilon_{ijk} \epsilon_{pqr} \, A_{1i}A_{2j}A_{3k} \, B_{1p}B_{2q}B_{3r} \\[5pt] %% = & \bigl( \delta_{ip}(\delta_{jq}\delta_{kr} - \delta_{jr}\delta_{kq}) % + \delta_{iq}(\delta_{jr}\delta_{kp} - \delta_{jp}\delta_{kr}) % + \delta_{ir}(\delta_{jp}\delta_{kq} - \delta_{jq}\delta_{kp}) \bigr) A_{1i}A_{2j}A_{3k} \, B_{1p}B_{2q}B_{3r} \\[5pt] %% = & (\delta_{jq}\delta_{kr} - \delta_{jr}\delta_{kq}) A_{1i}A_{2j}A_{3k} \, B_{1{\color{red}i}}B_{2q}B_{3r}\\ % & \quad + (\delta_{jr}\delta_{kp} - \delta_{jp}\delta_{kr}) A_{1i}A_{2j}A_{3k} \, B_{1p}B_{2{\color{red}i}}B_{3r}\\ % & \qquad + (\delta_{jp}\delta_{kq} - \delta_{jq}\delta_{kp}) A_{1i}A_{2j}A_{3k} \, B_{1p}B_{2q}B_{3{\color{red}i}}\\[5pt] %% = & \quad A_{1i}A_{2j}A_{3k} B_{1{\color{red}i}} (B_{2j}B_{3k} - B_{2k}B_{3j}) \\ & + A_{1i}A_{2j}A_{3k} B_{2{\color{red}i}} (B_{1k}B_{3j} - B_{1j}B_{3k}) \\ & + A_{1i}A_{2j}A_{3k} B_{3{\color{red}i}} (B_{1j}B_{2k} - B_{1k}B_{2j}) \end{align*} $$
$\color{green}{\textbf{I } think \textbf{ this last expression can be written as}}$:
$$\begin{align*} \det(\underline{A} \, \underline{B}) %% & = A_{1i}A_{2j}A_{3k} \, \epsilon_{pqr}B_{pi}B_{qj}B_{rk} \\[5pt] %% & = \epsilon_{pqr} \, A_{1i}B_{pi}\, A_{2j}B_{qj} \, A_{3k}B_{rk}; \end{align*}$$
however, it's possible my reasoning is incorrect (I'm still very uncertain about the formalism...).
$\color{red}{If \textbf{ the above is correct}}$, it seems to look like $\det(\underline{A} \underline{B}^T)$, which suggests that if I had started off by noting that:
$$ \det(\underline{A})\, \det(\underline{B}) = \det(\underline{A}) \, \det(\underline{B}^T)$$
$\color{red}{\textbf{I would end up with the correct final expression}}$. However, (if all my reasoning to date is correct) my question(s) are:
is it possible to see that $$\epsilon_{pqr} \, A_{1i}B_{{\color{blue}p}i}\, A_{2j}B_{{\color{blue}q}j} \, A_{3k}B_{{\color{blue}r}k} = \epsilon_{pqr} \, A_{1i}B_{i{\color{blue}p}}\, A_{2j}B_{j{\color{blue}q}} \, A_{3k}B_{k{\color{blue}r}}$$ directly (i.e. without having to think about the interpretation as the product of determinants etc; simply via identities or application of the definitions)? If so, how?
is there some way of doing this (using suffix notation) without having to expand the epsilon product $\epsilon_{ijk}\, \epsilon_{pqr}$, explicitly (all the resources I have read so far have only offered the identity in terms of the Kronecker deltas, nothing that relates the product to another epsilon)?
This is painfully long to write out, so would equally appreciate mere direction towards a good "workbook" with lots of problems (& answers or solutions) related to suffix notation. My hope is that if I first become comfortable with the formalism, I might later have a more success trying to understand the math.