Cardinality with Applications to Computability

Slides:



Advertisements
Similar presentations
Countability. The cardinality of the set A is equal to the cardinality of a set B if there exists a bijection from A to B cardinality? bijection? injection.
Advertisements

1 Diagonalization Fact: Many books exist. Fact: Some books contain the titles of other books within them. Fact: Some books contain their own titles within.
EE1J2 – Discrete Maths Lecture 9
Introduction to Computability Theory
CSCI 2670 Introduction to Theory of Computing October 19, 2005.
Courtesy Costas Busch - RPI1 A Universal Turing Machine.
Great Theoretical Ideas in Computer Science.
Module 5 Topics Proof of the existence of unsolvable problems
Pigeonhole.
Fall 2004COMP 3351 A Universal Turing Machine. Fall 2004COMP 3352 Turing Machines are “hardwired” they execute only one program A limitation of Turing.
1 Introduction to Computability Theory Lecture11: The Halting Problem Prof. Amos Israeli.
Cardinality of a Set “The number of elements in a set.” Let A be a set. a.If A =  (the empty set), then the cardinality of A is 0. b. If A has exactly.
Great Theoretical Ideas in Computer Science.
Cantor’s Legacy: Infinity And Diagonalization Great Theoretical Ideas In Computer Science Steven RudichCS Spring 2004 Lecture 25Apr 13, 2004Carnegie.
Cardinality of Sets Section 2.5.
THE NATURE OF SETS Copyright © Cengage Learning. All rights reserved. 2.
© by Kenneth H. Rosen, Discrete Mathematics & its Applications, Sifth Edition, Mc Graw-Hill, 2007 Chapter 2: Basic Structures: Sets, Functions, Sequences.
Section 2.4. Section Summary Sequences. Examples: Geometric Progression, Arithmetic Progression Recurrence Relations Example: Fibonacci Sequence Summations.
1 Lecture 3 (part 3) Functions – Cardinality Reading: Epp Chp 7.6.
Copyright © Cengage Learning. All rights reserved. CHAPTER 7 FUNCTIONS.
Mathematical Induction
A Universal Turing Machine
Mathematical Notions and Terminology Lecture 2 Section 0.2 Fri, Aug 24, 2007.
Functions Section 2.3. Section Summary Definition of a Function. – Domain, Cdomain – Image, Preimage Injection, Surjection, Bijection Inverse Function.
Relations, Functions, and Countability
2.1 Sets ‒Sets ‒Common Universal Sets ‒Subsets 2.2 Set Operations 2.3 Functions 2.4 Sequences and Summations 1.
COMPSCI 102 Introduction to Discrete Mathematics.
Fall 2015 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University 1.
Introduction to Real Analysis Dr. Weihu Hong Clayton State University 8/27/2009.
Cardinality with Applications to Computability Lecture 33 Section 7.5 Wed, Apr 12, 2006.
Great Theoretical Ideas in Computer Science.
CompSci 102 Discrete Math for Computer Science February 7, 2012 Prof. Rodger Slides modified from Rosen.
1 Melikyan/DM/Fall09 Discrete Mathematics Ch. 7 Functions Instructor: Hayk Melikyan Today we will review sections 7.3, 7.4 and 7.5.
Section 3.2: Sequences and Summations. Def: A sequence is a function from a subset of the set of integers (usually the set of natural numbers) to a set.
CS 285- Discrete Mathematics
Section 2.5. Cardinality Definition: A set that is either finite or has the same cardinality as the set of positive integers (Z + ) is called countable.
1 A Universal Turing Machine. 2 Turing Machines are “hardwired” they execute only one program A limitation of Turing Machines: Real Computers are re-programmable.
One of Cantor's basic concepts was the notion of the size or cardinality of a set M, denoted by |M|  M - finite sets M is an n-set or has size n, if.
Nonregular Languages Section 2.4 Wed, Oct 5, 2005.
1-1 Copyright © 2013, 2005, 2001 Pearson Education, Inc. Section 2.4, Slide 1 Chapter 2 Sets and Functions.
Sets (2.1) A set is a collection or group of objects or elements or members. (Cantor 1895) A set is said to contain its elements. There must be an underlying.
Function Hubert Chan (Chapter 2.1, 2.2) [O1 Abstract Concepts]
CSCI 2670 Introduction to Theory of Computing
The Acceptance Problem for TMs
Discrete Mathematics CS 2610
A Universal Turing Machine
CSCI 2670 Introduction to Theory of Computing
Lecture12 The Halting Problem
Function Hubert Chan (Chapter 2.1, 2.2) [O1 Abstract Concepts]
2.4 Sequences and Summations
Mathematical Notions and Terminology
Cardinality of Sets Section 2.5.
Nonregular Languages Section 2.4 Wed, Oct 5, 2005.
Lecture 7 Functions.
Diagonalization Fact: Many books exist.
CSE15 Discrete Mathematics 02/27/17
Andreas Klappenecker [based on slides by Prof. Welch]
Countable and Countably Infinite Sets
ICS 253: Discrete Structures I
Discrete Mathematics and its Applications
COUNTING AND PROBABILITY
CS 250, Discrete Structures, Fall 2015 Nitesh Saxena
Formal Languages, Automata and Models of Computation
Functions Rosen 2.3, 2.5 f( ) = A B Lecture 5: Oct 1, 2.
One-to-One and Onto, Inverse Functions
Cardinality Definition: The cardinality of a set A is equal to the cardinality of a set B, denoted |A| = |B|, if and only if there is a one-to-one correspondence.
CSCI 2670 Introduction to Theory of Computing
Everything is an Integer Countable and Uncountable Sets
Computability and Undecidability
Presentation transcript:

