L
LLLOS.ai
Learn
L

Chapter 1 — Sets

Class 11 · Mathematics

Overview

Chapter 1 — Sets Master Diagram

Introduction: The chapter "Sets" (NCERT Class 11 Mathematics) introduces the foundational language and concepts of modern mathematics. A set is a well-defined collection of distinct objects called elements. This chapter builds the basic notation and operations used across all branches of mathematics and lays the groundwork for relations, functions, probability, and logic. Importance: Sets form the language of mathematics: they provide a precise way to talk about collections, classification, and structure. Understanding sets and their operations is essential for rigorous thinking, proving statements, interpreting Venn diagrams, and solving problems that involve counting, functions, and relations. Key themes: - Definitions and notation: sets, elements, roster and set-builder forms, subset, proper subset, empty (null) set, universal set, singleton. - Equality of sets and methods to prove equality. - Power set: definition and number of elements (2^n for a finite set of n elements). - Operations on sets: union, intersection, difference (A \ B), complement (relative and absolute), and algebraic properties (commutative, associative, distributive laws). - Venn diagrams: graphical…

Learning Objectives

  • Define a set, element, roster and set-builder notation, and the notation for membership (∈) and non-membership (∉).
  • State and illustrate different types of sets: finite, infinite, equal, null (empty), singleton and universal set.
  • Explain the concepts of subset and proper subset, and determine whether one set is a subset of another using element tests.
  • Compute the power set of a finite set and determine its cardinality (|P(A)| = 2^{|A|}).
  • Determine the cardinality of finite sets and perform counting for sets defined by conditions or union/intersection.
  • Represent sets and set operations using Venn diagrams and interpret intersections, unions and complements visually.
  • Apply operations on sets — union, intersection, difference and complement — to solve problems and evaluate expressions.
  • Prove and verify fundamental set identities, including De Morgan’s laws and commutative, associative and distributive laws.

Topics in this chapter

30 topics · tap a topic title to jump straight to it.

🔢1

Description: Definition of a set

📐 MATHEMATICAL FORMULA / THEOREM

Description: Definition of a set

Key Point: Cardinality: n(A) denotes the number of elements in finite set A. Example: if A = {1,2,3}, n(A) = 3.

Definition: A set is a well-defined collection of distinct objects, called elements or members, taken as a whole. “Well-defined” means we can decide unambiguously whether an object belongs to the set or not.

Notation: A set is usually denoted by a capital letter (A, B, S...). Elements are listed in curly braces: A = {1, 2, 3}. If x is an element of A we write x ∈ A; if not, x ∉ A.

Two common ways to describe sets:

  • Roster (tabular) form: list all elements explicitly, e.g., V = {a, e, i, o, u}.
  • Set‑builder form: specify a property, e.g., P = {x ∈ Z : x is even and 0 < x ≤ 10} = {2,4,6,8,10}.

Important points: The order of elements does not matter ( {1,2} = {2,1} ). Repetition is ignored ( {1,1,2} = {1,2} ).

Types of sets: empty/null set (∅) has no elements; finite vs infinite sets; equal sets (A = B if every element of A is in B and vice versa); subset (A ⊆ B means every element of A is in B); proper subset (A ⊂ B means A ⊆ B and A ≠ B); universal set (U) contains all objects under discussion; power set P(A) is the set of all subsets of A.

📌 Examples
  • Set of vowels in English: V = {a, e, i, o, u}.
  • Set of days in a week: D = {Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday}.
  • Set of prime numbers less than 10: P = {2, 3, 5, 7}.
  • Set of students who play cricket in a class: C = {students whose name appears on the cricket list}. (real‑life membership decided by list)
  • Set‑builder example: A = {x ∈ Z : −2 ≤ x ≤ 3} = {−2, −1, 0, 1, 2, 3}.
🧮 Formulas
  1. \[Cardinality: n(A) denotes the number of elements in finite set A\]
    \[Example: if A = {1,2,3}\]
    \[n(A) = 3.\]
  2. \[Empty set: n(∅) = 0.\]
  3. \[Power set size: if n(A) = m then n(P(A)) = 2^m.\]
  4. \[Count of subsets: a set with m elements has 2^m subsets (including ∅ and itself).\]
  5. \[Union–intersection (basic relation): n(A ∪ B) = n(A) + n(B) − n(A ∩ B).\]
🧫2

elements/membership

⚗️ CHEMICAL PRINCIPLE

elements/membership

Key Point: x ∈ A means "x is an element (member) of set A"

In set theory an element (or member) is an individual object contained in a set. The membership relation is written using the symbols ∈ and ∉: if x belongs to set A we write x ∈ A, and if x does not belong to A we write x ∉ A.

Key points:

  • Notation: sets are often written in roster form, e.g. A = {1,2,3}, or by a property, e.g. B = {x : x is an even natural number} (set‑builder form). Membership statements use these sets: 2 ∈ A, 4 ∈ B.
  • Order and repetition do not matter in sets: {1,2,3} = {3,2,1} = {1,1,2,3} (duplicates ignored). Equality of sets is extensional: two sets are equal iff they have exactly the same elements.
  • The empty set ∅ has no elements; for every x, x ∉ ∅. A singleton {a} is a set with exactly one element a.
  • Distinguish element vs subset: a ∈ A means a is a member. {a} ⊆ A means the one‑element set {a} is a subset of A. It is possible that {a} ∈ P(A) (power set) while a ∈ A.
  • Membership interacts with subset: if x ∈ A and A ⊆ B then x ∈ B (elements are inherited by supersets).

Typical checks for membership are concrete (look for the object in the roster) or by property (test the defining property). Membership is foundational in building other set concepts such as union, intersection, complements and power sets.

📌 Examples
  • Students in a classroom: If C = {list of student names}, then 'Asha ∈ C' means Asha is one of the students; 'Rohit ∉ C' means Rohit is not in that class.
  • Fruit basket: F = {apple, banana, orange}. 'apple ∈ F' is true; 'mango ∉ F' is true if mango is not listed.
  • Numbers: E = {x ∈ N : x is even}. Then 4 ∈ E, 7 ∉ E. On the number line, E is an infinite set of even natural numbers.
  • Empty set: For any object a, a ∉ ∅. Example: '0 ∉ ∅' is always true because ∅ has no elements.
  • Element vs subset: A = {1,2,3}. Then 2 ∈ A is true, {2} ⊆ A is true, but {2} ∈ A is false (because elements of A are numbers, not the set {2}).
  • Power set: If A = {x,y} then P(A) = {∅, {x}, {y}, {x,y}}. Here {x} ∈ P(A) because {x} is a subset of A.
🧮 Formulas
  1. \[x ∈ A means "x is an element (member) of set A"\]
  2. \[x ∉ A means "x is not an element of set A"\]
  3. \[A = B iff (for every x) [x ∈ A ⇔ x ∈ B] (extensionality/equality of sets)\]
  4. \[If x ∈ A and A ⊆ B then x ∈ B (elements of subsets belong to supersets)\]
  5. \[For empty set ∅: For every x\]
    \[x ∉ ∅\]
  6. \[Singleton relation: If a ∈ A then {a} ⊆ A and {a} ∈ P(A)\]
🔢3

