I would like to define several ordering relations. What is the correct way in an English sentence to phrase the sentence?
I'm currently choosing between the following two awkward formulations.
Let $\sqsubset_1$ be defined such that $A \sqsubset_1 B$ means $\forall \alpha\in A\ \exists \beta \in B \ni \alpha \subset \beta$.
Let $A \sqsubset_2 B$ denote $\forall \alpha_1\in A\ \exists \beta_1 \in B \ni \alpha_1 \subsetneq \beta_1$ and $\forall \beta_2\in B\ \exists \alpha_2 \in A \ni \alpha_2 \subsetneq \beta_2$.
Isn't there some notation similar to set notation or function notation? Let $A = \{x\in \mathbb R \mid x^2 \in \mathbb R\}$, or let $f:\mathbb R \to \mathbb R^2$ by $x \mapsto (x,-x)$.