Cardinals Georg Cantor (1845-1918) thought of a cardinal as a special represenative. Bertrand Russell (1872-1970) and Gottlob Frege (1848-1925) used the.

Slides:



Advertisements
Similar presentations
Transitive Closure Theorem 1. Let R be a relation on a set A. Then R  is the transitive closure of R. the reachability relation R * of a relation R on.
Advertisements

Copyright © Cengage Learning. All rights reserved.
Basic Structures: Sets, Functions, Sequences, Sums, and Matrices
2.1 Sets ‒Sets ‒Common Universal Sets ‒Subsets 2.2 Set Operations 2.3 Functions 2.4 Sequences and Summations 1.
Basic Structures: Sets, Functions, Sequences, Sums, and Matrices
First-order Set Theory Chapter 15 Language, Proof and Logic.
EE1J2 - Slide 1 EE1J2 – Discrete Maths Lecture 10 Cardinality Uncountability of the real numbers.
Lecture 6 Hyperreal Numbers (Nonstandard Analysis)
Algebraic Structures: Group Theory II
Zermelo-Fraenkel Axioms Ernst Zermelo ( ) gave axioms of set theory, which were improved by Adolf Fraenkel ( ). This system of axioms called.
Great Theoretical Ideas in Computer Science.
Transparency No Formal Language and Automata Theory Chapter 10 The Myhill-Nerode Theorem (lecture 15,16 and B)
1 Undecidability Andreas Klappenecker [based on slides by Prof. Welch]
CSE115/ENGR160 Discrete Mathematics 02/22/11 Ming-Hsuan Yang UC Merced 1.
Copyright © Zeph Grunschlag, Set Operations Zeph Grunschlag.
CSE115/ENGR160 Discrete Mathematics 02/21/12
Georg Cantor ( ) Founder of modern set theory.
CSE115/ENGR160 Discrete Mathematics 03/31/11
2012: J Paul GibsonTSP: Mathematical FoundationsMAT7003/L5- CountingAndEnumeration.1 MAT 7003 : Mathematical Foundations (for Software Engineering) J Paul.
Mathematical Induction
ORDINAL NUMBERS VINAY SINGH MARCH 20, 2012 MAT 7670.
Partially Ordered Sets (POSets)
Relations Chapter 9.
Chapter 9 1. Chapter Summary Relations and Their Properties n-ary Relations and Their Applications (not currently included in overheads) Representing.
Cardinality of Sets Section 2.5.
Relation, function 1 Mathematical logic Lesson 5 Relations, mappings, countable and uncountable sets.
1 Partial Orderings Aaron Bloomfield CS 202 Rosen, section 7.6.
Math 3121 Abstract Algebra I Section 0: Sets. The axiomatic approach to Mathematics The notion of definition - from the text: "It is impossible to define.
Chapter 9. Chapter Summary Relations and Their Properties n-ary Relations and Their Applications (not currently included in overheads) Representing Relations.
1 Lecture 3 (part 3) Functions – Cardinality Reading: Epp Chp 7.6.
Mathematical Preliminaries (Hein 1.1 and 1.2) Sets are collections in which order of elements and duplication of elements do not matter. – {1,a,1,1} =
R. Johnsonbaugh, Discrete Mathematics 5 th edition, 2001 Chapter 2 The Language of Mathematics.
Relations, Functions, and Matrices Mathematical Structures for Computer Science Chapter 4 Copyright © 2006 W.H. Freeman & Co.MSCS Slides Relations, Functions.
Example Prove that: “IF 3n + 2 is odd, then n is odd” Proof by Contradiction: -p = 3n + 2 is odd, q = n is odd. -Assume that ~(p  q) is true OR -(p 
Chapter 9 Functions Let A and B be nonempty sets. A function f from A to B, written f: A  B is a relation from A to B with the property that every element.
Sets Define sets in 2 ways  Enumeration  Set comprehension (predicate on membership), e.g., {n | n  N   k  k  N  n = 10  k  0  n  50} the set.
April 14, 2015Applied Discrete Mathematics Week 10: Equivalence Relations 1 Properties of Relations Definition: A relation R on a set A is called transitive.
Mathematical Induction
Relations, Functions, and Countability
Discrete Mathematics Relation.
COMPSCI 102 Introduction to Discrete Mathematics.
Relations, Functions, and Matrices Mathematical Structures for Computer Science Chapter 4 Copyright © 2006 W.H. Freeman & Co.MSCS Slides Relations, Functions.
1 Partial Orderings Aaron Bloomfield CS 202 Epp, section ???
Introduction to Real Analysis Dr. Weihu Hong Clayton State University 8/27/2009.
Equivalence Relations. Partial Ordering Relations 1.
Chapter 9. Chapter Summary Relations and Their Properties n-ary Relations and Their Applications (not currently included in overheads) Representing Relations.
Based on slides by Patrice Belleville and Steve Wolfman CPSC 121: Models of Computation Unit 11: Sets.
Great Theoretical Ideas in Computer Science.
CompSci 102 Discrete Math for Computer Science February 7, 2012 Prof. Rodger Slides modified from Rosen.
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.
1 Melikyan/DM/Fall09 Discrete Mathematics Ch. 7 Functions Instructor: Hayk Melikyan Today we will review sections 7.3, 7.4 and 7.5.
CS 285- Discrete Mathematics
Lecture 5 Infinite Ordinals. Recall: What is “2”? Definition: 2 = {0,1}, where 1 = {0} and 0 = {}. (So 2 is a particular set of size 2.) In general, we.
SECTION 2 BINARY OPERATIONS Definition: A binary operation  on a set S is a function mapping S X S into S. For each (a, b)  S X S, we will denote the.
Binary Relations Definition: A binary relation R from a set A to a set B is a subset R ⊆ A × B. Example: Let A = { 0, 1,2 } and B = {a,b} {( 0, a), (
Sets and Size Basic Question: Compare the “size” of sets. First distinction finite or infinite. –What is a finite set? –How can one compare finite sets?
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.
“It is impossible to define every concept.” For example a “set” can not be defined. But Here are a list of things we shall simply assume about sets. A.
Sequences Lecture 11. L62 Sequences Sequences are a way of ordering lists of objects. Java arrays are a type of sequence of finite size. Usually, mathematical.
1 Partial Orderings Epp, section Introduction An equivalence relation is a relation that is reflexive, symmetric, and transitive A partial ordering.
1-1 Copyright © 2013, 2005, 2001 Pearson Education, Inc. Section 2.4, Slide 1 Chapter 2 Sets and Functions.
Cartesian product Given two sets A, B we define their Cartesian product is the set of all the pairs whose first element is in A and second in B. Note that.
Existence of Non-measurable Set
Lecture 7 Functions.
Study guide What was Bolzano’s contribution to set theory and when did he make it. What is the cardinal of N,Q,Z? Prove your statement. Give two formulations.
Lesson 5 Relations, mappings, countable and uncountable sets
Lesson 5 Relations, mappings, countable and uncountable sets
Mathematical Background 1
Mathematical Background 1
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.
Presentation transcript:

Cardinals Georg Cantor ( ) thought of a cardinal as a special represenative. Bertrand Russell ( ) and Gottlob Frege ( ) used the following definition: This type of formulation is subject to Russell’s paradox given by the “set” X cannot be a set since if it is either a) or b) 1.If a) holds then by the definition of X: which contradicts the assumption a) 2.On the other hand if b) holds the by the definition of X: which contradicts the assumption b). To avoid this one has to be careful which formulas of the type {x| p(x)} are allowed to build sets. This leads to the concept of class. There is a class of all sets, but the “set of all sets” is not well defined. In fact the cardinals would not be a set, but a class. One can go back to Cantor and choose a representative, but this involves the axiom of choice. Nowadays one uses John von Neumann’s ( ) definition in terms of ordinals. For this one needs well ordering and thus the axiom of choice.

