To Infinity and Beyond

Similar documents
Cardinality of Sets. P. Danziger

The Different Sizes of Infinity

The Two Faces of Infinity Dr. Bob Gardner Great Ideas in Science (BIOL 3018)

To Infinity and Beyond. To Infinity and Beyond 1/43

2 Exercises 1. The following represent graphs of functions from the real numbers R to R. Decide which are one-to-one, which are onto, which are neithe

Section 7.5: Cardinality

One-to-one functions and onto functions

Mathematics for Computer Scientists

Math 3361-Modern Algebra Lecture 08 9/26/ Cardinality

Section Summary. Sequences. Recurrence Relations. Summations. Examples: Geometric Progression, Arithmetic Progression. Example: Fibonacci Sequence

Gödel s Proof. Henrik Jeldtoft Jensen Dept. of Mathematics Imperial College. Kurt Gödel

Cantor and Infinite Sets

To Infinity and Beyond

Set Theory History. Martin Bunder. September 2015

Algorithms: Lecture 2

Discrete Mathematics for CS Spring 2007 Luca Trevisan Lecture 27

Lecture 3: Sizes of Infinity

Space Complexity. then the space required by M on input x is. w i u i. F ) on. September 27, i=1

Let us first solve the midterm problem 4 before we bring up the related issues.

CSE 20 Discrete Math. Winter, January 24 (Day 5) Number Theory. Instructor: Neil Rhodes. Proving Quantified Statements

LECTURE 22: COUNTABLE AND UNCOUNTABLE SETS

The roots of computability theory. September 5, 2016

ADVANCED CALCULUS - MTH433 LECTURE 4 - FINITE AND INFINITE SETS

INFINITE SUMS. In this chapter, let s take that power to infinity! And it will be equally natural and straightforward.

Farewell (for now) to modular arithmetic...

INFINITY: CARDINAL NUMBERS

MACMILLAN READERS ELEMENTARY LEVEL BRAM STOKER. Tales of Horror. Retold by John Davey MACMILLAN

To Infinity and Beyond

CS 124 Math Review Section January 29, 2018

Integration Made Easy


CSE 311: Foundations of Computing. Lecture 26: Cardinality

CSCI3390-Lecture 6: An Undecidable Problem

Reed-Solomon code. P(n + 2k)

Dale Oliver Professor of Mathematics Humboldt State University PONDERING THE INFINITE

Chapter 20. Countability The rationals and the reals. This chapter covers infinite sets and countability.

Math 4603: Advanced Calculus I, Summer 2016 University of Minnesota Notes on Cardinality of Sets

Today. Wrapup of Polynomials...and modular arithmetic. Coutability and Uncountability.

Extended Essay - Mathematics

Great Theoretical Ideas in Computer Science. Lecture 5: Cantor s Legacy

Definition: Let S and T be sets. A binary relation on SxT is any subset of SxT. A binary relation on S is any subset of SxS.

CLASS NOTES: BUSINESS CALCULUS

WHY ISN T THE CONTINUUM PROBLEM ON THE MILLENNIUM ($1,000,000) PRIZE LIST?

Countability. 1 Motivation. 2 Counting

Infinity. The infinite! No other question has ever moved so profoundly the spirit of man. David Hilbert

Cantor and sets: La diagonale du fou

Obsevations, Truth and Logic

Combinatorics. But there are some standard techniques. That s what we ll be studying.

CITS2211 Discrete Structures (2017) Cardinality and Countability

Announcements. CS243: Discrete Structures. Sequences, Summations, and Cardinality of Infinite Sets. More on Midterm. Midterm.

Some. AWESOME Great Theoretical Ideas in Computer Science about Generating Functions Probability

Sequences and infinite series

Comparing Multiple Representations of Functions

ABOUT THE CLASS AND NOTES ON SET THEORY

What is proof? Lesson 1

Why write proofs? Why not just test and repeat enough examples to confirm a theory?

Unit 3: Definitions, Theorems and Proofs

Math.3336: Discrete Mathematics. Cardinality of Sets

MthEd/Math 300 Williams Fall 2011 Midterm Exam 3

The cardinal comparison of sets

