Tuesday, 6 August 2024

Tao Analysis I - 3.6.6

Exercise 3.6.6

Let A, B, C be sets. Show that the sets (AB)C and AB×C have equal cardinality by constructing an explicit bijection between the two sets. Conclude that (ab)c=abc for any natural numbers a, b, c. Use a similar argument to also conclude ab×ac=ab+c .


This stack exchange post helped with this exercise (link), as well as this solution (link).


Let's start with AB. This is a set of all the functions from B to A. Let's denote an element of this set f

fAB where f:BA

So f(b)=a where aA and bB.

Now (AB)C is the set of all functions from C to AB. Let's denote an element of this set g

g(AB)C where g:CAB

So g(c)=fc where cC and fcAB.


Let's now consider AB×C. This is a set of all the functions from B×C to A. Let's denote an element of this set h

hAB×C where h:B×CA

So h((b,c))=a where aA, and (b,c) is an ordered pair with bB,cC.


We need a bijection, let's call it Θ which maps (AB)C to AB×C. That is

Θ(g)=h

Noting that g takes one parameter c, and h takes two (b,c), helps suggest a possible mapping.

Θ(g)=g(c)(b):=h(b,c)

UNSURE

That is, Θ maps g(c)(AB)C to g(c)(b)AB×C which we define to be h(b,c)A.


We now need to show that Θ, as we have defined it, is indeed a bijection. 

Let's show Θ is surjective. For every h(b,c):=g(c)(b)AB×C there exists a g(c)(AB)C such that Θ(g(c))=g(c)(b)=h(b,c).  UNSURE

Let's now show Θ is injective. TODO


No comments:

Post a Comment