Difference between revisions of "Functions:Injective"
Jump to navigation
Jump to search
(Created page with "A function <math> f: A\to B </math> is injective, or "one-to-one", if for all <math> a_1, a_2\in A </math>, <math> a_1 \neq a_2 </math> implies that <math> f(a_1) \neq f(a_2)...") |
|||
Line 13: | Line 13: | ||
* [https://en.wikipedia.org/wiki/Injective_function Injective Function], Wikipedia | * [https://en.wikipedia.org/wiki/Injective_function Injective Function], Wikipedia | ||
* [https://cnx.org/contents/ysm8oGY0@64.2:jJWptB8O@4/Function-types Function Types], OpenStax | * [https://cnx.org/contents/ysm8oGY0@64.2:jJWptB8O@4/Function-types Function Types], OpenStax | ||
− | * [https://link-springer-com.libweb.lib.utsa.edu/content/pdf/10.1007%2F978-1-4419-7127-2.pdf | + | * [https://link-springer-com.libweb.lib.utsa.edu/content/pdf/10.1007%2F978-1-4419-7127-2.pdf Course Textbook], pages 154-164 |
Also see [[Functions:Definition|functions]]. | Also see [[Functions:Definition|functions]]. |
Revision as of 14:15, 27 September 2021
A function is injective, or "one-to-one", if for all , implies that (or for all , implies that ). That is, a function is injective if each output is unique to a specific input, and no two distinct inputs map to the same output.
Examples:
- Let and , and let such that , , and . is an injective function because each output of is mapped to by exactly one input.
- Let such that , , and . is not an injective function since .
- , is an injective function, since for all .
- Let , . This function is NOT injective because for , , but . For example, while , which conflicts with the definition of injectivity.
Resources
- Injective Function, Wikipedia
- Function Types, OpenStax
- Course Textbook, pages 154-164
Also see functions.