Maps To Symbol — Definition, Formula & Examples
The maps to symbol (↦) shows what output a function assigns to a specific input. For example, means each value is sent to its square.
The symbol (read "maps to") defines the rule of a function by indicating the image of an element under that function. Given a function , the notation specifies that the element is assigned the element .
How It Works
The maps to symbol appears inside a function definition to describe what happens to each input. You write the input variable on the left of and the output expression on the right. For instance, defines a function from the reals to the reals that sends every to . Notice that the arrow connects the domain to the codomain (set to set), while connects an element to its image (value to value). These two arrows often appear together in a single function definition but play different roles.
Worked Example
Problem: Define the function that squares a number and adds 5, using maps to notation, then evaluate it at .
Write the function rule: Use the maps to symbol to state the rule concisely.
Evaluate at x = 3: Replace with 3 in the expression on the right side of .
Answer: The function sends 3 to 14, written .
Why It Matters
The maps to symbol is standard notation in college-level algebra, analysis, and abstract algebra courses. It lets you define functions without naming them (anonymous or lambda-style definitions), which is especially useful in linear algebra when describing transformations like .
Common Mistakes
Mistake: Confusing the arrow with the maps to symbol .
Correction: Use between sets (e.g., ) and between elements (e.g., ). They serve different purposes in the same definition.
