Schaum's Outline Of Discrete Mathematics, Third Edition .

2y ago
52 Views
11 Downloads
4.16 MB
490 Pages
Last View : 1m ago
Last Download : 3m ago
Upload by : Tia Newell
Transcription

SCHAUM’SOUTLINE OFTheory and Problems ofDISCRETEMATHEMATICSSearch ON Google "EME Technologies"

This page intentionally left blankSearch ON Google "EME Technologies"

SCHAUM’SOUTLINE OFTheory and Problems ofDISCRETEMATHEMATICSThird EditionSEYMOUR LIPSCHUTZ, Ph.D.Temple UniversityMARC LARS LIPSON, Ph.D.University of VirginiaSchaum’s Outline SeriesNew YorkChicagoMcGRAW-HILLSan Francisco Lisbon London MadridMexico City Milan New Delhi San JuanSeoul Singapore Sydney TorontoSearch ON Google "EME Technologies"

Copyright 2007, 1997, 1976 by The McGraw-Hill Companies, Inc. All rights reserved. Manufactured in the United States of America.Except as permitted under the United States Copyright Act of 1976, no part of this publication may be reproduced or distributed in any formor by any means, or stored in a database or retrieval system, without the prior written permission of the publisher.0-07-151101-6The material in this eBook also appears in the print version of this title: 0-07-147038-7.All trademarks are trademarks of their respective owners. Rather than put a trademark symbol after every occurrence of a trademarked name,we use names in an editorial fashion only, and to the benefit of the trademark owner, with no intention of infringement of the trademark.Where such designations appear in this book, they have been printed with initial caps.McGraw-Hill eBooks are available at special quantity discounts to use as premiums and sales promotions, or for use in corporate trainingprograms. For more information, please contact George Hoare, Special Sales, at george hoare@mcgraw-hill.com or (212) 904-4069.TERMS OF USEThis is a copyrighted work and The McGraw-Hill Companies, Inc. (“McGraw-Hill”) and its licensors reserve all rights in and to the work.Use of this work is subject to these terms. Except as permitted under the Copyright Act of 1976 and the right to store and retrieve one copyof the work, you may not decompile, disassemble, reverse engineer, reproduce, modify, create derivative works based upon, transmit, distribute, disseminate, sell, publish or sublicense the work or any part of it without McGraw-Hill’s prior consent. You may use the work foryour own noncommercial and personal use; any other use of the work is strictly prohibited. Your right to use the work may be terminatedif you fail to comply with these terms.THE WORK IS PROVIDED “AS IS.” McGRAW-HILL AND ITS LICENSORS MAKE NO GUARANTEES OR WARRANTIES AS TOTHE ACCURACY, ADEQUACY OR COMPLETENESS OF OR RESULTS TO BE OBTAINED FROM USING THE WORK, INCLUDING ANY INFORMATION THAT CAN BE ACCESSED THROUGH THE WORK VIA HYPERLINK OR OTHERWISE, ANDEXPRESSLY DISCLAIM ANY WARRANTY, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. McGraw-Hill and its licensors do not warrant orguarantee that the functions contained in the work will meet your requirements or that its operation will be uninterrupted or error free.Neither McGraw-Hill nor its licensors shall be liable to you or anyone else for any inaccuracy, error or omission, regardless of cause, in thework or for any damages resulting therefrom. McGraw-Hill has no responsibility for the content of any information accessed through thework. Under no circumstances shall McGraw-Hill and/or its licensors be liable for any indirect, incidental, special, punitive, consequentialor similar damages that result from the use of or inability to use the work, even if any of them has been advised of the possibility of suchdamages. This limitation of liability shall apply to any claim or cause whatsoever whether such claim or cause arises in contract, tort or otherwise.DOI: 10.1036/0071470387Search ON Google "EME Technologies"

ProfessionalWant to learn more?We hope you enjoy thisMcGraw-Hill eBook! Ifyou’d like more information about this book,its author, or related books and websites,please click here.Search ON Google "EME Technologies"

