NIMCET Set Theory - 28 Essential Flashcards (Full Chapter)

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/27

flashcard set

Earn XP

Description and Tags

Complete revision deck covering all Set Theory topics asked in NIMCET. Includes: Set definitions, Power Sets, De Morgan's Laws, Inclusion-Exclusion Principle (2 & 3 sets), Cartesian Product, Relations (Reflexive/Symmetric/Transitive/Equivalence), Finite/Infinite sets, and high-yield NIMCET special questions. Perfect for last-minute revision. Master these 28 cards to ace every Set Theory question in the exam!

Last updated 7:21 PM on 6/23/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

28 Terms

1
New cards
What is the cardinality of a set? How is it denoted?
The number of distinct elements present in a set. Denoted by n(A) or |A|.
2
New cards
Define the Null/Empty Set. Give one example.
A set containing no elements. Denoted by phi or { }. Example: {x : x in R, x^2 + 1 = 0}.
3
New cards
What is the difference between Equal Sets and Equivalent Sets?
Equal Sets: Exactly the same elements (e.g., {1,2} = {2,1}). Equivalent Sets: Same cardinality (number of elements), but elements can differ (e.g., {1,2} is equivalent to {a,b}).
4
New cards
When is set A called a proper subset of set B?
If every element of A is in B, AND there exists at least one element in B that is not in A. Denoted by A ⊂ B.
5
New cards
What is a Power Set? If |A| = n, what is |P(A)|?
The set of ALL subsets of a given set A. Denoted by P(A). If |A| = n, then |P(A)| = 2^n.
6
New cards
If a set has 4 elements, how many subsets does it have? How many of these are proper subsets?
Total subsets = 2^4 = 16. Proper subsets = 2^4 - 1 = 15 (excluding the set itself).
7
New cards
Which set is the subset of EVERY set?
The Null set (phi).
8
New cards
Define Union, Intersection, and Set Difference mathematically.
A U B = {x : x in A or x in B}. A ∩ B = {x : x in A and x in B}. A - B = {x : x in A and x not in B}.
9
New cards
What is the Symmetric Difference of sets A and B? Write its formula in terms of Union and Intersection.
Elements that belong to exactly one of A or B. Denoted by A △ B. Formula: A △ B = (A - B) U (B - A) = (A U B) - (A ∩ B).
10
New cards
If the universal set is U, what is the complement of set A (A' or A^c)?
All elements of U that are NOT in A. A' = U - A.
11
New cards
State the Idempotent Laws.
1. A U A = A. 2. A ∩ A = A.
12
New cards
State the Identity Laws.
1. A U phi = A. 2. A ∩ U = A (where U is the universal set).
13
New cards
State De Morgan's Laws for sets.
1. (A U B)' = A' ∩ B'. 2. (A ∩ B)' = A' U B'.
14
New cards
State the Distributive Laws.
1. A ∩ (B U C) = (A ∩ B) U (A ∩ C). 2. A U (B ∩ C) = (A U B) ∩ (A U C).
15
New cards
What is the Inclusion-Exclusion Principle for two sets A and B?
n(A U B) = n(A) + n(B) - n(A ∩ B).
16
New cards
What is the Inclusion-Exclusion Principle for THREE sets A, B, and C?
n(A U B U C) = n(A) + n(B) + n(C) - n(A∩B) - n(B∩C) - n(C∩A) + n(A∩B∩C).
17
New cards
If n(A) = 20, n(B) = 30, and n(A U B) = 40, find n(A ∩ B).
Using inclusion-exclusion: n(A ∩ B) = 20 + 30 - 40 = 10.
18
New cards
In a group of 100 people, 60 like tea, 50 like coffee, and 30 like both. How many like exactly one of the two drinks?
Exactly one = n(Only Tea) + n(Only Coffee). Only Tea = 60 - 30 = 30. Only Coffee = 50 - 30 = 20. Total exactly one = 30 + 20 = 50.
19
New cards
Define the Cartesian Product A × B. If |A| = m and |B| = n, what is |A × B|?
A × B = {(a, b) : a in A, b in B}. Cardinality = m × n.
20
New cards
What is a Relation R from set A to set B?
A relation is a subset of the Cartesian product A × B (i.e., R ⊆ A × B).
21
New cards
Define a Reflexive relation. What is the MINIMUM number of elements in a reflexive relation on a set with n elements?
A relation R on set A is reflexive if (a, a) in R for EVERY a in A. Minimum elements = n (the diagonal pairs).
22
New cards
Define Symmetric and Transitive relations.
Symmetric: If (a, b) in R, then (b, a) in R. Transitive: If (a, b) in R and (b, c) in R, then (a, c) in R.
23
New cards
What is an Equivalence Relation?
A relation that is Reflexive, Symmetric, AND Transitive simultaneously.
24
New cards
Is the set of all prime numbers finite or infinite? Is the set of all integers less than -100 finite or infinite?
Primes: Infinite. Integers less than -100: Infinite ({..., -103, -102, -101}).
25
New cards
Let A = {x : x in N, x^2 - 5x + 6 = 0}. Is it finite or infinite? What is its cardinality?
Finite. Solving gives x = 2, 3. So A = {2, 3}. Cardinality = 2.
26
New cards
If A = {4^n - 3n - 1 : n in N} and B = {9(n-1) : n in N}, what is A U B equal to?
4^n - 3n - 1 is always a multiple of 9 (expand via binomial theorem). Therefore A ⊆ B. Hence, A U B = B.
27
New cards
If A ∩ X = B ∩ X = phi and A U X = B U X, then what is the relation between A and B?
Since both A and B are disjoint from X, but give the same union with X, the only possibility is A = B.
28
New cards
What is a set, and what are the two basic criteria for a collection of objects to be called a set?	

A set is a well-defined collection of distinct objects. Criteria: (1) Well-defined (unambiguous criteria for membership) and (2) Distinct (no duplicate elements).