Let $\mathcal{A}$ be a rank 4 tensor and $X$ be a rank 2 tensor (i.e. a matrix). Define the Frobenius inner product (FIP) of real matrices $$ A : B = \operatorname{tr}(A^T B) $$ A side question: if $A$ and $B$ are complex matrices $A, B \in \mathbb{C}^{m \times n}$, then should we define the FIP as $$A : B = \operatorname{tr}(A^H B)$$ where $(\cdot)^H = (\overline{\cdot})^T$ is conjugate transpose?
I am particulary interested in the following rank 4 isotrpoic tensor $$ \mathcal{E}_{i,j,k,l} = \delta_{i,k}\delta_{j,l}, \qquad i,k=1,...,m, \quad j,l = 1,...,n $$ (I know there is a more general form of this tensor, see this question) and how it multiplies with matrices.
Let $\mathcal{A}, \mathcal{E} \in \mathbb{C}^{m \times n \times m \times n}$ and $X, Y, A, B \in \mathbb{C}^{m \times n}$ what are:
- $\mathcal{A} X = ?$
- $X \mathcal{A} Y^H = ?$
- $\mathcal{A} : X = ?$
- $\mathcal{A}^T = ?$ and $\mathcal{E}^T$? (if they are defined)
How they are defined, what tensor are they (e.g. what is their rank) and how they are calculated by components?
In particular, to prove:
- $ X = \mathcal{E} : X = X : \mathcal{E}$
- $ A X B = A \mathcal{E} B^H : X$
I would like to see definition both in general and by components (e.g. $(M \cdot P)_{ij} = \sum_k M_{ik} P_{kj}$).
This is related to this question: Differentiating a column with respect to a matrix but I think it is worth a specific question since this is quite general and can be useful to other tensor students.
Edit: From the question linked above, $$ \mathcal{A} X = \sum_l \mathcal{A}_{ijkl} X_{ln} $$ and $$ \mathcal{A} : X = \sum_k \sum_l \mathcal{A}_{ijkl} X_{kl} $$