PREFACEDiscrete mathematics, the study of finite systems, has become increasingly important as the computer agehas advanced. The digital computer is basically a finite structure, and many of its properties can be understoodand interpreted within the framework of finite mathematical systems. This book, in presenting the more essentialmaterial, may be used as a textbook for a formal course in discrete mathematics or as a supplement to all currenttexts.The first three chapters cover the standard material on sets, relations, and functions and algorithms. Nextcome chapters on logic, counting, and probability. We then have three chapters on graph theory: graphs, directedgraphs, and binary trees. Finally there are individual chapters on properties of the integers, languages, machines,ordered sets and lattices, and Boolean algebra, and appendices on vectors and matrices, and algebraic systems.The chapter on functions and algorithms includes a discussion of cardinality and countable sets, and complexity.The chapters on graph theory include discussions on planarity, traversability, minimal paths, and Warshall’s andHuffman’s algorithms. We emphasize that the chapters have been written so that the order can be changed withoutdifficulty and without loss of continuity.Each chapter begins with a clear statement of pertinent definitions, principles, and theorems with illustrativeand other descriptive material. This is followed by sets of solved and supplementary problems. The solvedproblems serve to illustrate and amplify the material, and also include proofs of theorems. The supplementaryproblems furnish a complete review of the material in the chapter. More material has been included than can becovered in most first courses. This has been done to make the book more flexible, to provide a more useful bookof reference, and to stimulate further interest in the topics.Seymour LipschutzMarc Lars LipsonSearch ON Google "EMETechnologies"vCopyright 2007, 1997, 1976 by The McGraw-Hill Companies, Inc. Click here for terms of use.

This page intentionally left blankSearch ON Google "EME Technologies"

For more information about this title, click hereCONTENTSCHAPTER 1CHAPTER 2Set Theory11.1 Introduction1.2 Sets and Elements, Subsets1.3 Venn Diagrams1.4 Set Operations1.5 Algebra of Sets, Duality1.6 Finite Sets, Counting Principle1.7 Classes of Sets, Power Sets, Partitions1.8 Mathematical InductionSolved ProblemsSupplementary Problems11347810121218Relations2.1 Introduction2.2 Product Sets2.3 Relations2.4 Pictorial Representatives of Relations2.5 Composition of Relations2.6 Types of Relations2.7 Closure Properties2.8 Equivalence Relations2.9 Partial Ordering RelationsSolved ProblemsSupplementary ProblemsCHAPTER 3Functions and Algorithms3.1 Introduction3.2 Functions3.3 One-to-One, Onto, and Invertible Functions3.4 Mathematical Functions, Exponential and Logarithmic Functions3.5 Sequences, Indexed Classes of Sets3.6 Recursively Defined Functions3.7 Cardinality3.8 Algorithms and Functions3.9 Complexity of AlgorithmsSolved ProblemsSupplementary ProblemsSearch ON Google vii"EME 25556576066

viiiCHAPTER 4CONTENTSLogic and Propositional Calculus4.1 Introduction4.2 Propositions and Compound Statements4.3 Basic Logical Operations4.4 Propositions and Truth Tables4.5 Tautologies and Contradictions4.6 Logical Equivalence4.7 Algebra of Propositions4.8 Conditional and Biconditional Statements4.9 Arguments4.10 Propositional Functions, Quantifiers4.11 Negation of Quantified StatementsSolved ProblemsSupplementary ProblemsCHAPTER 5CHAPTER 670707172747475757677798286Techniques of Counting885.1 Introduction5.2 Basic Counting Principles5.3 Mathematical Functions5.4 Permutations5.5 Combinations5.6 The Pigeonhole Principle5.7 The Inclusion–Exclusion Principle5.8 Tree DiagramsSolved ProblemsSupplementary Problems888889919394959596103Advanced Counting Techniques, nations with RepetitionsOrdered and Unordered PartitionsInclusion–Exclusion Principle RevisitedPigeonhole Principle RevisitedRecurrence RelationsLinear Recurrence Relations with Constant CoefficientsSolving Second-Order Homogeneous Linear RecurrenceRelations6.9 Solving General Homogeneous Linear Recurrence RelationsSolved ProblemsSupplementary ProblemsCHAPTER ple Space and EventsFinite Probability SpacesConditional ProbabilityIndependent EventsIndependent Repeated Trials, Binomial DistributionRandom VariablesSearch ON Google "EME 23123123126127129130132

