I would like to write mathematically, if possible, the following statement:
Given a vector $x=[1,4,5,3]$ and an integer $j=3$, find the position of $j$ in $x$?
How to write this mathematically?
If I am looking for the position of the minimum value in $x$, I would achieve this by $\arg\min x$.
I guess $j^*=\operatorname{arg\,find} (x=j)$ but $\LaTeX$ does not recognize this.
Usually this is written as "Let $i$ be such that $x_i = j$." But that's not very compact. There isn't any standard notation for this that I know of. You could use $\arg \max_i [x_i = j ]$ which uses Iverson brackets to make things compact.