Chapter 3 Set Theory

Total Page:16

File Type:pdf, Size:1020Kb

Chapter 3 Set Theory Chapter 3 Set Theory 3.1 What is a Set? A set is a well-defined collection of objects called elements or members of the set. Here, well-defined means accurately and unambiguously stated or de- scribed. Any given object must either be an element of the set, or not be an element of the set. There is no concept of partial membership, and there is no possibility of an being a member more than once. If x is a member of the set S, we write x 2 S, and if x is a not member of the set S, we write x 62 S. Sets are defined in terms of the objects they contain. We say sets A and B are equal, and write A = B if they have exactly the same elements. That is, A = B when x 2 A , x 2 B. The barber paradox gives an example of a set that is not well-defined: There is only one barber in a certain town. He is male. All of the men in the town are clean-shaven. The barber shaves all and only the men in the town who do not shave themselves. Who shaves the barber? Now, if the barber shaves himself, then since the barber only the men who do not shave themselves, he does not shave himself. And if he does not shave himself, then since he shaves all of the men who don't shave themselves, he shaves himself. Hmmm. One explanation for this paradox is that the set, S, of men in the town who are shaved by the barber is not well-defined, as the barber must 1 2 CHAPTER 3. SET THEORY simultaneously be a member of the set, and not be a member of the set. Sets can be described in several ways. One way to describe a set is to write a description of the set in words, as in \the set of all integers that can be written as the sum of two squares". There are three main ways of describing a set using mathematical notation. 1. Explicit listing: list the elements between brackets, as in f2; 3; 5; 7g. The elements of a set that's described by explicit listing are exactly the (different) objects in the list obtained when the outer brackets are erased. For example, the elements of fcar; π; Xg are car; π, and X. The elements of {−1; f3gg are -1 and f3g. (Sets can be members of other sets.) 2. Implicit listing: list enough its elements to establish a pattern and use an ellipsis \:::". Proper use of the ellipsis requires that at least two elements be listed so that the pattern is established. (It could be that more elements must be listed before the pattern is apparent.) For example, f0; 2; 4;:::; 120g is the set of non-negative even integers less than or equal to 120, while f::: − 3; −1; 1; 3;:::g is the set of odd integers. The elements of a set that's described by implicit listing are those that follow the pattern, and respect any limits set. For example, the elements of ff1g; f2g;:::; f6gg are f1g; f2g; f3g; f4g; f5g, and f6g. 3. Set-builder notation: specify the set of the collection of all objects of a particular type that satisfy a given condition. Examples are: the set of all prime numbers less than 10 is fx :(x is prime) ^ (x < 10)g = f2; 3; 5; 7g; and the set of all positive even integers is f2k : k = 1; 2;:::g = f2; 4; 6;:::g. The elements of a set described using set-builder notation are those objects of the given type that make the stated condition true. For example, the elements of the set fa=b : a and b are integers; and a=b = 0:25g are exactly the fractions whose numerical value is 0.25. There are infinitely many of these including 1=4; 3=12 and −5=(−20). 3.2. THE EMPTY SET 3 By the definition of equality of sets, it does not matter how a set is described; what matters is which elements it contains. Any particular object either belongs to the collection or it doesn't. All of f1; 2; 2; 3g; f1; 2; 3; 3g f3; 2; 3; 1g and f1; 2; 3g all describe the same set because they all have the same three elements: 1, 2, and 3. Some sets are well-known, and are denoted by special symbols. • The set of natural numbers is N = f1; 2; 3;:::g. Some people include 0 as an element of this set. It is always wise to check the definition that a particular author is using. • The set of integers Z = f:::; −2; −1; 0; 1; 2;:::g, The use of the symbol Z can be traced back to the German word z¨ahlen. • The set of rational numbers is Q = fa=b : a; b 2 Z; and b 6= 0g. The symbol Q is used because these are quotients of integers. • The set of real numbers, denoted by R, has as elements all numbers that have a decimal expansion. • The set of complex numbers is C = fa + bi : a; b 2 R; and i2 = −1g. 3.2 The Empty Set It is certainly possible for a collection to have nothing in it. A good example would be the collection of years after 1967 in which the Toronto Maple Leafs have won the Stanley Cup. The empty set is the set that has no elements, that is fg. It is commonly denoted by ;. 2 The following sets are all equalp to ;: fx 2 R : x + 1 = 0g, fn 2 Z : n2 − 1 = 7g and fa=b 2 Q : a=b = 2g. The empty set is a perfectly legitimate object, and as such can occur as an element of a set. Notice that ; is different from f;g. The former set has no elements, while the latter set has one element, ;. The set f;; f;g; ff;g; ;gg has three elements: ;; f;g, and ff;g; ;gg. 4 CHAPTER 3. SET THEORY 3.3 Subsets We say that a set A is a subset of a set B if every element of A is an element of B (i.e., x 2 A ) x 2 B). If A is a subset of B we write A ⊆ B, and otherwise we write A 6⊆ B. For example, N ⊆ Z, Z ⊆ Q, and Q ⊆ R. Also, f1; 3; 5g ⊆ f1; 3; 5g, and f2; 4g 6⊆ f4; 5; 6g. Notice that every set is a subset of itself (why?), that is X ⊆ X for every set X. A more subtle point is that ; is a subset of every set A. According to the definition, this is the same as the logical implication x 2 ; ) x 2 A which, in turn, is the same as the implication (x 2 ;) ! (x 2 A) being a tautology. The implication has only the truth value \true" because its hypothesis, x 2 ;, is false for any x. A different way to say it is that every element in the collection of members of the empty set { there aren't any { is a member of A. How many subsets does fa; bg have? Let's count the options. Any par- ticular subset either contains a or it does not. In both situations, there are two further options: the subset either contains b or it does not. Thus there are four possibilities fa; bg; fag; fbg; fg. The above reasoning can be extended to show that a set with n elements has exactly 2n subsets. Sometimes confusion arises in making the distinction between 2 and ⊆. The first one makes the assertion that a particular object belongs to a set; the second one says that every element of one set belongs to another set. In the following we show that the subset relation is transitive, that is, if A is a subset of B, and B is a subset of C, then A is a subset of C. (There is a more general meaning for the word \transitive". It will arise later in the course.) Before beginning the proof, it is useful to identify the statement to be proved, and the hypotheses that can be used in the argument. The statement to be proved is \A is a subset of C". That is, it needs to be argued that every element of A is an element of C. Equivalently, it needs to be argued that an arbitrary element of A is an element of C. The hypotheses that can be used in the argument are: \A is a subset of B", and \B is a subset of C". Constructing the proof involves using these to help argue that 3.4. PROPER SUBSETS 5 an arbitrary element of A must be an element of C. Proposition 3.3.1 Let A; B and C be sets. If A ⊆ B and B ⊆ C, then A ⊆ C. Proof. Take any x 2 A. Since A ⊆ B, the element x 2 B. Since B ⊆ C, the element x 2 C. Therefore, if x 2 A then x 2 C. That is, A ⊆ C. Recall that if p and q are statements, then the logical equivalence p , q is the same as the two logical implications p ) q and q ) p. The logical equivalence is proved once the two logical implications are proved. Proposition 3.3.2 Let A and B be sets. Then A = B if and only if A ⊆ B and B ⊆ A.
Recommended publications
  • Does the Category of Multisets Require a Larger Universe Than
    Pure Mathematical Sciences, Vol. 2, 2013, no. 3, 133 - 146 HIKARI Ltd, www.m-hikari.com Does the Category of Multisets Require a Larger Universe than that of the Category of Sets? Dasharath Singh (Former affiliation: Indian Institute of Technology Bombay) Department of Mathematics, Ahmadu Bello University, Zaria, Nigeria [email protected] Ahmed Ibrahim Isah Department of Mathematics Ahmadu Bello University, Zaria, Nigeria [email protected] Alhaji Jibril Alkali Department of Mathematics Ahmadu Bello University, Zaria, Nigeria [email protected] Copyright © 2013 Dasharath Singh et al. This is an open access article 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 In section 1, the concept of a category is briefly described. In section 2, it is elaborated how the concept of category is naturally intertwined with the existence of a universe of discourse much larger than what is otherwise sufficient for a large part of mathematics. It is also remarked that the extended universe for the category of sets is adequate for the category of multisets as well. In section 3, fundamentals required for adequately describing a category are extended to defining a multiset category, and some of its distinctive features are outlined. Mathematics Subject Classification: 18A05, 18A20, 18B99 134 Dasharath Singh et al. Keywords: Category, Universe, Multiset Category, objects. 1. Introduction to categories The history of science and that of mathematics, in particular, records that at times, a by- product may turn out to be of greater significance than the main objective of a research.
    [Show full text]
  • 1 Elementary Set Theory
    1 Elementary Set Theory Notation: fg enclose a set. f1; 2; 3g = f3; 2; 2; 1; 3g because a set is not defined by order or multiplicity. f0; 2; 4;:::g = fxjx is an even natural numberg because two ways of writing a set are equivalent. ; is the empty set. x 2 A denotes x is an element of A. N = f0; 1; 2;:::g are the natural numbers. Z = f:::; −2; −1; 0; 1; 2;:::g are the integers. m Q = f n jm; n 2 Z and n 6= 0g are the rational numbers. R are the real numbers. Axiom 1.1. Axiom of Extensionality Let A; B be sets. If (8x)x 2 A iff x 2 B then A = B. Definition 1.1 (Subset). Let A; B be sets. Then A is a subset of B, written A ⊆ B iff (8x) if x 2 A then x 2 B. Theorem 1.1. If A ⊆ B and B ⊆ A then A = B. Proof. Let x be arbitrary. Because A ⊆ B if x 2 A then x 2 B Because B ⊆ A if x 2 B then x 2 A Hence, x 2 A iff x 2 B, thus A = B. Definition 1.2 (Union). Let A; B be sets. The Union A [ B of A and B is defined by x 2 A [ B if x 2 A or x 2 B. Theorem 1.2. A [ (B [ C) = (A [ B) [ C Proof. Let x be arbitrary. x 2 A [ (B [ C) iff x 2 A or x 2 B [ C iff x 2 A or (x 2 B or x 2 C) iff x 2 A or x 2 B or x 2 C iff (x 2 A or x 2 B) or x 2 C iff x 2 A [ B or x 2 C iff x 2 (A [ B) [ C Definition 1.3 (Intersection).
    [Show full text]
  • A Class of Symmetric Difference-Closed Sets Related to Commuting Involutions John Campbell
    A class of symmetric difference-closed sets related to commuting involutions John Campbell To cite this version: John Campbell. A class of symmetric difference-closed sets related to commuting involutions. Discrete Mathematics and Theoretical Computer Science, DMTCS, 2017, Vol 19 no. 1. hal-01345066v4 HAL Id: hal-01345066 https://hal.archives-ouvertes.fr/hal-01345066v4 Submitted on 18 Mar 2017 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Discrete Mathematics and Theoretical Computer Science DMTCS vol. 19:1, 2017, #8 A class of symmetric difference-closed sets related to commuting involutions John M. Campbell York University, Canada received 19th July 2016, revised 15th Dec. 2016, 1st Feb. 2017, accepted 10th Feb. 2017. Recent research on the combinatorics of finite sets has explored the structure of symmetric difference-closed sets, and recent research in combinatorial group theory has concerned the enumeration of commuting involutions in Sn and An. In this article, we consider an interesting combination of these two subjects, by introducing classes of symmetric difference-closed sets of elements which correspond in a natural way to commuting involutions in Sn and An. We consider the natural combinatorial problem of enumerating symmetric difference-closed sets consisting of subsets of sets consisting of pairwise disjoint 2-subsets of [n], and the problem of enumerating symmetric difference-closed sets consisting of elements which correspond to commuting involutions in An.
    [Show full text]
  • Cantor, God, and Inconsistent Multiplicities*
    STUDIES IN LOGIC, GRAMMAR AND RHETORIC 44 (57) 2016 DOI: 10.1515/slgr-2016-0008 Aaron R. Thomas-Bolduc University of Calgary CANTOR, GOD, AND INCONSISTENT MULTIPLICITIES* Abstract. The importance of Georg Cantor’s religious convictions is often ne- glected in discussions of his mathematics and metaphysics. Herein I argue, pace Jan´e(1995), that due to the importance of Christianity to Cantor, he would have never thought of absolutely infinite collections/inconsistent multiplicities, as being merely potential, or as being purely mathematical entities. I begin by considering and rejecting two arguments due to Ignacio Jan´e based on letters to Hilbert and the generating principles for ordinals, respectively, showing that my reading of Cantor is consistent with that evidence. I then argue that evidence from Cantor’s later writings shows that he was still very religious later in his career, and thus would not have given up on the reality of the absolute, as that would imply an imperfection on the part of God. The theological acceptance of his set theory was very important to Can- tor. Despite this, the influence of theology on his conception of absolutely infinite collections, or inconsistent multiplicities, is often ignored in contem- porary literature.1 I will be arguing that due in part to his religious convic- tions, and despite an apparent tension between his earlier and later writings, Cantor would never have considered inconsistent multiplicities (similar to what we now call proper classes) as completed in a mathematical sense, though they are completed in Intellectus Divino. Before delving into the issue of the actuality or otherwise of certain infinite collections, it will be informative to give an explanation of Cantor’s terminology, as well a sketch of Cantor’s relationship with religion and reli- gious figures.
    [Show full text]
  • 1 Measurable Sets
    Math 4351, Fall 2018 Chapter 11 in Goldberg 1 Measurable Sets Our goal is to define what is meant by a measurable set E ⊆ [a; b] ⊂ R and a measurable function f :[a; b] ! R. We defined the length of an open set and a closed set, denoted as jGj and jF j, e.g., j[a; b]j = b − a: We will use another notation for complement and the notation in the Goldberg text. Let Ec = [a; b] n E = [a; b] − E. Also, E1 n E2 = E1 − E2: Definitions: Let E ⊆ [a; b]. Outer measure of a set E: m(E) = inffjGj : for all G open and E ⊆ Gg. Inner measure of a set E: m(E) = supfjF j : for all F closed and F ⊆ Eg: 0 ≤ m(E) ≤ m(E). A set E is a measurable set if m(E) = m(E) and the measure of E is denoted as m(E). The symmetric difference of two sets E1 and E2 is defined as E1∆E2 = (E1 − E2) [ (E2 − E1): A set is called an Fσ set (F-sigma set) if it is a union of a countable number of closed sets. A set is called a Gδ set (G-delta set) if it is a countable intersection of open sets. Properties of Measurable Sets on [a; b]: 1. If E1 and E2 are subsets of [a; b] and E1 ⊆ E2, then m(E1) ≤ m(E2) and m(E1) ≤ m(E2). In addition, if E1 and E2 are measurable subsets of [a; b] and E1 ⊆ E2, then m(E1) ≤ m(E2).
    [Show full text]
  • Sets - June 24 Chapter 1 - Sets and Functions
    Math 300 - Introduction to Mathematical reasoning Summer 2013 Lecture 1: Sets - June 24 Chapter 1 - Sets and Functions Definition and Examples Sets are a \well-defined” collection of objects. We shall not say what we mean by \well-defined” in this course. At an introductory level, it suffices to think of a Set as a collection of objects. Some examples of sets are - • Collection of students taking Math 300, • Collection of all possible speeds that your car can attain, • Collection of all matrices with real entries (Math 308). Examples We mention some mathematical examples which we shall use throughout the course. Keep these examples in mind. • N - the set of natural numbers. Here, N = f1; 2; 3;:::; g • Z - the set of integers. Here, Z = f;:::; −3; −2; −1; 0; 1; 2; 3;:::; g • Q - the set of rational numbers. The set of rational numbers can described as fractions, where the numerator and denominator of the fraction are both integers and the denominator is not equal to zero. • R - the set of real numbers. • R+ - the set of positive real numbers. The objects of the set are called elements, members or points of the set. Usually a set is denoted by a capital letter. The elements of the set are denoted by lowercase letters. The symbol 2 denotes the phrase \belongs to". Let A be a set and let x be an element of the set A. The statement x 2 A should be read as x belongs to the set A. For example, the statement \1 2 N" should be read as \1 belongs to the set of natural numbers".
    [Show full text]
  • Review of Set-Theoretic Notations and Terminology A.J
    Math 347 Review of Set-theoretic Notations and Terminology A.J. Hildebrand Review of Set-theoretic Notations and Terminology • Sets: A set is an unordered collection of objects, called the elements of the set. The standard notation for a set is the brace notation f::: g, with the elements of the set listed inside the pair of braces. • Set builder notation: Notation of the form f::: : ::: g, where the colon (:) has the meaning of \such that", the dots to the left of the colon indicate the generic form of the element in the set and the dots to 2 the right of the colon denote any constraints on the element. E.g., fx 2 R : x < 4g stands for \the set of 2 all x 2 R such that x < 4"; this is the same as the interval (−2; 2). Other examples of this notation are f2k : k 2 Zg (set of all even integers), fx : x 2 A and x 2 Bg (intersection of A and B, A \ B). 2 Note: Instead of a colon (:), one can also use a vertical bar (j) as a separator; e.g., fx 2 R j x < 4g. Both notations are equally acceptable. • Equality of sets: Two sets are equal if they contain the same elements. E.g., the sets f3; 4; 7g, f4; 3; 7g, f3; 3; 4; 7g are all equal since they contain the same three elements, namely 3, 4, 7. • Some special sets: • Empty set: ; (or fg) • \Double bar" sets: 1 ∗ Natural numbers: N = f1; 2;::: g (note that 0 is not an element of N) ∗ Integers: Z = f:::; −2; −1; 0; 1; 2;::: g ∗ Rational numbers: Q = fp=q : p; q 2 Z; q 6= 0g ∗ Real numbers: R • Intervals: ∗ Open interval: (a; b) = fx 2 R : a < x < bg ∗ Closed interval: [a; b] = fx 2 R : a ≤ x ≤ bg ∗ Half-open interval: [a; b) = fx 2 R : a ≤ x < bg • Universe: U (\universe", a \superset" of which all sets under consideration are assumed to be a subset).
    [Show full text]
  • Logic, Proofs
    CHAPTER 1 Logic, Proofs 1.1. Propositions A proposition is a declarative sentence that is either true or false (but not both). For instance, the following are propositions: “Paris is in France” (true), “London is in Denmark” (false), “2 < 4” (true), “4 = 7 (false)”. However the following are not propositions: “what is your name?” (this is a question), “do your homework” (this is a command), “this sentence is false” (neither true nor false), “x is an even number” (it depends on what x represents), “Socrates” (it is not even a sentence). The truth or falsehood of a proposition is called its truth value. 1.1.1. Connectives, Truth Tables. Connectives are used for making compound propositions. The main ones are the following (p and q represent given propositions): Name Represented Meaning Negation p “not p” Conjunction p¬ q “p and q” Disjunction p ∧ q “p or q (or both)” Exclusive Or p ∨ q “either p or q, but not both” Implication p ⊕ q “if p then q” Biconditional p → q “p if and only if q” ↔ The truth value of a compound proposition depends only on the value of its components. Writing F for “false” and T for “true”, we can summarize the meaning of the connectives in the following way: 6 1.1. PROPOSITIONS 7 p q p p q p q p q p q p q T T ¬F T∧ T∨ ⊕F →T ↔T T F F F T T F F F T T F T T T F F F T F F F T T Note that represents a non-exclusive or, i.e., p q is true when any of p, q is true∨ and also when both are true.
    [Show full text]
  • Logic, Sets, and Proofs David A
    Logic, Sets, and Proofs David A. Cox and Catherine C. McGeoch Amherst College 1 Logic Logical Statements. A logical statement is a mathematical statement that is either true or false. Here we denote logical statements with capital letters A; B. Logical statements be combined to form new logical statements as follows: Name Notation Conjunction A and B Disjunction A or B Negation not A :A Implication A implies B if A, then B A ) B Equivalence A if and only if B A , B Here are some examples of conjunction, disjunction and negation: x > 1 and x < 3: This is true when x is in the open interval (1; 3). x > 1 or x < 3: This is true for all real numbers x. :(x > 1): This is the same as x ≤ 1. Here are two logical statements that are true: x > 4 ) x > 2. x2 = 1 , (x = 1 or x = −1). Note that \x = 1 or x = −1" is usually written x = ±1. Converses, Contrapositives, and Tautologies. We begin with converses and contrapositives: • The converse of \A implies B" is \B implies A". • The contrapositive of \A implies B" is \:B implies :A" Thus the statement \x > 4 ) x > 2" has: • Converse: x > 2 ) x > 4. • Contrapositive: x ≤ 2 ) x ≤ 4. 1 Some logical statements are guaranteed to always be true. These are tautologies. Here are two tautologies that involve converses and contrapositives: • (A if and only if B) , ((A implies B) and (B implies A)). In other words, A and B are equivalent exactly when both A ) B and its converse are true.
    [Show full text]
  • Lecture 1: Propositional Logic
    Lecture 1: Propositional Logic Syntax Semantics Truth tables Implications and Equivalences Valid and Invalid arguments Normal forms Davis-Putnam Algorithm 1 Atomic propositions and logical connectives An atomic proposition is a statement or assertion that must be true or false. Examples of atomic propositions are: “5 is a prime” and “program terminates”. Propositional formulas are constructed from atomic propositions by using logical connectives. Connectives false true not and or conditional (implies) biconditional (equivalent) A typical propositional formula is The truth value of a propositional formula can be calculated from the truth values of the atomic propositions it contains. 2 Well-formed propositional formulas The well-formed formulas of propositional logic are obtained by using the construction rules below: An atomic proposition is a well-formed formula. If is a well-formed formula, then so is . If and are well-formed formulas, then so are , , , and . If is a well-formed formula, then so is . Alternatively, can use Backus-Naur Form (BNF) : formula ::= Atomic Proposition formula formula formula formula formula formula formula formula formula formula 3 Truth functions The truth of a propositional formula is a function of the truth values of the atomic propositions it contains. A truth assignment is a mapping that associates a truth value with each of the atomic propositions . Let be a truth assignment for . If we identify with false and with true, we can easily determine the truth value of under . The other logical connectives can be handled in a similar manner. Truth functions are sometimes called Boolean functions. 4 Truth tables for basic logical connectives A truth table shows whether a propositional formula is true or false for each possible truth assignment.
    [Show full text]
  • Regularity Properties and Determinacy
    Regularity Properties and Determinacy MSc Thesis (Afstudeerscriptie) written by Yurii Khomskii (born September 5, 1980 in Moscow, Russia) under the supervision of Dr. Benedikt L¨owe, and submitted to the Board of Examiners in partial fulfillment of the requirements for the degree of MSc in Logic at the Universiteit van Amsterdam. Date of the public defense: Members of the Thesis Committee: August 14, 2007 Dr. Benedikt L¨owe Prof. Dr. Jouko V¨a¨an¨anen Prof. Dr. Joel David Hamkins Prof. Dr. Peter van Emde Boas Brian Semmes i Contents 0. Introduction............................ 1 1. Preliminaries ........................... 4 1.1 Notation. ........................... 4 1.2 The Real Numbers. ...................... 5 1.3 Trees. ............................. 6 1.4 The Forcing Notions. ..................... 7 2. ClasswiseConsequencesofDeterminacy . 11 2.1 Regularity Properties. .................... 11 2.2 Infinite Games. ........................ 14 2.3 Classwise Implications. .................... 16 3. The Marczewski-Burstin Algebra and the Baire Property . 20 3.1 MB and BP. ......................... 20 3.2 Fusion Sequences. ...................... 23 3.3 Counter-examples. ...................... 26 4. DeterminacyandtheBaireProperty.. 29 4.1 Generalized MB-algebras. .................. 29 4.2 Determinacy and BP(P). ................... 31 4.3 Determinacy and wBP(P). .................. 34 5. Determinacy andAsymmetric Properties. 39 5.1 The Asymmetric Properties. ................. 39 5.2 The General Definition of Asym(P). ............. 43 5.3 Determinacy and Asym(P). ................. 46 ii iii 0. Introduction One of the most intriguing developments of modern set theory is the investi- gation of two-player infinite games of perfect information. Of course, it is clear that applied game theory, as any other branch of mathematics, can be modeled in set theory. But we are talking about the converse: the use of infinite games as a tool to study fundamental set theoretic questions.
    [Show full text]
  • A Multiverse Perspective in Mathematics and Set Theory: Does Every Mathematical Statement Have a Definite Truth Value?
    The universe view The multiverse view Dream Solution of CH is unattainable Further topics Multiverse Mathematics A multiverse perspective in mathematics and set theory: does every mathematical statement have a definite truth value? Joel David Hamkins The City University of New York Mathematics, Philosophy, Computer Science College of Staten Island of CUNY The CUNY Graduate Center Meta-Meta Workshop: Metamathematics and Metaphysics Fudan University, Shanghai June 15, 2013 Meta-Meta Workshop, Shanghai June 15, 2013 Joel David Hamkins, New York The universe view The multiverse view Dream Solution of CH is unattainable Further topics Multiverse Mathematics The theme The theme of this talk is the question: Does every mathematical problem have a definite answer? I shall be particularly interested in this question as it arises in the case of set theory: Does every set-theoretic assertion have a definite truth value? Meta-Meta Workshop, Shanghai June 15, 2013 Joel David Hamkins, New York The universe view The multiverse view Dream Solution of CH is unattainable Further topics Multiverse Mathematics Set theory as Ontological Foundation A traditional view in set theory is that it serves as an ontological foundation for the rest of mathematics, in the sense that other abstract mathematical objects can be construed fundamentally as sets. On this view, mathematical objects—functions, real numbers, spaces—are sets. Being precise in mathematics amounts to specifying an object in set theory. In this way, the set-theoretic universe becomes the realm of all mathematics. Having a common foundation was important for the unity of mathematics. A weaker position remains compatible with structuralism.
    [Show full text]