CONTENTS7.8 Chebyshev’s Inequality, Law of Large NumbersSolved ProblemsSupplementary ProblemsCHAPTER 8Graph Theory8.1 Introduction, Data Structures8.2 Graphs and Multigraphs8.3 Subgraphs, Isomorphic and Homeomorphic Graphs8.4 Paths, Connectivity8.5 Traversable and Eulerian Graphs, Bridges of Königsberg8.6 Labeled and Weighted Graphs8.7 Complete, Regular, and Bipartite Graphs8.8 Tree Graphs8.9 Planar Graphs8.10 Graph Colorings8.11 Representing Graphs in Computer Memory8.12 Graph Algorithms8.13 Traveling-Salesman ProblemSolved ProblemsSupplementary ProblemsCHAPTER 9Directed Graphs9.1 Introduction9.2 Directed Graphs9.3 Basic Definitions9.4 Rooted Trees9.5 Sequential Representation of Directed Graphs9.6 Warshall’s Algorithm, Shortest Paths9.7 Linked Representation of Directed Graphs9.8 Graph Algorithms: Depth-First and Breadth-First Searches9.9 Directed Cycle-Free Graphs, Topological Sort9.10 Pruning Algorithm for Shortest PathSolved ProblemsSupplementary ProblemsCHAPTER 10Binary Trees10.1 Introduction10.2 Binary Trees10.3 Complete and Extended Binary Trees10.4 Representing Binary Trees in Memory10.5 Traversing Binary Trees10.6 Binary Search Trees10.7 Priority Queues, Heaps10.8 Path Lengths, Huffman’s Algorithm10.9 General (Ordered Rooted) Trees RevisitedSolved ProblemsSupplementary ProblemsSearch ON Google "EME 16218221228235235235237239240242244248251252259

xCHAPTER 11CONTENTSProperties of the Integers11.1 Introduction11.2 Order and Inequalities, Absolute Value11.3 Mathematical Induction11.4 Division Algorithm11.5 Divisibility, Primes11.6 Greatest Common Divisor, Euclidean Algorithm11.7 Fundamental Theorem of Arithmetic11.8 Congruence Relation11.9 Congruence EquationsSolved ProblemsSupplementary ProblemsCHAPTER 12Languages, Automata, Grammars12.1 Introduction12.2 Alphabet, Words, Free Semigroup12.3 Languages12.4 Regular Expressions, Regular Languages12.5 Finite State Automata12.6 GrammarsSolved ProblemsSupplementary ProblemsCHAPTER 13Finite State Machines and Turing Machines13.1 Introduction13.2 Finite State Machines13.3 Gödel Numbers13.4 Turing Machines13.5 Computable FunctionsSolved ProblemsSupplementary ProblemsCHAPTER 14Ordered Sets and Lattices14.1 Introduction14.2 Ordered Sets14.3 Hasse Diagrams of Partially Ordered Sets14.4 Consistent Enumeration14.5 Supremum and Infimum14.6 Isomorphic (Similar) Ordered Sets14.7 Well-Ordered Sets14.8 Lattices14.9 Bounded Lattices14.10 Distributive Lattices14.11 Complements, Complemented LatticesSolved ProblemsSupplementary ProblemsSearch ON Google "EME 337337337340342342344344346348349350351360

CONTENTSCHAPTER 15Boolean Algebra15.1 Introduction15.2 Basic Definitions15.3 Duality15.4 Basic Theorems15.5 Boolean Algebras as Lattices15.6 Representation Theorem15.7 Sum-of-Products Form for Sets15.8 Sum-of-Products Form for Boolean Algebras15.9 Minimal Boolean Expressions, Prime Implicants15.10 Logic Gates and Circuits15.11 Truth Tables, Boolean Functions15.12 Karnaugh MapsSolved ProblemsSupplementary ProblemsAPPENDIX AVectors and MatricesA.1 IntroductionA.2 VectorsA.3 MatricesA.4 Matrix Addition and Scalar MultiplicationA.5 Matrix MultiplicationA.6 TransposeA.7 Square MatricesA.8 Invertible (Nonsingular) Matrices, InversesA.9 DeterminantsA.10 Elementary Row Operations, Gaussian Elimination (Optional)A.11 Boolean (Zero-One) MatricesSolved ProblemsSupplementary ProblemsAPPENDIX BAlgebraic SystemsB.1 IntroductionB.2 OperationsB.3 SemigroupsB.4 GroupsB.5 Subgroups, Normal Subgroups, and HomomorphismsB.6 Rings, Internal Domains, and FieldsB.7 Polynomials Over a FieldSolved ProblemsSupplementary ProblemsIndexSearch ON Google "EME 29432432432435438440443446450461467

