Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Surjective function
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{short description|Mathematical function such that every output has at least one input}} {{Redirect|Onto|3=wiktionary:onto}} {{Functions}} In [[mathematics]], a '''surjective function''' (also known as '''surjection''', or '''onto function''' {{IPAc-en|Λ|Ι|n|.|t|uΛ}}) is a [[Function (mathematics)|function]] {{math|''f''}} such that, for every element {{math|''y''}} of the function's [[codomain]], there exists {{em|at least}} one element {{math|''x''}} in the function's [[Domain of a function|domain]] such that {{math|''f''(''x'') {{=}} ''y''}}. In other words, for a function {{math|''f'' : ''X'' β ''Y''}}, the codomain {{math|''Y''}} is the [[Image (mathematics)|image]] of the function's domain {{math|''X''}}.<ref name=":0">{{Cite web|url=https://www.mathsisfun.com/sets/injective-surjective-bijective.html|title=Injective, Surjective and Bijective|website=www.mathsisfun.com|access-date=2019-12-07}}</ref><ref name=":1">{{Cite web|url=https://brilliant.org/wiki/bijection-injection-and-surjection/|title=Bijection, Injection, And Surjection {{!}} Brilliant Math & Science Wiki|website=brilliant.org|language=en-us|access-date=2019-12-07}}</ref> It is not required that {{math|''x''}} be [[unique (mathematics)|unique]]; the function {{math|''f''}} may map one or more elements of {{math|''X''}} to the same element of {{math|''Y''}}. The term ''surjective'' and the related terms ''[[injective function|injective]]'' and ''[[bijective function|bijective]]'' were introduced by [[Nicolas Bourbaki]],<ref>{{Citation | url = http://jeff560.tripod.com/i.html | title = Earliest Uses of Some of the Words of Mathematics | contribution = Injection, Surjection and Bijection | publisher = Tripod |first=Jeff|last=Miller}}.</ref><ref>{{Cite book|url=https://books.google.com/books?id=-CXn6y_1nJ8C&q=injection+surjection+bijection+bourbaki&pg=PA106|title=Bourbaki|last=Mashaal|first=Maurice|date=2006|publisher=American Mathematical Soc.|isbn=978-0-8218-3967-6|pages=106|language=en}}</ref> a group of mainly [[France|French]] 20th-century [[mathematician]]s who, under this pseudonym, wrote a series of books presenting an exposition of modern advanced mathematics, beginning in 1935. The French word ''[[wikt:sur#French|sur]]'' means ''over'' or ''above'', and relates to the fact that the [[image (mathematics)|image]] of the domain of a surjective function completely covers the function's codomain. Any function induces a surjection by [[restriction of a function|restricting]] its codomain to the image of its domain. Every surjective function has a [[Inverse function#Left and right inverses|right inverse]] assuming the [[axiom of choice]], and every function with a right inverse is necessarily a surjection. The [[function composition|composition]] of surjective functions is always surjective. Any function can be decomposed into a surjection and an injection. ==Definition== {{further|topic=notation|Function (mathematics)#Notation}} A '''surjective function''' is a [[Function (mathematics)|function]] whose [[image (mathematics)|image]] is equal to its [[codomain]]. Equivalently, a function <math>f</math> with [[domain of a function|domain]] <math>X</math> and codomain <math>Y</math> is surjective if for every <math>y</math> in <math>Y</math> there exists at least one <math>x</math> in <math>X</math> with <math>f(x)=y</math>.<ref name=":0" /> Surjections are sometimes denoted by a two-headed rightwards arrow ({{unichar|21A0|RIGHTWARDS TWO HEADED ARROW|ulink=Unicode}}),<ref name="Unicode Arrows">{{cite web| title = Arrows β Unicode| url = https://www.unicode.org/charts/PDF/U2190.pdf| access-date = 2013-05-11}}</ref> as in <math>f\colon X\twoheadrightarrow Y</math>. Symbolically, :If <math>f\colon X \rightarrow Y</math>, then <math>f</math> is said to be surjective if :<math>\forall y \in Y, \, \exists x \in X, \;\; f(x)=y</math>.<ref name=":1" /><ref>{{Cite web|url=http://www.math.umaine.edu/~farlow/sec42.pdf|title=Injections, Surjections, and Bijections|last=Farlow|first=S. J.|author-link= Stanley Farlow |website=math.umaine.edu|access-date=2019-12-06}}</ref> ==Examples== [[File:Codomain2.SVG|right|thumb|250px|'''A non-surjective function''' from [[domain of a function|domain]] ''X'' to [[codomain]] ''Y''. The smaller yellow oval inside ''Y'' is the [[Image (mathematics)|image]] (also called [[range of a function|range]]) of ''f''. This function is '''not''' surjective, because the image does not fill the whole codomain. In other words, ''Y'' is colored in a two-step process: First, for every ''x'' in ''X'', the point ''f''(''x'') is colored yellow; Second, all the rest of the points in ''Y'', that are not yellow, are colored blue. The function ''f'' would be surjective only if there were no blue points.]] {{for|more examples|#Gallery}} * For any set ''X'', the [[identity function]] id<sub>''X''</sub> on ''X'' is surjective. * The function {{math|''f'' : '''Z''' β {0, 1}<nowiki/>}} defined by ''f''(''n'') = ''n'' '''[[Modular arithmetic|mod]]''' 2 (that is, [[even number|even]] [[integer]]s are mapped to 0 and [[odd number|odd]] integers to 1) is surjective. * The function {{math|''f'' : '''R''' β '''R'''}} defined by ''f''(''x'') = 2''x'' + 1 is surjective (and even [[bijective function|bijective]]), because for every [[real number]] ''y'', we have an ''x'' such that ''f''(''x'') = ''y'': such an appropriate ''x'' is (''y'' β 1)/2. * The function {{math|''f'' : '''R''' β '''R'''}} defined by ''f''(''x'') = ''x''<sup>3</sup> β 3''x'' is surjective, because the pre-image of any [[real number]] ''y'' is the solution set of the cubic polynomial equation ''x''<sup>3</sup> β 3''x'' β ''y'' = 0, and every cubic polynomial with real coefficients has at least one real root. However, this function is not [[injective function|injective]] (and hence not [[bijective function|bijective]]), since, for example, the pre-image of ''y'' = 2 is {''x'' = β1, ''x'' = 2}. (In fact, the pre-image of this function for every ''y'', β2 β€ ''y'' β€ 2 has more than one element.) * The function {{math|''g'' : '''R''' β '''R'''}} defined by {{Nowrap begin}}''g''(''x'') = ''x''<sup>2</sup>{{Nowrap end}} is ''not'' surjective, since there is no real number ''x'' such that {{Nowrap begin}}''x''<sup>2</sup> = β1{{Nowrap end}}. However, the function {{math|''g'' : '''R''' β '''R'''{{sub|β₯0}}}} defined by {{math|1=''g''(''x'') = ''x''<sup>2</sup>}} (with the restricted codomain) ''is'' surjective, since for every ''y'' in the nonnegative real codomain ''Y'', there is at least one ''x'' in the real domain ''X'' such that {{Nowrap begin}}''x''<sup>2</sup> = ''y''{{Nowrap end}}. * The [[natural logarithm]] function {{math|ln : <nowiki>(0, +β)</nowiki> β '''R'''}} is a surjective and even bijective (mapping from the set of positive real numbers to the set of all real numbers). Its inverse, the [[exponential function]], if defined with the set of real numbers as the domain and the codomain, is not surjective (as its range is the set of positive real numbers). * The [[matrix exponential]] is not surjective when seen as a map from the space of all ''n''Γ''n'' [[matrix (mathematics)|matrices]] to itself. It is, however, usually defined as a map from the space of all ''n''Γ''n'' matrices to the [[general linear group]] of degree ''n'' (that is, the [[group (mathematics)|group]] of all ''n''Γ''n'' [[invertible matrix|invertible matrices]]). Under this definition, the matrix exponential is surjective for complex matrices, although still not surjective for real matrices. * The [[projection (set theory)|projection]] from a [[cartesian product]] {{math|''A'' Γ ''B''}} to one of its factors is surjective, unless the other factor is empty. * In a 3D video game, vectors are projected onto a 2D flat screen by means of a surjective function. {{Clear}} ==Properties== A function is [[bijective function|bijective]] if and only if it is both surjective and [[injective function|injective]]. If (as is often done) a function is identified with its [[graph of a function|graph]], then surjectivity is not a property of the function itself, but rather a property of the [[Map (mathematics)|mapping]].<ref>{{cite book|author=T. M. Apostol|title=Mathematical Analysis|year=1981|publisher=Addison-Wesley|page=35}}</ref> This is, the function together with its codomain. Unlike injectivity, surjectivity cannot be read off of the graph of the function alone. ===Surjections as right invertible functions=== The function {{Nowrap|''g'' : ''Y'' β ''X''}} is said to be a [[Inverse function#Left and right inverses|right inverse]] of the function {{Nowrap|''f'' : ''X'' β ''Y''}} if {{Nowrap begin}}''f''(''g''(''y'')) = ''y''{{Nowrap end}} for every ''y'' in ''Y'' (''g'' can be undone by ''f''). In other words, ''g'' is a right inverse of ''f'' if the [[function composition|composition]] {{Nowrap|''f'' <small>o</small> ''g''}} of ''g'' and ''f'' in that order is the [[identity function]] on the domain ''Y'' of ''g''. The function ''g'' need not be a complete [[inverse function|inverse]] of ''f'' because the composition in the other order, {{Nowrap|''g'' <small>o</small> ''f''}}, may not be the identity function on the domain ''X'' of ''f''. In other words, ''f'' can undo or "''reverse''" ''g'', but cannot necessarily be reversed by it. Every function with a right inverse is necessarily a surjection. The proposition that every surjective function has a right inverse is equivalent to the [[axiom of choice]]. If {{Nowrap|''f'' : ''X'' β ''Y''}} is surjective and ''B'' is a [[subset]] of ''Y'', then {{Nowrap begin}}''f''(''f''<sup> β1</sup>(''B'')) = ''B''{{Nowrap end}}. Thus, ''B'' can be recovered from its [[preimage]] {{Nowrap|''f''<sup> β1</sup>(''B'')}}. For example, in the first illustration in the [[#Gallery|gallery]], there is some function ''g'' such that ''g''(''C'') = 4. There is also some function ''f'' such that ''f''(4) = ''C''. It doesn't matter that ''g'' is not unique (it would also work if ''g''(''C'') equals 3); it only matters that ''f'' "reverses" ''g''. ===Surjections as epimorphisms=== A function {{Nowrap|''f'' : ''X'' β ''Y''}} is surjective if and only if it is [[right-cancellative]]:<ref>{{Cite book |first=Robert |last=Goldblatt |title=Topoi, the Categorial Analysis of Logic |url=http://historical.library.cornell.edu/cgi-bin/cul.math/docviewer?did=Gold010&id=3|access-date=2009-11-25 |edition=Revised |year=2006 |orig-year=1984 |publisher=[[Dover Publications]] |isbn=978-0-486-45026-1}}</ref> given any functions {{Nowrap|''g'',''h'' : ''Y'' β ''Z''}}, whenever {{Nowrap begin}}''g'' <small>o</small> ''f'' = ''h'' <small>o</small> ''f''{{Nowrap end}}, then {{Nowrap begin}}''g'' = ''h''{{Nowrap end}}. This property is formulated in terms of functions and their [[function composition|composition]] and can be generalized to the more general notion of the [[morphism]]s of a [[category (mathematics)|category]] and their composition. Right-cancellative morphisms are called [[epimorphism]]s. Specifically, surjective functions are precisely the epimorphisms in the [[category of sets]]. The prefix ''epi'' is derived from the Greek preposition ''αΌΟΞ―'' meaning ''over'', ''above'', ''on''. Any morphism with a right inverse is an epimorphism, but the converse is not true in general. A right inverse ''g'' of a morphism ''f'' is called a [[section (category theory)|section]] of ''f''. A morphism with a right inverse is called a [[split epimorphism]]. ===Surjections as binary relations=== Any function with domain ''X'' and codomain ''Y'' can be seen as a [[left-total relation|left-total]] and [[right-unique relation|right-unique]] binary relation between ''X'' and ''Y'' by identifying it with its [[function graph]]. A surjective function with domain ''X'' and codomain ''Y'' is then a binary relation between ''X'' and ''Y'' that is right-unique and both left-total and [[right-total relation|right-total]]. ===Cardinality of the domain of a surjection=== The [[cardinality]] of the domain of a surjective function is greater than or equal to the cardinality of its codomain: If {{Nowrap|''f'' : ''X'' β ''Y''}} is a surjective function, then ''X'' has at least as many elements as ''Y'', in the sense of [[cardinal number]]s. (The proof appeals to the [[axiom of choice]] to show that a function {{Nowrap|''g'' : ''Y'' β ''X''}} satisfying ''f''(''g''(''y'')) = ''y'' for all ''y'' in ''Y'' exists. ''g'' is easily seen to be injective, thus the [[Cardinal number#Formal definition|formal definition]] of |''Y''| β€ |''X''| is satisfied.) Specifically, if both ''X'' and ''Y'' are [[finite set|finite]] with the same number of elements, then {{Nowrap|''f'' : ''X'' β ''Y''}} is surjective if and only if ''f'' is [[injective]]. Given two sets ''X'' and ''Y'', the notation {{nowrap|''X'' β€<sup>*</sup> ''Y''}} is used to say that either ''X'' is empty or that there is a surjection from ''Y'' onto ''X''. Using the axiom of choice one can show that {{nowrap|''X'' β€<sup>*</sup> ''Y''}} and {{nowrap|''Y'' β€<sup>*</sup> ''X''}} together imply that {{nowrap begin}}|''Y''| = |''X''|,{{nowrap end}} a variant of the [[SchrΓΆderβBernstein theorem]]. ===Composition and decomposition=== The [[function composition|composition]] of surjective functions is always surjective: If ''f'' and ''g'' are both surjective, and the codomain of ''g'' is equal to the domain of ''f'', then {{Nowrap|''f'' <small>o</small> ''g''}} is surjective. Conversely, if {{Nowrap|''f'' <small>o</small> ''g''}} is surjective, then ''f'' is surjective (but ''g'', the function applied first, need not be). These properties generalize from surjections in the [[category of sets]] to any [[epimorphism]]s in any [[category (mathematics)|category]]. Any function can be decomposed into a surjection and an [[injective function|injection]]: For any function {{Nowrap|''h'' : ''X'' β ''Z''}} there exist a surjection {{Nowrap|''f'' : ''X'' β ''Y''}} and an injection {{Nowrap|''g'' : ''Y'' β ''Z''}} such that {{Nowrap begin}}''h'' = ''g'' <small>o</small> ''f''{{Nowrap end}}. To see this, define ''Y'' to be the set of [[preimage]]s {{Nowrap|''h''<sup>β1</sup>(''z'')}} where ''z'' is in {{Nowrap|''h''(''X'')}}. These preimages are [[disjoint sets|disjoint]] and [[partition of a set|partition]] ''X''. Then ''f'' carries each ''x'' to the element of ''Y'' which contains it, and ''g'' carries each element of ''Y'' to the point in ''Z'' to which ''h'' sends its points. Then ''f'' is surjective since it is a projection map, and ''g'' is injective by definition. ===Induced surjection and induced bijection=== Any function induces a surjection by restricting its codomain to its range. Any surjective function induces a bijection defined on a [[quotient set|quotient]] of its domain by collapsing all arguments mapping to a given fixed image. More precisely, every surjection {{Nowrap|''f'' : ''A'' β ''B''}} can be factored as a projection followed by a bijection as follows. Let ''A''/~ be the [[equivalence class]]es of ''A'' under the following [[equivalence relation]]: ''x'' ~ ''y'' if and only if ''f''(''x'') = ''f''(''y''). Equivalently, ''A''/~ is the set of all preimages under ''f''. Let ''P''(~) : ''A'' β ''A''/~ be the [[projection map]] which sends each ''x'' in ''A'' to its equivalence class [''x'']<sub>~</sub>, and let ''f''<sub>''P''</sub> : ''A''/~ β ''B'' be the well-defined function given by ''f''<sub>''P''</sub>([''x'']<sub>~</sub>) = ''f''(''x''). Then ''f'' = ''f''<sub>''P''</sub> o ''P''(~). == The set of surjections == Given fixed finite sets {{Mvar|A}} and {{Mvar|B}}, one can form the set of surjections {{Math|''A'' β ''B''}}. The [[cardinality]] of this set is one of the twelve aspects of Rota's [[Twelvefold way]], and is given by <math display="inline">|B|!\begin{Bmatrix}|A|\\|B|\end{Bmatrix}</math>, where <math display="inline">\begin{Bmatrix}|A|\\|B|\end{Bmatrix}</math> denotes a [[Stirling numbers of the second kind|Stirling number of the second kind]]. == Gallery == {{Gallery |align=center |Image:Surjection.svg|A non-injective '''surjective''' function (surjection, not a bijection) |Image:Bijection.svg|An injective '''surjective''' function (bijection) |Image:Injection.svg|An injective non-surjective function (injection, not a bijection) |Image:Not-Injection-Surjection.svg|A non-injective non-surjective function (neither a bijection) }} <gallery> File:Surjective composition.svg|Surjective composition: the first function need not be surjective. File:Non-surjective function2.svg|alt=|'''Non-surjective functions''' in the Cartesian plane. Although some parts of the function are surjective, where elements ''y'' in ''Y'' do have a value ''x'' in ''X'' such that ''y'' = ''f''(''x''), some parts are not. '''Left:''' There is ''y''<sub>0</sub> in ''Y'', but there is no ''x''<sub>0</sub> in ''X'' such that ''y''<sub>0</sub> = ''f''(''x''<sub>0</sub>). '''Right:''' There are ''y''<sub>1</sub>, ''y''<sub>2</sub> and ''y''<sub>3</sub> in ''Y'', but there are no ''x''<sub>1</sub>, ''x''<sub>2</sub>, and ''x''<sub>3</sub> in ''X'' such that ''y''<sub>1</sub> = ''f''(''x''<sub>1</sub>), ''y''<sub>2</sub> = ''f''(''x''<sub>2</sub>), and ''y''<sub>3</sub> = ''f''(''x''<sub>3</sub>). File:Surjective function.svg|alt=|Interpretation for '''surjective functions''' in the Cartesian plane, defined by the mapping ''f'' : ''X'' β ''Y'', where ''y'' = ''f''(''x''), ''X'' = domain of function, ''Y'' = range of function. Every element in the range is mapped onto from an element in the domain, by the rule ''f''. There may be a number of domain elements which map to the same range element. That is, every ''y'' in ''Y'' is mapped from an element ''x'' in ''X'', more than one ''x'' can map to the same ''y''. '''Left:''' Only one domain is shown which makes ''f'' surjective. '''Right:''' two possible domains ''X''<sub>1</sub> and ''X''<sub>2</sub> are shown. </gallery> ==See also== {{Commons category|Surjectivity}} {{Wiktionary|surjective|surjection|onto}} *[[Bijection, injection and surjection]] *[[Cover (algebra)]] *[[Covering map]] *[[Enumeration]] *[[Fiber bundle]] *[[Index set]] *[[Section (category theory)]] ==References== {{reflist|30em}} ==Further reading== * {{Cite book |title=Theory of Sets |last=Bourbaki |first=N. |author-link=Nicolas Bourbaki |year=2004 |orig-year=1968 |publisher=Springer |isbn=978-3-540-22525-6 |doi=10.1007/978-3-642-59309-3 |lccn=2004110815 |series=[[Elements of Mathematics]] |volume=1 |url=https://books.google.com/books?id=7eclBQAAQBAJ&pg=PR1 |ref=bourbaki}} {{Mathematical logic}} [[Category:Functions and mappings]] [[Category:Basic concepts in set theory]] [[Category:Mathematical relations]] [[Category:Types of functions]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:Citation
(
edit
)
Template:Cite book
(
edit
)
Template:Cite web
(
edit
)
Template:Clear
(
edit
)
Template:Commons category
(
edit
)
Template:Em
(
edit
)
Template:For
(
edit
)
Template:Functions
(
edit
)
Template:Further
(
edit
)
Template:Gallery
(
edit
)
Template:IPAc-en
(
edit
)
Template:Math
(
edit
)
Template:Mathematical logic
(
edit
)
Template:Mvar
(
edit
)
Template:Nowrap
(
edit
)
Template:Nowrap begin
(
edit
)
Template:Nowrap end
(
edit
)
Template:Redirect
(
edit
)
Template:Reflist
(
edit
)
Template:Short description
(
edit
)
Template:Sister project
(
edit
)
Template:Unichar
(
edit
)
Template:Wiktionary
(
edit
)