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)...") |
(No difference)
|
Revision as of 13:57, 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
- Proofs and Fundamentals: A First Course in Abstract Mathematics, pages 154-164
Also see functions.