This page intentionally left blankSearch ON Google "EME Technologies"

SCHAUM’SOUTLINE OFTheory and Problems ofDISCRETEMATHEMATICSSearch ON Google "EME Technologies"

This page intentionally left blankSearch ON Google "EME Technologies"

CHAPTER 1Set Theory1.1INTRODUCTIONThe concept of a set appears in all mathematics. This chapter introduces the notation and terminology of settheory which is basic and used throughout the text. The chapter closes with the formal definition of mathematicalinduction, with examples.1.2SETS AND ELEMENTS, SUBSETSA set may be viewed as any well-defined collection of objects, called the elements or members of the set.One usually uses capital letters, A, B, X, Y, . . . , to denote sets, and lowercase letters, a, b, x, y, . . ., to denoteelements of sets. Synonyms for “set” are “class,” “collection,” and “family.”Membership in a set is denoted as follows:a S denotes that a belongs to a set Sa, b S denotes that a and b belong to a set SHere is the symbol meaning “is an element of.” We use to mean “is not an element of.”Specifying SetsThere are essentially two ways to specify a particular set. One way, if possible, is to list its members separatedby commas and contained in braces { }. A second way is to state those properties which characterized the elementsin the set. Examples illustrating these two ways are:A {1, 3, 5, 7, 9}andB {x x is an even integer, x 0}That is, A consists of the numbers 1, 3, 5, 7, 9. The second set, which reads:B is the set of x such that x is an even integer and x is greater than 0,denotes the set B whose elements are the positive integers. Note that a letter, usually x, is used to denote a typicalmember of the set; and the vertical line is read as “such that” and the comma as “and.”EXAMPLE 1.1(a) The set A above can also be written as A {x x is an odd positive integer, x 10}.(b) We cannot list all the elements of the above set B although frequently we specify the set byB {2, 4, 6, . . .}/ B.where we assume that everyone knows what we mean. Observe that 8 B, but 3 Search ON Google "EMETechnologies"1Copyright 2007, 1997, 1976 by The McGraw-Hill Companies, Inc. Click here for terms of use.

