Functions:Injective

From Department of Mathematics at UTSA
Revision as of 13:57, 27 September 2021 by Lila (talk | contribs) (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)...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Also see functions.