So I submitted five graduate school applications yesterday. That $100 application fee per university hurts, man. I'd been working pretty much exclusively on my thesis up until this point, getting it presentable enough to submit with my applications. No doubt I will need to polish it more, but it was good enough to be sent in. So now I'm playing catch up with my classes, especially set theory.
I've basically lagged behind for two chapters, which are cardinals and ordinals. I think I will probably do at least two posts on each chapter. The notions are related, and (in very broad terms) can be thought of as two different ways of dealing with infinity. Proofsareart has a brief discussion here. Going along with this kind of parallelism, my professor structured the material so that we'd learn something about cardinals, then the similar thing about the ordinals, and so on, so we kind of straddled the two chapters at once. I appreciate him kind of suggesting the similarity this way, but I found it kind of confusing to constantly be switching paradigms, in a way. So I think I'll just keep them separate and do cardinals first, then ordinals. Maybe if I can be bothered, I'll remark on some links between the two along the way.
Anyway, following that long preamble, here is my relatively unimpressive first post on cardinals. We've already kind of encountered the concept in my post about countability under real analysis (toc). I guess what set theory is kind of doing for us now is fleshing out the whole concept.
Let's start with an easy definition. Two sets, A and B, are equinumerous (notationally, A โ B) if there is a one-to-one onto function f: A โ B, i.e. there is a bijection between the two. The book calls such a function a one-to-one correspondence...but I prefer bijection since it's easier.
There are a few different formulations of equinumerosity. If we want to show that A and B are equinumerous, then obviously we could try to construct a bijection between the two. Alternatively, you could show that there is a map from A onto B and a map from B onto A. Similarly, you could show there is a one-to-one map from A into B and a one-to-one map from B into A. Yet another way of showing A and B are equinumerous is to start with a one to one map from A into B, and then show that it must be onto. Likewise, you could start with a map from A onto B, and show it must be one-to-one.
One last note about equinumerosity before we move on: it has the flavour of an equivalence relation (only equivalence relations are defined on sets, and the collection of all sets is not a set). In other words,
A โ A;
A โ B โ B โ A;
A โ B, B โ C โ A โ C.
These properties are pretty easy to prove using the identity, inverse, and composition of appropriate bijections, respectively. Okay. Onto the real meat of the discussion.
Intuitively, we'd like to say that sets that are equinumerous have "the same number of elements", or that they are "the same size" in some way. Cardinal numbers help us formalise this idea. Basically, we pick out a few special sets (how we pick these sets comes later). We declare these sets "cardinal numbers", so each special set is a cardinal number. Then, if any set A is equinumerous to a specific cardinal number ฮบ (since, remember, cardinal numbers were sets themselves), then the cardinality of A is ฮบ; cardA = ฮบ.
The basic hope is to define the cardinal numbers so that cardA = cardB iff A โ B. We can start by allowing all elements of ฯ (the natural numbers) to be cardinal numbers. Then, cardn = n โn โ ฯ. Defining the particular sets which will be infinite cardinal numbers is a bit trickier, so we save that for later. But we're off to a good start--we have all the finite cardinal numbers! In order to make sure that each finite set gets associated with one unique cardinal number, we need to pull in the our good dude, the pigeonhole principle.
I'm sure you've seen the pigeonhole principle before--I first wrote about it in my discrete math post set. We're going to rework it a little bit for this content, but the pigeonhole principle by any other name is still the pigeonhole principle. Here we go.
The Pigeonhole Principle asserts that no natural number n is equinumerous to a proper subset of itself (including, of course, any natural number less than n). For the proof, we use induction. Of course, everything in set theory must be reformulated for set theory, so let's reformulate induction first.
From before, we saw that any inductive set must contain the natural numbers; i.e. the natural numbers are the smallest inductive set. Then, if we prove a property for any inductive set, it most certainly holds for the natural numbers. Thus, say we want to use induction to prove some property xyz. We first show that xyz holds for 0, or the empty set. Then, we show that, given xyz holds for some a, it holds for the successor of a, a+. Now, we've shown that the "class" (might not even be a set) of all elements with the property xyz is inductive; so this class must contain the natural numbers, ฯ. Then, xyz holds for every element in ฯ. Alternatively, ฯ is the smallest inductive set, so if a subset of ฯ is inductive, it must be ฯ itself. We can then define some subset T โ ฯ consisting of all natural numbers for which xyz holds. If we prove that it is inductive, we can conclude T must equal ฯ, so every element in ฯ has the property xyz.
Let's do a test drive on the pigeonhole principle. We'll define the set T = {n โ ฯ | n is not equinumerous to a proper subset of itself}. 0 โ T because there are no proper subsets of 0, and the property holds vacuously. Now, let's suppose n โ T. How do we show n+ โ T?
Let's start with some map f: n+ โ n+ that is one-to-one. We show it's onto.
case 1: f is closed under n, i.e. f[n] โ n. Then, considering the map f restricted to n, it is a one to one map from n into n. From the inductive assumption, it must be onto. Finally, f({n}) must go to {n}, because f is one-to-one. Then, the range of f is n โช {n} = n+.
case 2: f is NOT closed under n, i.e. {n} โ f[n]. f is one to one, so there is a particular k โ n with f(k) = {n}. Similarly, f is one to one, so f({n}) cannot be {n}, and thus f({n}) = m where m โ n. We can simply define a new function, g, with all the old values of f, except we interchange f(k) and f({n}) so that g(k) = m and f({n}) = {n}. Now, g has the same range as f, but g is closed under n. From case 1, g is onto n+. g has the same range as f, so f is also onto n+.
Now, we have n+ โ T, so T is inductive and we have T = ฯ. Thank god, I was starting to sweat a little.
We have that every natural number cannot be equinumerous to a proper subset of itself. And obviously a natural number can't be equinumerous to a natural number bigger than itself, because then the bigger natural number would be equinumerous to a proper subset of itself. Of course, every natural number is equinumerous to itself, with the identity function. So we conclude that cardn = n is well defined and unambiguous.
Now, we can define the concept of a finite set really easily, by just saying A is finite if cardA โ ฯ. It's pretty peanuts to have as a side effect of the pigeonhole principle that all finite sets cannot be equinumerous to proper subsets of itself. Let's take some finite set, A, and a proper subset B โ A. There's an n โ ฯ with cardA = n, so n โ A. Let's just choose a bijection f: A โ n. Then, f[B] โ f[A] = n. If A โ B, then let the bijection be g: A โ B. Then, using composition, we'd have a bijection n โ A โ B โ f[B] where f[B] is a proper subset of n. Of course, we just showed that cannot be the case, so A cannot be equinumerous to B. Then, each finite set is equinumerous to a unique cardinal number, so the cardinal numbers are well defined (for finite ones, at least).
In fact, generally speaking, that's how you show something related to cardinality when it comes to finite sets. Show it for ฯ first (usually using induction); then kind of "copy-paste" the property back to the original sets.
Sweet. The ball is rolling on catchup. Hopefully I will feel like I'm on more secure footing soon. Until later, xoxo.
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
โ Live Streamingโ Interactive Chatโ Private Showsโ HD Quality
Anya is LIVE right now
FREE
Free to watch โข No registration required โข HD streaming