Chapter 4 : Sizes of Sets

Total Page:16

File Type:pdf, Size:1020Kb

Chapter 4 : Sizes of Sets Dr.AbhijitDas,Dept.ofComputerScience&Engg IndianInstitute of Technology, Kharagpur, India Chapter 4 : Sizes of sets In this chapter, we deal with the concept of how large a set is. The biggest implication of this study in Computer Science is the fact that computers cannot solve all problems. This is one the most fundamental realizations underlying the theory of computation. 4.1 The notion of size The size or cardinality of a set is the number of elements in it. The size of a set A is denoted by |A|. The notation |A| < ∞ implies that A is a finite set. A finite set with n elements can be listed as {a1, a2,...,an}, where ai is the i-th element of A for i = 1, 2,...,n. The simplest example of an infinite set is the set N = {1, 2, 3,...} of natural numbers. Consider the set Nn = {1, 2,...,n}. For every n ∈ N the set Nn is finite. However, their union N = n∈N Nn is not a finite set. Nonetheless, we can count the elements of N as 1, 2, 3,...,n,... This countingS never stops, but every n ∈ N, however large, is eventually covered in the counting process. Two sets are called equinumerous, if they have the same size. For finite sets, this concept is easy to visualize. We run into trouble when we work with infinite sets. Clearly, no infinite set can be equinumerous with a finite set. What is more important is that two infinite sets need not be equinumerous. We will soon see that the set Z of all integers (positive, negative and zero) and the set Q of rational numbers are equinumerous with N. That is surprising, since N is a strict subset of Z and can be easily visualized to be embedded inside Q (identify the natural number n with the rational number n/1). Since Z is equinumerous with N, we can also count or enumerate the elements of Z, so that for every n ∈ N we can identify an integer an as the n-th integer. For example, we may order the elements of Z as 0, 1, −1, 2, −2, 3, −3,...,n, −n,... Thus 0 is the first integer in the counting process, 1 is the second integer, −1 the third integer, 2 the fourth integer, and so on. It is clear that every m ∈ Z, positive, negative, or zero, is eventually covered in the counting process. The set R of all real numbers is not equinumerous with N. In fact, R contains more elements than N (or Z or Q). This implies that if we start counting real numbers as above and allow the counting process to continue ad inifinitum, we cannot exhaust the list of all real numbers. In other words, whatever way we count real numbers, we are sure to miss out some real number(s) in the counting process. It is now time to make the concept of size mathematically concrete. We use the theory of functions to that effect. Since we will be dealing mostly with infinite sets, it is imperative that the reader is already quite comfortable with the concept of injective, surjective and bijective functions among infinite sets. 4.2 Comparing the sizes of two sets Let A, B be two sets. We say that |A| 6 |B| if there exists an injective map f : A → B. This notion is intuitively clear, since for every element a ∈ A we can associate an element b = f(a) of B in such a fashion that two different elements of A are not associated with the same element of B. The map f essentially produces an embedding of A in B. So B cannot be of size smaller than the size of A. 4.1 Example (1) Let A ⊆ B. The canonical inclusion map ι : A → B taking a 7→ a is an injection, and so |A| 6 |B|. For example, N ⊆ Z and so |N| 6 |Z|. Also let Zodd (resp. Zeven) denote the set of all odd Chapter 4: Sizes of sets Page 2 of 10 (resp. even) integers. We have |Zodd| 6 |Z| and |Zeven| 6 |Z|. Similarly, |Nodd| 6 |N| and |Neven| 6 |N| for natural numbers. (2) The canonical inclusion map Z → Q that takes a 7→ a/1 is an injection, and so |Z| 6 |Q|. Also Z is canonically embedded in R and so |Z| 6 |R|. Likewise, |Q| 6 |R|. (3) What is initially confusing about infinite sets is that even when A ⊆ B, there may exist an injective map B → A implying that |B| 6 |A|. As an example, consider the injection f : Z → N defined as f(0) = 1,f(1) = 2,f(−1) = 3,f(2) = 4,f(−2) = 5,...,f(n) = 2n,f(−n) = 2n + 1,... This implies |Z| 6 |N|. Two sets A, B are called equinumerous, denoted |A| = |B|, if |A| 6 |B| and |B| 6 |A|, or equivalently if there exist an injective map f : A → B and an injective map g : B → A. For example, we have proved that |N| 6 |Z| and |Z| 6 |N|. It follows that: |Z| = |N| , i.e., Z is of the same size as N. The inclusion function ι : N → Z is injective but not surjective, whereas the function of Part (3) of Example 4.1 is a bijection. We may indeed propose an injective but non-surjective function g : Z → N as g(0) = 1, g(1) = 2, g(−1) = 4, g(2) = 5, g(−2) = 7,...,g(n) = 3n − 1, g(−n)= 3n + 1,... , the image of which does not include the positive multiples of 3. It is natural to expect two sets A, B to be equinumerous if there exists a bijection h : A → B between them. Clearly, the existence of such a function implies |A| 6 |B| (h is injective) and |B| 6 |A| (h−1 is injective). The converse of this is not immediately clear, i.e., the existence of injective functions f : A → B and g : B → A does not immediately imply the existence of a bijection h : A → B. This is, however, true, as is proved now. 4.2 Theorem [Cantor-Schroder-Bernstein¨ theorem] Two sets A, B are equinumerous if and only if there exists a bijection h : A → B between them. Proof [If] Obvious. [Only if] Let f : A → B and g : B → A be injections. We need to construct a bijection h : A → B. To that effect we construct a subset S of A and define h as f(x) if x ∈ S, h(x)= g−1(x) if x∈ / S. The construction of the subset S is quite tricky. If g is surjective, g−1 is already a bijection A → B, and we take S = ∅. So we assume that g is not surjective. The function g, surjective or not, yields a bijection g−1 : g(B) → B. The elements of A \ g(B) lie outside the domain of g−1. So h needs to use f in order to map elements of A \ g(B) and we start with S0 = A \ g(B). −1 Now suppose that there is an element x ∈ S0 for which f(x) = g (y) for some element y ∈ g(B) (i.e., y∈ / S0). We have already defined h(x) = f(x) since x ∈ S0. Since h is going to be injective, we cannot define h(y)= g−1(y), i.e., we must define h(y)= f(y). Notice that y = g(g−1(y)) = g(f(x)) = (g◦f)(x) with x ∈ S0. It follows that h needs to use f for mapping elements of S1 = (g ◦ f)(S0). Dept.ofComputerScience&Engg IndianInstituteofTechnology, Kharagpur, India Chapter 4: Sizes of sets Page 3 of 10 −1 Now take x ∈ S1. There exists y ∈ A, y∈ / S0 ∪ S1, such that f(x) = g (y). Since we have already taken h(x) = f(x), we must define h(y) = f(y), i.e., we must use f in order to define h on elements of S2 = (g ◦ f)(S1). Proceeding in this way we define Sk inductively as: 0 S0 = A \ g(B) = (g ◦ f) (A \ g(B)), k Sk = (g ◦ f)(Sk−1) = (g ◦ f) (A \ g(B)) for k > 1. Finally, we take: k S = Sk = (g ◦ f) (A \ g(B)). k[>0 k[>0 I now formally establish that this construction works, i.e., h defined as above with respect to this S is indeed a bijection. First notice that S ⊇ S0 = A \ g(B), so that A \ S ⊆ g(B), that is, h(x) is defined for every x∈ / S. It is also defined for every x ∈ S, i.e., h is well-defined. Claim: h is injective. Suppose that h(x) = h(y) for some x,y ∈ A. If both x,y ∈ S, then x = y by the injectivity of f. If both x,y ∈ A\S, then the injectivity of g−1 implies x = y. So assume that one of x,y is in S, the other in A\S. Suppose x ∈ S and y∈ / S. By definition of S we have x ∈ Sk for some k > 0. Also since y∈ / S, we have −1 y ∈ g(B). Therefore, y = g(g (y)) = g(h(y)) = g(h(x)) = g(f(x)) = (g ◦ f)(x), i.e., y ∈ Sk+1, i.e., y ∈ S, a contradiction. So it is not possible to have x ∈ S and y∈ / S. Claim: h is surjective. Take an arbitrary b ∈ B. We need to produce an a ∈ A for which h(a) = b.
Recommended publications
  • GTI Diagonalization
    GTI Diagonalization A. Ada, K. Sutner Carnegie Mellon University Fall 2017 1 Comments Cardinality Infinite Cardinality Diagonalization Personal Quirk 1 3 “Theoretical Computer Science (TCS)” sounds distracting–computers are just a small part of the story. I prefer Theory of Computation (ToC) and will refer to that a lot. ToC: computability theory complexity theory proof theory type theory/set theory physical realizability Personal Quirk 2 4 To my mind, the exact relationship between physics and computation is an absolutely fascinating open problem. It is obvious that the standard laws of physics support computation (ignoring resource bounds). There even are people (Landauer 1996) who claim . this amounts to an assertion that mathematics and com- puter science are a part of physics. I think that is total nonsense, but note that Landauer was no chump: in fact, he was an excellent physicists who determined the thermodynamical cost of computation and realized that reversible computation carries no cost. At any rate . Note the caveat: “ignoring resource bounds.” Just to be clear: it is not hard to set up computations that quickly overpower the whole (observable) physical universe. Even a simple recursion like this one will do. A(0, y) = y+ A(x+, 0) = A(x, 1) A(x+, y+) = A(x, A(x+, y)) This is the famous Ackermann function, and I don’t believe its study is part of physics. And there are much worse examples. But the really hard problem is going in the opposite direction: no one knows how to axiomatize physics in its entirety, so one cannot prove that all physical processes are computable.
    [Show full text]
  • Cardinality of Accumulation Points of Infinite Sets 1 Introduction
    International Mathematical Forum, Vol. 11, 2016, no. 11, 539 - 546 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/imf.2016.6224 Cardinality of Accumulation Points of Infinite Sets A. Kalapodi CTI Diophantus, Computer Technological Institute & Press University Campus of Patras, 26504 Patras, Greece Copyright c 2016 A. Kalapodi. This article is distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. Abstract One of the fundamental theorems in real analysis is the Bolzano- Weierstrass property according to which every bounded infinite set of real numbers has an accumulation point. Since this theorem essentially asserts the completeness of the real numbers, the notion of accumulation point becomes substantial. This work provides an efficient number of examples which cover every possible case in the study of accumulation points, classifying the different sizes of the derived set A0 and of the sets A \ A0, A0 n A, for an infinite set A. Mathematics Subject Classification: 97E60, 97I30 Keywords: accumulation point; derived set; countable set; uncountable set 1 Introduction The \accumulation point" is a mathematical notion due to Cantor ([2]) and although it is fundamental in real analysis, it is also important in other areas of pure mathematics, such as the study of metric or topological spaces. Following the usual notation for a metric space (X; d), we denote by V (x0;") = fx 2 X j d(x; x0) < "g the open sphere of center x0 and radius " and by D(x0;") the set V (x0;") n fx0g.
    [Show full text]
  • 17 Axiom of Choice
    Math 361 Axiom of Choice 17 Axiom of Choice De¯nition 17.1. Let be a nonempty set of nonempty sets. Then a choice function for is a function f sucFh that f(S) S for all S . F 2 2 F Example 17.2. Let = (N)r . Then we can de¯ne a choice function f by F P f;g f(S) = the least element of S: Example 17.3. Let = (Z)r . Then we can de¯ne a choice function f by F P f;g f(S) = ²n where n = min z z S and, if n = 0, ² = min z= z z = n; z S . fj j j 2 g 6 f j j j j j 2 g Example 17.4. Let = (Q)r . Then we can de¯ne a choice function f as follows. F P f;g Let g : Q N be an injection. Then ! f(S) = q where g(q) = min g(r) r S . f j 2 g Example 17.5. Let = (R)r . Then it is impossible to explicitly de¯ne a choice function for . F P f;g F Axiom 17.6 (Axiom of Choice (AC)). For every set of nonempty sets, there exists a function f such that f(S) S for all S . F 2 2 F We say that f is a choice function for . F Theorem 17.7 (AC). If A; B are non-empty sets, then the following are equivalent: (a) A B ¹ (b) There exists a surjection g : B A. ! Proof. (a) (b) Suppose that A B.
    [Show full text]
  • Worksheet: Cardinality, Countable and Uncountable Sets
    Math 347 Worksheet: Cardinality A.J. Hildebrand Worksheet: Cardinality, Countable and Uncountable Sets • Key Tool: Bijections. • Definition: Let A and B be sets. A bijection from A to B is a function f : A ! B that is both injective and surjective. • Properties of bijections: ∗ Compositions: The composition of bijections is a bijection. ∗ Inverse functions: The inverse function of a bijection is a bijection. ∗ Symmetry: The \bijection" relation is symmetric: If there is a bijection f from A to B, then there is also a bijection g from B to A, given by the inverse of f. • Key Definitions. • Cardinality: Two sets A and B are said to have the same cardinality if there exists a bijection from A to B. • Finite sets: A set is called finite if it is empty or has the same cardinality as the set f1; 2; : : : ; ng for some n 2 N; it is called infinite otherwise. • Countable sets: A set A is called countable (or countably infinite) if it has the same cardinality as N, i.e., if there exists a bijection between A and N. Equivalently, a set A is countable if it can be enumerated in a sequence, i.e., if all of its elements can be listed as an infinite sequence a1; a2;::: . NOTE: The above definition of \countable" is the one given in the text, and it is reserved for infinite sets. Thus finite sets are not countable according to this definition. • Uncountable sets: A set is called uncountable if it is infinite and not countable. • Two famous results with memorable proofs.
    [Show full text]
  • The Set of All Countable Ordinals: an Inquiry Into Its Construction, Properties, and a Proof Concerning Hereditary Subcompactness
    W&M ScholarWorks Undergraduate Honors Theses Theses, Dissertations, & Master Projects 5-2009 The Set of All Countable Ordinals: An Inquiry into Its Construction, Properties, and a Proof Concerning Hereditary Subcompactness Jacob Hill College of William and Mary Follow this and additional works at: https://scholarworks.wm.edu/honorstheses Part of the Mathematics Commons Recommended Citation Hill, Jacob, "The Set of All Countable Ordinals: An Inquiry into Its Construction, Properties, and a Proof Concerning Hereditary Subcompactness" (2009). Undergraduate Honors Theses. Paper 255. https://scholarworks.wm.edu/honorstheses/255 This Honors Thesis is brought to you for free and open access by the Theses, Dissertations, & Master Projects at W&M ScholarWorks. It has been accepted for inclusion in Undergraduate Honors Theses by an authorized administrator of W&M ScholarWorks. For more information, please contact [email protected]. The Set of All Countable Ordinals: An Inquiry into Its Construction, Properties, and a Proof Concerning Hereditary Subcompactness A thesis submitted in partial fulfillment of the requirement for the degree of Bachelor of Science with Honors in Mathematics from the College of William and Mary in Virginia, by Jacob Hill Accepted for ____________________________ (Honors, High Honors, or Highest Honors) _______________________________________ Director, Professor David Lutzer _________________________________________ Professor Vladimir Bolotnikov _________________________________________ Professor George Rublein _________________________________________
    [Show full text]
  • A Search for a Constructivist Approach for Understanding the Uncountable Set P(N) Cindy Stenger University of North Alabama
    CORE Metadata, citation and similar papers at core.ac.uk Provided by DigitalCommons@Florida International University Florida International University FIU Digital Commons School of Education and Human Development College of Arts, Sciences & Education Faculty Publications 3-2008 A Search for a Constructivist Approach for Understanding the Uncountable Set P(N) Cindy Stenger University of North Alabama Kirk Weller University of Michigan-Flint Ilana Arnon Center for Educational Technology, Tel Aviv Ed Dubinsky Florida International University Draga Vidakovic Georgia State University Follow this and additional works at: http://digitalcommons.fiu.edu/education_fac Part of the Education Commons Recommended Citation Stenger, Cindy; Weller, Kirk; Arnon, Ilana; Dubinsky, Ed; and Vidakovic, Draga, "A Search for a Constructivist Approach for Understanding the Uncountable Set P(N)" (2008). School of Education and Human Development Faculty Publications. 1. http://digitalcommons.fiu.edu/education_fac/1 This work is brought to you for free and open access by the College of Arts, Sciences & Education at FIU Digital Commons. It has been accepted for inclusion in School of Education and Human Development Faculty Publications by an authorized administrator of FIU Digital Commons. For more information, please contact [email protected]. CINDY STENGER, KIRK WELLER, ILANA ARNON, ED DUBINSKY, DRAGA VIDAKOVIC A SEARCH FOR A CONSTRUCTIVIST APPROACH FOR UNDERSTANDING THE UNCOUNTABLE SET P(N) RESUMEN. En el presente estudio nos preguntamos si los individuos construyen estructuras mentales para el conjunto P(N) que da significado a la expresión “todos los subconjuntos de N ”. Los aportes de nuestra investigación en relación con esta pregunta tienen dos vertientes. Primeramente, identificamos las perspectivas constructivistas que han sido o podrían haber sido utilizadas para describir los mecanismos de pensamiento acerca de los conjuntos infinitos, en particular el conjunto de los números naturales.
    [Show full text]
  • On the Necessary Use of Abstract Set Theory
    ADVANCES IN MATHEMATICS 41, 209-280 (1981) On the Necessary Use of Abstract Set Theory HARVEY FRIEDMAN* Department of Mathematics, Ohio State University, Columbus, Ohio 43210 In this paper we present some independence results from the Zermelo-Frankel axioms of set theory with the axiom of choice (ZFC) which differ from earlier such independence results in three major respects. Firstly, these new propositions that are shown to be independent of ZFC (i.e., neither provable nor refutable from ZFC) form mathematically natural assertions about Bore1 functions of several variables from the Hilbert cube I” into the unit interval, or back into the Hilbert cube. As such, they are of a level of abstraction significantly below that of the earlier independence results. Secondly, these propositions are not only independent of ZFC, but also of ZFC together with the axiom of constructibility (V = L). The only earlier examples of intelligible statements independent of ZFC + V= L either express properties of formal systems such as ZFC (e.g., the consistency of ZFC), or assert the existence of very large cardinalities (e.g., inaccessible cardinals). The great bulk of independence results from ZFCLthe ones that involve standard mathematical concepts and constructions-are about sets of limited cardinality (most commonly, that of at most the continuum), and are obtained using the forcing method introduced by Paul J. Cohen (see [2]). It is now known in virtually every such case, that these independence results are eliminated if V= L is added to ZFC. Finally, some of our propositions can be proved in the theory of classes, as formalized by the Morse-Kelley class theory with the axiom of choice for sets (MKC), but not in ZFC.
    [Show full text]
  • On Cantor's Uncountability Proofs
    On Cantor's important proofs W. Mueckenheim University of Applied Sciences, Baumgartnerstrasse 16, D-86161 Augsburg, Germany [email protected] ________________________________________________________ Abstract. It is shown that the pillars of transfinite set theory, namely the uncountability proofs, do not hold. (1) Cantor's first proof of the uncountability of the set of all real numbers does not apply to the set of irrational numbers alone, and, therefore, as it stands, supplies no distinction between the uncountable set of irrational numbers and the countable set of rational numbers. (2) As Cantor's second uncountability proof, his famous second diagonalization method, is an impossibility proof, a simple counter-example suffices to prove its failure. (3) The contradiction of any bijection between a set and its power set is a consequence of the impredicative definition involved. (4) In an appendix it is shown, by a less important proof of Cantor, how transfinite set theory can veil simple structures. 1. Introduction Two finite sets have the same cardinality if there exists a one-to-one correspondence or bijection between them. Cantor extrapolated this theorem to include infinite sets as well: If between a set M and the set Ù of all natural numbers a bijection M ¨ Ù can be established, then M is denumerable or 1 countable and it has the same cardinality as Ù, namely ¡0. There may be many non-bijective mappings, but at least one bijective mapping must exist. In 1874 Cantor [1] published the proof that the set ¿ of all algebraic numbers (including the set – of all rational numbers) is denumerable.
    [Show full text]
  • Paul B. Larson a BRIEF HISTORY of DETERMINACY §1. Introduction
    Paul B. Larson A BRIEF HISTORY OF DETERMINACY x1. Introduction. Determinacy axioms are statements to the effect that certain games are determined, in that each player in the game has an optimal strategy. The commonly accepted axioms for mathematics, the Zermelo-Fraenkel axioms with the Axiom of Choice (ZFC; see [??, ??]), im- ply the determinacy of many games that people actually play. This applies in particular to many games of perfect information, games in which the players alternate moves which are known to both players, and the out- come of the game depends only on this list of moves, and not on chance or other external factors. Games of perfect information which must end in finitely many moves are determined. This follows from the work of Ernst Zermelo [??], D´enesK}onig[??] and L´aszl´oK´almar[??], and also from the independent work of John von Neumann and Oskar Morgenstern (in their 1944 book, reprinted as [??]). As pointed out by Stanis law Ulam [??], determinacy for games of perfect information of a fixed finite length is essentially a theorem of logic. If we let x1,y1,x2,y2,::: ,xn,yn be variables standing for the moves made by players player I (who plays x1,::: ,xn) and player II (who plays y1,::: ,yn), and A (consisting of sequences of length 2n) is the set of runs of the game for which player I wins, the statement (1) 9x18y1 ::: 9xn8ynhx1; y1; : : : ; xn; yni 2 A essentially asserts that the first player has a winning strategy in the game, and its negation, (2) 8x19y1 ::: 8xn9ynhx1; y1; : : : ; xn; yni 62 A essentially asserts that the second player has a winning strategy.1 We let ! denote the set of natural numbers 0; 1; 2;::: ; for brevity we will often refer to the members of this set as \integers".
    [Show full text]
  • An Introduction to Set Theory
    AN INTRODUCTION TO SET THEORY Professor William A. R. Weiss November 21, 2014 2 Contents 0 Introduction 7 1 LOST 11 2 FOUND 23 3 The Axioms of Set Theory 29 4 The Natural Numbers 37 5 The Ordinal Numbers 47 6 Relations and Orderings 59 7 Cardinality 69 8 What's So Real About The Real Numbers? 79 9 Ultrafilters Are Useful 87 3 4 CONTENTS 10 The Universe 97 11 Reflection 103 12 Elementary Submodels 123 13 Constructibility 139 14 Appendices 155 .1 The Axioms of ZFC . 155 .2 Tentative Axioms . 156 CONTENTS 5 Preface These notes for a graduate course in set theory are on their way to be- coming a book. They originated as handwritten notes in a course at the University of Toronto given by Prof. William Weiss. Cynthia Church pro- duced the first electronic copy in December 2002. James Talmage Adams produced a major revision in February 2005. The manuscript has seen many changes since then, often due to generous comments by students, each of whom I here thank. Chapters 1 to 11 are now close to final form. Chapters 12 and 13 are quite readable, but should not be considered as a final draft. One more chapter will be added. 6 CONTENTS Chapter 0 Introduction Set Theory is the true study of infinity. This alone assures the subject of a place prominent in human culture. But even more, Set Theory is the milieu in which mathematics takes place today. As such, it is expected to provide a firm foundation for all the rest of mathematics.
    [Show full text]
  • Determinacy-Related Consequences on Limit Superiors
    DETERMINACY-RELATED CONSEQUENCES ON LIMIT SUPERIORS Daniel Walker, B.S. Dissertation Prepared for the Degree of DOCTOR OF PHILOSOPHY UNIVERSITY OF NORTH TEXAS May 2013 APPROVED: Stephen Jackson, Major Professor Douglas Brozovic, Committee Member Su Gao, Committee Member and Chair of the Department of Mathematics Mark Wardell, Dean of the Toulouse Graduate School Walker, Daniel. Determinacy-Related Consequences on Limit Superiors. Doctor of Philosophy (Mathematics), May 2013, 26 pp., bibliography, 13 titles. Laczkovich proved from ZF that, given a countable sequence of Borel sets on a perfect Polish space, if the limit superior along every subsequence was uncountable, then there was a particular subsequence whose intersection actually contained a perfect subset. Komjath later expanded the result to hold for analytic sets. In this paper, by adding AD and sometimes V=L(R) to our assumptions, we will extend the result further. This generalization will include the increasing of the length of the sequence to certain uncountable regular cardinals as well as removing any descriptive requirements on the sets. Copyright 2013 by Daniel Walker ii TABLE OF CONTENTS Page CHAPTER 1. INTRODUCTORY REMARKS ............................................................... 1 CHAPTER 2. THE COUNTABLE CASE ...................................................................... 9 CHAPTER 3. THE GENERAL CASE .......................................................................... 16 CHAPTER 4. GENERALIZING THE SELECTION LEMMA ...................................... 19 BIBLIOGRAPHY ........................................................................................................... 25 iii CHAPTER 1 INTRODUCTORY REMARKS Throughout this paper we are assuming the axioms of ZF. We also equivocate between R and !!. Definition 1. Given a limit ordinal λ, an unbounded S ⊆ λ, and a sequence of sets 0 0 hAαiα2S, define the limit superior of hAαiα2S by lim sup Aα = fx : 8α < λ 9α > α (α 2 S α2S ^ x 2 Aα0 )g.
    [Show full text]
  • The Axiom of Determinacy
    Virginia Commonwealth University VCU Scholars Compass Theses and Dissertations Graduate School 2010 The Axiom of Determinacy Samantha Stanton Virginia Commonwealth University Follow this and additional works at: https://scholarscompass.vcu.edu/etd Part of the Physical Sciences and Mathematics Commons © The Author Downloaded from https://scholarscompass.vcu.edu/etd/2189 This Thesis is brought to you for free and open access by the Graduate School at VCU Scholars Compass. It has been accepted for inclusion in Theses and Dissertations by an authorized administrator of VCU Scholars Compass. For more information, please contact [email protected]. College of Humanities and Sciences Virginia Commonwealth University This is to certify that the thesis prepared by Samantha Stanton titled “The Axiom of Determinacy” has been approved by his or her committee as satisfactory completion of the thesis requirement for the degree of Master of Science. Dr. Andrew Lewis, College of Humanities and Sciences Dr. Lon Mitchell, College of Humanities and Sciences Dr. Robert Gowdy, College of Humanities and Sciences Dr. John Berglund, Graduate Chair, Mathematics and Applied Mathematics Dr. Robert Holsworth, Dean, College of Humanities and Sciences Dr. F. Douglas Boudinot, Graduate Dean Date © Samantha Stanton 2010 All Rights Reserved The Axiom of Determinacy A thesis submitted in partial fulfillment of the requirements for the degree of Master of Science at Virginia Commonwealth University. by Samantha Stanton Master of Science Director: Dr. Andrew Lewis, Associate Professor, Department Chair Department of Mathematics and Applied Mathematics Virginia Commonwealth University Richmond, Virginia May 2010 ii Acknowledgment I am most appreciative of Dr. Andrew Lewis. I would like to thank him for his support, patience, and understanding through this entire process.
    [Show full text]