2SET THEORY(c) Let E {x x 2 3x 2 0},F {2, 1} and[CHAP. 1G {1, 2, 2, 1}. Then E F G.We emphasize that a set does not depend on the way in which its elements are displayed. A set remains thesame if its elements are repeated or rearranged.Even if we can list the elements of a set, it may not be practical to do so. That is, we describe a set by listing itselements only if the set contains a few elements; otherwise we describe a set by the property which characterizesits elements.SubsetsSuppose every element in a set A is also an element of a set B, that is, suppose a A implies a B. ThenA is called a subset of B. We also say that A is contained in B or that B contains A. This relationship is writtenA BorB ATwo sets are equal if they both have the same elements or, equivalently, if each is contained in the other. That is:A B if and only if A B and B AIf A is not a subset of B, that is, if at least one element of A does not belong to B, we write A B.EXAMPLE 1.2 Consider the sets:A {1, 3, 4, 7, 8, 9}, B {1, 2, 3, 4, 5}, C {1, 3}.Then C A and C B since 1 and 3, the elements of C, are also members of A and B. But B A since someof the elements of B, e.g., 2 and 5, do not belong to A. Similarly, A B.Property 1: It is common practice in mathematics to put a vertical line “ ” or slanted line “/” through a symbolto indicate the opposite or negative meaning of a symbol.Property 2: The statement A B does not exclude the possibility that A B. In fact, for every set A we haveA A since, trivially, every element in A belongs to A. However, if A B and A B, then we say A is aproper subset of B (sometimes written A B).Property 3: Suppose every element of a set A belongs to a set B and every element of B belongs to a set C.Then clearly every element of A also belongs to C. In other words, if A B and B C, then A C.The above remarks yield the following theorem.Theorem 1.1: Let A, B, C be any sets. Then:(i) A A(ii) If A B and B A, then A B(iii) If A B and B C, then A CSpecial symbolsSome sets will occur very often in the text, and so we use special symbols for them. Some such symbols are:N the set of natural numbers or positive integers: 1, 2, 3, . . .Z the set of all integers: . . . , 2, 1, 0, 1, 2, . . .Q the set of rational numbersR the set of real numbersC the set of complex numbersObserve that N Z Q R C.Search ON Google "EME Technologies"

CHAP. 1]SET THEORY3Universal Set, Empty SetAll sets under investigation in any application of set theory are assumed to belong to some fixed large setcalled the universal set which we denote byUunless otherwise stated or implied.Given a universal set U and a property P, there may not be any elements of U which have property P. Forexample, the following set has no elements:S {x x is a positive integer, x 2 3}Such a set with no elements is called the empty set or null set and is denoted by There is only one empty set. That is, if S and T are both empty, then S T , since they have exactly the sameelements, namely, none.The empty set is also regarded as a subset of every other set. Thus we have the following simple resultwhich we state formally.Theorem 1.2: For any set A, we have A U.Disjoint SetsTwo sets A and B are said to be disjoint if they have no elements in common. For example, supposeA {1, 2},B {4, 5, 6},andC {5, 6, 7, 8}Then A and B are disjoint, and A and C are disjoint. But B and C are not disjoint since B and C have elementsin common, e.g., 5 and 6. We note that if A and B are disjoint, then neither is a subset of the other (unless one isthe empty set).1.3 VENN DIAGRAMSA Venn diagram is a pictorial representation of sets in which sets are represented by enclosed areas in theplane. The universal set U is represented by the interior of a rectangle, and the other sets are represented by diskslying within the rectangle. If A B, then the disk representing A will be entirely within the disk representing Bas in Fig. 1-1(a). If A and B are disjoint, then the disk representing A will be separated from the disk representingB as in Fig. 1-1(b).Fig. 1-1Search ON Google "EME Technologies"

4SET THEORY[CHAP. 1However, if A and B are two arbitrary sets, it is possible that some objects are in A but not in B, some arein B but not in A, some are in both A and B, and some are in neither A nor B; hence in general we represent Aand B as in Fig. 1-1(c).Arguments and Venn DiagramsMany verbal statements are essentially statements about sets and can therefore be described by Venn diagrams.Hence Venn diagrams can sometimes be used to determine whether or not an argument is valid.EXAMPLE 1.3 Show that the following argument (adapted from a book on logic by Lewis Carroll, the authorof Alice in Wonderland) is valid:S1 : All my tin objects are saucepans.S2 : I find all your presents very useful.S3 : None of my saucepans is of the slightest use.S : Your presents to me are not made of tin.The statements S1 , S2 , and S3 above the horizontal line denote the assumptions, and the statement S belowthe line denotes the conclusion. The argument is valid if the conclusion S follows logically from the assumptionsS1 , S2 , and S3 .By S1 the tin objects are contained in the set of saucepans, and by S3 the set of saucepans and the set ofuseful things are disjoint. Furthermore, by S2 the set of “your presents” is a subset of the set of useful things.Accordingly, we can draw the Venn diagram in Fig. 1-2.The conclusion is clearly valid by the Venn diagram because the set of “your presents” is disjoint from theset of tin objects.Fig. 1-21.4SET OPERATIONSThis section introduces a number of set operations, including the basic operations of union, intersection, andcomplement.Union and IntersectionThe union of two sets A and B, denoted by A B, is the set of all elements which belong to A or to B;that is,A B {x x A or x B}Here “or” is used in the sense of and/or. Figure 1-3(a) is a Venn diagram in which A B is shaded.The intersection of two sets A and B, denoted by A B, is the set of elements which belong to both A andB; that is,A B {x x A and x B}Figure 1-3(b) is a Venn diagram in which A B is shaded.Search ON Google "EME Technologies"

CHAP. 1]SET THEORY5Fig. 1-3Recall that sets A and B are said to be disjoint or nonintersecting if they have no elements in common or,using the definition of intersection, if A B , the empty set. SupposeS A BandA B Then S is called the disjoint union of A and B.EXAMPLE 1.4(a) Let A {1, 2, 3, 4}, B {3, 4, 5, 6, 7}, C {2, 3, 8, 9}. ThenA B {1, 2, 3, 4, 5, 6, 7}, A C {1, 2, 3, 4, 8, 9}, B C {2, 3, 4, 5, 6, 7, 8, 9},A B {3, 4},A C {2, 3},B C {3}.(b) Let U be the set of students at a university, and let M denote the set of male students and let F denote the setof female students. The U is the disjoint union of M of F ; that is,U M FandM F This comes from the fact that every student in U is either in M or in F , and clearly no student belongs toboth M and F , that is, M and F are disjoint.The following properties of union and intersection should be noted.Property 1: Every element x in A B belongs to both A and B; hence x belongs to A and x belongs to B. ThusA B is a subset of A and of B; namelyA B AandA B BProperty 2: An element x belongs to the union A B if x belongs to A or x belongs to B; hence every elementin A belongs to A B, and every element in B belongs to A B. That is,A A BandB A BWe state the above results formally:Theorem 1.3: For any sets A and B, we have:(i) A B A A B and (ii) A B B A B.The operation of set inclusion is closely related to the operations of union and intersection, as shown by thefollowing theorem.Theorem 1.4: The following are equivalent: A B,A B A,A B B.This theorem is proved in Problem 1.8. Other equivalent conditions to are given in Problem 1.31.Search ON Google "EME Technologies"

