For example, an injective function can be defined as
$\forall y \in Y$ there exists at most one $x \, : \, \forall f(x) = y$
How could I represent the bold part of the above expression? For "there exists at least one" we have $\exists$, for "there exists a unique" we have $\exists!$. Is there a symbolic notation for "...at most one"? The classic definition of injective, i.e., $\forall \, a,b\in X, \, f(a) = f(b) \rightarrow a = b$ seems to side-step this, though.