Function as Mapping Math Example 1

Follow the full solution, then compare it with the other examples linked below.

Example 1

easy
Let f:{1,2,3}โ†’{a,b,c}f: \{1,2,3\} \to \{a,b,c\} be defined by f(1)=af(1)=a, f(2)=af(2)=a, f(3)=cf(3)=c. Determine whether ff is a valid function, and find its range.

Solution

  1. 1
    A function requires every element of the domain to map to exactly one element of the codomain. Check: f(1)=af(1)=a, f(2)=af(2)=a, f(3)=cf(3)=c โ€” each domain element has exactly one image. โœ“ Valid function.
  2. 2
    The range is the set of actual output values: {a,c}\{a, c\} (note bb is in the codomain but not in the range).
  3. 3
    Observe this is many-to-one: both 11 and 22 map to aa.

Answer

Valid function; range ={a,c}= \{a, c\}
A function maps each domain element to exactly one codomain element, but multiple domain elements may share an output (many-to-one). The range (image) is only the outputs actually achieved, which may be a proper subset of the codomain.

About Function as Mapping

Viewing a function as a mapping means thinking of it as an explicit association from each element of the domain to exactly one element of the codomain.

Learn more about Function as Mapping โ†’

More Function as Mapping Examples