Homepage Solution manuals Terence Tao Analysis I Exercise 3.3.1 (Equality of functions)

Exercise 3.3.1 (Equality of functions)

Show that the definition of equality in Definition 3.3.7 is reflexive, symmetric, and transitive.

Answers

Technically, we are working with two notions of equality: equality =Y for the elements of the set Y and the equality = (we have to prove that it is indeed equality) for the functions.

Proof.

  • (Reflexive) We have to prove that f=f, which by Definition 3.3.7 is equivalent to

    x X : f(x)=Y f(x).

    But the above property follows directly from the reflexive property of equality =Y on Y .

  • (Symmetric) Suppose that f = g. We now have to show that g = f, which by Definition 3.3.7 means that

    x X : g(x)=Y f(x).

    Since f = g, we have x X : f(x)=Y g(x) by definition. Since =Y is symmetric, we have x X : g(x)=Y f(x). By Definition 3.3.7, this means g = f, as desired.

  • (Transitivity) Suppose that f = g and g = h. We now have to demonstrate that f = h. Since f = g, we have x X : f(x)=Y g(x). Since g = h, we have x X : g(x)=Y h(x). Since =Y is transitive, we have x X : f(x)=Y h(x). By Definition 3.3.7 this means that f = h, as desired.
User profile picture
2022-09-11 09:36
Comments