Introduction to Paradoxes

Are All Infinities Created Equal?

WORKSHEET ON NUMBERS, MATH 215 FALL. We start our study of numbers with the integers: N = {1, 2, 3,...}

18.600: Lecture 24 Covariance and some conditional expectation exercises

Infinity Is Not Equal to Infinity, or Why Infinity Is Infinitely Important in Computer Science

Meta-logic derivation rules

Math 300: Final Exam Practice Solutions

Logic. Facts (with proofs) CHAPTER 1. Definitions

We have been going places in the car of calculus for years, but this analysis course is about how the car actually works.

Theory of Computation CS3102 Spring 2014

We are going to discuss what it means for a sequence to converge in three stages: First, we define what it means for a sequence to converge to zero

Outside ZF - Set Cardinality, the Axiom of Choice, and the Continuum Hypothesis

Set Theory and the Foundation of Mathematics. June 19, 2018

Axiomatic set theory. Chapter Why axiomatic set theory?

Mathematics 220 Workshop Cardinality. Some harder problems on cardinality.

Student Book SERIES. Time and Money. Name

18.440: Lecture 25 Covariance and some conditional expectation exercises

Lecture 5. Zeno s Four Paradoxes of Motion

Did you read chapter 7? Housekeeping. Special Relativity Postulates. Famous quotes from Einstein. Symmetry. (Special Principle of Relativity) 5/9/2007

The Legacy of Hilbert, Gödel, Gentzen and Turing

8. Reductio ad absurdum

Solutions to Tutorial for Week 4

Grade 7/8 Math Circles. Mathematical Thinking

Essential Background for Real Analysis I (MATH 5210)

CHAPTER 1. Basic Ideas

Hilbert s problems, Gödel, and the limits of computation

The paradox of knowability, the knower, and the believer

arxiv: v1 [math.gm] 14 Mar 2012

Assignments. Math 215. Fall 2009.

1 Normal Distribution.

MATH 3300 Test 1. Name: Student Id:

Computation. Some history...

8. Reductio ad absurdum

Finite and Infinite Sets

4 Infinity & Infinities

1 The Real Number System

Hilbert s problems, Gödel, and the limits of computation

On numbers. A pearl seminar Mats Ehrnström

Discrete Mathematics and Probability Theory Spring 2014 Anant Sahai Note 20. To Infinity And Beyond: Countability and Computability

MODULE 1. Infinity. Eternity? said Frankie Lee, with a voice as cold as ice.

Transcription:

University of Waterloo

How do we count things? Suppose we have two bags filled with candy. In one bag we have blue candy and in the other bag we have red candy. How can we determine which bag has more candy?

Count Without Counting What if we don t want to actually count them? Can we determine which bag has more candy without counting the number of each type of candy in each bag?

How do we count things? Now, keeping with the theme, let s replace the candies with numbers. Consider the following two bags of numbers. Which has more? S = {1, 2, 3,...} T = {2, 3, 4,...}

Bijections Definition 1. Let S, T be two sets. A function f : S T is said to be a bijection if it is one to one and onto. Two sets are said to be bijective if there is a bijection between the two sets. In this case, we say that the sets S and T have the same cardinality and we write S = T or #S = #T.

An Example Always a Bijection A set S is always bijective with itself by taking the function f : S S which sends an element s S to itself.

An Example Always a Bijection A set S is always bijective with itself by taking the function f : S S which sends an element s S to itself. Another Example The set S = {1, 2, 3,...} and T = {2, 3, 4...} are bijective by taking the function f : S T s s + 1

Hotels Suppose now that you re a big shot manager of a hotel. You have been doing very well for yourself and your hotel is fully booked.

Hotels A person, Georg Cantor, after a long journey, decides that he wants to stay at your hotel. Sadly, you have to turn him away because you have no room.

Hilbert s Hotel Your competitor, Hilbert s Hotel, owned by David Hilbert, is quite the amazing hotel. At his hotel, he has an infinite number of rooms all connected to a central intercom. Currently Hilbert s Hotel is also full.

Hilbert s Hotel Georg wants to stay at Hilbert s Hotel. The front desk decides to call David and tell him that a person wants to stay there but the hotel has no vacancies. David, being a good mathematician, says not to worry and that he ll fix the problem.

