Onto

Return to Glossary.

Formal Definition


A function $\phi:X \rightarrow Y$ is onto (or surjective) if $\forall y \in Y, \exists x \in X$ such that $f(x)=y$.

Informal Definition


A function is onto if every element of its codomain has some element of the function's domain that maps to it.

Example(s)


Say we have a function $\phi:X \rightarrow Y$ where $\phi(x) = 5x$. In order to show $\phi$ is onto, we must show $\exists x \in X$ such that $\phi(x) = y$. Let $x=(1/5) y$. Then, $\phi(x)=5[(1/5) y]=y$. Therefore, $\phi$ is onto. $\blacksquare$

Non-example(s)


Say we have a function $\phi:\mathbb{Z} \rightarrow \mathbb{R}$ where $\phi(x) = x$ ($x \in \mathbb{Z}$ and $y \in \mathbb{R}$). Let $y = 1.5$. Since the domain of $\phi$ is only the integers, it is obvious that $\nexists x$ such that $\phi(x) = 1.5 = y$. $\blacksquare$

Additional Comments


Add any other comments you have about the term here

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License