sets_flashcards

1
Q

What is a set?

A

A collection of distinct objects, called elements.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do you denote a set?

A

Using curly brackets, e.g., S = {1, 2, 3}.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does x ∈ S mean?

A

x is an element of set S.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does x ∉ S mean?

A

x is not an element of S.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the empty set?

A

A set with no elements, denoted ∅ or {}.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a finite set?

A

A set with a countable number of elements.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is an infinite set?

A

A set with an uncountable number of elements.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are common sets in mathematics?

A

Natural numbers (N), Integers (Z), Rational numbers (Q), Real numbers (R).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is roster notation?

A

Listing elements explicitly, e.g., A = {1, 2, 3, 4}.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is set-builder notation?

A

Defining a set using a condition, e.g., A = {x | x is an even number}.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a subset?

A

A set A is a subset of B (A ⊆ B) if every element of A is in B.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a proper subset?

A

A subset that is not equal to the original set (A ⊂ B).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the power set of a set S?

A

The set of all subsets of S, denoted power(S).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the union of two sets (A ∪ B)?

A

The set of all elements in A or B or both.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the intersection of two sets (A ∩ B)?

A

The set of all elements common to both A and B.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the difference of two sets (A - B)?

A

The set of elements in A but not in B.

17
Q

What is the complement of a set A (A’)?

A

The set of all elements not in A (relative to a universal set).

18
Q

What is a Venn diagram?

A

A visual representation of sets and their relationships.

19
Q

What does A ∩ B look like in a Venn diagram?

A

The overlapping region between two circles representing A and B.

20
Q

What does A ∪ B look like?

A

The entire area covered by both circles A and B.

21
Q

How do you prove A ⊆ B?

A

Show that every element of A is in B.

22
Q

How do you prove two sets are equal (A = B)?

A

Show A ⊆ B and B ⊆ A.

23
Q

What does it mean if A ∩ B = ∅?

A

Sets A and B are disjoint (no common elements).