7.3 Composition of Functions

Definition: Composition of f and g

Let f: X → Y and g: Y' → Z be functions with the property that the range of f is a subset of the domain of g. Define a new function g ∘ f: X → Z as follows:

where g ∘ f is read "g circle f" and g(f(x)) is read "g of f of x".

Theorem 7.3.1 Composition with an Identity Function

If f is a function from a set X to a set Y, and IX is the identity function on X, and IY is the identity function on Y, then

Theorem 7.3.2 Composition of a Function with its Inverse

If f: X → Y is a one-to-one and onto function with inverse function f-1: Y → X, then

Theorem 7.3.3 Composition of One-to-One Functions

If f: X → Y and g: Y → Z are both one-to-one functions, then g ∘ f is one-to-one.

Theorem 7.3.4 Composition of Onto Functions

If f: X → Y and g: Y → Z are both onto functions, then g ∘ f is onto.

In Class Exercises