So I have a matrix $A=[a_{ij}]_{\forall\,i,j\in\{1,\dots,n\}}$.
I have no problem to define a set $S$ as $S:=\{j: j=\text{argmax}_{j'}\; a_{ij'},\forall i\in\{1,\dots,n\} \}$ for example. In fact, I have seen sets defined this way many times.
Now my problem is with tuple. Is it correct to use the same for tuple. So, can I say "let $A$ be the tuple $A:=(j: j=\text{argmax}_{j'}\; a_{ij'},\forall i\in\{1,\dots,n\} )$." or this makes no sense?
EDIT
In fact, I have a bad time finding some mathematical object that is like array in programming language. So I can access elements of that object, find its size, add elements, remove elements, etc. Is there any mathematical object like this?