I feel like this is a question to which I should already know the answer, but my Google searches so far are coming up empty.
Is there a common notation for specifying the maximum/minimum over an arbitrary total order? For example, let's define $\geq^\mathbf{A}$ over $n$-dimensional vectors by $\mathbf{v} \geq^\mathbf{A} \mathbf{v}'$ iff $\mathbf{A}(\mathbf{v}-\mathbf{v'}) \geq^{lex} \mathbf{0}$.
If I then want to find the maximal vector according to $\geq^\mathbf{A}$ over some set $V$, is there some canonical/common notation for specifying this element?
I've was thinking of using $\max^{\geq^\mathbf{A}}_{\mathbf{v} \in V} \mathbf{v}$ or $\max_{\substack{\geq^\mathbf{A} \\ \mathbf{v} \in V}} \mathbf{v}$, but if there's a canonical way of specifying this, I'd prefer to use that.