Let $X$ and $Y$ be two ordered pairs $X = (A,B)$ and $Y = (A,B)$. Then let $A$ and $B$ be two sequences "nested" in the pairs $A = \langle A_1,A_2,...,A_n \rangle$ and $B = \langle B_1,B_2,...B_n \rangle$ (the elements of the sequences in $X$ and $Y$ can be different). Finally, let each element of $A$ and $B$ also be a sequence $A_i = \langle a_1,a_2,...,a_n \rangle$ and $B_i = \langle b_1,b_2,...b_n \rangle$.
1) Which is the best notation to reference the elements inside the sequence of each pair? $X_{A_{1}}$?
2) Which is the best notation to reference the elements in the sequences of the sequences $A$ and $B$ ? $X_{{A_{1_{a_1}}}}$ and $X_{{B_{1_{b_1}}}}$?
I would like to avoid the excessive use of subscripts that makes it nearly impossible to read because of the size. Any suggestion?
And the comparsion $a_{i,j}$ of $X$ with $a_{i,j}$ of $Y$ is something that certainly will happen in my case!
– copenhagen Dec 22 '13 at 18:44