Say $\mathbf{x} \in \mathbb{R}^n$, what is the common notation to extract the first component as an operation?
Something like $\mathcal{P}_j = \mathbf{x}_j$? $\mathbf{x}_j$ is the j-th component.
I need this because I have a function $f(\mathbf{x}) \approx \mathbf{x}$, so I need something like $\mathcal{P}f(\mathbf{x}) \approx \mathbf{x}_j$ since my metric is defined for a single component of $\mathbf{x}_j$.
The Wikipedia article Projection suggests $\textrm{proj}_j(x)$ as in this excerpt
I think this particular notation is rarely used. However, a more common notation is $\ \pi_j\ $ as in this excerpt from the Wikipedia article Product
I have seen $\ \pi_j\ $ or the variant $\ p_j\ $ used more often and these are closer to a standard notation, but as the projection Wikipedia article shows it is not always used. As in so many areas of usage of language the process is not rational or standardized. It depends on social processses and chance.
Whatever notation you decide on, you should explain it the first time you use it.