Countable and Countably Infinite Sets

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

THE WELL ORDERING PROPERTY Definition: Let B be a set of integers. An integer m is called a least element of B if m is an element of B, and for every x.
Basic Structures: Functions and Sequences
DEFINITION A function f : A  B is a one-to-one correspondence (called a bijection) iff f is one-to-one and onto B. We write f : A  B to indicate that.
If R = {(x,y)| y = 3x + 2}, then R -1 = (1) x = 3y + 2 (2) y = (x – 2)/3 (3) {(x,y)| y = 3x + 2} (4) {(x,y)| y = (x – 2)/3} (5) {(x,y)| y – 2 = 3x} (6)
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 - Slide 1 EE1J2 – Discrete Maths Lecture 10 Cardinality Uncountability of the real numbers.
EE1J2 – Discrete Maths Lecture 9
Great Theoretical Ideas in Computer Science.
Courtesy Costas Busch - RPI1 More Applications of the Pumping Lemma.
Functions f( ) = A B Lecture 15: Nov 4.
Pigeonhole.
What is the best way to start? 1.Plug in n = 1. 2.Factor 6n 2 + 5n Let n be an integer. 4.Let n be an odd integer. 5.Let 6n 2 + 5n + 4 be an odd.
1 More Applications of the Pumping Lemma. 2 The Pumping Lemma: Given a infinite regular language there exists an integer for any string with length we.
Fall 2006Costas Busch - RPI1 More Applications of the Pumping Lemma.
A Very Practical Series 1 What if we also save a fixed amount (d) every year?
Prof. Busch - LSU1 More Applications of the Pumping Lemma.
1 Lecture 6 Topics –Proof of the existence of unsolvable problems Problems/languages not in REC Proof Technique –There are more problems/languages than.
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.
Cardinality of Sets Section 2.5.
Sequences and Summations
1 Lecture 3 (part 3) Functions – Cardinality Reading: Epp Chp 7.6.
6.3 Permutation groups and cyclic groups  Example: Consider the equilateral triangle with vertices 1 , 2 , and 3. Let l 1, l 2, and l 3 be the angle bisectors.
CSE 20: Discrete Mathematics for Computer Science Prof. Shachar Lovett.
Undecidable Languages (Chapter 4.2) Héctor Muñoz-Avila.
1 1 CDT314 FABER Formal Languages, Automata and Models of Computation Lecture 15-1 Mälardalen University 2012.
Chapter 6: Isomorphisms
MAT 3749 Introduction to Analysis Section 1.3 Part I Countable Sets
Mathematical Induction
Relations, Functions, and Countability
Based on Rosen, Discrete Mathematics & Its Applications, 5e Prepared by (c) Michael P. Frank Modified by (c) Haluk Bingöl 1/18 Module.
Introduction to Real Analysis Dr. Weihu Hong Clayton State University 9/18/2008.
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.
Discrete Mathematics Set.
Lecture 4 Infinite Cardinals. Some Philosophy: What is “2”? Definition 1: 2 = 1+1. This actually needs the definition of “1” and the definition of the.
Making Mountains Out of Molehills The Banach-Tarski Paradox By Bob Kronberger Jay Laporte Paul Miller Brian Sikora Aaron Sinz.
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
Discrete Structures Li Tak Sing( 李德成 ) mt263f ppt 1.
1 Proof of the Day: Some students claimed to prove that 2 k = 2 k+1 – 1. Try to prove by induction that: 2 k = 2 k+1 – 1. Where does the proof go off-track?
 2. Inverse functions  Inverse relation,  Function is a relation  Is the function’s inverse relation a function? No  Example: A={1,2,3},B={a,b}, f:A→B,
5.4 Binomial Coefficients Theorem 1: The binomial theorem Let x and y be variables, and let n be a nonnegative integer. Then Example 3: What is the coefficient.
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 Proof of the Day: The length of a string is the number of symbols it contains. For example, the length of is five. Let L = { w such that w is a.
Nonregular Languages Section 2.4 Wed, Oct 5, 2005.
Cardinality with Applications to Computability
Function Hubert Chan (Chapter 2.1, 2.2) [O1 Abstract Concepts]
Discrete Mathematics CS 2610
Background Material Reading: Sections 1.1 – 1.4
CSE 20 – Discrete Mathematics
Function Hubert Chan (Chapter 2.1, 2.2) [O1 Abstract Concepts]
2.4 Sequences and Summations
Cardinality of Sets Section 2.5.
Diagonalization Fact: Many books exist.
Discrete Structures for Computer Science
The sum of any two even integers is even.
ICS 253: Discrete Structures I
One-to-One and Onto, Inverse Functions
Lecture 43 Section 10.1 Wed, Apr 6, 2005
Formal Languages, Automata and Models of Computation
Lecture 37 Section 7.2 Tue, Apr 3, 2007
More Applications of the Pumping Lemma
Discrete Mathematics CS 2610
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
Presentation transcript:

Countable and Countably Infinite Sets Theorem: |N-{0}| = |N| Proof: Define a function f from |N-{0}| to N as f(i) = i-1. f is a function f is one-to-one f is onto f is therefore a bijection and, by definition of cardinality, |N-{0}| = |N|.  Corollary: N-{0} is countable. Corollary: N-{0} is countably infinite.

Theorem: Let A be the set of all even integers >=2, and let B be the set of all positive integers (i.e., >=1). Then |A| = |B|. Proof: Let f(i) = i/2. Then it can be easily verified that f is a bijection from A to B.