Cardinality with Applications to Computability Lecture 33 Section 7.5 Thu, Mar 17, 2005

Cardinality of Finite Sets For finite sets, the cardinality of a set is the number of elements in the set. For a finite set A, let |A| denote the cardinality of A.

Cardinality of Infinite Sets We wish to extend the notion of cardinality to infinite sets. Rather than talk about the “number” of elements in an infinite set, for infinite sets A and B, we will speak of A having the same cardinality as B, or A having a lesser cardinality than B, or A having a greater cardinality than B.

Definition of Same Cardinality Two sets A and B have the same cardinality if there exists a one-to-one correspondence from A to B. Write |A| = |B|. Note that this definition works for finite sets, too. Theorem: If |A| = |B| and |B| = |C|, then |A| = |C|.

Example: Equal Cardinalities Theorem: |2Z| = |Z|, where 2Z represents the even integers. Proof: Define f : Z  2Z by f(n) = 2n. Clearly, f is a one-to-one correspondence. Therefore, |2Z| = |Z|.

Cardinality of Z+ Theorem: |Z+| = |Z|, where Z+ represents the positive integers. Proof: Define f : Z  Z+ by f(n) = 2n if n > 0 f(n) = 1 – 2n if n  0. Verify that f is a one-to-one correspondence. Therefore, |Z+| = |Z|.

Definition of Lesser Cardinality Set A has a cardinality less than or equal to the cardinality of a set B if there exists a one-to-one function from A to B. Write |A|  |B|. Then |A| < |B| means that there is a one-to-one function from A to B, but there is not a one-to-one correspondence from A to B.

Order Relations Among Infinite Sets Corollary: If |A|  |B| and |B|  |C|, then |A|  |C|. Corollary: If A  B, then |A|  |B|. Proof: Let A  B. Define the function f : A  B by f(a) = a. Clearly, f is one-to-one. Therefore, |A|  |B|.

Definition of Greater Cardinality We may define |A|  |B| to mean |B|  |A| and define |A| > |B| to mean |B| < |A|.

Definition of Greater Cardinality Theorem: |A|  |B| if and only if there exists an onto function from A to B. A B

Definition of Greater Cardinality Theorem: |A|  |B| if and only if there exists an onto function from A to B. f A B

Definition of Greater Cardinality Theorem: |A|  |B| if and only if there exists an onto function from A to B. g A B

Definition of Greater Cardinality Theorem: |A|  |B| if and only if there exists an onto function from A to B. g A B

Order Relations Among Infinite Sets Corollary: If |A|  |B| and |B|  |C|, then |A|  |C|. Corollary: If |A|  |B| and |B|  |A|, then |A| = |B|.

Cardinality of the Interval (0, 1) Theorem: The interval (0, 1) has the same cardinality as R. Proof: The function f(x) = (x – ½) establishes that |(0, 1)| = |(–/2, /2)|. The function g(x) = tan x establishes that |(–/2, /2)| = |R|. Therefore, |(0, 1)| = |R|.

Countable Sets A set is countable if it either is finite or has the same cardinality as Z+. Examples: 2Z and Z are countable. To show that an infinite set is countable, it suffices to give an algorithm for listing the elements in such a way that each element appears exactly once in the list.

Example: Countable Sets Theorem: The number of strings of finite length consisting of the characters a, b, and c is countable. Correct proof: Group the strings by length: {}, {a, b, c}, {aa, ab, …, cc}, … Arrange the strings alphabetically within groups.

Canonical Ordering This gives the canonical order , a, b, c, aa, ab, ac, ba, …, cc, aaa, aab, …, ccc, aaaa, aaab, …, where  denotes the empty string. Consider the string bbabc. How do we know that it will appear in the list? In what position will it appear?

