Types_of_Functions_Mapping
Types_of_Functions_Mapping
A function f: A -> B is called one-one or injective if different elements in the domain A map to different
A function f: A -> B is called onto or surjective if every element of the codomain B has at least one pre-image
in the domain A.
In other words, for every b in B, there exists at least one a in A such that f(a) = b.
Every element of the codomain has exactly one pre-image in the domain.
4. Many-One Function:
A function f: A -> B is many-one if two or more different elements in domain A map to the same element in
codomain B.
Types of Functions Based on Mapping
5. Into Function:
A function f: A -> B is into if there exists at least one element in B that is not the image of any element in A.
Example: f(x) = e^x is into (not all real numbers are outputs).
Summary: