Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Notes on Functions: Definitions, Injectivity, Surjectivity, Bijectivity, and Inverses, Assignments of Geometry

Definitions and theorems related to functions, including the concepts of injectivity, surjectivity, bijectivity, and inverses. It also discusses the image and preimage of sets under functions, and includes exercises for practice.

Typology: Assignments

2021/2022

Uploaded on 08/01/2022

hal_s95
hal_s95 🇵🇭

4.4

(652)

10K documents

1 / 3

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
NOTES ON FUNCTIONS
These notes will cover some terminology regarding functions not included in Solow’s
book. You should read Appendix A.2 in the book before reading these notes.
Definition 1. We say that two functions fand gare equal if they have the same domain
and codomain, and f(a) = g(a) for all ain the domain.
Note that we require the functions to have the same domain and codomain for them
to be equal. For example, the functions f:RRand g:ZZgiven by
f(x) = x2and g(x) = x2
are defined by the same formula, but they are not equal since they have different domains
and codomains. The function h:R {xR|x0}given by h(x) = x2again is
defined by the same formula as f, and now has the same domain as f, but since they
have different codomains, they are not equal.
Definition 2. The identity function on a set A, denoted by idA, is the function from
Ato itself such that idA(a) = afor all aA.
Definition 3. If f:ABand g:BCare functions, we define their composition,
denoted by gf, to be the function gf:ACdefined by (gf)(a) = g(f(a)).
Definition 4. A function f:ABis called bijective if it is both injective and
surjective.
Again, we have to be careful about the domain and codomain on which a function is
defined. Consider a function given by the formula f(x) = x2. It makes no sense to say
this is injective, surjective, nor bijective without specifying what domain and codomain
we are consideirng. For example, as a function from Rto R,fis neither injective nor
surjective; as a function from Rto {xR|x0}, it is surjective but not injective;
and as a function from {xR|x0}to itself, it is bijective.
Definition 5. Let f:ABbe a function. We say that fis invertible if there is a
function g:BAsuch that gf= idAand fg= idB. In this case we call gthe
inverse of fand denote it by f1.
This notion also depends on the domain and codomain; the function h(x) = x2is
invertible as a function from the set of positive real numbers to itself (its inverse in this
case is the square root function), but it is not invertible as a function from Rto R. The
following theorem shows why:
Theorem 1. A function is invertible if and only if it is bijective.
Proof. Suppose that the function f:ABis invertible and let f1be its inverse. First
we show that fis injective. To this end, suppose a, b Aare such that f(a) = f(b).
Then we can apply f1to both sides to get
(f1f)(a) = (f1f)(b).
pf3

Partial preview of the text

Download Notes on Functions: Definitions, Injectivity, Surjectivity, Bijectivity, and Inverses and more Assignments Geometry in PDF only on Docsity!

These notes will cover some terminology regarding functions not included in Solow’s book. You should read Appendix A.2 in the book before reading these notes.

Definition 1. We say that two functions f and g are equal if they have the same domain and codomain, and f (a) = g(a) for all a in the domain.

Note that we require the functions to have the same domain and codomain for them to be equal. For example, the functions f : R → R and g : Z → Z given by

f (x) = x^2 and g(x) = x^2

are defined by the same formula, but they are not equal since they have different domains and codomains. The function h : R → {x ∈ R | x ≥ 0 } given by h(x) = x^2 again is defined by the same formula as f , and now has the same domain as f , but since they have different codomains, they are not equal.

Definition 2. The identity function on a set A, denoted by idA, is the function from A to itself such that idA(a) = a for all a ∈ A.

Definition 3. If f : A → B and g : B → C are functions, we define their composition, denoted by g ◦ f , to be the function g ◦ f : A → C defined by (g ◦ f )(a) = g(f (a)).

Definition 4. A function f : A → B is called bijective if it is both injective and surjective.

Again, we have to be careful about the domain and codomain on which a function is defined. Consider a function given by the formula f (x) = x^2. It makes no sense to say this is injective, surjective, nor bijective without specifying what domain and codomain we are consideirng. For example, as a function from R to R, f is neither injective nor surjective; as a function from R to {x ∈ R | x ≥ 0 }, it is surjective but not injective; and as a function from {x ∈ R | x ≥ 0 } to itself, it is bijective.

Definition 5. Let f : A → B be a function. We say that f is invertible if there is a function g : B → A such that g ◦ f = idA and f ◦ g = idB. In this case we call g the inverse of f and denote it by f −^1.

This notion also depends on the domain and codomain; the function h(x) = x^2 is invertible as a function from the set of positive real numbers to itself (its inverse in this case is the square root function), but it is not invertible as a function from R to R. The following theorem shows why:

Theorem 1. A function is invertible if and only if it is bijective.

Proof. Suppose that the function f : A → B is invertible and let f −^1 be its inverse. First we show that f is injective. To this end, suppose a, b ∈ A are such that f (a) = f (b). Then we can apply f −^1 to both sides to get

(f −^1 ◦ f )(a) = (f −^1 ◦ f )(b).

By the definition of inverses, both compositions above are the identity on A, so the above equality becomes a = b, showing that f is injective. To show that f is surjective, let b ∈ B and let a = f −^1 (b). Then

f (a) = f (f −^1 (b)) = (f ◦ f −^1 )(b) = idB (b) = b

as required. We conclude that f is bijective. Conversely, suppose that f is bijective. We must construct an inverse. Let b ∈ B. Since f is surjective, there exists ab ∈ A so that f (ab) = b, and since f is injective, there is only one such ab. We define a function g : B → A by setting g(b) = ab. It is then easy to check (which you should!) that g satisfies the defining properties of the inverse of f , so f is invertible. 

Next we look at certain sets which are associated to functions.

Definition 6. Let f : A → B be a function. The image of a subset U ⊆ A under f , denoted by f (U ), is the set of all elements b of B for which there exists a ∈ U so that f (a) = b; in set notation this means

f (A) = {b ∈ B | ∃a ∈ U such that f (a) = b} = {f (a) ∈ B | a ∈ U }.

In particular, the image of A is called the image (or range) of f ; in addition to the notation f (A), the image of f is also denoted by im f. If C ⊆ B, the preimage (or inverse image) of C, denoted by f −^1 (C), is the set of all a ∈ A so that f (a) ∈ C; in set notation this means

f −^1 (C) = {a ∈ A | f (a) ∈ C}.

For b ∈ B, the notation f −^1 (b) is commonly used for f −^1 ({b}).

So, the image of a subset U of A under a function f : A → B is the set of all things in B which you can possibly get by applying f to elements of U , and the preimage of a set C is the set of all things in A which are sent into C by f. The preimage of a single element b of C, i.e. the set of all things in A that map to b, is commonly called the fiber of f above b; we won’t be using this terminology in this class, and indeed you probably won’t see it again unless you take a geometry or topology course later on. If you really do want to know why we use the word “fiber”, I’d be happy to tell you in office hours!

Exercises

  1. Let f : A → B and g : B → C be functions. Prove that if the composition g ◦ f is injective, then f is injective. Prove that if the composition g ◦ f is surjective, then g is surjective.
  2. Let f : A → B be a function, and let U ⊆ A. Prove that U ⊆ f −^1 (f (U )). Are these sets necessarily equal? Why or why not? If not, what are some conditions on f under which they will be equal?
  3. Let g : C → D be a function, and let V ⊆ D. Prove that f (f −^1 (V )) ⊆ V. Are these sets necessarily equal? Why or why not? If not, what are some conditions on g under which they will be equal?