Hilbert s Hotel Georg wants to stay at Hilbert s Hotel. The front desk decides to call David and tell him that a person wants to stay there but the hotel has no vacancies. David, being a good mathematician, says not to worry and that he ll fix the problem. How does David find room for Georg?

Room Shuffle David decides to call all the rooms at once and tells them to leave their room and go to the next room over.

Hilbert s Hotel Part 2 Georg, amazed that David could accommodate him, decides to call 7 of his friends for a card game and tells them to stay at the hotel overnight. His friends arrive and the front desk informs the group that the hotel is full but that they will call the owner and see what he can do. They call David and once again he manages to find a way to get them to stay at the hotel.

Hilbert s Hotel Part 2 Georg, amazed that David could accommodate him, decides to call 7 of his friends for a card game and tells them to stay at the hotel overnight. His friends arrive and the front desk informs the group that the hotel is full but that they will call the owner and see what he can do. They call David and once again he manages to find a way to get them to stay at the hotel. How does Hilbert find room for the group?

Room Shuffle David calls all the rooms at once and tells each guest to leave their rooms and go to the room that is 7 more than their current room.

Hilbert s Hotel Part 3 Success is never long lived at Hilbert s Hotel. After the group finally settled into their rooms, they decide to call their friends at Infinite Tour Line and tell them to come to Hilbert s Hotel to stay the night. They warned them that the hotel was full but that the manager was an intelligent person and could find a way to stay in.

Hilbert s Hotel Part 3 Success is never long lived at Hilbert s Hotel. After the group finally settled into their rooms, they decide to call their friends at Infinite Tour Line and tell them to come to Hilbert s Hotel to stay the night. They warned them that the hotel was full but that the manager was an intelligent person and could find a way to stay in. How does Hilbert find room for the Infinite Tour Line?

Room Shuffle David decides to call all the rooms at once and tells them to leave their room and go to the room that is 2 times more than the current room. He then tells the tour group to one by one go into all the odd numbered rooms.

Hilbert s Hotel Part 4 Infinite Tour Line, amazed at the abilities of David Hilbert, decide to call all of their friends in the tour business and tell them to come to Hilbert s Hotel to stay the night. So the next night, infinitely many busses with infinitely many people in each decided to come to Hilbert s Hotel to spend the night. The front staff, unable to comprehend the sheer number of people, quickly called David for help.

Hilbert s Hotel Part 4 Infinite Tour Line, amazed at the abilities of David Hilbert, decide to call all of their friends in the tour business and tell them to come to Hilbert s Hotel to stay the night. So the next night, infinitely many busses with infinitely many people in each decided to come to Hilbert s Hotel to spend the night. The front staff, unable to comprehend the sheer number of people, quickly called David for help. How does Hilbert find room for the infinitely many busses filled with infinitely many people?

Room Shuffle Hilbert decides to call all the rooms at once and tells them to leave their room and go to the room that is 2 times more than the current room. Then David tells the first bus to go to the rooms that are powers of 3 (namely 3, 9, 27,...,). He then tells the second bus to go into the powers of 5 (namely 5, 25, 125,...) and so on. David even managed to keep room 1 free!

No Vacancies Guests Welcome! (Courtesy of The Open University open.edu/youtube)

The Other Side of Hilbert s Hotel The CEO of Infinite Tour Line, Archimedes of Syracus needed to settle up for the evening with Hilbert s Hotel. Zeno of Elea, the CFO of the hotel, seeing as he has infinitely many customers had no worry about money and told Archimedes to set his price for his tour group so long as every person paid a non-zero price.

The Other Side of Hilbert s Hotel The CEO of Infinite Tour Line, Archimedes of Syracus needed to settle up for the evening with Hilbert s Hotel. Zeno of Elea, the CFO of the hotel, seeing as he has infinitely many customers had no worry about money and told Archimedes to set his price for his tour group so long as every person paid a non-zero price. Zeno would soon rue his decision as Archimedes managed to find a way to only pay one dollar for the entire group!

