ScholarQuill logoScholarQuillUniversity Notes
  • Notes
  • Past Papers
  • Blogs
  • Todo
Login
ScholarQuill logoScholarQuillUniversity Notes
Login
NotesPast PapersBlogsTodo
More
SubjectsDiscussionCGPA CalculatorGPA CalculatorStudent PortalCourse Outline
About
About usPrivacy PolicyReportContact
Notes
Past Papers
Blogs
Todo
Analytics
    Current Subject
    🧩
    Discrete Mathematics
    MATH2113
    Progress0 / 25 topics
    Topics
    1. Mathematical Reasoning: Sets, Subsets, Algebra of Sets2. Propositions and Compound Statements3. Basic Logical Operations4. Propositional Logic and its Applications with Statement Problems5. Propositions and Truth Tables6. Tautologies and Contradictions7. Conditional and Bi-conditional Statements8. Arguments in Propositional Logic9. Propositional Functions10. Quantifiers and Negation of Quantified Statements11. Relations and Equivalence Relations12. Partial Ordering Relations13. Functions and Recursively Defined Functions14. Combinatorics: Basics of Counting Methods15. Combinations and Permutations16. Pigeonhole Principle17. Graphs and its Types18. Graph Isomorphism19. Trees in Graph Theory20. Connectivity in Graphs21. Eulerian and Hamiltonian Paths22. Spanning Trees and Shortest Path Problem23. Revisiting Special Functions: Power, Floor, Increasing, Decreasing24. Big O, Little O and Omega Notations25. Orders of the Polynomial Functions
    MATH2113›Mathematical Reasoning: Sets, Subsets, Algebra of Sets
    Discrete MathematicsTopic 1 of 25

    Mathematical Reasoning: Sets, Subsets, Algebra of Sets

    8 minread
    1,342words
    Intermediatelevel

    Mathematical Reasoning: Sets, Subsets, Algebra of Sets


    1. Sets

    A set is a well-defined collection of distinct objects, called elements or members of the set. Sets are usually denoted by capital letters such as A,B,CA, B, CA,B,C, and elements by lowercase letters such as a,b,ca, b, ca,b,c. If an element aaa is in a set AAA, it is written as a∈Aa \in Aa∈A. If not, a∉Aa \notin Aa∈/A.

    There are several ways to describe a set:

    • Roster (Tabular) form: Listing all elements, e.g., A={1,2,3,4}A = \{1, 2, 3, 4\}A={1,2,3,4}
    • Set-builder form: Describing elements by a property, e.g., A={x∣x is a natural number less than 5}A = \{x \mid x \text{ is a natural number less than 5} \}A={x∣x is a natural number less than 5}

    Special types of sets:

    • Empty Set (∅\emptyset∅): A set with no elements.
    • Finite Set: A set with a finite number of elements.
    • Infinite Set: A set with an unending number of elements.
    • Universal Set (UUU): The set that contains all possible elements under consideration.
    • Power Set: The set of all subsets of a set AAA, denoted P(A)P(A)P(A). If AAA has nnn elements, P(A)P(A)P(A) has 2n2^n2n elements.

    2. Subsets

    If every element of set AAA is also in set BBB, then AAA is a subset of BBB, denoted A⊆BA \subseteq BA⊆B. If A⊆BA \subseteq BA⊆B but A≠BA \neq BA=B, then AAA is a proper subset of BBB, written A⊂BA \subset BA⊂B.

    Basic properties of subsets:

    • Every set is a subset of itself: A⊆AA \subseteq AA⊆A
    • The empty set is a subset of every set: ∅⊆A\emptyset \subseteq A∅⊆A
    • If A⊆BA \subseteq BA⊆B and B⊆CB \subseteq CB⊆C, then A⊆CA \subseteq CA⊆C (transitivity)

    3. Algebra of Sets

    Operations on sets follow specific algebraic rules. The major operations include:

    Union ( A∪BA \cup BA∪B )

    The union of sets AAA and BBB is the set containing all elements that are in AAA, in BBB, or in both.

    A∪B={x∣x∈A or x∈B}A \cup B = \{x \mid x \in A \text{ or } x \in B\}A∪B={x∣x∈A or x∈B}

    Intersection ( A∩BA \cap BA∩B )

    The intersection of sets AAA and BBB contains only those elements that are common to both.

    A∩B={x∣x∈A and x∈B}A \cap B = \{x \mid x \in A \text{ and } x \in B\}A∩B={x∣x∈A and x∈B}

    Difference ( A−BA - BA−B or A∖BA \setminus BA∖B )

    The difference between sets AAA and BBB is the set of elements that are in AAA but not in BBB.

    A−B={x∣x∈A and x∉B}A - B = \{x \mid x \in A \text{ and } x \notin B\}A−B={x∣x∈A and x∈/B}

    Complement ( AcA^cAc or A‾\overline{A}A )

    The complement of a set AAA with respect to the universal set UUU is the set of all elements in UUU that are not in AAA.

    Ac={x∈U∣x∉A}A^c = \{x \in U \mid x \notin A\}Ac={x∈U∣x∈/A}

    Laws of Set Algebra

    1. Idempotent Laws:

      • A∪A=AA \cup A = AA∪A=A
      • A∩A=AA \cap A = AA∩A=A
    2. Identity Laws:

      • A∪∅=AA \cup \emptyset = AA∪∅=A
      • A∩U=AA \cap U = AA∩U=A
    3. Domination Laws:

      • A∪U=UA \cup U = UA∪U=U
      • A∩∅=∅A \cap \emptyset = \emptysetA∩∅=∅
    4. Complement Laws:

      • A∪Ac=UA \cup A^c = UA∪Ac=U
      • A∩Ac=∅A \cap A^c = \emptysetA∩Ac=∅
    5. Commutative Laws:

      • A∪B=B∪AA \cup B = B \cup AA∪B=B∪A
      • A∩B=B∩AA \cap B = B \cap AA∩B=B∩A
    6. Associative Laws:

      • A∪(B∪C)=(A∪B)∪CA \cup (B \cup C) = (A \cup B) \cup CA∪(B∪C)=(A∪B)∪C
      • A∩(B∩C)=(A∩B)∩CA \cap (B \cap C) = (A \cap B) \cap CA∩(B∩C)=(A∩B)∩C
    7. Distributive Laws:

      • A∪(B∩C)=(A∪B)∩(A∪C)A \cup (B \cap C) = (A \cup B) \cap (A \cup C)A∪(B∩C)=(A∪B)∩(A∪C)
      • A∩(B∪C)=(A∩B)∪(A∩C)A \cap (B \cup C) = (A \cap B) \cup (A \cap C)A∩(B∪C)=(A∩B)∪(A∩C)
    8. De Morgan’s Laws:

      • (A∪B)c=Ac∩Bc(A \cup B)^c = A^c \cap B^c(A∪B)c=Ac∩Bc
      • (A∩B)c=Ac∪Bc(A \cap B)^c = A^c \cup B^c(A∩B)c=Ac∪Bc
    9. Double Complement Law:

      • (Ac)c=A(A^c)^c = A(Ac)c=A
    10. Absorption Laws:

      • A∪(A∩B)=AA \cup (A \cap B) = AA∪(A∩B)=A
      • A∩(A∪B)=AA \cap (A \cup B) = AA∩(A∪B)=A

    Next topic 2
    Propositions and Compound Statements

    Past Papers

    Open this section to load past papers

    Click on Show Past Papers to see past papers.
    On This Page
      Reading Stats
      Est. reading time8 min
      Word count1,342
      Code examples0
      DifficultyIntermediate