Function
Function
Please read this handout carefully and ask questions in office hours
about any aspect you don’t fully understand.
Example. sin : R → R is not onto but sin : R → [−1, 1] is onto since [−1, 1]
is the range of sin. Be sure you understand this.
2
Definition.
• Given any set A, the identity function IA : A → A is the function
defined by IA (a) = a for every a ∈ A.
• Functions f : A → B and g : B → A are called inverse functions
if g ◦ f = IA and f ◦ g = IB .
• A function is bijective if it is one-to-one and onto.
The “Facts” stated above are theorems whose proofs we will skip. Math 220
covers this material in detail. See also page 156 of the linear algebra text.