Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
Definition of a Function: A function is a specific type of relation where every element in set (domain) is mapped to exactly one unique element in set (codomain). Visually, this means every point in the domain set has one, and only one, outgoing arrow pointing to an element in the codomain.
One-to-one (Injective) Function: A function is injective if distinct elements in the domain have distinct images in the codomain. Mathematically, must imply . Visually, no two arrows from the domain point to the same element in the codomain. On a graph, this is confirmed by the Horizontal Line Test: any horizontal line should intersect the graph at most once.
Many-to-one Function: If a function is not one-to-one, it is many-to-one. This occurs when two or more distinct elements in the domain map to the same element in the codomain (e.g., and ). Visually, you will see multiple arrows converging onto a single point in the codomain, and a horizontal line would intersect the graph at two or more points.
Onto (Surjective) Function: A function is surjective if every element in the codomain is the image of at least one element in the domain . This means the Range of the function is exactly equal to its Codomain (). Visually, every element in the codomain set has at least one arrow pointing to it, and the graph covers the entire vertical range defined by the codomain.
Into Function: A function is called an 'into' function if it is not onto. This means there is at least one element in the codomain that does not have a pre-image in the domain . In this case, the Range is a proper subset of the Codomain (). Visually, there will be 'leftover' elements in the codomain set with no incoming arrows.
Bijective Function: A function that is both one-to-one (injective) and onto (surjective) is called a bijective function or a 'one-to-one correspondence'. These functions are always invertible. Visually, this creates a perfect pairing where every element of is matched with exactly one unique element of , and no elements in are left unmatched.
Composition and Invertibility: For a function to have an inverse , it must be bijective. If the function is not one-to-one, the reverse mapping would not be a function (one input would go to multiple outputs). If it is not onto, the reverse mapping would have inputs with no outputs.
📐Formulae
Condition for Injectivity:
Condition for Surjectivity: or
Number of injective functions from to (where ): if , else
Number of bijective functions from to (where ):
Number of onto functions from to (where ):
💡Examples
Problem 1:
Show that the function defined by is a bijective function.
Solution:
Step 1: Check for Injectivity (One-to-one). Let for some .\n\n\n.\nSince , the function is injective.\nStep 2: Check for Surjectivity (Onto). Let be an arbitrary element in the codomain .\nSet .\nSolve for : .\nSince is a real number, is also a real number (belongs to the domain).\n.\nThus, for every in the codomain, there exists an in the domain such that . The function is surjective.\nConclusion: Since is both injective and surjective, it is bijective.
Explanation:
To prove bijectivity, we must algebraically demonstrate that the function satisfies both the one-to-one condition and the onto condition.
Problem 2:
Check the injectivity and surjectivity of the function given by .
Solution:
Step 1: Check Injectivity. Let and .\n and .\nHere but .\nTherefore, is not injective (it is many-to-one).\nStep 2: Check Surjectivity. The codomain is (all integers).\nConsider in the codomain. Is there an such that ?\nNo integer squared results in a negative number.\nSince there is no such that , the element has no pre-image.\nTherefore, is not surjective (it is an 'into' function).
Explanation:
Using counter-examples is the most efficient way to show that a function fails to be injective or surjective. In this case, the square function on integers fails both.