[Math] Symbol for “such that” (not in set)

notation

If $A$ is a set, we can use the set notation

$$A= \{ b \mid\text{property $p_1$ of $b$}\}$$

But say $A$ is an element like $b$,

$$A = b \mid \text{property $p_1$ of $b$}$$

is this a usual notation?
I am trying to say that $A$ is a $b$ that such that( $\mid$ ) it satisfies property $p_1$ of $b$, and assume that exactly one $b$ satisfies property $p_1$.

Otherwise, is there a more usual convention to express this?

Best Answer

"Such that" is occasionally denoted by \ni = $\,\ni\,$, e.g., in lecture, to save time, as a shortcut. Others, when writing in lectures or taking notes, and again, to save time, use "s.t.".

But in writing anything to submit (homework, publication), when possible, it is best to just write the words "such that".

In sets though, like set-builder notation, both $\mid$ and $:$ are used:

$$\{x \in \mathbb R \mid x < 0\}$$ $$\{x \in \mathbb R : x \lt 0\}$$

"The set of all $x \in \mathbb R$ such that $x \lt 0$.

Related Question