The Other Side of Hilbert s Hotel The CEO of Infinite Tour Line, Archimedes of Syracus needed to settle up for the evening with Hilbert s Hotel. Zeno of Elea, the CFO of the hotel, seeing as he has infinitely many customers had no worry about money and told Archimedes to set his price for his tour group so long as every person paid a non-zero price. Zeno would soon rue his decision as Archimedes managed to find a way to only pay one dollar for the entire group! What pricing scheme did Archimedes use for his tour group?

Zeno s Paradox Claim: A person traveling from A to B will never reach B.

Zeno s Paradox Claim: A person traveling from A to B will never reach B. Proof:

Zeno s Paradox Claim: A person traveling from A to B will never reach B. Proof:

Zeno s Paradox Claim: A person traveling from A to B will never reach B. Proof:

Zeno s Paradox Claim: A person traveling from A to B will never reach B. Proof:

Zeno s Paradox Claim: A person traveling from A to B will never reach B. Proof:... and so on. Zeno believed when you added infinitely many numbers you got infinity.

The Truth What does it mean to add finitely many numbers?

The Truth What does it mean to add finitely many numbers? Cannot just add forever.

The Truth What does it mean to add finitely many numbers? Cannot just add forever. Calculus gives us an explanation using partial summations and limits (which I won t spoil here!)

The Truth What does it mean to add finitely many numbers? Cannot just add forever. Calculus gives us an explanation using partial summations and limits (which I won t spoil here!) A picture here however gives us reasonable insight into how to add this up:

A Finite Infinite Sum Consider a square with area (and side length) 1.

A Finite Infinite Sum

A Finite Infinite Sum

A Finite Infinite Sum

A Finite Infinite Sum

A Finite Infinite Sum

A Finite Infinite Sum 1/2 + 1/4 + 1/8 + 1/16 +... = 1

You re Fired! David, seeing no choice, fired Zeno right after the transaction closed and decided to replace him with a new CFO, Nicholas Oresme. The Infinite Tour Line, seeing the great deal decided to stay at the hotel again the next week. This time, Oresme decided to charge them 1 of a dollar for the first person, 1/2 of a dollar for the second person, 1/3 of a dollar for the third person and in general, 1/n dollars for the nth person. Archimedes, seeing that he got the better of Hilbert s Hotel last time, decided that he would agree with this scheme.

You re Fired! David, seeing no choice, fired Zeno right after the transaction closed and decided to replace him with a new CFO, Nicholas Oresme. The Infinite Tour Line, seeing the great deal decided to stay at the hotel again the next week. This time, Oresme decided to charge them 1 of a dollar for the first person, 1/2 of a dollar for the second person, 1/3 of a dollar for the third person and in general, 1/n dollars for the nth person. Archimedes, seeing that he got the better of Hilbert s Hotel last time, decided that he would agree with this scheme. How much money did Archimedes end up paying?

Early Retirement! 1 + 1/2 + 1/3 + 1/4 + 1/5 + 1/6 + 1/7 + 1/8 +...

Early Retirement! 1 + 1/2 + 1/3 + 1/4 + 1/5 + 1/6 + 1/7 + 1/8 +... = 1 + 1/2 + (1/3 + 1/4) + (1/5 + 1/6 + 1/7 + 1/8) +...

Early Retirement! 1 + 1/2 + 1/3 + 1/4 + 1/5 + 1/6 + 1/7 + 1/8 +... = 1 + 1/2 + (1/3 + 1/4) + (1/5 + 1/6 + 1/7 + 1/8) +... > 1 + 1/2 + (1/4 + 1/4) + (1/5 + 1/6 + 1/7 + 1/8) +...

Early Retirement! 1 + 1/2 + 1/3 + 1/4 + 1/5 + 1/6 + 1/7 + 1/8 +... = 1 + 1/2 + (1/3 + 1/4) + (1/5 + 1/6 + 1/7 + 1/8) +... > 1 + 1/2 + (1/4 + 1/4) + (1/5 + 1/6 + 1/7 + 1/8) +... = 1 + 1/2 + 1/2 + (1/5 + 1/6 + 1/7 + 1/8) +...

