5. Bijections, Injections, Surjections: Stirling

Total Page:16

File Type:pdf, Size:1020Kb

5. Bijections, Injections, Surjections: Stirling MAT2348 : Introduction to Discrete Mathematics Mike Newman, fall 2018 5. bijections, injections, surjections: Stirling functions We've talked about functions, and specifically bijections, as tools for enumerating. Now we'll look at enumerating functions. Let A and B be two sets, and f : A!B. Then f : A!B is a function if • For every a 2 A there is a unique b 2 B such that f(a) = b. There are special classes of functions (which in addition to the following must all satisfy the condition for being a function of course). A function f : A!B is . • . a bijection if for every b 2 B there is a unique a 2 A such that f(a) = b. • . an injection if for every b 2 B there is at most one a 2 A such that f(a) = b. • . a surjection if for every b 2 B there is at least one a 2 A such that f(a) = b. We saw, for instance, that f is a bijection if and only if it is an injection and a surjection. Note that injections, surjections and bijections relate naturally to size. Although we are not primarily concerned with set theory in this course, we offer the following two propositions for completeness. Proposition 5.1. Let f : A!B. • If f is a bijection then jAj = jBj. • If f is a injection then jAj ≤ jBj. • If f is a surjection then jAj ≥ jBj. Proof. The first statement is actually the definition of what it means for two sets to have the same size! For the second, assume f is an injection. Let B0 = ff(a): aAg; this is the subset of B that is the image of A. Let g : A!B0 be the map such that g(a) = f(a) for all a 2 A. Then g is injective because f is, and g is surjective by definition, so it is a bijection from A to B0. Therefore B = B0 [_ (B n B0), and so jBj = jB0j + jB n B0j = jAj + jB n B0j ≥ jAj. For the third, assume f is a surjection. For every b 2 B there is at least one and possibly several a 2 A such that f(a) = b. Let A0 be a subset of A such that there is exactly one a 2 A such that f(a) = b. Let g : A0 !B be the map such that g(a) = f(a) for all a 2 A0. Then g is surjective because f is, and g is injective by definition, so it is a bijection from A to B0. Therefore A = A0 [_ (A n A0), and so jAj = jA0j + jA n A0j = jBj + jB n B0j ≥ jBj. Proposition 5.2. Let A; B be sets. • If jAj = jBj then there exists a bijection f : A!B. • If jAj ≤ jBj then there exists an injection f : A!B. • If jAj ≥ jBj then there exists an surjection f : A!B. ∗ These notes are intended for students in mike's MAT2348. For other uses please say \hi" to [email protected]. 33 Proof. Again, the first statement is the definition of what it means for two sets to have the same size. For the second, let B0 be a subset of B with jAj = jB0j. Let g : A!B0 be a bijection (guaranteed by the definition of two sets having the same size!). Now define f : A!B by f(a) = g(a) for all a 2 A. Then f is an injection because g is. For the third, let A0 be a subset of A with jA0j = jBj. Let g : A0 !B be a bijection (guaranteed by the definition of two sets having the same size!). Now define f : A!B by f(a) = g(a) for all a 2 A0, and f(a) chosen arbitrarily from B for a 2 A n A0. Then f is an surjection because g is. In fact the Axiom of Choice is lurking in the proofs of Proposition 5.1 and Proposition 5.2.1 Since we are primarily dealing with finite sets in this course, there is no problem. You might think of what happens if the sets are not finite (specifically: uncountable), but this is beyond the scope of the this course. Problem 5.3. One should be careful with Proposition 5.2. It talks about the existence of a function. Consider two sets A and B. Assume jAj = jBj and f : A!B. Is it true that f is a bijection? Assume jAj ≤ jBj and f : A!B. Is it true that f is an injection? Assume jAj ≥ jBj and f : A!B. Is it true that f is an surjection? counting functions Let A and B be two finite sets with n = jAj and m = jBj. How many functions f : A!B are there? In order to specify a function f, then for every a 2 A we must identify a unique f(a) 2 B. There is no constraint on the values f(a), so we have m choices for each a 2 A and the Product Principle gives that there are mn functions f : A!B. This is just another point of view on Proposition 1.18, with repetition allowed. Proposition 5.4. Let n = jAj and m = jBj. The number of functions f : A!B is mn. Example 5.5. Consider a test of ten true/false questions. Each way of writing this test corresponds to a function f : f1; 2; 3; 4; 5; 6; 7; 8; 9; 10g ! fT;F g. The number of such functions is 210, so the number of ways of writing this test is 210. What is the number of bijections f : A ! B? We can identify the elements of A as A = fa1; a2; ··· ; ang and the elements of B as B = fb1; b2; ··· ; bmg. Then a bijection f is exactly de- scribed by the list of images of A, in other words as (f(a1); f(a2); ··· ; f(an)). Each of the f(ai) is a distinct element of B, and all elements of B occur, so this list is exactly an arrangement of the set B; in particular, m = n. This is Proposition 1.18, without repetition. Proposition 5.6. Let n = jAj = jBj. The number of bijections f : A!B is n!. What is the number of injections f : A ! B? Again, we can identify the elements of A as A = fa1; a2; ··· ; ang and the elements of B as B = fb1; b2; ··· ; bmg. An injection f is again a list 1 The Axiom of Choice states that given any family of sets, it is possible to choose one element from every set in the family. This may seem trivial, but if the family is uncountable, then this is (amazingly enough) not trivial, and in fact not implied by the basic axioms of set theory. 34 (f(a1); f(a2); ··· ; f(an)). Each of the fi is a distinct element of B, so this is exactly an arrangement of n elements of B; in particular n ≤ m. This is Proposition 1.18, without repetition. Proposition 5.7. Let n = jAj and m = jBj (with n ≤ m). The number of injections f : A!B is m(m − 1) ··· (m − n + 1) = m!=(m − n)!. Problem 5.8. Explain why the number of injections from A to B is zero if jBj < jAj. Do this in two ways: by applying the given formula, and directly from the definition of an injection. There is one further type of function we could enumerate: surjections. Problem 5.9. What is the number of surjections f : A ! B? Stirling numbers Let A and B be sets with n = jAj and m = jBj. We can imagine a function f : A!B as follows. We have m labelled boxes corresponding to the elements of B, and n labelled marbles corresponding to the elements of A. We must place each marble into exactly one box; if marble a goes in box b then this means f(a) = b. A function corresponds to a way of distributing the marbles, a bijection corresponds to a way of distributing the marbles with exactly one marble per box. An injection has at most one marble per box and a surjection has at least one marble per box. We will find the number of surjections by a sequence of approximations. We might first imagine that the number of surjections is approximately the number of functions. mn This is not exact, because we shouldn't count functions that aren't surjections. Consider a function f : A ! B n fbg for some particular b 2 B. This is not a surjection, but it was counted, so we should uncount it. The number of such functions is, by Proposition 5.4 equal to (m − 1)n. There are m distinct choices for b 2 B, so the product Principle gives that we have counted m(m − 1)n things we shouldn't have. Subtracting gives a better approximation. mn − m(m − 1)n This is still not quite right. Consider a function f : A ! B nfb; b0g for two distinct elements b; b0 2 B. This function has been counted once, and then uncounted twice, so we should recount it once to give a net count of zero. The number of such functions is (m − 2)n for a particular b; b0, and there are m 0 m n 2 choices for b; b , so the Product Principle gives 2 (m − 2) functions that need to be recounted.
Recommended publications
  • On Properties of Families of Sets Lecture 2
    On properties of families of sets Lecture 2 Lajos Soukup Alfréd Rényi Institute of Mathematics Hungarian Academy of Sciences http://www.renyi.hu/∼soukup 7th Young Set Theory Workshop Recapitulation Recapitulation Definition: A family A⊂P(X) has property B iff χ(A)= 2, where the chromatic number of A is defined as follows: χ(A)=min{λ | ∃f : X → λ ∀A ∈ A |f [A]|≥ 2}. Recapitulation Definition: A family A⊂P(X) has property B iff χ(A)= 2, where the chromatic number of A is defined as follows: χ(A)=min{λ | ∃f : X → λ ∀A ∈ A |f [A]|≥ 2}. Theorem (E. W. Miller, 1937) ω There is an almost disjoint A⊂ ω with χ(A)= ω. Recapitulation Definition: A family A⊂P(X) has property B iff χ(A)= 2, where the chromatic number of A is defined as follows: χ(A)=min{λ | ∃f : X → λ ∀A ∈ A |f [A]|≥ 2}. Theorem (E. W. Miller, 1937) ω There is an almost disjoint A⊂ ω with χ(A)= ω. Theorem (Gy. Elekes, Gy Hoffman, 1973) ω For all infinite cardinal κ there is an almost disjoint A⊂ X with χ(A) ≥ κ. Recapitulation Definition: A family A⊂P(X) has property B iff χ(A)= 2, where the chromatic number of A is defined as follows: χ(A)=min{λ | ∃f : X → λ ∀A ∈ A |f [A]|≥ 2}. Theorem (E. W. Miller, 1937) ω There is an almost disjoint A⊂ ω with χ(A)= ω. Theorem (Gy. Elekes, Gy Hoffman, 1973) ω For all infinite cardinal κ there is an almost disjoint A⊂ X with χ(A) ≥ κ.
    [Show full text]
  • Some Intersection Theorems for Ordered Sets and Graphs
    IOURNAL OF COMBINATORIAL THEORY, Series A 43, 23-37 (1986) Some Intersection Theorems for Ordered Sets and Graphs F. R. K. CHUNG* AND R. L. GRAHAM AT&T Bell Laboratories, Murray Hill, New Jersey 07974 and *Bell Communications Research, Morristown, New Jersey P. FRANKL C.N.R.S., Paris, France AND J. B. SHEARER' Universify of California, Berkeley, California Communicated by the Managing Editors Received May 22, 1984 A classical topic in combinatorics is the study of problems of the following type: What are the maximum families F of subsets of a finite set with the property that the intersection of any two sets in the family satisfies some specified condition? Typical restrictions on the intersections F n F of any F and F’ in F are: (i) FnF’# 0, where all FEF have k elements (Erdos, Ko, and Rado (1961)). (ii) IFn F’I > j (Katona (1964)). In this paper, we consider the following general question: For a given family B of subsets of [n] = { 1, 2,..., n}, what is the largest family F of subsets of [n] satsifying F,F’EF-FnFzB for some BE B. Of particular interest are those B for which the maximum families consist of so- called “kernel systems,” i.e., the family of all supersets of some fixed set in B. For example, we show that the set of all (cyclic) translates of a block of consecutive integers in [n] is such a family. It turns out rather unexpectedly that many of the results we obtain here depend strongly on properties of the well-known entropy function (from information theory).
    [Show full text]
  • Families of Sets and Extended Operations Families of Sets
    Families of Sets and Extended Operations Families of Sets When dealing with sets whose elements are themselves sets it is fairly common practice to refer to them as families of sets, however this is not a definition. In fact, technically, a family of sets need not be a set, because we allow repeated elements, so a family is a multiset. However, we do require that when repeated elements appear they are distinguishable. F = {A , A , A , A } with A = {a,b,c}, A ={a}, A = {a,d} and 1 2 3 4 1 2 3 A = {a} is a family of sets. 4 Extended Union and Intersection Let F be a family of sets. Then we define: The union over F by: ∪ A={x :∃ A∈F x∈A}= {x :∃ A A∈F∧x∈A} A∈F and the intersection over F by: ∩ A = {x :∀ A∈F x∈A}= {x :∀ A A∈F ⇒ x∈A}. A∈F For example, with F = {A , A , A , A } where A = {a,b,c}, 1 2 3 4 1 A ={a}, A = {a,d} and A = {a} we have: 2 3 4 ∪ A = {a ,b , c , d } and ∩ A = {a}. A∈F A∈F Theorem 2.8 For each set B in a family F of sets, a) ∩ A ⊆ B A∈F b) B ⊆ ∪ A. A∈F Pf: a) Suppose x ∈ ∩ A, then ∀A ∈ F, x ∈ A. Since B ∈ F, we have x ∈ B. Thus, ∩ A ⊆ B. b) Now suppose y ∈ B. Since B ∈ F, y ∈ ∪ A. Thus, B ⊆ ∪ A. Caveat Care must be taken with the empty family F, i.e., the family containing no sets.
    [Show full text]
  • Families of Sets
    FORMALIZED MATHEMATICS Number 1, January 1990 Universit´eCatholique de Louvain Families of Sets Beata Padlewska1 Warsaw University Bia lystok Summary. The article contains definitions of the following concepts: family of sets, family of subsets of a set, the intersection of a family of sets. Functors ∪, ∩, and \ are redefined for families of subsets of a set. Some properties of these notions are presented. The terminology and notation used in this paper are introduced in the following papers: [1], [3], and [2]. For simplicity we adopt the following convention: X, Y , Z, Z1, D will denote objects of the type set; x, y will denote objects of the type Any. Let us consider X. The functor \ X, with values of the type set, is defined by for x holds x ∈ it iff for Y holds Y ∈ X implies x ∈ Y, if X 6= ∅, it = ∅, otherwise. The following propositions are true: (1) X 6= ∅ implies for x holds x ∈ \ X iff for Y st Y ∈ X holds x ∈ Y, (2) \ ∅ = ∅, (3) \ X ⊆ [ X, (4) Z ∈ X implies \ X ⊆ Z, (5) ∅∈ X implies \ X = ∅, (6) X 6= ∅ &(for Z1 st Z1 ∈ X holds Z ⊆ Z1) implies Z ⊆ \ X, 1Supported by RPBP.III-24.C1. cf 1990 Fondation Philippe le Hodey 147 ISSN 0777-4028 148 Beata Padlewska (7) X 6= ∅ & X ⊆ Y implies \ Y ⊆ \ X, (8) X ∈ Y & X ⊆ Z implies \ Y ⊆ Z, (9) X ∈ Y & X ∩ Z = ∅ implies \ Y ∩ Z = ∅, (10) X 6= ∅ & Y 6= ∅ implies \(X ∪ Y )= \ X ∩ \ Y, (11) \{x} = x, (12) \{X,Y } = X ∩ Y. Set-Family stands for set .
    [Show full text]
  • Equivalents to the Axiom of Choice and Their Uses A
    EQUIVALENTS TO THE AXIOM OF CHOICE AND THEIR USES A Thesis Presented to The Faculty of the Department of Mathematics California State University, Los Angeles In Partial Fulfillment of the Requirements for the Degree Master of Science in Mathematics By James Szufu Yang c 2015 James Szufu Yang ALL RIGHTS RESERVED ii The thesis of James Szufu Yang is approved. Mike Krebs, Ph.D. Kristin Webster, Ph.D. Michael Hoffman, Ph.D., Committee Chair Grant Fraser, Ph.D., Department Chair California State University, Los Angeles June 2015 iii ABSTRACT Equivalents to the Axiom of Choice and Their Uses By James Szufu Yang In set theory, the Axiom of Choice (AC) was formulated in 1904 by Ernst Zermelo. It is an addition to the older Zermelo-Fraenkel (ZF) set theory. We call it Zermelo-Fraenkel set theory with the Axiom of Choice and abbreviate it as ZFC. This paper starts with an introduction to the foundations of ZFC set the- ory, which includes the Zermelo-Fraenkel axioms, partially ordered sets (posets), the Cartesian product, the Axiom of Choice, and their related proofs. It then intro- duces several equivalent forms of the Axiom of Choice and proves that they are all equivalent. In the end, equivalents to the Axiom of Choice are used to prove a few fundamental theorems in set theory, linear analysis, and abstract algebra. This paper is concluded by a brief review of the work in it, followed by a few points of interest for further study in mathematics and/or set theory. iv ACKNOWLEDGMENTS Between the two department requirements to complete a master's degree in mathematics − the comprehensive exams and a thesis, I really wanted to experience doing a research and writing a serious academic paper.
    [Show full text]
  • INTERSECTION PROPERTIES of FAMILIES CONTAINING SETS of NEARLY the SAME SIZE P. Erdős, R. Silverman and A. Stein Abstract a Fami
    INTERSECTION PROPERTIES OF FAMILIES CONTAINING SETS OF NEARLY THE SAME SIZE P . Erdős, R . Silverman and A . Stein Abstract A family F of sets has property B(s) if there exists a set S whose intersection with each set in F is non-empty but contains fewer than s elements . P . Erdős has asked whether there exists an absolute constant c such that every projective plane has property B(c) . In this paper, the authors, as a partial answer to this question, obtain the result that for n sufficiently large, every projective plane of order n has property B(c log n) . The result is a corollary of a theorem applicable to somewhat more general families of finite sets . A family F of sets has property B if there is a set S whose intersection with each set in the family is a proper subset of that set . Many algebraic and combinatorial problems may be restated in terms of property B . P . Erdős [1] proposed property B(s) as a stronger form of property B . A family F has property B(s) if there is a set S whose intersection with each set in the family is a proper subset of that set containing fewer than s elements . Property B(s) has been studied by, among others, Silverman, Levinson, Stein, Abbott and Erdos . Property B is an important combinatorial property, and the related literature includes, for example, a recent paper by D . Kleitman on Sperner families [4] . In this paper we consider 2 questions : 1) P . Erdős has asked whether there exists an absolute constant c such that every projective plane has property B(c) .
    [Show full text]
  • Axioms of Set Theory and Equivalents of Axiom of Choice Farighon Abdul Rahim Boise State University, [email protected]
    Boise State University ScholarWorks Mathematics Undergraduate Theses Department of Mathematics 5-2014 Axioms of Set Theory and Equivalents of Axiom of Choice Farighon Abdul Rahim Boise State University, [email protected] Follow this and additional works at: http://scholarworks.boisestate.edu/ math_undergraduate_theses Part of the Set Theory Commons Recommended Citation Rahim, Farighon Abdul, "Axioms of Set Theory and Equivalents of Axiom of Choice" (2014). Mathematics Undergraduate Theses. Paper 1. Axioms of Set Theory and Equivalents of Axiom of Choice Farighon Abdul Rahim Advisor: Samuel Coskey Boise State University May 2014 1 Introduction Sets are all around us. A bag of potato chips, for instance, is a set containing certain number of individual chip’s that are its elements. University is another example of a set with students as its elements. By elements, we mean members. But sets should not be confused as to what they really are. A daughter of a blacksmith is an element of a set that contains her mother, father, and her siblings. Then this set is an element of a set that contains all the other families that live in the nearby town. So a set itself can be an element of a bigger set. In mathematics, axiom is defined to be a rule or a statement that is accepted to be true regardless of having to prove it. In a sense, axioms are self evident. In set theory, we deal with sets. Each time we state an axiom, we will do so by considering sets. Example of the set containing the blacksmith family might make it seem as if sets are finite.
    [Show full text]
  • Set (Mathematics) from Wikipedia, the Free Encyclopedia
    Set (mathematics) From Wikipedia, the free encyclopedia A set in mathematics is a collection of well defined and distinct objects, considered as an object in its own right. Sets are one of the most fundamental concepts in mathematics. Developed at the end of the 19th century, set theory is now a ubiquitous part of mathematics, and can be used as a foundation from which nearly all of mathematics can be derived. In mathematics education, elementary topics such as Venn diagrams are taught at a young age, while more advanced concepts are taught as part of a university degree. Contents The intersection of two sets is made up of the objects contained in 1 Definition both sets, shown in a Venn 2 Describing sets diagram. 3 Membership 3.1 Subsets 3.2 Power sets 4 Cardinality 5 Special sets 6 Basic operations 6.1 Unions 6.2 Intersections 6.3 Complements 6.4 Cartesian product 7 Applications 8 Axiomatic set theory 9 Principle of inclusion and exclusion 10 See also 11 Notes 12 References 13 External links Definition A set is a well defined collection of objects. Georg Cantor, the founder of set theory, gave the following definition of a set at the beginning of his Beiträge zur Begründung der transfiniten Mengenlehre:[1] A set is a gathering together into a whole of definite, distinct objects of our perception [Anschauung] and of our thought – which are called elements of the set. The elements or members of a set can be anything: numbers, people, letters of the alphabet, other sets, and so on.
    [Show full text]
  • Intersecting Families of Finite Sets and Fixed-Point-Free 2-Elements
    i 1 Europ. J. Combinatorics (1989) 10,149-160 Intersecting Families of Finite Sets and Fixed-point-Free 2-Elements P. J. CAMERON, P. FRANKL AND W. M. KANTOR We study the maximum cardinality of a pairwise-intersecting family of subsets of an n-set, or the size of the smallest set in such a family, under either of the assumptions that it is regular (as a hypergraph) or that it admits a transitive permutation group. Not surprisingly, results under the second assumption are stronger. We also give some results for 4-wise intersecting families under the same assumptions. 1. INTRODUCTION AND STATEMENT OF RESULTS There is a large collection of results in extremal set theory, concerning families F of subsets of an n-element set X: typically, these are bounds on the cardinality of F, and characterisations of families attaining the bounds, subject to assumptions about cardi­ nalities of intersections, closure conditions, or exclusion of solutions of various relations such as FI £;; F2 • In many cases, it is interesting to ask for similar results under a global hypothesis on F. We consider two such hypotheses. We say that F is regular if the number of members of ~ containing an element x is a constant (called the degree of ~); and ~ is transitive if it is invariant under a transitive group of permutations of X. Obviously, transitivity implies regularity, but not conversely. Our main concern is with intersecting families (containing no two disjoint sets). It is trivial that the cardinality of an intersecting family is at most 2"-1. This bound is realised, for any n, by the (non-regular) family consisting of all sets containing a fixed x E X.
    [Show full text]
  • Constructive Zermelo-Fraenkel Set Theory, Power Set, and the Calculus of Constructions
    This is a repository copy of Constructive zermelo-fraenkel set theory, power set, and the calculus of constructions. White Rose Research Online URL for this paper: http://eprints.whiterose.ac.uk/75182/ Book Section: Rathjen, M (2012) Constructive zermelo-fraenkel set theory, power set, and the calculus of constructions. In: Dybjer, P, Lindström, S, Palmgren, E and Sundholm, G, (eds.) Epistemology versus ontology: Essays on the philosophy and foundations of mathematics in honour of Per Martin-Löf. Logic, Epistemology, and the Unity of Science, 27 . Springer , Dordrecht, Netherlands , 313 - 349. ISBN 9789400744356 https://doi.org/10.1007/978-94-007-4435-6 Reuse Unless indicated otherwise, fulltext items are protected by copyright with all rights reserved. The copyright exception in section 29 of the Copyright, Designs and Patents Act 1988 allows the making of a single copy solely for the purpose of non-commercial research or private study within the limits of fair dealing. The publisher or other rights-holder may allow further reproduction and re-use of this version - refer to the White Rose Research Online record for this item. Where records identify the publisher as the copyright holder, users can verify any specific terms of use on the publisher’s website. Takedown If you consider content in White Rose Research Online to be in breach of UK law, please notify us by emailing [email protected] including the URL of the record and the reason for the withdrawal request. [email protected] https://eprints.whiterose.ac.uk/ Constructive Zermelo-Fraenkel Set Theory, Power Set, and the Calculus of Constructions Michael Rathjen∗ Department of Pure Mathematics, University of Leeds Leeds LS2 9JT, United Kingdom [email protected] May 4, 2012 Abstract Full intuitionistic Zermelo-Fraenkel set theory, IZF, is obtained from constructive Zermelo- Fraenkel set theory, CZF, by adding the full separation axiom scheme and the power set axiom.
    [Show full text]
  • A Complete Characterization of Maximal Symmetric Difference-Free Families on {1,…N}
    East Tennessee State University Digital Commons @ East Tennessee State University Electronic Theses and Dissertations Student Works 8-2006 A Complete Characterization of Maximal Symmetric Difference-Free families on {1,…n}. Travis Gerarde Buck East Tennessee State University Follow this and additional works at: https://dc.etsu.edu/etd Part of the Set Theory Commons Recommended Citation Buck, Travis Gerarde, "A Complete Characterization of Maximal Symmetric Difference-Free families on {1,…n}." (2006). Electronic Theses and Dissertations. Paper 2210. https://dc.etsu.edu/etd/2210 This Dissertation - Open Access is brought to you for free and open access by the Student Works at Digital Commons @ East Tennessee State University. It has been accepted for inclusion in Electronic Theses and Dissertations by an authorized administrator of Digital Commons @ East Tennessee State University. For more information, please contact [email protected]. A Complete Characterization of Maximal Symmetric Difference-Free Families on {1, . n} A thesis Presented to the faculty of the Department of Mathematics East Tennessee State University In partial fulfillment of the requirements for the degree Master of Science in Mathematical Sciences by Travis Gerarde Buck August, 2006 Anant Godbole, Ph.D., Chair Robert Gardner, Ph.D. Debra Knisley, Ph.D. Keywords: Symmetric Difference, Delta-free ABSTRACT A Complete Characterization of Maximal Symmetric Difference Free Families on {1, . n} by Travis Gerarde Buck Prior work in the field of set theory has looked at the properties of union-free families. This thesis investigates families based on a different set operation, the symmetric difference. It provides a complete characterization of maximal symmetric difference- free families of subsets of {1, .
    [Show full text]
  • Separability Properties of Almost - Disjoint Families of Sets
    Reprinted from Israel Journal of Mathematics Vol. 12, No. 2, 1972 SEPARABILITY PROPERTIES OF ALMOST - DISJOINT FAMILIES OF SETS BY PAUL ERDaS AI-33 SAHARON SHELAH ABSTRACT We solve here some problems arising from a work by Hechler [3]. We elimi- nate extra set-theoretic axioms (MA, in fact) from existence theorems and deal with the existence of disjoint sets. Intrdouction Wedeal with almost-disjoint families (denoted by K and L) of sets of natural numbers. Usually the sets and the family are infinite. (For any two cardinals KB 2 tc,, it is of interest to consider those families of subsets of K, such that eachmember of the family has cardinality K, and the intersection of any two distinct members of the family has cardinality less than K, . Our results generalize to hold for such families with only small changes or additional requirements (e.g., fi < CI or K, regular for Theorem 2.1).) We use Hechler’s notation. Two remarks are in order: 1) non-2-separability of K is equivalent to the property (B) of K (see Miller [5] and Erdijs and Hajnal [l] concerning this property}. Miller proved the exis- tence of, what we called, the a-separable family in a very “tricky” way. 2) K is n-separable iff it does not have a colouring with n-colours (according to the notations of Erdiis and Hajnal [2]). 1. Existence of n-separable but not (12 + 1) - separable families In [3], section 8, Hechler proves the existence of some almost-disjoint families with separability properties, using the assumption that every infinite maximal almost-disjoint family (E P(N)) has power 2“‘.
    [Show full text]