Sets and Probability

Total Page:16

File Type:pdf, Size:1020Kb

Sets and Probability CHAPTER 1 Sets and Probability In a survey of 200 people that had just returned from a trip to Europe, the following informa- tion was gathered. • 142 visited England • 95 visited Italy • 65 visited Germany • 70 visited both England and Italy • 50 visited both England and Germany • 30 visited both Italy and Germany • 20 visited all three of these countries How many went to England but not Italy or Germany? We will learn how to solve puzzles like this in the second section of the chapter when count- ing the elements in a set is discussed. Exerpt from Applied Finite Mathematics by Tomastik and Epstein (c) 2008 Cengage Learning 1.1 Introduction to Sets 13 1.1 Introduction to Sets This section discusses operations on sets and the laws governing these set opera- tions. These are fundamental notions that will be used throughout the remainder of this text. In the next two chapters we will see that probability and statistics are based on counting the elements in sets and manipulating set operations. Thus we first need to understand clearly the notion of sets and their operations. ✧ The Language of Sets We begin here with some definitions of the language and notation used when working with sets. The most basic definition is “What is a set?” A set is a HISTORICAL NOTE collection of items. These items are referred to as the elements or members of George Boole, 1815–1864 the set. For example, the set containing the numbers 1, 2, and 3 would be written {1,2,3}. Notice that the set is contained in curly brackets. This will help us George Boole was born into a lower-class family in Lincoln, distinguish sets from other mathematical objects. England, and had only a common When all the elements of the set are written out, we refer to this as roster school education. He was largely notation. So the set containing the first 10 letters in the English alphabet would self-taught and managed to { , , , , , , , , , } become an elementary school be written as a b c d e f g h i j in roster notation. If we wanted to refer to teacher. Up to this time any rule of this set without writing all the elements, we could define the set in terms of its algebra such as a(x + y)=ax + ay properties. This is called set-builder notation. So we write was understood to apply only to numbers and magnitudes. Boole { | } developed an “algebra” of sets x x is one of the first 10 letters in the English alphabet where the elements of the sets could be not just numbers but This is read “the set of all x such that x is one of the first 10 letters in the English anything. This then laid down the alphabet”. If we will be using a set more than once in a discussion, it is useful to foundations for a fundamental way of thinking. Bertrand Russell, a define the set with a symbol, usually an uppercase letter. So great mathematician and philosopher of the 20th century, S = {a,b,c,d,e, f ,g,h,i, j} said that the greatest discovery of the 19th century was the nature of { , , , , , , , , , } pure mathematics, which he We can say c is an element of the set a b c d e f g h i j or simply write asserted was discovered by c ∈ S. The symbol ∈ is read “is an element of”. We can also say that the set George Boole. Boole’s pamphlet R = {c} is a subset of our larger set S as every element in the set R is also in the “The Mathematical Analysis of Logic” maintained that the set S. essential character of mathematics lies in its form rather than in its content. Thus mathematics is not Subsets merely the science of If every element of a set A is also an element of another set B, we say that measurement and number but any ⊆ study consisting of symbols and A is a subset of B and write A B.IfA is not a subset of B, we write precise rules of operation. Boole A ⊆ B. founded not only a new algebra of sets but also a formal logic that we will discuss in Chapter L. Thus {1,2,4}⊆{1,2,3,4},but{1,2,3,4} ⊆{1,2,4}. Since every element in A is in A, we can write A ⊆ A. If there is a set B and every element in the set B is also in the set A but B = A, we say that B is a proper subset of A. This is written as B ⊂ A. Note the proper subset symbol ⊂ is lacking the small horizontal line that the subset symbol ⊆ has. The difference is rather like the difference between < and ≤. Some sets have no elements at all. We need some notation for this, simply leaving a blank space will not do! Exerpt from Applied Finite Mathematics by Tomastik and Epstein (c) 2008 Cengage Learning 14 Chapter 1 Sets and Probability Empty Set The empty set, written as0or / {}, is the set with no elements. The empty set can be used to conveniently indicate that an equation has no solution. For example {x|x is real and x2 = −1} = /0 By the definition of subset, given any set A, we must have /0 ⊆ A. EXAMPLE 1 Finding Subsets Find all the subsets of {a,b,c}. Solution The subsets are /0,{a},{b},{c},{a,b},{a,c},{b,c},{a,b,c} ✦ REMARK: Note that there are 8 subsets and 7 of them are proper subsets. In general, a set with n elements will have 2n subsets. In the next chapter we will learn why this is so. The empty set is the set with no elements. At the other extreme is the uni- versal set. This set is the set of all elements being considered and is denoted by U. If, for example, we are to take a national survey of voter satisfaction with the president, the universal set is the set of all voters in this country. If the survey is to determine the effects of smoking on pregnant women, the universal set is the set of all pregnant women. The context of the problem under discussion will determine the universal set for that problem. The universal set must contain every element under discussion. A Venn diagram is a way of visualizing sets. The universal set is represented by a rectangle and sets are represented as circles inside the universal set. For Figure 1.1 example, given a universal set U and a set A, Figure 1.1 is a Venn diagram that visualizes the concept that A ⊂ U. Figure 1.1 also visualizes the concept B ⊂ A. The U above the rectangle will be dropped in later diagrams as we will abide by the convention that the rectangle always represents the universal set. ✧ Set Operations The first set operation we consider is the complement. The complement of set A are those members of set U that do not belong to A. Complement Given a universal set U and a set A ⊂ U, the complement of A, written Ac, is the set of all elements that are in U but not in A, that is, Ac = {x|x ∈ U, x ∈/ A} Figure 1.2 Ac is shaded. Exerpt from Applied Finite Mathematics by Tomastik and Epstein (c) 2008 Cengage Learning 1.1 Introduction to Sets 15 A Venn diagram visualizing Ac is shown in Figure 1.2. Some alternate nota- tions for the complement of a set are A and A¯. EXAMPLE 2 The Complements of Sets Let U = {1,2,3,4,5,6,7,8,9}, A = {1,3,5,7,9}, B = {1,2,3,4,5}. Find Ac, Bc, Uc,/0c, and (Ac)c in roster notation. Solution We have Ac = {2,4,6,8} Bc = {6,7,8,9} Uc = /0 /0c = {1,2,3,4,5,6,7,8,9} = U (Ac)c = {2,4,6,8}c = {1,3,5,7,9} = A ✦ Note that in the example above we found Uc = /0and /0c = U. Additionally (Ac)c = A. This can be seen using the Venn diagram in Figure 1.2, since the complement of Ac is all elements in U but not in Ac which is the set A. These three rules are called the Complement Rules. Complement Rules If U is a universal set, we must always have Uc = /0, /0c = U If A is any subset of a universal set U, then (Ac)c = A The next set operation is the union of two sets. This set includes the members of both sets A and B. That is, if an element belongs to set A or set B then it belongs to the union of A and B. Set Union The union of two sets A and B, written A∪B, is the set of all elements that belong to A,ortoB, or to both. Thus A ∪ B = {x|x ∈ A or x ∈ B or both} REMARK: This usage of the word “or” is the same as in logic. It is the inclusive “or” where the elements that belong to both sets are part of the union. In English the use of “or” is often the exclusive “or”. That is, if a meal you order at a restaurant comes with a dessert and you are offered cake or pie, you really only get one of the desserts.
Recommended publications
  • 2.1 the Algebra of Sets
    Chapter 2 I Abstract Algebra 83 part of abstract algebra, sets are fundamental to all areas of mathematics and we need to establish a precise language for sets. We also explore operations on sets and relations between sets, developing an “algebra of sets” that strongly resembles aspects of the algebra of sentential logic. In addition, as we discussed in chapter 1, a fundamental goal in mathematics is crafting articulate, thorough, convincing, and insightful arguments for the truth of mathematical statements. We continue the development of theorem-proving and proof-writing skills in the context of basic set theory. After exploring the algebra of sets, we study two number systems denoted Zn and U(n) that are closely related to the integers. Our approach is based on a widely used strategy of mathematicians: we work with specific examples and look for general patterns. This study leads to the definition of modified addition and multiplication operations on certain finite subsets of the integers. We isolate key axioms, or properties, that are satisfied by these and many other number systems and then examine number systems that share the “group” properties of the integers. Finally, we consider an application of this mathematics to check digit schemes, which have become increasingly important for the success of business and telecommunications in our technologically based society. Through the study of these topics, we engage in a thorough introduction to abstract algebra from the perspective of the mathematician— working with specific examples to identify key abstract properties common to diverse and interesting mathematical systems. 2.1 The Algebra of Sets Intuitively, a set is a “collection” of objects known as “elements.” But in the early 1900’s, a radical transformation occurred in mathematicians’ understanding of sets when the British philosopher Bertrand Russell identified a fundamental paradox inherent in this intuitive notion of a set (this paradox is discussed in exercises 66–70 at the end of this section).
    [Show full text]
  • The Five Fundamental Operations of Mathematics: Addition, Subtraction
    The five fundamental operations of mathematics: addition, subtraction, multiplication, division, and modular forms Kenneth A. Ribet UC Berkeley Trinity University March 31, 2008 Kenneth A. Ribet Five fundamental operations This talk is about counting, and it’s about solving equations. Counting is a very familiar activity in mathematics. Many universities teach sophomore-level courses on discrete mathematics that turn out to be mostly about counting. For example, we ask our students to find the number of different ways of constituting a bag of a dozen lollipops if there are 5 different flavors. (The answer is 1820, I think.) Kenneth A. Ribet Five fundamental operations Solving equations is even more of a flagship activity for mathematicians. At a mathematics conference at Sundance, Robert Redford told a group of my colleagues “I hope you solve all your equations”! The kind of equations that I like to solve are Diophantine equations. Diophantus of Alexandria (third century AD) was Robert Redford’s kind of mathematician. This “father of algebra” focused on the solution to algebraic equations, especially in contexts where the solutions are constrained to be whole numbers or fractions. Kenneth A. Ribet Five fundamental operations Here’s a typical example. Consider the equation y 2 = x3 + 1. In an algebra or high school class, we might graph this equation in the plane; there’s little challenge. But what if we ask for solutions in integers (i.e., whole numbers)? It is relatively easy to discover the solutions (0; ±1), (−1; 0) and (2; ±3), and Diophantus might have asked if there are any more.
    [Show full text]
  • VENN DIAGRAM Is a Graphic Organizer That Compares and Contrasts Two (Or More) Ideas
    InformationVenn Technology Diagram Solutions ABOUT THE STRATEGY A VENN DIAGRAM is a graphic organizer that compares and contrasts two (or more) ideas. Overlapping circles represent how ideas are similar (the inner circle) and different (the outer circles). It is used after reading a text(s) where two (or more) ideas are being compared and contrasted. This strategy helps students identify Wisconsin similarities and differences between ideas. State Standards Reading:INTERNET SECURITYLiterature IMPLEMENTATION OF THE STRATEGY •Sit Integration amet, consec tetuer of Establish the purpose of the Venn Diagram. adipiscingKnowledge elit, sed diam and Discuss two (or more) ideas / texts, brainstorming characteristics of each of the nonummy nibh euismod tincidunt Ideas ideas / texts. ut laoreet dolore magna aliquam. Provide students with a Venn diagram and model how to use it, using two (or more) ideas / class texts and a think aloud to illustrate your thinking; scaffold as NETWORKGrade PROTECTION Level needed. Ut wisi enim adK- minim5 veniam, After students have examined two (or more) ideas or read two (or more) texts, quis nostrud exerci tation have them complete the Venn diagram. Ask students leading questions for each ullamcorper.Et iusto odio idea: What two (or more) ideas are we comparing and contrasting? How are the dignissimPurpose qui blandit ideas similar? How are the ideas different? Usepraeseptatum with studentszzril delenit Have students synthesize their analysis of the two (or more) ideas / texts, toaugue support duis dolore te feugait summarizing the differences and similarities. comprehension:nulla adipiscing elit, sed diam identifynonummy nibh. similarities MEASURING PROGRESS and differences Teacher observation betweenPERSONAL ideas FIREWALLS Conferring Tincidunt ut laoreet dolore Student journaling magnaWhen aliquam toerat volutUse pat.
    [Show full text]
  • Probability and Statistics Lecture Notes
    Probability and Statistics Lecture Notes Antonio Jiménez-Martínez Chapter 1 Probability spaces In this chapter we introduce the theoretical structures that will allow us to assign proba- bilities in a wide range of probability problems. 1.1. Examples of random phenomena Science attempts to formulate general laws on the basis of observation and experiment. The simplest and most used scheme of such laws is: if a set of conditions B is satisfied =) event A occurs. Examples of such laws are the law of gravity, the law of conservation of mass, and many other instances in chemistry, physics, biology... If event A occurs inevitably whenever the set of conditions B is satisfied, we say that A is certain or sure (under the set of conditions B). If A can never occur whenever B is satisfied, we say that A is impossible (under the set of conditions B). If A may or may not occur whenever B is satisfied, then A is said to be a random phenomenon. Random phenomena is our subject matter. Unlike certain and impossible events, the presence of randomness implies that the set of conditions B do not reflect all the necessary and sufficient conditions for the event A to occur. It might seem them impossible to make any worthwhile statements about random phenomena. However, experience has shown that many random phenomena exhibit a statistical regularity that makes them subject to study. For such random phenomena it is possible to estimate the chance of occurrence of the random event. This estimate can be obtained from laws, called probabilistic or stochastic, with the form: if a set of conditions B is satisfied event A occurs m times =) repeatedly n times out of the n repetitions.
    [Show full text]
  • A Quick Algebra Review
    A Quick Algebra Review 1. Simplifying Expressions 2. Solving Equations 3. Problem Solving 4. Inequalities 5. Absolute Values 6. Linear Equations 7. Systems of Equations 8. Laws of Exponents 9. Quadratics 10. Rationals 11. Radicals Simplifying Expressions An expression is a mathematical “phrase.” Expressions contain numbers and variables, but not an equal sign. An equation has an “equal” sign. For example: Expression: Equation: 5 + 3 5 + 3 = 8 x + 3 x + 3 = 8 (x + 4)(x – 2) (x + 4)(x – 2) = 10 x² + 5x + 6 x² + 5x + 6 = 0 x – 8 x – 8 > 3 When we simplify an expression, we work until there are as few terms as possible. This process makes the expression easier to use, (that’s why it’s called “simplify”). The first thing we want to do when simplifying an expression is to combine like terms. For example: There are many terms to look at! Let’s start with x². There Simplify: are no other terms with x² in them, so we move on. 10x x² + 10x – 6 – 5x + 4 and 5x are like terms, so we add their coefficients = x² + 5x – 6 + 4 together. 10 + (-5) = 5, so we write 5x. -6 and 4 are also = x² + 5x – 2 like terms, so we can combine them to get -2. Isn’t the simplified expression much nicer? Now you try: x² + 5x + 3x² + x³ - 5 + 3 [You should get x³ + 4x² + 5x – 2] Order of Operations PEMDAS – Please Excuse My Dear Aunt Sally, remember that from Algebra class? It tells the order in which we can complete operations when solving an equation.
    [Show full text]
  • 7.2 Binary Operators Closure
    last edited April 19, 2016 7.2 Binary Operators A precise discussion of symmetry benefits from the development of what math- ematicians call a group, which is a special kind of set we have not yet explicitly considered. However, before we define a group and explore its properties, we reconsider several familiar sets and some of their most basic features. Over the last several sections, we have considered many di↵erent kinds of sets. We have considered sets of integers (natural numbers, even numbers, odd numbers), sets of rational numbers, sets of vertices, edges, colors, polyhedra and many others. In many of these examples – though certainly not in all of them – we are familiar with rules that tell us how to combine two elements to form another element. For example, if we are dealing with the natural numbers, we might considered the rules of addition, or the rules of multiplication, both of which tell us how to take two elements of N and combine them to give us a (possibly distinct) third element. This motivates the following definition. Definition 26. Given a set S,abinary operator ? is a rule that takes two elements a, b S and manipulates them to give us a third, not necessarily distinct, element2 a?b. Although the term binary operator might be new to us, we are already familiar with many examples. As hinted to earlier, the rule for adding two numbers to give us a third number is a binary operator on the set of integers, or on the set of rational numbers, or on the set of real numbers.
    [Show full text]
  • The Probability Set-Up.Pdf
    CHAPTER 2 The probability set-up 2.1. Basic theory of probability We will have a sample space, denoted by S (sometimes Ω) that consists of all possible outcomes. For example, if we roll two dice, the sample space would be all possible pairs made up of the numbers one through six. An event is a subset of S. Another example is to toss a coin 2 times, and let S = fHH;HT;TH;TT g; or to let S be the possible orders in which 5 horses nish in a horse race; or S the possible prices of some stock at closing time today; or S = [0; 1); the age at which someone dies; or S the points in a circle, the possible places a dart can hit. We should also keep in mind that the same setting can be described using dierent sample set. For example, in two solutions in Example 1.30 we used two dierent sample sets. 2.1.1. Sets. We start by describing elementary operations on sets. By a set we mean a collection of distinct objects called elements of the set, and we consider a set as an object in its own right. Set operations Suppose S is a set. We say that A ⊂ S, that is, A is a subset of S if every element in A is contained in S; A [ B is the union of sets A ⊂ S and B ⊂ S and denotes the points of S that are in A or B or both; A \ B is the intersection of sets A ⊂ S and B ⊂ S and is the set of points that are in both A and B; ; denotes the empty set; Ac is the complement of A, that is, the points in S that are not in A.
    [Show full text]
  • Basic Structures: Sets, Functions, Sequences, and Sums 2-2
    CHAPTER Basic Structures: Sets, Functions, 2 Sequences, and Sums 2.1 Sets uch of discrete mathematics is devoted to the study of discrete structures, used to represent discrete objects. Many important discrete structures are built using sets, which 2.2 Set Operations M are collections of objects. Among the discrete structures built from sets are combinations, 2.3 Functions unordered collections of objects used extensively in counting; relations, sets of ordered pairs that represent relationships between objects; graphs, sets of vertices and edges that connect 2.4 Sequences and vertices; and finite state machines, used to model computing machines. These are some of the Summations topics we will study in later chapters. The concept of a function is extremely important in discrete mathematics. A function assigns to each element of a set exactly one element of a set. Functions play important roles throughout discrete mathematics. They are used to represent the computational complexity of algorithms, to study the size of sets, to count objects, and in a myriad of other ways. Useful structures such as sequences and strings are special types of functions. In this chapter, we will introduce the notion of a sequence, which represents ordered lists of elements. We will introduce some important types of sequences, and we will address the problem of identifying a pattern for the terms of a sequence from its first few terms. Using the notion of a sequence, we will define what it means for a set to be countable, namely, that we can list all the elements of the set in a sequence.
    [Show full text]
  • A Diagrammatic Inference System with Euler Circles ∗
    A Diagrammatic Inference System with Euler Circles ∗ Koji Mineshima, Mitsuhiro Okada, and Ryo Takemura Department of Philosophy, Keio University, Japan. fminesima,mitsu,[email protected] Abstract Proof-theory has traditionally been developed based on linguistic (symbolic) represen- tations of logical proofs. Recently, however, logical reasoning based on diagrammatic or graphical representations has been investigated by logicians. Euler diagrams were intro- duced in the 18th century by Euler [1768]. But it is quite recent (more precisely, in the 1990s) that logicians started to study them from a formal logical viewpoint. We propose a novel approach to the formalization of Euler diagrammatic reasoning, in which diagrams are defined not in terms of regions as in the standard approach, but in terms of topo- logical relations between diagrammatic objects. We formalize the unification rule, which plays a central role in Euler diagrammatic reasoning, in a style of natural deduction. We prove the soundness and completeness theorems with respect to a formal set-theoretical semantics. We also investigate structure of diagrammatic proofs and prove a normal form theorem. 1 Introduction Euler diagrams were introduced by Euler [3] to illustrate syllogistic reasoning. In Euler dia- grams, logical relations among the terms of a syllogism are simply represented by topological relations among circles. For example, the universal categorical statements of the forms All A are B and No A are B are represented by the inclusion and the exclusion relations between circles, respectively, as seen in Fig. 1. Given two Euler diagrams which represent the premises of a syllogism, the syllogistic inference can be naturally replaced by the task of manipulating the diagrams, in particular of unifying the diagrams and extracting information from them.
    [Show full text]
  • TOPOLOGY and ITS APPLICATIONS the Number of Complements in The
    TOPOLOGY AND ITS APPLICATIONS ELSEVIER Topology and its Applications 55 (1994) 101-125 The number of complements in the lattice of topologies on a fixed set Stephen Watson Department of Mathematics, York Uniuersity, 4700 Keele Street, North York, Ont., Canada M3J IP3 (Received 3 May 1989) (Revised 14 November 1989 and 2 June 1992) Abstract In 1936, Birkhoff ordered the family of all topologies on a set by inclusion and obtained a lattice with 1 and 0. The study of this lattice ought to be a basic pursuit both in combinatorial set theory and in general topology. In this paper, we study the nature of complementation in this lattice. We say that topologies 7 and (T are complementary if and only if 7 A c = 0 and 7 V (T = 1. For simplicity, we call any topology other than the discrete and the indiscrete a proper topology. Hartmanis showed in 1958 that any proper topology on a finite set of size at least 3 has at least two complements. Gaifman showed in 1961 that any proper topology on a countable set has at least two complements. In 1965, Steiner showed that any topology has a complement. The question of the number of distinct complements a topology on a set must possess was first raised by Berri in 1964 who asked if every proper topology on an infinite set must have at least two complements. In 1969, Schnare showed that any proper topology on a set of infinite cardinality K has at least K distinct complements and at most 2” many distinct complements.
    [Show full text]
  • Determinacy in Linear Rational Expectations Models
    Journal of Mathematical Economics 40 (2004) 815–830 Determinacy in linear rational expectations models Stéphane Gauthier∗ CREST, Laboratoire de Macroéconomie (Timbre J-360), 15 bd Gabriel Péri, 92245 Malakoff Cedex, France Received 15 February 2002; received in revised form 5 June 2003; accepted 17 July 2003 Available online 21 January 2004 Abstract The purpose of this paper is to assess the relevance of rational expectations solutions to the class of linear univariate models where both the number of leads in expectations and the number of lags in predetermined variables are arbitrary. It recommends to rule out all the solutions that would fail to be locally unique, or equivalently, locally determinate. So far, this determinacy criterion has been applied to particular solutions, in general some steady state or periodic cycle. However solutions to linear models with rational expectations typically do not conform to such simple dynamic patterns but express instead the current state of the economic system as a linear difference equation of lagged states. The innovation of this paper is to apply the determinacy criterion to the sets of coefficients of these linear difference equations. Its main result shows that only one set of such coefficients, or the corresponding solution, is locally determinate. This solution is commonly referred to as the fundamental one in the literature. In particular, in the saddle point configuration, it coincides with the saddle stable (pure forward) equilibrium trajectory. © 2004 Published by Elsevier B.V. JEL classification: C32; E32 Keywords: Rational expectations; Selection; Determinacy; Saddle point property 1. Introduction The rational expectations hypothesis is commonly justified by the fact that individual forecasts are based on the relevant theory of the economic system.
    [Show full text]
  • An Elementary Approach to Boolean Algebra
    Eastern Illinois University The Keep Plan B Papers Student Theses & Publications 6-1-1961 An Elementary Approach to Boolean Algebra Ruth Queary Follow this and additional works at: https://thekeep.eiu.edu/plan_b Recommended Citation Queary, Ruth, "An Elementary Approach to Boolean Algebra" (1961). Plan B Papers. 142. https://thekeep.eiu.edu/plan_b/142 This Dissertation/Thesis is brought to you for free and open access by the Student Theses & Publications at The Keep. It has been accepted for inclusion in Plan B Papers by an authorized administrator of The Keep. For more information, please contact [email protected]. r AN ELEr.:ENTARY APPRCACH TC BCCLF.AN ALGEBRA RUTH QUEAHY L _J AN ELE1~1ENTARY APPRCACH TC BC CLEAN ALGEBRA Submitted to the I<:athematics Department of EASTERN ILLINCIS UNIVERSITY as partial fulfillment for the degree of !•:ASTER CF SCIENCE IN EJUCATION. Date :---"'f~~-----/_,_ffo--..i.-/ _ RUTH QUEARY JUNE 1961 PURPOSE AND PLAN The purpose of this paper is to provide an elementary approach to Boolean algebra. It is designed to give an idea of what is meant by a Boclean algebra and to supply the necessary background material. The only prerequisite for this unit is one year of high school algebra and an open mind so that new concepts will be considered reason­ able even though they nay conflict with preconceived ideas. A mathematical science when put in final form consists of a set of undefined terms and unproved propositions called postulates, in terrrs of which all other concepts are defined, and from which all other propositions are proved.
    [Show full text]