6SET THEORY[CHAP. 1Fig. 1-4Complements, Differences, Symmetric DifferencesRecall that all sets under consideration at a particular time are subsets of a fixed universal set U. The absolutecomplement or, simply, complement of a set A, denoted by AC , is the set of elements which belong to U but whichdo not belong to A. That is,/ A}AC {x x U, x Some texts denote the complement of A by A or Ā. Fig. 1-4(a) is a Venn diagram in which AC is shaded.The relative complement of a set B with respect to a set A or, simply, the difference of A and B, denoted byA\B, is the set of elements which belong to A but which do not belong to B; that isA\B {x x A, x / B}The set A\B is read “A minus B.” Many texts denote A\B by A B or A B. Fig. 1-4(b) is a Venn diagram inwhich A\B is shaded.The symmetric difference of sets A and B, denoted by A B, consists of those elements which belong to Aor B but not to both. That is,A B (A B)\(A B)A B (A\B) (B\A)orFigure 1-4(c) is a Venn diagram in which A B is shaded.EXAMPLE 1.5 Suppose U N {1, 2, 3, . . .} is the universal set. LetA {1, 2, 3, 4}, B {3, 4, 5, 6, 7}, C {2, 3, 8, 9}, E {2, 4, 6, . . .}(Here E is the set of even integers.) Then:AC {5, 6, 7, . . .}, B C {1, 2, 8, 9, 10, . . .}, E C {1, 3, 5, 7, . . .}That is, E C is the set of odd positive integers. Also:A\B {1, 2},B\A {5, 6, 7},A\C {1, 4},C\A {8, 9},B\C {4, 5, 6, 7},C\B {2, 8, 9},A\E {1, 3},E\A {6, 8, 10, 12, . . .}.Furthermore:A B (A\B) (B\A) {1, 2, 5, 6, 7},A C (A\C) (B\C) {1, 4, 8, 9},B C {2, 4, 5, 6, 7, 8, 9},A E {1, 3, 6, 8, 10, . . .}.Fundamental ProductsConsider n distinct sets A1 , A2 , , An . A fundamental product of the sets is a set of the formA 1 A 2 . . . A nwhereA i AorA i ACSearch ON Google "EME Technologies"

CHAP. 1]SET THEORY7We note that:(i) There are m 2n such fundamental products.(ii) Any two such fundamental products are disjoint.(iii) The universal set U is the union of all fundamental products.Thus U is the disjoint union of the fundamental products (Problem 1.60). There is a geometrical descriptionof these sets which is illustrated below.EXAMPLE 1.6 Figure 1-5(a) is the Venn diagram of three sets A, B, C. The following lists the m 23 8fundamental products of the sets A, B, C:P1 A B C,P3 A B C C,P5 AC B C,CCCP2 A B C , P4 A B C , P6 AC B C C,P7 AC B C C,P8 AC B C C C .The eight products correspond precisely to the eight disjoint regions in the Venn diagram of sets A, B, C asindicated by the labeling of the regions in Fig. 1-5(b).Fig. 1-51.5 ALGEBRA OF SETS, DUALITYSets under the operations of union, intersection, and complement satisfy various laws (identities) which arelisted in Table 1-1. In fact, we formally state this as:Theorem 1.5: Sets satisfy the laws in Table 1-1.Idempotent laws:Associative laws:Commutative laws:Distributive laws:Identity laws:Table 1-1 Laws of the algebra of sets(1a) A A A(1b) A A A(2a) (A B) C A (B C)(2b) (A B) C A (B C)(3a) A B B A(3b) A B B A(4a) A (B C) (A B) (A C) (4b) A (B C) (A B) (A C)(5a) A A(5b) A U A(6a) A U U(6b) A (7) (AC )C AInvolution laws:Complement laws:DeMorgan’s laws:(8a) A AC U(8b) A AC (9a) UC (10a)(A B)C(9b) C U AC BC(10b) (A B)C AC B CSearch ON Google "EME Technologies"

