I'm trying to understand the following things.
Let $\{1, \dots , n\}:=[n]$ and consider multi-indices $\textbf{a,b} \in [n]^l$ for some integer $l$.
Let's define an equivalence relation $\textbf{a}\sim \textbf{b} \Leftrightarrow \textbf{a}_i = \textbf{a}_j \Leftrightarrow \textbf{b}_i = \textbf{b}_j \, \, \forall i,j \in [l].$ (equality patterns)
Which are the equivalence classes of a such relation? Can you provide me some simple examples even with $l=2$?
Let's say that $n=2, l=2$.
so if $\textbf{a} = (1,1) \Rightarrow \textbf{b} = (1,1)$ or $\textbf{b} = (2,2)$
if $\textbf{a} = (2,2) \Rightarrow \textbf{b} = (1,1)$ or $\textbf{b} = (2,2)$
if $\textbf{a} = (1,2) \Rightarrow \textbf{b} = (1,2)$ or $\textbf{b} = (2,1)$
if $\textbf{a} = (2,1) \Rightarrow \textbf{b} = (1,2)$ or $\textbf{b} = (2,1)$
This is what I manage to get but I still have several perplexities about which the equivalence classes are in this case.