Mapping

Quick recap of definitions.

Table of contents
  1. Basic definitions
    1. Domain
    2. Codomain
    3. Image
    4. Range
  2. Surjection
  3. Injection
  4. Bijection
  5. Inverse mapping

Basic definitions

Let f be a function or mapping from a set A to a set B:

f:XY

Domain

The set X is called the domain of f.

Codomain

The set Y is called the codomain of f.

Image

When f(xi)=yi, we call xi the image of yi under f.

Range

The set of all images of f is called the range of f:

{f(xi)xiX}

Sometimes image and range are used interchangeably.


Surjection

Let f:XY, f is surjective if

yY,xXs.t.f(x)=y

In other words, if the range of f is equal to its codomain.

Also called onto mapping.


Injection

Let f:XY, f is injective if

x1,x2X,f(x1)=f(x2)x1=x2

Also called one-to-one mapping.


Bijection

Let f:XY, f is bijective if it is both surjective and injective.

Also called one-to-one correspondence.


Inverse mapping

Let f:XY be a bijection, then there exists a inverse mapping f1:YX such that

xX,f1(f(x))=x

And this inverse mapping is also a bijection.