Incorrect Proof Incorrect Proof: Group the strings by their first letter {a, aa, ab, …}, {b, ba, bb, …}, {c, ca, cb, …}. Within those groups, group those words by their second letter, and so on. List the a-group first, the b-group second, and the c-group last. In what position will we find the string bbabc? the string abc? the string aaaab?

Example: Countable Sets Theorem: Q is countable. Proof: Arrange the positive rationals in an infinite two-dimensional array. 1/1 1/2 1/3 1/4 … 2/1 2/2 2/3 2/4 3/1 3/2 3/3 3/4 4/1 4/2 4/3 4/4 :

Proof of Countability of Q Then list the numbers by diagonals 1/1 1/2 1/3 1/4 … 2/1 2/2 2/3 2/4 3/1 3/2 3/3 3/4 4/1 4/2 4/3 4/4 :

Proof of Countability of Q We get the list 1/1, 2/1, 1/2, 3/1, 2/2, 1/3, 4/1, 2/3, 3/2, 1/4, 5/1, 4/2, 3/3, 2/4, 1/5, … Then remove the repeated fractions, i.e., the unreduced ones 1/1, 2/1, 1/2, 3/1, 1/3, 4/1, 2/3, 3/2, 1/4, 5/1, 1/5, … In what position will we find 3/5?

False Proof of the Countability of Q Incorrect listing #1 List the rationals from in order according to size. Incorrect listing #2 List all fractions with denominator 1 first. Follow that list with all fractions with denominator 2. And so on.

Uncountable Sets A set is uncountable if it is not countable. Theorem: R is uncountable. Proof: It suffices to show that the interval (0, 1) is uncountable. Suppose (0, 1) is countable. Then we may list its members 1st, 2nd, 3rd, and so on.

Proof, continued Label them x1, x2, x3, and so on. Represent each xi by its decimal expansion. x1 = 0.d11d12d13… x2 = 0.d21d22d23… x3 = 0.d31d32d33… and so on, where dij is the j-th decimal digit of xi.

Proof, concluded Form a number x = 0.d1d2d3… as follows. Define di = 0 if dii  0. Define di = 1 if dii = 0. Then x  (0, 1), but x is not in the list x1, x2, x3, … This is a contradiction. Therefore, R is not countable.

Functions from Z+ to Z+ Theorem: The number of functions f : Z+  Z+ is uncountable. Proof: Suppose there are only countably many. List them f1, f2, f3, …

Proof, concluded Define a function f : Z+  Z+ as follows. f(i) = 0 if fi(i)  0. f(i) = 1 if fi(i) = 0. Then f(i)  fi(i) for all i in Z+. Therefore, f is not in the list. This is a contradiction. Therefore, the set is uncountable.

Number of Computer Programs Theorem: The number of computer programs is countable. Proof: Once compiled, a computer program is a finite string of 0s and 1s. The set of all computer programs is a subset of the set of all finite binary strings.

Proof, concluded This set may be listed Therefore, it is countable. , 0, 1, 00, 01, 10, 11, 000, 001, 010, …, 111, 0000, 0001, 0010, 0011, …, 1111, … Therefore, it is countable. As a subset of this set, the set of computer programs is countable.

Computability of Functions Corollary: There exists a function f : Z+  Z+ which cannot be computed by any computer program.

Cardinality of the Power Set Theorem: For any set A, |A| < |(A)|. Proof: There is a one-to-one function f : A  (A) defined by f(x) = {x}. Therefore, |A|  |(A)|. We must prove that there does not exist a one-to-one correspondence from A to (A).

Proof, continued That is, we must prove that there does not exist an onto function from A to (A). Suppose g : A  (A) is onto. For every x  A, either x  g(x) or x  g(x). Define a set B = {x  A | x  g(x)}. Then B  (A), since B  A. So B = g(a) for some a  A (since g is onto, by assumption).

Proof, continued Is a  g(a)? Case 1: Suppose a  g(a). Then a  B, by the definition of B. But B = g(a), so a  g(a), a contradiction. Case 2: Suppose a  g(a). Then a  B, by the definition of B. But B = g(a), so a  g(a), a contradiction.

Proof, concluded Either way, we have a contradiction. Therefore, no such one-to-one function exists. Thus, |A| < |(A)|.

Hierarchy of Cardinalities Beginning with Z+, consider the sets Z+, (Z+), ((Z+)), … Each set has a cardinality strictly greater than its predecessor. |Z+| < |(Z+)| < |((Z+))| < … These cardinalities are denoted 0,1,2, …(aleph-naught, aleph-one, aleph-two, …)