Set Theory and Induction

0.0(0)
studied byStudied by 0 people
0.0(0)
linked notesView linked note
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/29

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts related to set theory and mathematical induction, defining important terms and outlining essential proofs and examples.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

30 Terms

1
New cards

What does x ∈ A mean?

x is an element of set A.

2
New cards

What does x ∉ A mean?

x is not an element of set A.

3
New cards

What is the empty set?

The empty set ∅ contains no elements.

4
New cards

Is {∅} = ∅?

No, {∅} has one element (the empty set), while ∅ has zero elements.

5
New cards

What does A ⊆ B mean?

Every element of A is also in B.

6
New cards

How do you prove A ⊆ B?

Assume x ∈ A, show x ∈ B.

7
New cards

When are two sets equal?

A = B iff A ⊆ B and B ⊆ A.

8
New cards

What is the union of two sets A and B?

A ∪ B = {x : x ∈ A or x ∈ B}.

9
New cards

What is the intersection of two sets A and B?

A ∩ B = {x : x ∈ A and x ∈ B}.

10
New cards

When are two sets disjoint?

When A ∩ B = ∅.

11
New cards

What is the set difference of A and B?

A \ B = {x : x ∈ A and x ∉ B}.

12
New cards

What is the complement of set A?

Aᶜ = U \ A, where U is the universe.

13
New cards

What are De Morgan’s Laws?

(A ∪ B)ᶜ = Aᶜ ∩ Bᶜ and (A ∩ B)ᶜ = Aᶜ ∪ Bᶜ.

14
New cards

What is the power set of X?

𝒫(X) = the set of all subsets of X.

15
New cards

How many elements are in 𝒫(X) if |X| = n?

2ⁿ.

16
New cards

What is the Cartesian product of A and B?

A × B = {(a,b) : a ∈ A and b ∈ B}.

17
New cards

What happens if A or B is empty in a Cartesian product?

A × B = ∅.

18
New cards

What is the base case in induction?

The first value of n where P(n) is proven true.

19
New cards

What is the inductive hypothesis?

The assumption that P(k) is true for an arbitrary k.

20
New cards

What is the inductive step?

Show P(k) → P(k+1) using the inductive hypothesis.

21
New cards

What is the final sentence of induction?

Thus, by induction, P(n) holds for all n ≥ n₀.

22
New cards

What is strong induction?

Assume P(n₀),…,P(k) to prove P(k+1).

23
New cards

When do we use strong induction?

When the proof depends on multiple previous values, not only k−1.

24
New cards

What must ALWAYS be proved first in induction?

The base case.

25
New cards

How do you show where the inductive hypothesis is used?

Explicitly cite it: 'By the inductive hypothesis, …'.

26
New cards

What is an example of induction?

Sum of first n integers: 1+2+…+n = n(n+1)/2.

27
New cards

Another induction example?

2ⁿ ≥ n+1 for n ≥ 0.

28
New cards

What is the proof of (A ∩ B)ᶜ = Aᶜ ∪ Bᶜ?

Element chase using 'not (P and Q)'.

29
New cards

What is the proof template for A = B?

Show A ⊆ B and B ⊆ A.

30
New cards

What is the subset proof template?

Let x ∈ A. Show x ∈ B. Conclude A ⊆ B.