Orders of Sets A set S is called partially ordered if there exists a relation r (usually denoted by the symbol ≤) between S and itself such that the following conditions are satisfied: reflexive: a ≤ a for any element a in S transitive: if a ≤ b and b ≤ c then a ≤ c antisymmetric: if a ≤ b and b ≤ a then a = b A set S is called ordered if it is partially ordered and every pair of elements x and y from the set S can be compared with each other via the partial ordering relation. A set S is called well-ordered if it is an ordered set for which every non-empty subset contains a smallest element.

Ordinals Consider pair (S,< S ) of a set S and a well-ordering < S on S. We call (S,< S ) and (T,< T ) equivalent (S,< S )~(T,< T ) if there is a 1-1 correspondence, which preserves the orders, i.e. a bijection: f:S  T, s.t. a f(a)<f(b) According to Cantor, the equivalence classes of this equivalence relation are ordinals, abstract from the nature of the elements to obtain the order type. Ordinals can be constructed, from the ZF system. Von Neumann ( ) constructs ordinals as special types of sets, i.e. representatives A set S is an ordinal if and only if S is totally ordered with respect to set containment and every element of S is also a subset of S. Call (S,< S )<(T,< T ) if and only if S is order isomorphic to an initial segment T 1 of T, i.e. there is a k in T such that S~T 1 ={a|a<k} Ordinals themselves are well-ordered with respect to the order induced by <

Orders on Ordinals and Cardinals Questions: –Can every set be well-ordered? Yes (Zermelo), if one assumes the axiom of choice. –Is there an order for ordinals and cardinals? This is the case for the ordinals and cardinals of finite sets. Ordinals can be ordered. Cardinals can be ordered if all sets can be well-ordered which is equivalent (Zermelo) to the axiom of choice.

Arithmetic of Ordinals and the sequence Let  the ordinal of N in its natural order. To add two ordinals A=(A,< A ) and B=(B,< B ) in the following way: A+B:=(AUB,< AUB ) where x < AUB y if either 1.x,y  A and x< A y 2.x,y  B and x< B y 3.x  A and y  B Caveat: + is not commutative – 3+  =  –  +3>  Ordinals form a ascending sequence 1,2,…, ,  +1,  +2,…,  + ,  +  +1,… Now to each ordinal, we can associate its cardinal. E.g. the cardinal of  is. This is also the cardinal for  Going along the sequence of ordinals, we will however discover more cardinals, one after the other. In this way let be the first new cardinal after  and denote the sequence of cardinals obtained in this way by Zermelo showed that assuming the axiom of choice every set can be well ordered. Thus assuming the axiom of choice all cardinals are among the and the cardinals are well ordered.