573 words
3 min read
View

Week 1 Notes: Sets, Relations, and Functions

Course: Jan 2026 - Mathematics I Difficulty: Foundational Focus: Abstract structures and mappings

1. Set Theory Fundamentals

A Set is a well-defined collection of distinct objects.

1.1 Types of Sets

  • Empty Set (\emptyset): Contains no elements. Ø=0|Ø| = 0.
  • Singleton Set: Contains exactly one element.
  • Finite vs. Infinite: Based on whether the count of elements terminates.
  • Power Set P(A)P(A): The set of all subsets. If A=n|A| = n, then P(A)=2n|P(A)| = 2^n.

1.2 Operations

OperationSymbolLogic
UnionABA \cup BElements in A OR B
IntersectionABA \cap BElements in A AND B
DifferenceABA - BElements in A but NOT in B
ComplementAcA^c or AA'Elements in Universal Set UU but not in AA
Tip
De Morgan's Laws
  1. (AB)=AB(A \cup B)' = A' \cap B'
  2. (AB)=AB(A \cap B)' = A' \cup B' Mnemonic: Break the line, change the sign.

2. Relations

A relation RR from AA to BB is a subset of the Cartesian product A×BA \times B.

2.1 Properties of Relations (on Set A)

  1. Reflexive: aA,(a,a)R\forall a \in A, (a, a) \in R.
  2. Symmetric: If (a,b)R(a, b) \in R, then (b,a)R(b, a) \in R.
  3. Transitive: If (a,b)R(a, b) \in R and (b,c)R(b, c) \in R, then (a,c)R(a, c) \in R.
Important
Equivalence Relation: A relation that is Reflexive, Symmetric, AND Transitive.

3. Functions

A function f:ABf: A \to B is a special relation where every element in AA is mapped to exactly one element in BB.

3.1 Key Classifications

  • Injective (One-to-One): No two distinct elements in AA have the same image in BB.
    • Check: f(x1)=f(x2)    x1=x2f(x_1) = f(x_2) \implies x_1 = x_2.
  • Surjective (Onto): Range = Co-domain. Every element in BB has at least one pre-image in AA.
  • Bijective: Both Injective and Surjective. Bijective functions have inverses.

4. Common Traps & Do's/Don'ts

❌ Don'ts (Common Mistakes)

  • Miscounting Subsets: Forgotten that the empty set \emptyset is a subset of every set.
  • Mistaking \in vs \subset:
    • a{a,b}a \in \{a, b\} is True.
    • {a}{a,b}\{a\} \subset \{a, b\} is True.
    • {a}{a,b}\{a\} \in \{a, b\} is False.
  • Onto Confusion: Thinking a function is onto just because it's defined. Always check if the Co-domain is fully covered.

✅ Do's

  • Use Venn Diagrams: Always sketch logic for 3-set problems.
  • Horizontal Line Test: Use it to check for Injectivity on graphs.
  • Vertical Line Test: Use it to verify if a relation is even a function.

5. Mnemonics & Quick Recall

  • PIE (Principle of Inclusion-Exclusion): ABC=(A+B+C)(AB+BC+CA)+ABC|A \cup B \cup C| = (|A|+|B|+|C|) - (|A \cap B|+|B \cap C|+|C \cap A|) + |A \cap B \cap C| Think: Add all singles, Subtract all doubles, Add the triple.
  • Relation Acronym: RST
    • Reflexive (Selfie)
    • Symmetric (Mirror)
    • Transitive (Bridge)

6. Representative Examples

Example: Set Cardinality

Question: If A={1,2,{3,4}}A = \{1, 2, \{3, 4\}\}, find P(A)|P(A)|. Analysis:
  • Elements of AA are: 11, 22, and the set {3,4}\{3, 4\}.
  • Count n=3n = 3.
  • P(A)=23=8|P(A)| = 2^3 = 8.

Knowledge Graph

No Mesh Data Found

This module has no documented notes yet. Create markdown files in /content/notes/maths-1 to populate the local mesh.

Quartz v4 MeshMastery Dependency Graph
Mastered (80%+)
Learning (40-79%)
Weak (0-39%)
Unstarted

Backlinks

0 References

No inbound references detected.

Document Outline
Table of Contents
System Normal // Awaiting Context

Intelligence Hub

Navigate the knowledge graph to generate context. The Hub adapts dynamically to surface backlinks, related notes, and metadata insights.