Mappings

Mappings, or functions, are a core concept in mathematics, representing the relationship between two sets that associates each element of the first set with exactly one element of the second set. This note explores the different types of mappings, their diagrams, and the Vertical Line Test, offering a clear understanding of how these concepts interlink within mathematical theory.

Types of Mappings

Mappings can be classified into several types based on the nature of their relationships:

  • Injective (One-to-One): A mapping is injective if different elements in map to different elements in . Formally, if , then .

  • Surjective (Onto): A mapping is surjective if for every element in , there exists at least one element in that maps to it. Essentially, .

  • Bijective (One-to-One Correspondence): A mapping is bijective if it is both injective and surjective. This means every element in is mapped to by exactly one element in , and every element in maps to a unique element in .

Mapping Diagrams

Mapping diagrams visually represent the relationship between two sets in a function. These diagrams include arrows indicating how elements from the domain (first set) are associated with elements in the codomain (second set). Diagrams for injective mappings show one-to-one connections without any two arrows pointing to the same element in the codomain. Surjective mappings ensure that every element in the codomain has at least one arrow pointing to it. Bijective mappings combine these traits, demonstrating a perfect pairing between the sets.

The Vertical Line Test

The Vertical Line Test is a visual method used to determine if a curve in the Cartesian coordinate system represents a function. According to this test, a curve represents a function if and only if no vertical line intersects the curve more than once. This ensures that each input (x-coordinate) corresponds to a single output (y-coordinate), adhering to the definition of a function.

Examples

  • An injective mapping example is the function over real numbers, where no two different values produce the same .
  • A surjective mapping example is the function over the non-negative real numbers, where every non-negative number is the square of some real number.
  • A bijective mapping example is the function over real numbers, where every real number corresponds uniquely to another real number in the codomain.

Applications

Understanding different types of mappings is crucial in fields like calculus, where injective functions are necessary for inverse functions to exist, and in algebra, for constructing bijections that demonstrate set equivalence. They also play a pivotal role in computer science, especially in data structure and algorithm design.

Test Questions

  1. Define an injective, surjective, and bijective mapping, and give an example of each.
  2. Draw a mapping diagram for a function that is surjective.
  3. Explain how the Vertical Line Test determines whether a graph represents a function.

By grasping the intricacies of Mappings, students can better understand the relationships between mathematical sets and apply these concepts to various domains, enhancing their analytical and problem-solving skills.