4
$\begingroup$

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.

  • 0
    I'd be very surprised if here was a symbol for the concept "at most one", I've never seen it.2017-01-21
  • 0
    Maybe expressible in a non-conventional logic system such as modal logic. To have a short idea of a certain number of logic systems, have a look at (https://en.wikipedia.org/wiki/Intuitionist_logic)2017-01-21

2 Answers 2

4

If you will be using it repeatedly, you could invent a notation... $$ \forall y \in Y\;\exists^{\le 1} x $$ Of course you will have to define it, say like this $$ \exists^{\le 1} x\;\;\Phi(x)\qquad\text{means}\qquad \forall x_1 \forall x_2 \big(\Phi(x_1) \wedge \Phi(x_2) \longrightarrow x_1=x_2\big) $$

  • 0
    This is a very good idea...! A subscript seems to be clear and easy to understand.2017-01-21
3

I have never heard of such a symbol, but if you really want to you can write $\exists !\, x \lor \nexists\, x, \,\dots $

However, this is not easily readable and I would not advise its use at all.