8SET THEORY[CHAP. 1Remark: Each law in Table 1-1 follows from an equivalent logical law. Consider, for example, the proof ofDeMorgan’s Law 10(a):/ (A or B)} {x x / A and x / B} AC BC(A B)C {x x Here we use the equivalent (DeMorgan’s) logical law: (p q) p qwhere means “not,” means “or,” and means “and.” (Sometimes Venn diagrams are used to illustrate thelaws in Table 1-1 as in Problem 1.17.)DualityThe identities in Table 1-1 are arranged in pairs, as, for example, (2a) and (2b). We now consider the principlebehind this arrangement. Suppose E is an equation of set algebra. The dual E of E is the equation obtained byreplacing each occurrence of , , U and in E by , , , and U, respectively. For example, the dual of(U A) (B A) A is( A) (B A) AObserve that the pairs of laws in Table 1-1 are duals of each other. It is a fact of set algebra, called the principleof duality, that if any equation E is an identity then its dual E is also an identity.1.6FINITE SETS, COUNTING PRINCIPLESets can be finite or infinite. A set S is said to be finite if S is empty or if S contains exactly m elements wherem is a positive integer; otherwise S is infinite.EXAMPLE 1.7(a) The set A of the letters of the English alphabet and the set D of the days of the week are finite sets. Specifically,A has 26 elements and D has 7 elements.(b) Let E be the set of even positive integers, and let I be the unit interval, that is,E {2, 4, 6, . . .}andI [0, 1] {x 0 x 1}Then both E and I are infinite.A set S is countable if S is finite or if the elements of S can be arranged as a sequence, in which case S issaid to be countably infinite; otherwise S is said to be uncountable. The above set E of even integers is countablyinfinite, whereas one can prove that the unit interval I [0, 1] is uncountable.Counting Elements in Finite SetsThe notation n(S) or S will denote the number of elements in a set S. (Some texts use #(S) or card(S)instead of n(S).) Thus n(A) 26, where A is the letters in the English alphabet, and n(D) 7, where D is thedays of the week. Also n( ) 0 since the empty set has no elements.The following lemma applies.Lemma 1.6: Suppose A and B are finite disjoint sets. Then A B is finite andn(A B) n(A) n(B)This lemma may be restated as follows:Lemma 1.6: Suppose S is the disjoint union of finite sets A and B. Then S is finite andn(S) n(A) n(B)Search ON Google "EME Technologies"

CHAP. 1]SET THEORY9Proof. In counting the elements of A B, first count those that are in A. There are n(A) of these. The only otherelements of A B are those that are in B but not in A. But since A and B are disjoint, no element of B is in A,so there are n(B) elements that are in B but not in A. Therefore, n(A B) n(A) n(B).For any sets A and B, the set A is the disjoint union of A\B and A B. Thus Lemma 1.6 gives us thefollowing useful result.Corollary 1.7: Let A and B be finite sets. Thenn(A\B) n(A) n(A B)For example, suppose an art class A has 25 students and 10 of them are taking a biology class B. Then the numberof students in class A which are not in class B is:n(A\B) n(A) n(A B) 25 10 15Given any set A, recall that the universal set U is the disjoint union of A and AC . Accordingly, Lemma 1.6also gives the following result.Corollary 1.8: Let A be a subset of a finite universal set U. Thenn(AC ) n(U) n(A)For example, suppose a class U with 30 students has 18 full-time students. Then there are 30 18 12 part-timestudents in the class U.Inclusion–Exclusion PrincipleThere is a formula for n(A B) even when they are not disjoint, called the Inclusion–Exclusion Principle.Namely:Theorem (Incl

CONTENTS CHAPTER 1 Set Theory 1 1.1 Introduction 1 1.2 Sets and Elements, Subsets 1 1.3 Venn Diagrams 3 1.4 Set Operations 4 1.5 Algebra of Sets, Duality 7 1.6 Finite Sets, Counting Principle 8 1.7 Classes of Sets, Power Sets, Partitions 10 1.8 Mathematical Induction 12 SolvedProblems 12 SupplementaryProblems 18 CHAPT

Related Documents:

Spanish Grammar. Mr. Schmitt has authored or co-authored the following books, all of which are published by Schaum, McGraw-Hill or Glencoe, McGraw-Hill. SCHAUM Schaum’s Outlines Series German Grammar German Vocabulary Italian Grammar

0150 Schaum Making Music Piano Library Adult Method Beginner Level By Wesley Schaum Teacher Consultants: Alfred Cahn, Joan Cupp, Sue Pennington Schaum Publications, Inc. 10235 N. Port Washington Rd. Mequon, WI 53092 www.schaumpiano.net

Differential Geometry 9780070379855 Schaum's Outline of Digital Principles, 3rd Edition 9780070650503 Schaums Outline of Digital Signal Processing, 2nd Edition 9780071635097 Schaum's Outline of Discrete Mathematics, Revised 3rd Edi

Oct 02, 2012 · Deuteronomy Outline Pg. # 20 8. Joshua Outline Pg. # 23 9. Judges Outline Pg. # 25 10. Ruth Outline Pg. # 27 11. 1 Samuel Outline Pg. # 28 12. 2 Samuel Outline Pg. # 30 13. 1 Kings Outline Pg. # 32 14. 2 Kings Outline Pg. # 34 15. Matthew Outline Pg. # 36 16. Mark Outline Pg. # 4

4 CSA678 Digital Image Processing Core 4 0 0 4 5 CSA680 Digital Image Processing . 3. Lipschutz, S. and Lipson M.,Schaum's Outline of Discrete Mathematics,Schaum's Outlines, New Delhi, 2007 4. Ram, B., Discrete Mathematics, Pearson . Combinational logic design: o ha lf-adder, full a dder , half -subtractor, full subtractor .

2.1 Sampling and discrete time systems 10 Discrete time systems are systems whose inputs and outputs are discrete time signals. Due to this interplay of continuous and discrete components, we can observe two discrete time systems in Figure 2, i.e., systems whose input and output are both discrete time signals.

6 POWER ELECTRONICS SEGMENTS INCLUDED IN THIS REPORT By device type SiC Silicon GaN-on-Si Diodes (discrete or rectifier bridge) MOSFET (discrete or module) IGBT (discrete or module) Thyristors (discrete) Bipolar (discrete or module) Power management Power HEMT (discrete, SiP, SoC) Diodes (discrete or hybrid module)

93 Schaum's Outlines Basic Circuit Analysis John O'Malley 2/ed 94 94 Schaum's Outlines Electronic Devices and Circuits Jimmie J.Cathey 2/ed. 95 95 Schaum's Outlines Electric Circuits Mahmood Nahvi & Joseph A.Edminister4/ed. 96 96 Signal Processing and Linear Systems B.P.Lathi 97 97 Signals and Systems Oppenheim Wilsky2/ed 98 98 VHDL made easy !