Early Retirement! 1 + 1/2 + 1/3 + 1/4 + 1/5 + 1/6 + 1/7 + 1/8 +... = 1 + 1/2 + (1/3 + 1/4) + (1/5 + 1/6 + 1/7 + 1/8) +... > 1 + 1/2 + (1/4 + 1/4) + (1/5 + 1/6 + 1/7 + 1/8) +... = 1 + 1/2 + 1/2 + (1/5 + 1/6 + 1/7 + 1/8) +... > 1 + 1/2 + 1/2 + (1/8 + 1/8 + 1/8 + 1/8) +...

Early Retirement! 1 + 1/2 + 1/3 + 1/4 + 1/5 + 1/6 + 1/7 + 1/8 +... = 1 + 1/2 + (1/3 + 1/4) + (1/5 + 1/6 + 1/7 + 1/8) +... > 1 + 1/2 + (1/4 + 1/4) + (1/5 + 1/6 + 1/7 + 1/8) +... = 1 + 1/2 + 1/2 + (1/5 + 1/6 + 1/7 + 1/8) +... > 1 + 1/2 + 1/2 + (1/8 + 1/8 + 1/8 + 1/8) +... = 1 + 1/2 + 1/2 + 1/2 +...

Early Retirement! 1 + 1/2 + 1/3 + 1/4 + 1/5 + 1/6 + 1/7 + 1/8 +... = 1 + 1/2 + (1/3 + 1/4) + (1/5 + 1/6 + 1/7 + 1/8) +... > 1 + 1/2 + (1/4 + 1/4) + (1/5 + 1/6 + 1/7 + 1/8) +... = 1 + 1/2 + 1/2 + (1/5 + 1/6 + 1/7 + 1/8) +... > 1 + 1/2 + 1/2 + (1/8 + 1/8 + 1/8 + 1/8) +... = 1 + 1/2 + 1/2 + 1/2 +... Adding infinitely many of the same term becomes an infinitely large number!

A Paradox of Round Proportions Now, suppose we have infinitely many balls numbered 1, 2, 3,...

A Paradox of Round Proportions Now, suppose we have infinitely many balls numbered 1, 2, 3,... At step one, after 1/2 an hour, we put the balls numbered 1 to 10 in a box and remove ball 1.

A Paradox of Round Proportions Now, suppose we have infinitely many balls numbered 1, 2, 3,... At step one, after 1/2 an hour, we put the balls numbered 1 to 10 in a box and remove ball 1. At step two, after 1/4 an hour, we put the balls numbered 11 to 20 in the same box and remove ball 2.

A Paradox of Round Proportions Now, suppose we have infinitely many balls numbered 1, 2, 3,... At step one, after 1/2 an hour, we put the balls numbered 1 to 10 in a box and remove ball 1. At step two, after 1/4 an hour, we put the balls numbered 11 to 20 in the same box and remove ball 2. At step three, after 1/8 an hour, we put the balls numbered 21 to 30 in the same box and remove ball 3.

A Paradox of Round Proportions Now, suppose we have infinitely many balls numbered 1, 2, 3,... At step one, after 1/2 an hour, we put the balls numbered 1 to 10 in a box and remove ball 1. At step two, after 1/4 an hour, we put the balls numbered 11 to 20 in the same box and remove ball 2. At step three, after 1/8 an hour, we put the balls numbered 21 to 30 in the same box and remove ball 3.... At step n, after 1/2 n an hour, we put the balls numbered 10n 9 to 10n in the same box and remove ball n.

A Paradox of Round Proportions Now, suppose we have infinitely many balls numbered 1, 2, 3,... At step one, after 1/2 an hour, we put the balls numbered 1 to 10 in a box and remove ball 1. At step two, after 1/4 an hour, we put the balls numbered 11 to 20 in the same box and remove ball 2. At step three, after 1/8 an hour, we put the balls numbered 21 to 30 in the same box and remove ball 3.... At step n, after 1/2 n an hour, we put the balls numbered 10n 9 to 10n in the same box and remove ball n....