methods of specifying a set (roster/tabular form

📐 MATHEMATICAL FORMULA / THEOREM

methods of specifying a set (roster/tabular form

Key Point: General roster notation: A = {a1, a2, ..., an}

Definition: In the roster (or tabular) form a set is specified by listing all its elements, separated by commas, enclosed in curly braces. Example: {1, 2, 3}.

Rules and features:

  • Order of elements is irrelevant: {a, b} = {b, a}.
  • Repeated elements are not listed more than once: {a, a, b} = {a, b}.
  • The empty set is written as {} or ∅.
  • For large or infinite sets use an ellipsis to indicate the pattern: {1, 2, 3, …} or {2, 4, 6, 8, …}.
  • Roster form is best for finite sets or when elements can be explicitly listed.

Comparison with set‑builder form: Roster form lists elements explicitly; set‑builder form describes a property that elements satisfy (e.g., {x : x is an even natural number}). Both describe the same mathematical object but are used in different situations.

How to write: Start with a label for the set (optional), then = followed by elements in braces. Example: A = {Tuesday, Thursday, Saturday}.

📌 Examples
  • A = {1, 2, 3, 4, 5} — finite set of first five natural numbers
  • B = {2, 4, 6, 8} — set of first four even natural numbers
  • C = {Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday} — days of the week
  • D = {a, e, i, o, u} — vowels in English alphabet
  • E = {2, 3, 5, 7, 11, 13, 17, 19} — prime numbers less than 20
  • F = {1, 3, 5, 7, &#8230;} — odd natural numbers (infinite; ellipsis shows the pattern)
🧮 Formulas
  1. \[General roster notation: A = {a1\]
    \[a2, ...\]
    \[an}\]
  2. \[Cardinality (number of distinct elements): n(A) = number of elements in A\]
    \[e.g.\]
    \[if A = {1,2,3}\]
    \[n(A) = 3\]
  3. \[Order irrelevance: {a\]
    \[b} = {b\]
    \[a}\]
  4. \[Repetition ignored: {a\]
    \[a\]
    \[b} = {a\]
    \[b}\]
  5. \[Infinite pattern using ellipsis: H = {1, 2, 3, &#8230\]
    \[} denotes the set of natural numbers\]
🔢4

set-builder form)

📐 MATHEMATICAL FORMULA / THEOREM

set-builder form)

Key Point: {x | x ∈ ℝ, a < x < b} = (a, b)

Definition. The set-builder form (or set-builder notation) describes a set by specifying a property that its members satisfy. The general pattern is {x | property of x} or {x : property of x}, read as "the set of all x such that (or for which) the property holds." The vertical bar "|" (or colon ":") means "such that."

Components. A typical set-builder expression has three parts:

  • a variable (usually x),
  • a domain specification (optional) like x ∈ ℚ, x ∈ ℚ, x ∈ ℚ (reals, integers, naturals)),
  • the condition or predicate that x must satisfy, e.g. x > 0 or x^2 <= 4.

Examples of notation and meaning.

  • {x | x ∈ ℚ, x < 10} — all real numbers less than 10.
  • {n | n ∈ ℚ, 1 <= n <= 5} — integers 1 through 5, i.e. {1,2,3,4,5}.
  • {x | x ∈ ℚ, 2 | x} — all even integers (here "2 | x" means 2 divides x).

Converting to/from roster form. If the set is finite or easily listed, you can write elements explicitly (roster form). Example: {x | x ∈ ℚ, 1 <= x <= 5} = {1,2,3,4,5}. For infinite sets, set-builder is preferred.

Using inequalities and intervals. Many set-builder expressions correspond to interval notation. For reals:

  • {x | x ∈ ℚ, a < x < b} = (a, b)
  • {x | x ∈ ℚ, a <= x <= b} = [a, b]

Predicates and quantifiers (brief). Sometimes you see logical quantifiers: {x | ∃n ∈ ℚ with ...} (there exists) or {x | ∀n ...} (for all). In Class 11 problems you mainly use simple algebraic or divisibility conditions.

Why use set-builder? It gives a compact, precise description of sets—especially infinite or rule-defined sets—commonly used in algebra, functions, relations and solution sets of equations/inequalities.

📌 Examples
  • Even integers: {x | x ∈ ℤ, 2 divides x} = {..., -4, -2, 0, 2, 4, ...}
  • Natural numbers less than 10: {n | n ∈ ℕ, n < 10} = {1,2,3,4,5,6,7,8,9}
  • Real numbers between -2 and 3 (inclusive of -2, exclusive of 3): {x | x ∈ ℝ, -2 ≤ x < 3} = [-2,3)
  • Solution set of inequality x^2 ≤ 4: {x | x ∈ ℝ, x^2 ≤ 4} = [-2,2]
  • Students scoring above 75%: {s | s ∈ Students, score(s) > 75} — a real-life use of set-builder to define a group by property
  • Points inside or on unit circle: {(x,y) | x^2 + y^2 ≤ 1, x,y ∈ ℝ} — set of all points in the unit disk (useful in coordinate geometry)
🧮 Formulas
  1. \[{x | x ∈ ℝ\]
    \[a < x < b} = (a\]
    \[b)\]
  2. \[{x | x ∈ ℝ\]
    \[a ≤ x ≤ b} = [a\]
    \[b]\]
  3. \[{x | x ∈ ℤ\]
    \[a ≤ x ≤ b} = {⌈a⌉, ⌈a⌉+1, ..., ⌊b⌋} (integers between a and b)\]
  4. \[Set equality: A = B ⇔ (∀x)(x ∈ A ⇔ x ∈ B)\]
    \[in set-builder form verify identical defining conditions\]
  5. \[Complement (in universal set U): A^c = {x ∈ U | x does not satisfy property of A}\]
  6. \[Union/intersection in property form: {x | P(x)} ∪ {x | Q(x)} = {x | P(x) ∨ Q(x)}, {x | P(x)} ∩ {x | Q(x)} = {x | P(x) ∧ Q(x)}\]
🔢5

empty/null set

📐 MATHEMATICAL FORMULA / THEOREM

empty/null set

Key Point: Notation: empty set = ∅ = {}

Definition: An empty set (or null set) is a set that contains no elements. It is denoted by the symbol ∅ or by empty braces {}.

Key points:

  • There is only one empty set (it is unique).
  • Cardinality: |∅| = 0 (zero elements).
  • Empty set vs. set containing empty set: ∅ �� {∅}. The first has 0 elements; the second has 1 element (that element is ∅).
  • In CBSE problems, the empty set often appears as the solution set of an equation or condition that has no possible element satisfying it.

Why it matters: The empty set is a fundamental object in set theory and appears in operations and proofs. Many set identities use ∅ as an identity or absorbing element.

Typical usages and interpretations:

  • If A and B are disjoint sets, then A ∩ B = ∅.
  • The empty set is a subset of every set: ∅ ⊆ X for any set X.
  • Union with ∅ leaves a set unchanged: X ∪ ∅ = X.
  • Intersection with ∅ gives ∅: X ∩ ∅ = ∅.

Relation to power set: The power set of the empty set is P(∅) = {∅}. Hence |P(∅)| = 1.

📌 Examples
  • Set of real solutions to x^2 + 1 = 0 (over real numbers) is ∅ because no real number satisfies the equation.
  • Set of even prime numbers greater than 2: ∅ (there are no even primes greater than 2).
  • Set of months with 45 days: ∅ (no month has 45 days).
  • Set of integers x such that 0 < x < 1: ∅ (no integer lies strictly between 0 and 1).
  • In a school, the set of students who are simultaneously under 1 year old and enrolled in class 10: ∅ (impossible in practice).
🧮 Formulas
  1. \[Notation: empty set = ∅ = {}\]
  2. \[Cardinality: |∅| = 0\]
  3. \[Subset: ∅ ⊆ A for any set A\]
  4. \[Union identity: A ∪ ∅ = A\]
  5. \[Intersection identity: A ∩ ∅ = ∅\]
  6. \[Complement: U \ ∅ = U (where U is the universal set)\]
🔢6

meaningful examples

📐 MATHEMATICAL FORMULA / THEOREM

meaningful examples

Key Point: |A ∪ B| = |A| + |B| − |A ∩ B|

Meaningful examples in the CBSE Class 11 topic 'Sets' are carefully chosen, concrete instances that clearly illustrate one or more set concepts (like union, intersection, complement, subset, power set, Cartesian product, disjoint sets and cardinality). A meaningful example is:

  • relevant to real life or familiar mathematics (so students can visualize it),
  • covering edge cases (empty set, whole universal set, disjoint and nested sets), and
  • useful to demonstrate computational formulas (like inclusion–exclusion) and Venn diagram reasoning.

Short demonstration: Let U = {1,2,3,4,5,6,7,8,9,10} be the universal set of roll numbers in a class. Let A = {1,2,3,4} (students taking Maths) and B = {3,4,5,6} (students taking Physics). A meaningful example uses these sets to show:

  • Intersection: A ∩ B = {3,4} (students taking both).
  • Union: A ∪ B = {1,2,3,4,5,6} (students taking at least one of the two subjects).
  • Difference: A \ B = {1,2} (students taking only Maths).
  • Complement: Ac = U \ A = {5,6,7,8,9,10} (students not taking Maths).
  • Cardinality: |A ∪ B| = |A| + |B| − |A ∩ B| = 4 + 4 − 2 = 6.

Good, meaningful examples contrast cases (e.g., disjoint sets where A ∩ B = ∅), nested sets (B ⊂ A), and infinite sets (natural numbers, integers) so learners appreciate definitions and when formulas apply.

📌 Examples
  • Students in a class: U = all students. A = students who play cricket, B = students who play football. Use A ∪ B, A ∩ B, A \ B to find counts.
  • Books in a library: A = Hindi books, B = English books, C = reference books. Use a 3-set Venn diagram to find number of books in at least one category and use inclusion–exclusion for three sets.
  • Fruits in a basket: A = {apple, banana, orange}, B = {banana, grape}. A ∩ B = {banana}, A \ B = {apple, orange} (simple finite example).
  • Number sets: A = {even natural numbers ≤ 10}, B = {prime numbers ≤ 10}. Shows overlap (2) and illustrates infinite vs finite when extended.
  • Power set example: For A = {a,b,c}, P(A) = {∅, {a}, {b}, {c}, {a,b}, {a,c}, {b,c}, {a,b,c}} and |P(A)| = 8 = 2^3.
  • Cartesian product: If X = {1,2} and Y = {a,b,c}, then X × Y = {(1,a),(1,b),(1,c),(2,a),(2,b),(2,c)} and |X × Y| = 2×3 = 6.
🧮 Formulas
  1. \[|A ∪ B| = |A| + |B| − |A ∩ B|\]
  2. \[|A ∪ B ∪ C| = |A| + |B| + |C| − |A ∩ B| − |B ∩ C| − |C ∩ A| + |A ∩ B ∩ C| (inclusion–exclusion for 3 sets)\]
  3. \[|P(A)| = 2^{|A|} (cardinality of power set)\]
  4. \[|X × Y| = |X| · |Y| (cardinality of Cartesian product)\]
  5. \[|A^{c}| = |U| − |A| (complement w.r.t universal set U)\]
  6. \[If A ⊆ B then A ∪ B = B and A ∩ B = A\]
🔢7

notation and basic symbols (∈

📐 MATHEMATICAL FORMULA / THEOREM

notation and basic symbols (∈

Key Point: Membership: x ∈ A means x is an element of A; x ∉ A means x is not an element of A.

Meaning of ∈: The symbol ∈ reads as "is an element of" or "belongs to." If x is a member of set A we write x ∈ A. If x is not a member we write x ∉ A.

Other basic symbols and meanings

  • : is not an element of
  • : empty set (no elements)
  • U : universal set (the set under discussion)
  • {...} : roster (list) form, e.g. {1,2,3}
  • {x : property} : set-builder form, e.g. {x : x is even}
  • ⊂, ⊆ : proper subset, subset (all elements of A are in B)
  • ⊄, ⊄ : not a subset
  • : union (elements in A or B or both)
  • : intersection (elements common to A and B)
  • A\B or A − B : difference (elements in A but not in B)
  • A' or A^c : complement of A (elements in U not in A)
  • |A| : cardinality (number of elements in A)

Important distinctions: x ∈ A means x is a member. A ⊂ B means every member of A is also in B. A single element and a singleton set are different: 1 ∈ {1,2} but {1} ⊂ {1,2}.

Set notation styles: Roster: {a, b, c}. Set-builder: {x : property(x)}. Interval notation (for real-number sets) uses [ , ] and ( , ) but still uses membership: 2 ∈ [0,3].

📌 Examples
  • Mathematics: 3 ∈ {1, 2, 3} and 4 ∉ {1, 2, 3}.
  • Classroom: If A = set of girls in class and 'Anita' is a girl in class, then Anita ∈ A.
  • Fruit basket: If B = {apple, banana, mango}, then 'mango' ∈ B and 'orange' ∉ B.
  • Number sets: 5 ∈ ℕ (natural numbers), but −2 ∉ ℕ (if ℕ is positive integers).
  • Library: If S = set of books published in 2020, then a 2020 book title ∈ S; a 2019 title ∉ S.
🧮 Formulas
  1. \[Membership: x ∈ A means x is an element of A\]
    \[x ∉ A means x is not an element of A.\]
  2. \[Cardinality of union (two sets): |A ∪ B| = |A| + |B| − |A ∩ B|\]
  3. \[Cardinality of union (three sets): |A ∪ B ∪ C| = |A| + |B| + |C| − |A ∩ B| − |B ∩ C| − |C ∩ A| + |A ∩ B ∩ C|\]
  4. \[Complement: |A^c| = |U| − |A| (when U is finite)\]
  5. \[Double complement: (A^c)^c = A\]
  6. \[De Morgan's laws: (A ∪ B)^c = A^c ∩ B^c\]
    \[(A ∩ B)^c = A^c ∪ B^c\]
🔢8

📐 MATHEMATICAL FORMULA / THEOREM

Key Point: x ∎ A ⇔ ¬(x ∌ A)

Meaning: The symbol ∎ (read as "not an element of" or "does not belong to") expresses that a particular object is not a member of a set. If x is not in set A we write x ∎ A and read “x is not an element of A.”

Formal definition and equivalents:

  • x ∎ A means ¬(x ∌ A) — i.e. it is false that x is an element of A.
  • Given a universal set U, x ∎ A is equivalent to x ∌ Ac (x belongs to the complement of A in U).
  • If A = {y | P(y)} (set-builder form), then x ∎ A ⇔ P(x) is false.

Useful properties and logical consequences:

  • For every x, x ∎ ∅ (no element belongs to the empty set).
  • If A ⊆ B and x ∎ B, then x ∎ A (because every element of A is in B).
  • If x ∎ A you cannot infer anything about x relative to other unrelated sets unless there is a known relation between the sets.
  • Negation with quantifiers (De Morgan style): ¬(∃x ∈ A : P(x)) ⇔ ∀x ∈ A : ¬P(x).

How it appears in proofs and statements: Often used to show exclusion ("this element does not satisfy the property that defines A") or to describe complements: Ac = {x in U | x ∎ A}.

📌 Examples
  • 5 &#8718; {1, 2, 3, 4} — 5 is not an element of the set {1,2,3,4}.
  • 'Alice' &#8718; {members of chess club} — Alice is not a member of the chess club.
  • If U = {1,2,3,4,5} and A = {1,2}, then 3 &#8718; A but 3 &#8716; A^c.
  • For any real number x, x &#8718; {y ∈ R | y^2 = -1} because no real y squares to -1.
  • If A ⊆ B and 7 &#8718; B, then 7 &#8718; A (contrapositive: if 7 ∈ A then 7 ∈ B).
  • Tom is not on the guest list: 'Tom' &#8718; {people invited} — a real-life exclusion example.
🧮 Formulas
  1. \[x &#8718\]
    \[A ⇔ ¬(x &#8716\]
    \[A)\]
  2. \[x &#8718\]
    \[A ⇔ x &#8716\]
    \[A^c (relative to universe U)\]
  3. \[If A = {y | P(y)} then x &#8718\]
    \[A ⇔ P(x) is false\]
  4. \[For any x: x &#8718\]
    \[∅ (no element belongs to the empty set)\]
  5. \[If A ⊆ B and x &#8718\]
    \[B then x &#8718\]
    \[A\]
  6. \[Negation of existence: ¬(∃x ∈ A : P(x)) ⇔ ∀x ∈ A : ¬P(x)\]
🔢9

{ }

📐 MATHEMATICAL FORMULA / THEOREM

{ }

Key Point: Notation: { } = ∅

Definition: { } (also written as ∅) is the empty set — the unique set that contains no elements.

Notations: { }, ∅

Key points:

  • Uniqueness: There is exactly one empty set. If X and Y have no elements, X = Y.
  • Subset relation: ∅ ⊆ A for every set A. (This is true by vacuous truth: every element of ∅ is also an element of A because there are no elements to contradict it.)
  • Element vs subset: ∅ ∈ A means ‘the empty set is an element of A’ (true only if A explicitly contains ∅). This is different from ∅ ⊆ A which is always true.
  • Cardinality: n(∅) = 0.
  • Power set: P(∅) = {∅}, so |P(∅)| = 1.
  • Cartesian product: A × ∅ = ∅ and ∅ × A = ∅ for any set A.
  • Complement (in universe U): U \ ∅ = U and U \ U = ∅.

Why vacuous truth holds (short justification): To show ∅ ⊆ A we must show: for every x, if x ∈ ∅ then x ∈ A. The antecedent “x ∈ ∅” is always false, so the implication is always true for every x. Hence ∅ ⊆ A.

Common identities involving ∅: see the formulas list below for standard equalities used often in set problems.

📌 Examples
  • A = {1,2,3}. Then A ∪ { } = {1,2,3} and A ∩ { } = { }.
  • Equation example: x^2 + 1 = 0 has no real solution, so the solution set (over ℝ) is { } (or ∅).
  • Real-life: An empty shelf in a shop can be modeled as the set of products on that shelf = { } when no products are present.
  • Power set example: P({ }) = {{ }} (the only subset of the empty set is the empty set itself).
  • Cartesian product example: If B = {a,b} and C = { }, then B × C = { } because there are no second components to form ordered pairs.
🧮 Formulas
  1. \[Notation: { } = ∅\]
  2. \[n(∅) = 0\]
  3. \[∅ ⊆ A for every set A\]
  4. \[∅ ∈ A ⇔ the empty set is explicitly an element of A (not always true)\]
  5. \[A ∪ ∅ = A\]
  6. \[A ∩ ∅ = ∅\]
🔢10

|)

📐 MATHEMATICAL FORMULA / THEOREM

|)

Key Point: Set-builder form: {x | property of x} (read: the set of all x such that the property holds)

The symbol combination "|)" is not a single standard notation in Class 11 sets; it is best understood by splitting it into two commonly used symbols in set theory: the vertical bar "|" and the closing parenthesis ")".

1. The vertical bar "|"
In set-builder notation, the vertical bar (or colon) means "such that". Example: {x | P(x)} reads "the set of all x such that P(x) is true." The same vertical bar is also used in another important meaning: as part of cardinality notation. When placed around a set, e.g. |A|, it denotes the number of elements (cardinality) of A.

2. The closing parenthesis ")"
A right parenthesis is used in interval notation to denote an open endpoint. Example: (a, b) is the open interval of real numbers strictly greater than a and strictly less than b. Mixed intervals use ) on one side and ] on the other to show open/closed endpoints, e.g. (a, b] means a is not included, b is included.

Because these symbols often appear near each other in set expressions (for example, {x | a < x < b} or describing intervals on a number line), you might see "|)" in typed fragments—but the meaning comes from the roles described above.

📌 Examples
  • {x | x is an even integer and 0 &lt; x &lt; 10} = {2, 4, 6, 8} (here "|" = "such that")
  • |A| example: If A = {red, blue, green}, then |A| = 3 (cardinality)
  • Interval example: (2, 5] = {x ∈ R | 2 &lt; x ≤ 5} — note the closing parenthesis ")" means the left endpoint is excluded
🧮 Formulas
  1. \[Set-builder form: {x | property of x} (read: the set of all x such that the property holds)\]
  2. \[Cardinality notation: |A| = number of elements in A\]
  3. \[Union–intersection formula: |A ∪ B| = |A| + |B| − |A ∩ B|\]
  4. \[Complement (in finite universal set U): |A'| = |U| − |A|\]
  5. \[Interval notation: (a\]
    \[b) = {x ∈ R | a < x < b}, [a\]
    \[b) = {x ∈ R | a ≤ x < b}\]
    \[etc.\]
🔢11

Types of Sets

📐 MATHEMATICAL FORMULA / THEOREM

Types of Sets

Key Point: |A| = cardinality (number of elements) of set A.

Overview: A set is a well-defined collection of distinct objects called elements. 'Types of sets' classifies sets by size, relation to other sets, and special properties. Below are the common types with definitions and short notes.

  • Empty (Null) set: A set with no elements. Notation: ∅ or {}. Example: {x | x is a square circle} = ∅.
  • Finite set: A set with a countable number of elements that is a natural number. Example: {Sunday, Monday, ..., Saturday}. Cardinality (size) is a natural number.
  • Infinite set: A set with infinitely many elements. Example: set of natural numbers N = {1,2,3,...}.
  • Singleton set: A set with exactly one element. Example: {π}.
  • Equal sets: A and B are equal (A = B) if they have exactly the same elements.
  • Subset and Proper subset: A is a subset of B (A ⊆ B) if every element of A is in B. A is a proper subset of B (A ⊂ B) if A ⊆ B and A ≠ B.
  • Universal set: A fixed set U that contains all objects under consideration for a particular discussion. Other sets are considered subsets of U.
  • Power set: The set of all subsets of A, denoted P(A) or 2^A.
  • Disjoint sets: Two sets A and B are disjoint if A ∩ B = ∅ (no common elements).
  • Overlapping (non-disjoint) sets: Sets that share at least one common element; A ∩ B ≠ ∅.
  • Complement of a set: For a universal set U, the complement of A is A' = {x ∈ U | x ∉ A}.

Remarks: Many set types can combine (e.g., an infinite subset, disjoint infinite sets). Notation is important: braces { } list elements, vertical-bar | or colon : describes properties, and common symbols include ∪ (union), ∩ (intersection), ⊆, ⊂, ∅, and '.

📌 Examples
  • Empty set: The set of real solutions to x^2 + 1 = 0 in real numbers = ∅.
  • Finite set: The set of months with 30 days = {April, June, September, November}.
  • Infinite set: The set of integers Z = {..., -2, -1, 0, 1, 2, ...}.
  • Singleton: The set containing the prime number 2 only: {2}.
  • Subset / Proper subset: A = {1,2} is a subset of B = {1,2,3}; A ⊂ B (proper).
  • Power set: If A = {a,b}, then P(A) = {∅, {a}, {b}, {a,b}}.
🧮 Formulas
  1. \[|A| = cardinality (number of elements) of set A.\]
  2. \[|P(A)| = 2^{|A|} (number of subsets of A).\]
  3. \[A ⊆ B ⇔ every element of A is in B\]
    \[A ⊂ B means A ⊆ B and A ≠ B.\]
  4. \[A = B ⇔ A ⊆ B and B ⊆ A.\]
  5. \[Union: A ∪ B = {x | x ∈ A or x ∈ B}.\]
  6. \[Intersection: A ∩ B = {x | x ∈ A and x ∈ B}.\]
🔢12

"description": "Finite and infinite sets"

📐 MATHEMATICAL FORMULA / THEOREM

"description": "Finite and infinite sets"

Key Point: |A| = n (A is finite with n elements)

What is a set? A set is a well-defined collection of distinct objects called elements.

Finite set: A set is finite if it contains a definite number of elements. If A has n elements, we write |A| = n (n a nonnegative integer). Example: A = {2,4,6} so |A| = 3. Finite sets can be listed and their elements counted.

Infinite set: A set is infinite if its elements cannot be listed to completion; there is no natural number n giving its size. Example: the set of natural numbers N = {1,2,3,...} is infinite.

Countable vs uncountable: An infinite set is countably infinite if its elements can be put in a one-to-one correspondence (bijection) with N (examples: N, Z, Q). An infinite set is uncountable if no such bijection exists (example: the real numbers R, or the interval (0,1)). The cardinality of a countably infinite set is denoted ℵ0 (aleph-null). The cardinality of the continuum (R) is often denoted c. Cantor's diagonal argument shows R is uncountable.

Key recognitions and simple tests: If you can list elements and finish, the set is finite. If elements continue without end (natural numbers, integers, prime numbers), it is infinite. If you can pair every element with a unique natural number, it is countably infinite.

Important properties: Any subset of a finite set is finite. Union, intersection and Cartesian product of finite sets are finite. For infinite sets some usual cardinality arithmetic changes (e.g., N and even numbers have the same cardinality).

📌 Examples
  • Finite: Set of students in a classroom (e.g., {Alice, Ben, Carla}) — finite, |A| = number of students
  • Finite: Days of the week = {Sunday, Monday, ..., Saturday} — finite, |A| = 7
  • Infinite (countable): Natural numbers N = {1,2,3,...} — countably infinite, |N| = ℵ0
  • Infinite (countable): Integers Z = {...,-2,-1,0,1,2,...} — countably infinite (bijection with N)
  • Infinite (countable): Rational numbers Q — countably infinite (can be listed via pairing/fraction enumeration)
  • Infinite (uncountable): Real numbers in interval (0,1) — uncountable (Cantor diagonal argument)
🧮 Formulas
  1. \[|A| = n (A is finite with n elements)\]
  2. \[|A ∪ B| = |A| + |B| - |A ∩ B| (general union formula for finite sets)\]
  3. \[If A and B are disjoint then |A ∪ B| = |A| + |B|\]
  4. \[|A × B| = |A| · |B| (Cartesian product of finite sets)\]
  5. \[|P(A)| = 2^{|A|} (power set of a finite set A)\]
  6. \[If A ⊆ B and B is finite then |A| ≤ |B|\]
🔢13

equal sets

📐 MATHEMATICAL FORMULA / THEOREM

equal sets

Key Point: A = B ⇔ (A ⊆ B) and (B ⊆ A)

Definition: Two sets A and B are said to be equal (written A = B) if they contain exactly the same elements. Order and repetition do not matter: {1,2,3} = {3,1,2}.

Formal condition (necessary and sufficient):

  • A = B ⇔ A ⊆ B and B ⊆ A.
  • Equivalently, A = B ⇔ for every element x, (x ∈ A ⇔ x ∈ B).

Key consequences and remarks:

  • If A = B then |A| = |B| (equal cardinalities). The converse is not necessarily true: equal size does not imply equal sets (e.g., {1,2} and {3,4}).
  • The empty set is equal only to itself: ∅ = ∅.
  • Equality is preserved under set operations: if A = B then for any set C, A ∪ C = B ∪ C, A ∩ C = B ∩ C, and A \ C = B \ C.
  • Two different descriptions (roster, set-builder, property) can define the same set: {x : x is an even prime} = {2}.

How to check equality in practice: Either show A ⊆ B and B ⊆ A (element-wise proof), or demonstrate a simple one-to-one correspondence is not enough (that only shows equal cardinality). For finite sets, listing elements and comparing is sufficient.

📌 Examples
  • {1, 2, 3} = {3, 1, 2} (same elements despite different order)
  • A = {x : x is an even prime} and B = {2} ⇒ A = B
  • ∅ = ∅ (the empty set equals itself)
  • {1, 2} and {2, 3} are not equal though both have 2 elements (same cardinality but different elements)
  • A = {x ∈ ℕ : x ≤ 3} = {1, 2, 3} and B = {1, 2, 3} ⇒ A = B
  • If A = B then P(A) = P(B) (power sets of equal sets are equal)
🧮 Formulas
  1. \[A = B ⇔ (A ⊆ B) and (B ⊆ A)\]
  2. \[A = B ⇔ ∀x (x ∈ A ⇔ x ∈ B)\]
  3. \[A = B ⇒ |A| = |B| (consequence\]
    \[converse not always true)\]
  4. \[If A = B then for any C: A ∪ C = B ∪ C\]
    \[A ∩ C = B ∩ C\]
    \[A \ C = B \ C\]
  5. \[A = B ⇒ P(A) = P(B) (where P denotes the power set)\]
🔢14

equivalent sets

📐 MATHEMATICAL FORMULA / THEOREM

equivalent sets

Key Point: A and B are equivalent ⇔ ∃ bijection f : A → B.

Definition: Two sets A and B are called equivalent (or have the same cardinality) if there exists a bijective (one-to-one and onto) function f : A → B. We write A ≈ B or |A| = |B| (for finite sets).

What a bijection means:

  • Injective (one-to-one): different elements of A map to different elements of B.
  • Surjective (onto): every element of B is an image of some element of A.

Finite sets: If A and B are finite, they are equivalent exactly when they have the same number of elements. Example: A = {1,2,3} and B = {a,b,c} are equivalent because we can pair 1↔a, 2↔b, 3↔c.

Infinite sets: Equivalence is determined by existence of a bijection, not intuition about “size.” For example, the set of natural numbers N = {1,2,3,...} is equivalent to the set of even natural numbers 2N = {2,4,6,...} because f(n)=2n is a bijection from N to 2N. Such sets are called countably infinite. Some infinite sets (like the real numbers R) are uncountable and cannot be put in bijection with N.

Key properties (equivalence relation): The relation “is equivalent to” is reflexive (A ≈ A), symmetric (if A ≈ B then B ≈ A), and transitive (if A ≈ B and B ≈ C then A ≈ C). If f : A → B is a bijection, it has an inverse f⁻¹ : B → A which is also a bijection.

Notation and common examples: We often denote cardinality of a set A by |A|. For finite sets A and B, A ≈ B ⇔ |A| = |B|. Typical infinite equivalences used in Class 11: N ≈ 2N, N ≈ Z (integers), Q (rationals) is countable, while R (reals) is uncountable.

📌 Examples
  • Students and chairs: If a class has 30 students and 30 chairs, we can pair each student with exactly one chair → sets are equivalent.
  • Natural numbers and even numbers: A = N = {1,2,3,...}, B = 2N = {2,4,6,...}. The function f(n)=2n is a bijection, so A ≈ B.
  • Natural numbers and integers: A = N, B = Z. One bijection (starting N at 1) can be defined by f(1)=0; for n≥2, if n is even let f(n)=n/2, if n is odd let f(n)=-(n-1)/2. This pairs every natural number with a unique integer, so N ≈ Z.
  • Points on a circle and angles in [0,2π): Each point on a circle corresponds to a unique angle in [0,2π), so the set of points on the circle is equivalent to the interval [0,2π).
  • Telephone subscribers and telephone numbers (when numbers are assigned one-to-one): The set of subscribers is equivalent to the set of assigned telephone numbers.
🧮 Formulas
  1. \[A and B are equivalent ⇔ ∃ bijection f : A → B.\]
  2. \[Bijection = injective + surjective.\]
  3. \[For finite sets: A ≈ B ⇔ |A| = |B|.\]
  4. \[If f : A → B is a bijection then f⁻¹ : B → A exists and is a bijection.\]
  5. \[Equivalence relation properties: reflexive (A ≈ A)\]
    \[symmetric (A ≈ B ⇒ B ≈ A)\]
    \[transitive (A ≈ B and B ≈ C ⇒ A ≈ C).\]
🧫15

singleton/set with one element

⚗️ CHEMICAL PRINCIPLE

singleton/set with one element

Key Point: |{a}| = 1

Definition: A singleton (or a set with one element) is a set that contains exactly one element. If the single element is a, the singleton is written as {a}. Its cardinality (number of elements) is 1.

Key points to remember:

  • {a} is a set whose only element is a. Note the difference between the element a and the set {a} — they are not the same object.
  • Two singletons are equal iff their elements are equal: {a} = {b} ⇔ a = b.
  • The empty set ∅ is different from any singleton: ∅ ≠ {a} for any a.
  • Subsets: ∅ ⊂ {a} and {a} ⊂ U whenever a ∈ U (U is the universal set).
  • Power set: P({a}) = {∅, {a}} (so it has 2 elements).

Set operations with singletons:

  • Union: {a} ∪ {b} = {a} if a = b, otherwise {a, b}.
  • Intersection: {a} ∩ {b} = {a} if a = b, otherwise ∅.
  • Difference: {a} \ {b} = ∅ if a = b, otherwise {a}.
  • Complement (relative to universal set U): ({a})^c = U \ {a}.
  • Cartesian product: {a} × B = {(a, b) : b ∈ B} (has |B| ordered pairs).

Characteristic function: The indicator (characteristic) function of a singleton {a} is χ_{ {a} }(x) = 1 if x = a, and 0 otherwise. This is useful in counting and probability contexts.

Where singletons appear in mathematics: topology (singletons are closed in metric spaces), functions (preimage of a value can be a singleton), relations (ordered pairs with fixed first component), and power-set/counting problems.

📌 Examples
  • {5} is a singleton containing the number 5; its cardinality |{5}| = 1.
  • If student A has roll number 12, the set of roll numbers of students sitting alone in a special room might be {12} — a singleton.
  • A box that contains exactly one apple can be represented by the singleton {apple}.
  • If B = {2,4,6}, then {3} × B = {(3,2),(3,4),(3,6)} — a row of |B| ordered pairs.
  • Power set example: P({x}) = {∅, {x}} (two subsets: nothing and the singleton itself).
🧮 Formulas
  1. \[|{a}| = 1\]
  2. \[P({a}) = {∅, {a}} and |P({a})| = 2 = 2^{1}\]
  3. \[{a} = {b} ⇔ a = b\]
  4. \[{a} ∩ {b} = {a} if a = b\]
    \[otherwise ∅\]
  5. \[{a} ∪ {b} = {a} if a = b\]
    \[otherwise {a\]
    \[b}\]
  6. \[|{a} × B| = |B|\]
🔢16

disjoint sets

📐 MATHEMATICAL FORMULA / THEOREM

disjoint sets

Key Point: Definition: A and B are disjoint ⇔ A ∩ B = ∅

Definition: Two sets A and B are called disjoint if they have no element in common. Formally, A and B are disjoint if A ∩ B = ∅ (the empty set).

Notation and basic idea: A ∩ B denotes the intersection (common elements) of A and B. If A ∩ B = ∅, then A and B share no elements. The empty set (∅) is disjoint with every set because it contains no elements.

Pairwise and mutually disjoint: A collection of sets {A₁, A₂, …, Aₙ} is called pairwise disjoint (or mutually disjoint) if every two distinct sets in the collection are disjoint: for i ≠ j, Aᵢ ∩ Aⱼ = ∅.

Key properties:

  • If A and B are disjoint then A ∩ B = ∅ and A \\ B = A (since no element of A lies in B).
  • If A and B are disjoint then the number of elements in their union is the sum of their sizes: |A ∪ B| = |A| + |B|. (No double-counting because intersection is empty.)
  • For a collection of pairwise disjoint finite sets A₁, A₂, …, Aₙ: |⋃_{i=1}^n Aᵢ| = Σ_{i=1}^n |Aᵢ|.
  • Disjointness is used often in probability: mutually exclusive events are disjoint sets of outcomes.

Remarks / edge cases: The empty set ∅ is disjoint with every set. The condition A ∩ B = ∅ is necessary and sufficient for disjointness. Disjointness is about intersection only; sets may be subsets of each other only if one is empty (nontrivial subsets cannot be disjoint).

📌 Examples
  • Even integers and odd integers: E = {…, -2, 0, 2, 4, …}, O = {…, -3, -1, 1, 3, …}. E ∩ O = ∅, so they are disjoint.
  • Students who play football (F) and students who play chess (C) can be disjoint if no student plays both. If F ∩ C = ∅, then |F ∪ C| = |F| + |C|.
  • Set of prime numbers (≥2) and set of composite numbers: these two sets are disjoint (ignoring 1, which is neither prime nor composite).
  • Male and female students in a class (when categories are non-overlapping) — these two groups are disjoint.
  • Three pairwise disjoint sets example: A = {1,2}, B = {3,4}, C = {5,6}. Then A ∩ B = A ∩ C = B ∩ C = ∅ and |A ∪ B ∪ C| = 2+2+2 = 6.
  • Empty set example: A = {1,2,3}, ∅ ∩ A = ∅, so ∅ is disjoint with A.
🧮 Formulas
  1. \[Definition: A and B are disjoint ⇔ A ∩ B = ∅\]
  2. \[If A and B are disjoint (finite): |A ∪ B| = |A| + |B|\]
  3. \[Generalisation for n pairwise disjoint finite sets: |⋃_{i=1}^n A_i| = Σ_{i=1}^n |A_i|\]
  4. \[If A ∩ B = ∅ then A \ B = A and B \ A = B (difference does not remove elements when intersection is empty)\]
  5. \[Empty set property: ∅ ∩ A = ∅ for any set A\]
🔢17

overlapping sets

📐 MATHEMATICAL FORMULA / THEOREM

overlapping sets

Key Point: |A ∪ B| = |A| + |B| − |A ∩ B|

Definition: Overlapping sets are two or more sets that share one or more common elements. The common elements belong to the intersection of the sets. Overlapping contrasts with disjoint sets, which have no elements in common.

Representation: Overlapping sets are most clearly represented using Venn diagrams: overlapping circles show the shared regions (intersections) and non-shared regions (set-only parts).

Key idea (Counting): When counting elements in overlapping sets we must avoid double counting. The inclusion–exclusion principle corrects for overcounting by subtracting pairwise intersections and adding back higher-order intersections.

When you have a universal set U: elements in neither of the overlapping sets = |U| − |union of sets|. For surveys/problems involving people/things, start with totals, add individual counts, subtract overlaps, and adjust for triple (or higher) overlaps as needed.

Applications / real-life uses: analyzing survey data (people who like A, B, C), class attendance for multiple subjects, probability calculations with events that are not mutually exclusive, inventory of items with multiple features, and database queries with overlapping categories.

📌 Examples
  • Two-set numerical example: In a class of 50 students, 30 study Mathematics (M) and 20 study Physics (P). If 12 study both subjects (M ∩ P = 12), then the number who study at least one subject is |M ∪ P| = 30 + 20 − 12 = 38. The number who study neither = 50 − 38 = 12.
  • Three-set numerical example: In a group of 100 people, 45 like Cricket (C), 30 like Football (F), 20 like Basketball (B). Suppose |C ∩ F| = 10, |C ∩ B| = 7, |F ∩ B| = 5 and |C ∩ F ∩ B| = 3. Then |C ∪ F ∪ B| = 45 + 30 + 20 − (10 + 7 + 5) + 3 = 81. So 19 people like none of these sports.
  • Real-life (non-numerical) example: In a workplace, some employees have skill A (e.g., Excel), some have skill B (e.g., SQL). Employees who have both are in the overlap. To plan training, managers count those who lack both by using the overlapping-set counts to avoid double-counting people with both skills.
🧮 Formulas
  1. \[|A ∪ B| = |A| + |B| − |A ∩ B|\]
  2. \[|A ∩ B| = |A| + |B| − |A ∪ B|\]
  3. \[|A ∪ B ∪ C| = |A| + |B| + |C| − (|A ∩ B| + |A ∩ C| + |B ∩ C|) + |A ∩ B ∩ C|\]
  4. \[For total U: number in none of the sets = |U| − |union of the sets|\]
  5. \[General inclusion–exclusion (n sets): sum of sizes of single sets − sum of sizes of all 2-set intersections + sum of sizes of all 3-set intersections − ... ± size of intersection of all n sets\]
🔢18

universal set

📐 MATHEMATICAL FORMULA / THEOREM

universal set

Key Point: A \cup A' = U

Definition: The universal set (usually denoted by U) is the set that contains all the objects or elements under consideration for a particular discussion or problem. Every other set in that context is a subset of the universal set.

Notation: U is the universal set. If A is any set in that context, then A \subseteq U. The complement of A (relative to U) is denoted by A' or Ac and consists of all elements of U that are not in A: A' = {x in U : x ∉ A}.

Key properties:

  • A \cup A' = U (a set together with its complement gives the universal set).
  • A \cap A' = ∅ (a set and its complement are disjoint).
  • (A')' = A (complement of the complement is the original set).
  • A \subseteq U and ∅ \subseteq U.
  • A \cup U = U and A \cap U = A.

Why it matters: The universal set fixes the “universe of discourse.” Set operations such as complement only make sense once you know U. In problems, U is often stated explicitly (e.g., 'students in Class XI') or is implied by context (e.g., 'integers' or 'real numbers').

Cardinality: If U is finite, n(U) denotes the number of elements in U. For any A \subseteq U, 0 ≤ n(A) ≤ n(U) and n(A) + n(A') = n(U).

📌 Examples
  • School example: If U = {all students in Class XI}, then A = {students who play football} is a subset of U. A' = students in Class XI who do not play football.
  • Days example: If U = {Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday} and A = {Saturday, Sunday}, then A' = {Monday, Tuesday, Wednesday, Thursday, Friday}.
  • Card deck: If U is the set of all 52 cards in a standard deck and A = {all hearts}, then A' = all non-heart cards (39 cards).
  • Subjects: If U = {Mathematics, Physics, Chemistry, Biology, English} and B = {Mathematics, English}, then B' = {Physics, Chemistry, Biology}.
🧮 Formulas
  1. \[A \cup A' = U\]
  2. \[A \cap A' = \u2205\]
  3. \[(A')' = A\]
  4. \[A \cup U = U\]
  5. \[A \cap U = A\]
  6. \[A \subseteq U\]
    \[\u2205 \subseteq U\]
🔢19

Subset

📐 MATHEMATICAL FORMULA / THEOREM

Subset

Key Point: Definition (logical): A ⊆ B ⇔ ∀x (x ∈ A ⇒ x ∈ B).

Definition: A set A is a subset of set B if every element of A is also an element of B. This is written A ⊆ B (or A ⊆ B). Formally, A ⊆ B ⇔ ∀x (x ∈ A ⇒ x ∈ B).

Proper subset: A is a proper subset of B (written A ⊂ B) if A ⊆ B and A ≠ B (there exists at least one element in B not in A).

Special subsets: The empty set ∅ is a subset of every set: ∅ ⊆ A for all A. Every set is a subset of itself: A ⊆ A. The power set P(A) is the set of all subsets of A.

How to prove A ⊆ B (two common methods):

  • Element method: Start with an arbitrary x ∈ A and show x ∈ B. Since x was arbitrary, all elements of A lie in B.
  • Algebraic/use of definitions: Use set identities or properties (e.g., show A ∪ B = B and A ∩ B = A) to deduce A ⊆ B.

Key properties:

  • If A ⊆ B then n(A) ≤ n(B) for finite sets (cardinality nondecreasing).
  • If A ⊆ B then A ∪ B = B and A ∩ B = A.
  • If A ⊆ B then Bc ⊆ Ac (complements reverse inclusion, relative to a fixed universal set).
  • Transitivity: If A ⊆ B and B ⊆ C then A ⊆ C.

Power set and counting: If A is a finite set with |A| = n, then the power set P(A) has 2n elements (every element either belongs or does not belong to a subset).

Typical pitfalls: A ⊆ B allows A = B; to indicate strict containment use A ⊂ B. Always check whether the universe for complements is specified.

📌 Examples
  • Classroom example: Let U be the set of all students and B be the set of students who play basketball. Let A be the students who are in the school basketball team. Then A &sube; B.
  • Books on a shelf: Let B be all English books and A be all English novels. Every English novel is an English book, so A &sube; B.
  • Clothing: Let B be the set of all shirts and A be the set of all T-shirts. A &sube; B.
  • Numbers: Let B = {1,2,3,4,5} and A = {2,4}. Then A &sube; B (and A &subset; B since A ≠ B).
  • Empty set: If A is the set of unicorns in this room, A = &empty; and &empty; &sube; U (U = set of objects in the room).
  • Power set example: For A = {a,b}, P(A) = {&empty;, {a}, {b}, {a,b}} (4 = 2^2 subsets).
🧮 Formulas
  1. \[Definition (logical): A &sube\]
    \[B ⇔ &forall\]
    \[x (x &isin\]
    \[A ⇒ x &isin\]
    \[B).\]
  2. \[Proper subset: A &subset\]
    \[B ⇔ (A &sube\]
    \[B) and (A ≠ B).\]
  3. \[Cardinality relation: If A &sube\]
    \[B (finite)\]
    \[then |A| &le\]
    \[|B|.\]
  4. \[Power set size: If |A| = n (finite) then |P(A)| = 2^n.\]
  5. \[Union/intersection consequences: A &sube\]
    \[B ⇒ A ∪ B = B and A ∩ B = A.\]
  6. \[Complement reversal: If A &sube\]
    \[B (within universal set U) then B^c &sube\]
    \[A^c.\]
🔋20

Proper Subset and Power Set

📐 MATHEMATICAL FORMULA / THEOREM

Proper Subset and Power Set

Key Point: |P(A)| = 2^{|A|} (for finite A with |A| = n, |P(A)| = 2^n)

Proper Subset: For two sets A and B, A is a proper subset of B (written A ⊂ B) if every element of A is in B and A is not equal to B. Formally, A ⊂ B means A ⊂= B and A ≠ B. The empty set ∅ is a proper subset of every non-empty set. If A = B then A is not a proper subset of B.

Power Set: The power set of A, written P(A) or 2^A, is the set of all subsets of A (including the empty set and A itself). Thus P(A) contains every possible selection of elements from A.

Key properties:

  • If |A| = n (A finite), then |P(A)| = 2^n.
  • Number of proper subsets of a finite set A with n elements = 2^n − 1 (all subsets except A itself).
  • For any set A (finite or infinite), Cantor's theorem: |P(A)| > |A| (the power set has strictly larger cardinality than the set itself).
  • Inclusion relations among subsets form a Boolean lattice (subset lattice) ordered by ⊂=.
📌 Examples
  • Let A = {1,2}. Then P(A) = {∅, {1}, {2}, {1,2}}. Proper subsets of A are ∅, {1}, {2}.
  • If B = {a,b,c}, then |B| = 3, so |P(B)| = 2^3 = 8. P(B) has levels: ∅ (level 0), {a},{b},{c} (level 1), {a,b},{a,c},{b,c} (level 2), {a,b,c} (level 3).
  • Real-life: Given a playlist of 4 songs, the power set represents all possible playlists you could form by choosing any subset of those songs (including choosing none). Proper subsets are all playlists that are not the full original playlist.
  • Real-life (committee): If a club has 5 members, any committee formed from them is a subset; every committee that is not the full club is a proper subset. Total possible committees = 2^5 = 32; proper committees = 31.
🧮 Formulas
  1. \[|P(A)| = 2^{|A|} (for finite A with |A| = n, |P(A)| = 2^n)\]
  2. \[Number of proper subsets of a finite set of size n = 2^n - 1 (excludes the set itself)\]
  3. \[Number of non-empty proper subsets = 2^n - 2 (excludes both ∅ and the set itself)\]
  4. \[Cantor's theorem (general): |P(A)| > |A| (power set has strictly larger cardinality)\]
🔢21

"description": "Subset (A ⊆ B)"

📐 MATHEMATICAL FORMULA / THEOREM

"description": "Subset (A ⊆ B)"

Key Point: A ⊆ B ⇔ (∀x)(x ∈ A ⇒ x ∈ B)

Definition. A is a subset of B (written A ⊆ B) if every element of A is also an element of B. Formally: A ⊆ B ⇔ (∀x)(x ∈ A ⇒ x ∈ B).

Proper subset. A is a proper subset of B (written A ⊂ B) if A ⊆ B and A ≠ B (i.e. at least one element of B is not in A).

Special cases. The empty set ∅ is a subset of every set. Every set is a subset of itself (A ⊆ A).

How to prove A ⊆ B. Use the element method: take an arbitrary element x ∈ A and show (by algebra/definition/reasoning) that x ∈ B. To disprove A ⊆ B, provide a counterexample: an element x ∈ A with x ∉ B.

Related facts. If A ⊆ B and B ⊆ A then A = B. If A ⊆ B then |A| ≤ |B| (for finite sets). Power sets respect inclusion: A ⊆ B ⇒ P(A) ⊆ P(B).

Intuition. Think of B as a box and A as a smaller box entirely inside B. Every member of A is already inside the bigger box B.

📌 Examples
  • Numbers: A = {1, 2}, B = {1, 2, 3, 4} → every element of A is in B, so A ⊆ B.
  • Letters: A = {a, e}, B = {a, e, i, o, u} → A ⊆ B (A is a subset of vowels).
  • Intervals on number line: A = (0,2) and B = (-1,3) → every x with 0 < x < 2 also satisfies -1 < x < 3, so A ⊆ B.
  • Empty set: ∅ ⊆ S for any set S. Example: ∅ ⊆ {1,2,3}.
  • Counterexample: A = {1,4}, B = {1,2,3} → 4 ∈ A but 4 ∉ B, so A ⊄ B.
🧮 Formulas
  1. \[A ⊆ B ⇔ (∀x)(x ∈ A ⇒ x ∈ B)\]
  2. \[A ⊂ B means A ⊆ B and A ≠ B (proper subset)\]
  3. \[A = B ⇔ (A ⊆ B) and (B ⊆ A)\]
  4. \[|A| ≤ |B| if A ⊆ B (for finite sets)\]
  5. \[If |B| = n then number of subsets of B = 2^n (power set size).\]
  6. \[A ⊆ B ⇒ P(A) ⊆ P(B) (power sets respect inclusion)\]
🔢22

proper subset (A ⊂ B)

📐 MATHEMATICAL FORMULA / THEOREM

proper subset (A ⊂ B)

Key Point: Definition: A ⊂ B ⇔ (A ⊆ B) ∧ (A ≠ B).

Definition: A is a proper subset of B (written A ⊂ B) if every element of A is an element of B, and A is not equal to B. Formally, A ⊂ B ⇔ (A ⊆ B) and (A ≠ B).

Logical form: A ⊂ B ⇔ [∀x (x ∈ A ⇒ x ∈ B)] and [∃y (y ∈ B and y ∉ A)]. The first part ensures A is contained in B; the second ensures A is strictly smaller than B.

Remarks and edge cases:

  • The empty set ∅ is a proper subset of every non-empty set: ∅ ⊂ B if B ≠ ∅. But ∅ ⊄ ∅ (the empty set is not a proper subset of itself).
  • A ⊂ B is false when A = B. In that case we say A ⊆ B (subset) but not a proper subset.
  • For finite sets, A ⊂ B implies |A| < |B|. For infinite sets this may not hold (example: even integers are a proper subset of integers but both are countably infinite).

Relation with power set: If A ⊂ B then A is an element of the power set P(B) and A ≠ B (A ∈ P(B), A ≠ B). The number of proper subsets of a finite set with n elements is 2^n - 1 (all subsets except the set itself).

Typical notations you may see: A ⊂ B (proper subset), A ⊆ B (subset or equal), A ⊄ B (not a proper subset), B ⊃ A (B is a proper superset of A).

📌 Examples
  • A = {1, 2}, B = {1, 2, 3} → A ⊂ B (every element of A is in B and A ≠ B).
  • A = {a, b, c}, B = {a, b, c} → A ⊄ B (A equals B, so not a proper subset; A ⊆ B is true).
  • ∅ and B = {x} → ∅ ⊂ {x} (empty set is a proper subset of any non-empty set).
  • A = {2, 4, 6, ...} (even natural numbers), B = {1, 2, 3, 4, ...} (natural numbers) → A ⊂ B, but |A| = |B| (both infinite).
  • Real-life: Let B = set of all students in a school, A = set of students who play football. If some students do not play football, A ⊂ B.
🧮 Formulas
  1. \[Definition: A ⊂ B ⇔ (A ⊆ B) ∧ (A ≠ B).\]
  2. \[Logical condition: A ⊂ B ⇔ [∀x (x ∈ A ⇒ x ∈ B)] ∧ [∃y (y ∈ B ∧ y ∉ A)].\]
  3. \[Number of proper subsets (finite set of size n): 2^n - 1 (all subsets except the set itself).\]
  4. \[Transitivity: If A ⊂ B and B ⊂ C then A ⊂ C.\]
  5. \[For finite sets: A ⊂ B ⇒ |A| < |B|\]
    \[For infinite sets this implication can fail.\]
🔢23

tests for subset

📐 MATHEMATICAL FORMULA / THEOREM

tests for subset

Key Point: A ⊆ B ⇔ (∀x)(x ∈ A ⇒ x ∈ B)

Definition: A set A is a subset of set B (written A ⊂ B) if every element of A is also an element of B. If A ⊂ B and A ≠ B, then A is a proper subset of B (written A &subsetneq B). The empty set ∅ is a subset of every set.

Equivalent logical statement: A ⊂ B iff for every element x in the universal set U, (x ∈ A) implies (x ∈ B). In symbolic form: A ⊂ B ⇔ (∀x)(x ∈ A → x ∈ B).

Common equivalent tests (useful in proofs and checks):

  • Membership/element-wise test: Verify each element of A belongs to B (direct check for finite sets).
  • Union test: A ⊂ B iff A ∪ B = B.
  • Intersection test: A ⊂ B iff A ∩ B = A.
  • Complement test: A ⊂ B iff Bc ⊂ Ac (relative to a common universal set).
  • Cardinality test (finite sets): If A and B are finite, A ⊂ B iff |A ∪ B| = |B| or equivalently |A ∩ B| = |A|.
  • Indicator (characteristic) function test: Let χ_A and χ_B be indicator functions on U. Then A ⊂ B iff χ_A(x) ≤ χ_B(x) for all x in U.
  • Equality test: A = B iff A ⊂ B and B ⊂ A.

Short proof sketches of equivalences:

  • If A ⊂ B then A ∪ B = B because adding elements of A to B changes nothing (all A elements are already in B).
  • If A ∪ B = B then every element of A is in A ∪ B (which equals B), so A ⊂ B.
  • A ⊂ B implies A ∩ B = A because intersecting A with B does not remove any A-elements; conversely if A ∩ B = A then every element of A is in B.

How to apply: For finite sets, list elements of A and check membership in B. For sets given by rules (like intervals or set-builder notation), translate the rule and show implication: if x satisfies A's condition then it satisfies B's condition. For algebraic proofs, use the union/intersection/complement equivalences above.

📌 Examples
  • Example 1 (finite sets): A = {2,4,6}, B = {1,2,3,4,5,6}. Check each element of A is in B, so A ⊆ B. Since A ≠ B, A is a proper subset.
  • Example 2 (numbers): A = {x ∈ Z | x is even}, B = {x ∈ Z | x is an integer}. Every even integer is an integer, so A ⊆ B. (Use implication on properties.)
  • Example 3 (intervals): A = [1,3], B = (0,5). For any x in A we have 1 ≤ x ≤ 3 which implies 0 < x < 5, so A ⊆ B. Thus the closed interval [1,3] is a subset of the open interval (0,5).
  • Example 4 (complements): Let U = {1,2,3,4,5}, A = {1,2}, B = {1,2,3}. Then B^c = {4,5}, A^c = {3,4,5}. Here B^c ⊆ A^c, consistent with A ⊆ B.
  • Example 5 (indicator functions): For universe U = {a,b,c}, χ_A = (1,0,0) and χ_B = (1,1,0). Since χ_A ≤ χ_B componentwise, A ⊆ B.
  • Example 6 (Venn diagram test): Draw two circles labelled A and B. If circle A lies entirely within circle B then A ⊆ B; if A’s circle equals B’s circle then A = B; if A is inside but not equal, A ⊂ B (proper subset).
🧮 Formulas
  1. \[A ⊆ B ⇔ (∀x)(x ∈ A ⇒ x ∈ B)\]
  2. \[A ⊆ B ⇔ A ∪ B = B\]
  3. \[A ⊆ B ⇔ A ∩ B = A\]
  4. \[A ⊆ B ⇔ B^c ⊆ A^c (relative to same universal set)\]
  5. \[If A and B are finite: A ⊆ B ⇔ |A ∪ B| = |B| ⇔ |A ∩ B| = |A|\]
  6. \[A = B ⇔ (A ⊆ B) and (B ⊆ A)\]
🔋24

power set P(A) and its cardinality 2^n

📐 MATHEMATICAL FORMULA / THEOREM

power set P(A) and its cardinality 2^n

Key Point: P(A) = {X | X ⊆ A}

Definition: For any set A, the power set P(A) (also written 2A) is the set of all subsets of A. That includes the empty set ∅ and A itself. Formally, P(A) = {X : X ⊆ A}.

Examples of elements: If A = {1,2}, then P(A) = {∅, {1}, {2}, {1,2}}.

Cardinality (finite case): If A is a finite set with |A| = n, then the number of distinct subsets of A equals 2n. So |P(A)| = 2n. Intuition: for each element of A you have two choices — include it or not include it in a subset. Multiplying choices for all n elements gives 2×2×...×2 = 2n.

Short proof by induction:

  • Base (n=0): If A = ∅, then P(A) = {∅}, so |P(A)| = 1 = 20.
  • Inductive step: Assume any set of size n has 2n subsets. Let B be a set with n+1 elements; pick an element x in B. Every subset of B either contains x or does not contain x. The subsets that do not contain x are exactly the subsets of B\{x} (2n of them by hypothesis); the subsets that do contain x correspond one-to-one with those same subsets but with x added (also 2n). Total = 2n + 2n = 2·2n = 2n+1.

Other useful facts:

  • P(A) always contains ∅ and A.
  • If A has n elements, the number of k-element subsets (combinations) is C(n,k), and the layers of P(A) can be grouped by subset size: sum_{k=0}^{n} C(n,k) = 2n.
  • For infinite sets the power set has strictly greater cardinality than the set itself (Cantor's theorem) — a topic beyond Class 11 scope but worth noting.
📌 Examples
  • A = ∅ → P(A) = {∅}. Cardinality: 2^0 = 1.
  • A = {a} → P(A) = {∅, {a}}. Cardinality: 2^1 = 2.
  • A = {1,2,3} → P(A) = {∅, {1}, {2}, {3}, {1,2}, {1,3}, {2,3}, {1,2,3}}. Cardinality: 2^3 = 8.
  • Real-life: A pizza with 3 optional toppings {pepperoni, mushroom, olives}. Each topping can be chosen or not, so there are 2^3 = 8 possible topping-combination options.
  • Real-life: For 4 independent on/off switches, number of possible switch states = 2^4 = 16. Each state corresponds to a subset of switches that are ON.
🧮 Formulas
  1. \[P(A) = {X | X ⊆ A}\]
  2. \[|P(A)| = 2^{n} when |A| = n\]
  3. \[Sum of binomial coefficients: Σ_{k=0}^{n} C(n,k) = 2^{n}\]
  4. \[For any finite A\]
    \[number of k-element subsets = C(n,k) where n = |A|\]
🔋25

properties of power set

📐 MATHEMATICAL FORMULA / THEOREM

properties of power set

Key Point: |P(A)| = 2^{|A|} (for finite A)

Definition. For any set A, the power set (or powerset) P(A) is the set of all subsets of A. Notation: P(A) or 2^A. Example: if A = {a, b}, then P(A) = {∅, {a}, {b}, {a, b}}.

Cardinality (finite case). If |A| = n (finite), then |P(A)| = 2^n. The subsets in P(A) are partitioned by size: the number of k-element subsets is C(n, k), and ∑_{k=0}^n C(n,k) = 2^n.

Key properties.

  • Empty set and whole set: ∅ ∈ P(A) and A ∈ P(A).
  • Monotonicity: If A ⊆ B then P(A) ⊆ P(B). Equivalently, P(A) = P(B) ⇔ A = B.
  • Intersection distributes: P(A ∩ B) = P(A) ∩ P(B). (A subset S is a subset of A ∩ B exactly when S ⊆ A and S ⊆ B.)
  • Union relation: P(A) ∪ P(B) ⊆ P(A ∪ B), but in general P(A ∪ B) ≠ P(A) ∪ P(B) (because subsets that mix elements from A and B may not lie wholly in P(A) or P(B)).
  • Disjoint union factorisation: If A ∩ B = ∅ then every subset of A ∪ B can be written uniquely as X ∪ Y with X ⊆ A, Y ⊆ B, so P(A ∪ B) ≅ P(A) × P(B) and |P(A ∪ B)| = |P(A)|·|P(B)| = 2^{|A|+|B|}.
  • Iterated power set: P(P(A)) is the set of all collections of subsets of A; if |A| = n then |P(P(A))| = 2^{2^n}.
  • Boolean algebra / lattice structure: P(A) ordered by ⊆ is a Boolean algebra — meet = ∩, join = ∪, complements taken relative to A (for X ∈ P(A), complement is A \ X). The lattice has ∅ (least) and A (greatest).

Why these matter (intuition). Each element of A can be either chosen or not chosen in a subset; for n independent choices there are 2 choices each, giving 2^n possible subsets. The power set organizes all possible combinations and is central to combinatorics, logic and computer representations (binary vectors encode subsets).

Small illustrative list. If A = {1,2,3} then P(A) = {∅, {1}, {2}, {3}, {1,2}, {1,3}, {2,3}, {1,2,3}} and |P(A)| = 8 = 2^3.

📌 Examples
  • Product features: A = {GPS, Camera, Bluetooth}. P(A) lists all possible feature-combinations (no features, single features, pairs, or all three).
  • Committee selection: From 4 students, the power set gives every possible committee (including empty committee and the committee of all 4). Number of possible committees = 2^4 = 16.
  • Light switches: For n independent switches, each subset corresponds to which switches are ON. The power set size 2^n equals number of distinct ON/OFF configurations.
  • Disjoint sets example: A = {a,b}, B = {c}. Since A∩B = ∅, every subset of A∪B can be uniquely formed from a subset of A and a subset of B; |P(A∪B)| = |P(A)|·|P(B)| = 4·2 = 8.
  • Nested sets: If A ⊆ B (e.g. A = {1,2}, B = {1,2,3}), then every subset of A is also a subset of B, so P(A) ⊆ P(B).
🧮 Formulas
  1. \[|P(A)| = 2^{|A|} (for finite A)\]
  2. \[Number of k-element subsets of an n‑element set: C(n\]
    \[k) = n! / (k!(n−k)!)\]
    \[and ∑_{k=0}^{n} C(n,k) = 2^n\]
  3. \[P(∅) = {∅}\]
  4. \[If A ⊆ B then P(A) ⊆ P(B)\]
    \[P(A) = P(B) ⇔ A = B\]
  5. \[P(A ∩ B) = P(A) ∩ P(B)\]
  6. \[P(A) ∪ P(B) ⊆ P(A ∪ B) (not necessarily equal)\]
🔢26

Cardinality of a Set

📐 MATHEMATICAL FORMULA / THEOREM

Cardinality of a Set

Key Point: |A| = number of distinct elements in A (finite case).

Definition: The cardinality of a set A, denoted |A|, is the number of distinct elements in A. For a finite set it is a non‑negative integer; for infinite sets it may be described as countably infinite or uncountable.

Finite and infinite sets: If elements can be put into a one‑to‑one correspondence with the natural numbers, the set is countably infinite (cardinality ℵ0). Examples: N, Z, Q. Sets like the real numbers R are uncountable (cardinality of the continuum, often denoted c), meaning no bijection with N exists.

Equal cardinality (equinumerous): Two sets A and B have the same cardinality if there exists a bijective function f: A → B. This idea applies to both finite and infinite sets.

Basic properties: The empty set ∅ has cardinality 0. If A ⊆ B then |A| ≤ |B|. For finite sets, cardinality corresponds to counting distinct elements — duplicates are ignored.

Counting rules (for finite sets): To count elements of unions and products we use formulas such as |A ∪ B| = |A| + |B| − |A ∩ B|, and |A × B| = |A|·|B|. The power set P(A) has cardinality |P(A)| = 2^{|A|}.

📌 Examples
  • A = {1, 2, 3} → |A| = 3.
  • Empty set: ∅ → |∅| = 0.
  • Repeated items: B = {a, a, b} is the set {a, b} → |B| = 2 (duplicates ignored).
  • Vowels in English: V = {a, e, i, o, u} → |V| = 5.
  • Students example: If 20 students play cricket, 15 play football and 5 play both, total who play at least one = 20 + 15 − 5 = 30 (use |A ∪ B| formula).
  • Power set: A = {x, y} → P(A) = {∅, {x}, {y}, {x,y}} so |P(A)| = 4 = 2^{2}.
🧮 Formulas
  1. \[|A| = number of distinct elements in A (finite case).\]
  2. \[|∅| = 0.\]
  3. \[|A ∪ B| = |A| + |B| − |A ∩ B| (for finite sets).\]
  4. \[If A and B are disjoint: |A ∪ B| = |A| + |B|.\]
  5. \[|A × B| = |A| · |B| (Cartesian product\]
    \[finite sets).\]
  6. \[|P(A)| = 2^{|A|} (cardinality of power set\]
    \[finite A).\]
🔢27

Cardinality (|A|)

📐 MATHEMATICAL FORMULA / THEOREM

Cardinality (|A|)

Key Point: |A| = number of distinct elements in A (finite case).

Definition: The cardinality of a set A, denoted |A|, is the number of distinct elements in A.

Types: A set can be finite (|A| is a non‑negative integer), countably infinite (elements can be put in one‑to‑one correspondence with the natural numbers; e.g. N, Z, Q) or uncountable (cannot be listed one by one; e.g. R).

How to determine cardinality: For finite sets, list distinct elements and count them. For infinite sets, use bijections to N to show countability. Use known theorems for comparisons (e.g. Cantor's theorem).

Important properties:

  • |∅| = 0.
  • If A has n distinct elements, |A| = n.
  • If A and B are disjoint finite sets, |A ∪ B| = |A| + |B|.
  • General inclusion–exclusion (for finite sets) and product rules (Cartesian product) below give common calculations.
  • The power set P(A) of a finite set A has size 2^{|A|}.

Counting with mappings: Two sets A and B have the same cardinality if there exists a bijection f : A → B. Existence of injections/surjections gives ≤ or ≥ comparisons; Cantor's theorem states |P(A)| > |A| for any set A.

📌 Examples
  • A = {2,4,6,8} → |A| = 4 (count distinct elements).
  • B = {x ∈ N : x ≤ 10} → |B| = 10.
  • C = ∅ → |C| = 0.
  • D = {1,2,2,3} (duplicates ignored) → |D| = 3.
  • E = N (natural numbers) is countably infinite → |N| = ℵ0 (aleph‑null).
  • F = R (real numbers) is uncountable → |R| = continuum (c), strictly larger than |N|.
🧮 Formulas
  1. \[|A| = number of distinct elements in A (finite case).\]
  2. \[|∅| = 0.\]
  3. \[If A and B are finite: |A ∪ B| = |A| + |B| − |A ∩ B|.\]
  4. \[For three finite sets: |A ∪ B ∪ C| = |A|+|B|+|C| − |A∩B| − |B∩C| − |C∩A| + |A∩B∩C|.\]
  5. \[If A and B are disjoint finite sets: |A ∪ B| = |A| + |B|.\]
  6. \[|A × B| = |A|·|B| (Cartesian product).\]
🧫28

counting elements of finite sets

⚗️ CHEMICAL PRINCIPLE

counting elements of finite sets

Key Point: |A| = cardinality (number of elements of set A)

What it means: A set is finite if its elements can be counted one-by-one and the counting stops. The number of elements (cardinality) of a finite set A is denoted by |A|. Example: if A = {2,4,6}, then |A| = 3.

Basic ideas and operations: If A and B are finite sets then operations (union, intersection, difference, complement, Cartesian product) produce other sets whose sizes can be calculated from |A| and |B| using counting rules. If sets are disjoint (no common elements), the size of their union is the sum of sizes.

Key counting rules (informal): when combining choices in sequence use multiplication (product rule); when choosing from alternatives use addition (sum rule); when counting union of sets correct for overcounting by subtracting intersections (inclusion–exclusion).

Inclusion–exclusion idea: |A ∪ B| = |A| + |B| − |A ∩ B| because elements in the intersection are counted twice if we simply add |A| and |B|. For three sets, add single sizes, subtract sizes of pairwise intersections, then add back the triple intersection.

Other useful facts: The power set P(A) (set of all subsets of A) of an n-element set has 2^n elements. The Cartesian product A × B has |A|·|B| ordered pairs. If U is a finite universal set, the complement A' has |A'| = |U| − |A|.

Why it's useful: These counting methods let you solve practical problems such as how many students study various subject combinations, how many possible outcomes or ordered pairs occur in experiments, and how many distinct subsets or combinations exist.

📌 Examples
  • Two-subject example: In a class of 60 students, 40 study Mathematics, 30 study Physics, and 15 study both. How many study at least one? |M ∪ P| = 40 + 30 − 15 = 55.
  • Three-subject example: Out of 100 students, 50 take English, 40 take History, 30 take Geography, 20 take both English & History, 15 take English & Geography, 10 take History & Geography, and 5 take all three. Number taking at least one: |E ∪ H ∪ G| = 50+40+30 −(20+15+10) +5 = 120 −45 +5 = 80.
  • Cartesian product / ordered choices: A menu has 4 starters and 3 main courses. Number of starter-main combinations = 4 × 3 = 12.
  • Power set example: If a set A = {a,b,c}, then P(A) has 2^3 = 8 subsets: ∅, {a}, {b}, {c}, {a,b}, {a,c}, {b,c}, {a,b,c}.
  • Complement example: If universal set U has 200 items and a subset A has 73 items, then A' has 200 − 73 = 127 items.
🧮 Formulas
  1. \[|A| = cardinality (number of elements of set A)\]
  2. \[If A ∩ B = ∅ then |A ∪ B| = |A| + |B|\]
  3. \[General union (two sets): |A ∪ B| = |A| + |B| − |A ∩ B|\]
  4. \[Three sets (inclusion–exclusion): |A ∪ B ∪ C| = |A|+|B|+|C| − (|A∩B|+|B∩C|+|C∩A|) + |A∩B∩C|\]
  5. \[Complement (in universal set U): |A'| = |U| − |A|\]
  6. \[Set difference: |A \ B| = |A| − |A ∩ B|\]
🔢29

cardinality of union/intersection via formula

📐 MATHEMATICAL FORMULA / THEOREM

cardinality of union/intersection via formula

Key Point: |A ∪ B| = |A| + |B| − |A ∩ B|

Definition (finite sets): The cardinality of a set A, written |A|, is the number of distinct elements in A. All formulas below assume finite sets.

Two sets (intuition): If you count elements of A and then of B, elements that belong to both A and B (the intersection A ∩ B) get counted twice. To get the number of distinct elements in the union A ∪ B you must subtract the overlap once. This gives the basic inclusion–exclusion idea.

Key formula for two sets: |A ∪ B| = |A| + |B| − |A ∩ B|. A rearrangement gives |A ∩ B| = |A| + |B| − |A ∪ B|.

Derivation (quick):

  • Count |A| elements. Count |B| elements. Elements in A ∩ B are counted twice.
  • Subtract |A ∩ B| once to correct the double counting.

Three sets (extension): When three sets A, B, C are involved, pairwise overlaps are subtracted but the triple-overlap A ∩ B ∩ C is then removed three times, so it must be added back once. The formula is:

|A ∪ B ∪ C| = |A| + |B| + |C| − |A ∩ B| − |B ∩ C| − |C ∩ A| + |A ∩ B ∩ C|.

General inclusion–exclusion (for n sets): For sets A1, A2, ..., An, the cardinality of the union is the alternating sum of sizes of intersections of 1, 2, ..., n sets. Symbolically:

|⋃_{i=1}^n A_i| = Σ_{k=1}^n (−1)^{k+1} Σ_{1≤i1<...

Practical counting method: For problems with overlapping categories, draw a Venn diagram, label each disjoint region (only A, only B, only A∩B, etc.), fill in known numbers (start from deepest intersections), and then compute unknown regions using the formulas above.

Notes:

  • Formulas assume finite sets and that intersections/cardinalities given count distinct elements.
  • If using complements or the universal set U, you can relate |A^c| = |U| − |A| and use union/intersection formulas together.
📌 Examples
  • Example 1 — Two-subject survey: In a class of 40 students, 25 study Mathematics (M) and 18 study Biology (B). If 10 study both subjects, how many students study at least one subject? Solution: |M ∪ B| = |M| + |B| − |M ∩ B| = 25 + 18 − 10 = 33. So 33 students study at least one of the two subjects.
  • Example 2 — Finding the intersection: From the same class, suppose 34 students study at least one subject (M ∪ B = 34). If |M| = 26 and |B| = 20, how many study both? Solution: |M ∩ B| = |M| + |B| − |M ∪ B| = 26 + 20 − 34 = 12. So 12 students study both subjects.
  • Example 3 — Three subjects (classic): In a group of 100 people, 60 like tea (T), 50 like coffee (C), 40 like juice (J). Also |T ∩ C| = 30, |C ∩ J| = 20, |J ∩ T| = 25, and |T ∩ C ∩ J| = 10. How many like at least one drink? Solution: |T ∪ C ∪ J| = 60 + 50 + 40 − 30 − 20 − 25 + 10 = 85. So 85 people like at least one of the three drinks.
  • Example 4 — Complement use: In a university of 500 students, 320 take course A, 260 take course B, and 150 take both. How many take neither A nor B? First compute |A ∪ B| = 320 + 260 − 150 = 430. So neither = 500 − 430 = 70 students.
🧮 Formulas
  1. \[|A ∪ B| = |A| + |B| − |A ∩ B|\]
  2. \[|A ∩ B| = |A| + |B| − |A ∪ B|\]
  3. \[|A ∪ B ∪ C| = |A| + |B| + |C| − |A ∩ B| − |B ∩ C| − |C ∩ A| + |A ∩ B ∩ C|\]
  4. \[General (n sets): |⋃_{i=1}^n A_i| = Σ_{k=1}^n (−1)^{k+1} Σ_{1≤i1<...<ik≤n} |A_{i1} ∩ ... ∩ A_{ik}|\]
🔢30

concept of countable and uncountable sets (introductory)

📐 MATHEMATICAL FORMULA / THEOREM

concept of countable and uncountable sets (introductory)

Key Point: Countably infinite: ∃ bijection f: ℕ → A.

Countable vs Uncountable — basic idea: A set is countable if its elements can be put into a list (possibly infinite) so that each element appears at some finite position in the list. Otherwise the set is uncountable.

More precisely:

  • Finite set: has a finite number of elements.
  • Countably infinite set: an infinite set A is countably infinite if there exists a bijection f: ℕ → A (that is, elements of A can be listed as a1, a2, a3, ...). The set of natural numbers ℕ itself is the prototype.
  • Countable set: either finite or countably infinite.
  • Uncountable set: an infinite set that is not countable — no bijection with ℕ exists.

Key properties (intuitive):

  • Any subset of a countable set is countable (or finite).
  • A countable union of countable sets is countable — you can list elements by interleaving the lists.
  • Some infinite sets are 'larger' than ℕ; for example the real numbers ℝ (or the interval [0,1]) are uncountable.

Why ℚ is countable but ℝ is uncountable (sketch):

  • ℚ (rationals) can be written as ratios of integers; one can arrange pairs (p,q) in a grid and enumerate them along diagonals, removing duplicates — this gives a list, so ℚ is countable.
  • Cantor's diagonal argument shows ℝ (or [0,1]) is uncountable: assume you listed all real numbers in [0,1] as infinite decimal expansions. Construct a new number that differs from the nth listed number at the nth decimal place; this new number cannot be in the list, a contradiction — so no complete list exists.

Cardinality notation: the size of ℕ is denoted ℵ0 (aleph-null). The cardinality of the continuum (ℝ) is often denoted c, and c > ℵ0.

📌 Examples
  • Countable (finite): set of students in a classroom — you can list them.
  • Countably infinite: natural numbers ℕ = {1,2,3,...}, integers ℤ = {..., -2, -1, 0, 1, 2, ...}, rationals ℚ — all can be listed.
  • Uncountable: real numbers in an interval [0,1] — there are strictly more real numbers than natural numbers.
  • Real-life continuum example: times within a day (e.g., possible instants between 12:00 and 12:01) behave like an uncountable set (a continuum of points).
  • Grid example: lattice points (pairs (m,n) with m,n ∈ ℕ) are countable — you can enumerate them along diagonals.
🧮 Formulas
  1. \[Countably infinite: ∃ bijection f: ℕ → A.\]
  2. \[Cardinality notation: |ℕ| = ℵ0 (aleph-null)\]
    \[|ℝ| = c (continuum)\]
    \[and c > ℵ0.\]
  3. \[Cantor pairing function (one explicit bijection ℕ×ℕ → ℕ): π(a,b) = (a+b)(a+b+1)/2 + b (maps each pair to a single natural number).\]
  4. \[Union property: a countable union of countable sets is countable (schematic enumeration by interleaving lists).\]
  5. \[Diagonal argument idea: assume list x1\]
    \[x2\]
    \[x3,... of numbers in [0,1]\]
    \[define y whose nth decimal differs from the nth decimal of xn\]
    \[Then y ≠ xn for all n\]
    \[contradiction.\]

Practice Questions

  1. Define a set and explain what is meant by a 'well-defined' collection with one example. / एक समुच्चय को परिभाषित कीजिए और एक उदाहरण के साथ 'सुपरिभाषित' संग्रह का अर्थ समझाइए।
    Show answer

    A set is a well-defined collection of distinct objects called elements. 'Well-defined' means we can decide unambiguously whether an object belongs to it; e.g. 'the set of vowels in English' = {a, e, i, o, u} is well-defined, but 'the set of tall students' is not. / समुच्चय अलग-अलग वस्तुओं (अवयवों) का एक सुपरिभाषित संग्रह है। 'सुपरिभाषित' का अर्थ है कि हम स्पष्ट रूप से तय कर सकते हैं कि कोई वस्तु इसमें है या नहीं; जैसे 'अंग्रेज़ी के स्वरों का समुच्चय' = {a, e, i, o, u} सुपरिभाषित है, परंतु 'लंबे छात्रों का समुच्चय' नहीं।

  2. Write the set A = {x ∈ Z : −2 ≤ x ≤ 3} in roster form and state its cardinality. / समुच्चय A = {x ∈ Z : −2 ≤ x ≤ 3} को रोस्टर रूप में लिखिए और इसकी गणनीयता बताइए।
    Show answer

    A = {−2, −1, 0, 1, 2, 3}, so n(A) = 6. / A = {−2, −1, 0, 1, 2, 3}, अतः n(A) = 6।

  3. If A = {a, b, c}, find the power set P(A) and verify |P(A)| = 2^{|A|}. / यदि A = {a, b, c}, तो घात समुच्चय P(A) ज्ञात कीजिए और सत्यापित कीजिए कि |P(A)| = 2^{|A|}।
    Show answer

    P(A) = {∅, {a}, {b}, {c}, {a,b}, {a,c}, {b,c}, {a,b,c}}, which has 8 elements. Since |A| = 3, 2^3 = 8, so the formula is verified. / P(A) = {∅, {a}, {b}, {c}, {a,b}, {a,c}, {b,c}, {a,b,c}}, जिसमें 8 अवयव हैं। चूँकि |A| = 3, 2^3 = 8, अतः सूत्र सत्यापित होता है।

  4. Explain the difference between the element a, the set {a}, and the empty set ∅. / अवयव a, समुच्चय {a} और रिक्त समुच्चय ∅ के बीच अंतर समझाइए।
    Show answer

    a is an object; {a} is a singleton set containing that one object, so a ∈ {a}; and ∅ is the set with no elements, so |∅| = 0. Thus {a} ≠ ∅ because {a} has one element. / a एक वस्तु है; {a} एकल समुच्चय है जिसमें वही एक वस्तु है, अतः a ∈ {a}; और ∅ बिना किसी अवयव वाला समुच्चय है, अतः |∅| = 0। इस प्रकार {a} ≠ ∅ क्योंकि {a} में एक अवयव है।

  5. In a class of 40 students, 25 like tea and 20 like coffee, while 10 like both. How many like at least one of the two? / 40 छात्रों की एक कक्षा में 25 चाय पसंद करते हैं और 20 कॉफ़ी, जबकि 10 दोनों पसंद करते हैं। कितने कम से कम एक पसंद करते हैं?
    Show answer

    Using n(A ∪ B) = n(A) + n(B) − n(A ∩ B) = 25 + 20 − 10 = 35 students like at least one. / n(A ∪ B) = n(A) + n(B) − n(A ∩ B) = 25 + 20 − 10 = 35 छात्र कम से कम एक पसंद करते हैं।

  6. State and verify De Morgan's law (A ∪ B)' = A' ∩ B' for U = {1,2,3,4,5}, A = {1,2}, B = {2,3}. / डी मॉर्गन का नियम (A ∪ B)' = A' ∩ B' बताइए और U = {1,2,3,4,5}, A = {1,2}, B = {2,3} के लिए सत्यापित कीजिए।
    Show answer

    A ∪ B = {1,2,3}, so (A ∪ B)' = {4,5}. Also A' = {3,4,5}, B' = {1,4,5}, so A' ∩ B' = {4,5}. Both sides equal {4,5}, verifying the law. / A ∪ B = {1,2,3}, अतः (A ∪ B)' = {4,5}। साथ ही A' = {3,4,5}, B' = {1,4,5}, अतः A' ∩ B' = {4,5}। दोनों पक्ष {4,5} के बराबर हैं, नियम सत्यापित।

  7. Distinguish between equal sets and equivalent sets with an example. / समान समुच्चय और तुल्य समुच्चय के बीच एक उदाहरण के साथ अंतर बताइए।
    Show answer

    Equal sets have exactly the same elements (A = B), while equivalent sets only have the same number of elements (a bijection exists). For example {1,2} and {3,4} are equivalent but not equal. / समान समुच्चयों में बिल्कुल वही अवयव होते हैं (A = B), जबकि तुल्य समुच्चयों में केवल समान संख्या में अवयव होते हैं (एक एकैकी आच्छादक प्रतिचित्रण मौजूद है)। उदाहरण के लिए {1,2} और {3,4} तुल्य हैं परंतु समान नहीं।

  8. Why is the empty set a subset of every set? Give the reasoning. / रिक्त समुच्चय प्रत्येक समुच्चय का उपसमुच्चय क्यों है? तर्क दीजिए।
    Show answer

    To show ∅ ⊆ A we must show every element of ∅ is in A; since ∅ has no elements, the condition is vacuously true. Hence ∅ ⊆ A for every set A. / ∅ ⊆ A दिखाने के लिए हमें दिखाना होगा कि ∅ का प्रत्येक अवयव A में है; चूँकि ∅ में कोई अवयव नहीं है, यह शर्त रिक्त रूप से सत्य है। अतः प्रत्येक समुच्चय A के लिए ∅ ⊆ A।

Related Laws & Principles

Explore all

Foundational laws & principles connected to this chapter — tap to open in the Laws Explorer.

Loading related laws…
Sourced from 1197 content files · LLOS Learn · browse all chapters