functions

A function is a mapping from elements of set to elements of set

domain

The set of all possible input values for which the function is defined.

codomain

The set of all possible output values that the function can produce.

Function Types

Increasing/Decreasing

consider the function is strictly increasing if , then is strictly decreasing if , then !! A strictly increasing/decreasing function must be injective

Injective

a one-to-one mapping of the domain to codomain

Surjective

a onto mapping, means every element in the codomain has at least one preimage^[preimage : the original input value(s) from the domain that map to a given output value in the codomain under a function.] in the domain.

Bijective

if function is bijective it is both Injective and Surjective:

  • maps different elements of the domain to different elements of the codomain
  • each element of codomain has a preimage

Inverse

for an inverse of a function to exist there must be a Bijection. The inverse of a function Undos the mapping of the Original function.

Inverse function Properies

for the function