A Paradox of Round Proportions Now, suppose we have infinitely many balls numbered 1, 2, 3,... At step one, after 1/2 an hour, we put the balls numbered 1 to 10 in a box and remove ball 1. At step two, after 1/4 an hour, we put the balls numbered 11 to 20 in the same box and remove ball 2. At step three, after 1/8 an hour, we put the balls numbered 21 to 30 in the same box and remove ball 3.... At step n, after 1/2 n an hour, we put the balls numbered 10n 9 to 10n in the same box and remove ball n.... Now 1/2 + 1/4 + 1/8 +... = 1 hour so the experiment stops. How many balls are in the box at the end of the experiment?

Multiple Infinities? Are all notions of infinity the same? Can something be more than infinite? Is it a well defined notion?

Notation Definition 2. We write S < T if there is an injection from S to T but no injection from T to S. Example For example, {1, 2, 3} < N since {1, 2, 3} injects into N but the natural numbers to not inject into a finite set.

??? Claim: Let V be the interval (0, 1) in the real numbers. Then V > N. That is, the cardinality of the real numbers is strictly larger than the cardinality of the numbers.

Cantor s Diagonalization Argument. To prove the statement, note first that N injects into the interval V so it suffices to show that no injection in the opposite direction is possible.

Cantor s Diagonalization Argument. To prove the statement, note first that N injects into the interval V so it suffices to show that no injection in the opposite direction is possible. Assume towards a contradiction that V injects into N, that is, there is a one to one function f : V N. Then we can enumerate the real numbers by letting a 1 be the real number such that f (a 1 ) = 1 and in general let a i be the real number that satisfies f (a i ) = i.

Cantor s Diagonalization Argument. To prove the statement, note first that N injects into the interval V so it suffices to show that no injection in the opposite direction is possible. Assume towards a contradiction that V injects into N, that is, there is a one to one function f : V N. Then we can enumerate the real numbers by letting a 1 be the real number such that f (a 1 ) = 1 and in general let a i be the real number that satisfies f (a i ) = i. We will use these numbers to create a new real number in V that differs from each a i.

Cantor s Diagonalization Argument. Let a i,j be the jth digit after the decimal point of the real number a i. Create a new real number given by b = 0.b 1 b 2... such that { 3 if a j,j = 7 b j = 7 if a j,j 7

Cantor s Diagonalization Argument. For example, if a 1 = 0.732... a 2 = 0.336... a 3 = 0.812...... then b would look like b = 0.377...

Cantor s Diagonalization Argument. I claim that b a i for any i N.

Cantor s Diagonalization Argument. I claim that b a i for any i N. Proof: Assume towards a contradiction that b = a i. Then, b i = a i,i. However, if a i,i = 7, then by definition b i = 3 a i,i and if a i,i 7 then b i = 7 a i,i. This contradiction shows that b a i for any i N.

Cantor s Diagonalization Argument. This is called Cantor s Diagonalization Argument, after Georg Cantor, because the digit that differ lies along the diagonal if the real numbers were enumerated via: 0.a 1,1 a 1,2 a 1,3... 0.a 2,1 a 2,2 a 2,3... 0.a 3,1 a 3,2 a 3,3......

Continuum Hypothesis This argument shows that the natural numbers are less plentiful than the real numbers.

Continuum Hypothesis This argument shows that the natural numbers are less plentiful than the real numbers. Now, an interesting question is whether there is an infinity between the cardinality of the natural numbers and the cardinality of the real numbers.

Continuum Hypothesis This argument shows that the natural numbers are less plentiful than the real numbers. Now, an interesting question is whether there is an infinity between the cardinality of the natural numbers and the cardinality of the real numbers. This is known as the Continuum Hypothesis.

Continuum Hypothesis It was first stated by Cantor in the 1890s and was listed as one of David Hilbert s 23 open problems in the famous 1900 International Congress of Mathematicians in Paris.

Continuum Hypothesis It was first stated by Cantor in the 1890s and was listed as one of David Hilbert s 23 open problems in the famous 1900 International Congress of Mathematicians in Paris. Work of Kurt Gödel in 1940 and Paul Cohen in 1963 combine to show that the Continuum Hypothesis is independent of the usual ZFC axioms of mathematics, that is, you can neither prove nor disprove the statement using the usual axioms.