Discrete Math

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/193

flashcard set

Earn XP

Description and Tags

Tuesday

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

194 Terms

1
New cards

Set

A well-defined collection of objects or ideas.

2
New cards

Element

An object or idea that is a member of a set.

3
New cards

Roster Method

A method of representing sets by listing the elements that belong to the set.

4
New cards

Descriptive Method

A method of representing sets by describing the properties that the elements must possess.

5
New cards

Set-Builder Notation

A method of describing a set by stating the properties that its members must satisfy.

6
New cards

Set A

A = {a, e, i, o, u}

7
New cards

Set B

B = {𝑥 | 𝑥 is a letter of the alphabet}

8
New cards

Set C

C = {Alaska, Maine, Florida}

9
New cards

Set D

D = {1, 2, 5, 9}

10
New cards

Set E

E = {𝑥 | 𝑥 is an odd whole positive number}

11
New cards

Set F

F = {𝑥 | 𝑥 is a student in your school}

12
New cards

Set G

G = {President Eisenhower, President Kennedy, President Johnson}

13
New cards

Set H

H = {1, chair, automobile}

14
New cards

Set I

I = {𝑥 | 𝑥 is a whole number}

15
New cards

Set J

J = {𝑥 | 𝑥 is a day of the week that begins with letter A}

16
New cards

Basic Concepts of Sets

The fundamental ideas that define sets and their operations.

17
New cards

Undefined Terms

Terms that cannot be precisely defined but are understood intuitively, such as set and element.

18
New cards

Intuitive Understanding

The comprehension of concepts based on instinct rather than formal definitions.

19
New cards

Examples of Sets

Illustrations used to explain the concept of sets, such as the set of vowels or the set of states.

20
New cards

Mathematicians Boole and Cantor

Developers of set theory in the 19th century.

21
New cards

Properties of Sets

Characteristics that define the elements belonging to a set.

22
New cards

Collection of Objects

A group of items that can be classified as a set.

23
New cards

Well-Defined Collection

A collection where the elements can be clearly identified.

24
New cards

Set Notation

The symbolic representation used to denote sets and their elements.

25
New cards

Capital Letters in Sets

Used to name sets, such as A, B, and C.

26
New cards

Lowercase Letters in Sets

Used to represent the elements of the set, such as 𝑥, y, and 𝑧.

27
New cards

Separation of Elements

Elements in a set are separated by commas and enclosed in braces, { }.

28
New cards

Roster Method

A way to list all elements of a set when the number of elements is small.

29
New cards

Descriptive Method

A way to define a set when the number of elements is large, using a property that elements share.

30
New cards

Set E

E = {𝑥 | 𝑥 is an odd whole positive number}, meaning E is the set of elements such that each element is an odd whole positive number.

31
New cards

Roster Example of Set E

E = {1, 3, 5, ...}, where the three dots indicate that the sequence continues indefinitely.

32
New cards

Finite Set

A set that contains some fixed number of elements.

33
New cards

Infinite Set

A set that does not contain a fixed number of elements.

34
New cards

Element-Set Relation

An element can either belong to a set (indicated by ' ∈ ') or not belong to a set (indicated by ' ∉ ').

35
New cards

Symbol for Belongs To

The symbol ' ∈ ' indicates that an element belongs to a set.

36
New cards

Symbol for Does Not Belong To

The symbol ' ∉ ' indicates that an element does not belong to a set.

37
New cards

Example of Set A

A = {a, e, i, o, u}; then a ∈ A, b ∉ A, and t ∉ A.

38
New cards

Example of Set E

E = {1, 3, 5, ...}; then 3 ∈ E, 6 ∉ E, 13 ∈ E, and 100 ∉ E.

39
New cards

Equal Sets

Two sets A and B are equal (A = B) if every element of A is in B and every element of B is in A.

40
New cards

Example of Equal Sets

Let A = {1, 2, 3, 4} and B = {3, 4, 1, 2}; then A = B.

41
New cards

Order of Elements in a Set

The order of elements in a set is unimportant; changing the order does not change the set.

42
New cards

Example of Set A and Set B

Let A = {g, e, o, r} and B = {𝑥 | 𝑥 is a letter in President Washington's first name}; A = B.

43
New cards

Non-repetition in Sets

An element in a set is never repeated.

44
New cards

Example of Non-equal Sets

If A = {a, e, i, o, u} and B = {𝑥 | 𝑥 is a letter of the alphabet}, then A ≠ B.

45
New cards

Equivalent Sets

Two sets A and B are equivalent (𝐴≃𝐵) if for each element in A there is exactly one element in B and vice versa.

46
New cards

Example of Equivalent Sets

Let A = {1, 2, 3} and B = {a, b, c}; then 𝐴≃𝐵.

47
New cards

Subset

Set A is a subset of B if each element of A is an element of B, indicated by A ⊂ B.

48
New cards

Subset

A is contained in B or A is a subset of B.

49
New cards

Negation of Subset

A is not a subset of B is written A ⊄ B.

50
New cards

Self Subset

Every set is a subset of itself, that is, for any set A, we have A ⊂ A.

51
New cards

Proper Subset

Set A is a proper subset of set B if and only if set A is contained in set B and not equal to B. That is, if A ⊂ B and A ≠ B.

52
New cards

Improper Subset

Set A is an improper subset of set B if and only if set A is contained in set B and is equal to B. That is, if A ⊂ B and A = B.

53
New cards

Improper Subset Notation

To denote that A is an improper subset of set B, we write A ⊆ B.

54
New cards

Example of Proper Subset

Given A = {1, 2, 3, 4, 5}, B = {2, 4}, and C = {2, 4, 5, 6}, we have B ⊂ A and B ≠ A; B is a proper subset of A.

55
New cards

Example of Improper Subset

Given A = {1, 2, 3, 4, ...}, B = {1, 4, 9, 16, ...}, C = {x | x is a whole positive number squared}, we conclude B = C, B and C are improper subsets of one another.

56
New cards

Disjoint Sets

Two sets A and B are disjoint if and only if no element of set A is an element of set B and no element of set B is an element of set A.

57
New cards

Example of Disjoint Sets

Given A = {1, 3, 5, 7} and B = {2, 4, 6, 8}, then A and B are disjoint since A and B have no elements in common.

58
New cards

Example of Non-Disjoint Sets

Given A = {2, 3, 5, 7} and B = {1, 3, 6, 8}, then A and B are not disjoint since 3 ∈ A and 3 ∈ B.

59
New cards

Universal Set

The universal set, denoted by U, is the set containing all the elements under discussion.

60
New cards

Example of Universal Set

If we are discussing the sets formed from the letters in people's name, our universal set would then be all the letters of the alphabet, U = {a, b, c, d, ..., z}.

61
New cards

Null Set

The null or empty set, denoted by ∅ or { }, is the set containing no elements.

62
New cards

Example of Null Set

The set of past female presidents of the United States.

63
New cards

Example of Null Set

The set of all odd numbers that are evenly divisible by 2.

64
New cards

Subset of Null Set

The null set contains no elements, it is defined to be a subset of every set. That is, for any set A, we have ∅ ⊂ A.

65
New cards

Power Set

By the power set of a given set A, we mean the set of all possible subsets of set A.

66
New cards

Number of Subsets

If set A contains n number of elements, then there are 2^n number of subsets of A.

67
New cards

Example of Power Set

Find the power set of A = {1, 2}. Since the set contains 2 elements, there are 2^2 = 4 subsets of set A.

68
New cards

Power Set

The power set of 𝐴 is P(𝐴) = {∅, {1}, {2}, {1, 2}}.

69
New cards

Number of Subsets

Since the set contains 3 elements, there are 2^3 = 8 subsets of set 𝐵.

70
New cards

Complement

The complement of a set 𝐴 is the set of elements in the universal set which are not in set 𝐴.

71
New cards

Example of Complement

Let U = {1, 2, 3, 4, 5, 6, 7, 8} and 𝐴 = {1, 3, 6}; then 𝐴′ = {2, 4, 5, 7, 8}.

72
New cards

Union

The union of two sets 𝐴 and 𝐵, written 𝐴∪𝐵, is the set of elements that belong to 𝐴 or to 𝐵 or to both.

73
New cards

Example of Union

Let 𝐴 = {1, 3, 4, 6} and 𝐵 = {2, 3, 5, 9}; then 𝐴∪𝐵 = {1, 2, 3, 4, 5, 6, 9}.

74
New cards

Intersection

The intersection of two sets 𝐴 and 𝐵, written 𝐴∩𝐵, is the set of all elements which belong to both 𝐴 and 𝐵.

75
New cards

Example of Intersection

Let 𝐴 = {1, 2, 3, 5, 6} and 𝐵 = {2, 3, 4, 6, 8}; then 𝐴∩𝐵 = {2, 3, 6}.

76
New cards

Disjoint Sets

If 𝐴 and 𝐵 have no elements in common, then 𝐴∩𝐵 = ∅, implying that 𝐴 and 𝐵 are disjoint sets.

77
New cards

Difference

The difference of set 𝐴 minus set 𝐵, written 𝐴 - 𝐵, is the set of elements which belongs to 𝐴 but which do not belong to 𝐵.

78
New cards

Example of Difference

Let 𝐴 = {1, 2, 3, 4, 5, 6} and 𝐵 = {3, 5, 6, 7, 9}; then 𝐴 - 𝐵 = {1, 2, 4} and 𝐵 - 𝐴 = {7, 9}.

79
New cards

Subset

If 𝐴 is a subset of 𝐵, then 𝐴 - 𝐵 = ∅.

80
New cards

Example of Subset

Let 𝐴 = {1, 2, 3} and 𝐵 = {1, 2, 3, 4, 5}; then 𝐴 - 𝐵 = ∅ and 𝐵 - 𝐴 = {4, 5}.

81
New cards

Finding Complement of Intersection

To find (𝐴∩𝐵)′, first find 𝐴∩𝐵: 𝐴∩𝐵 = {3, 6}, then (𝐴∩𝐵)′ = {1, 2, 4, 5, 7, 8, 9}.

82
New cards

Union with Intersection of Complements

To find 𝐴∪(𝐵′ ∩𝐶), first find 𝐵′ = {1, 2, 5, 8, 9}, then 𝐵′ ∩𝐶 = {5, 8}, and finally 𝐴∪(𝐵′ ∩𝐶)= {2, 3, 5, 6, 8}.

83
New cards

Intersection of Complements

To find (𝐴∪𝐵)′ ∩(𝐴∪𝐶′), first find 𝐴∪𝐵 = {2, 3, 4, 5, 6, 7}, then (𝐴∪𝐵)′ = {1, 8, 9}, and finally intersect with (𝐴∪𝐶′) = {1, 9}.

84
New cards

Venn Diagram

Pictorial representation of sets and their relations.

85
New cards

Universal Set (U)

Set containing all possible elements in a context.

86
New cards

Proper Subset

Set A is a subset of B, excluding B.

87
New cards

Disjoint Sets

Sets with no elements in common.

88
New cards

Set Operations

Mathematical procedures involving sets, like union.

89
New cards

Inclusion-Exclusion Principle

Calculates size of union of overlapping sets.

90
New cards

Set Relations

Describes how sets interact, like subsets or intersections.

91
New cards

Elements of a Set

Individual items contained within a specific set.

92
New cards

Complement of a Set

Elements not in the specified set.

93
New cards

Intersection of Sets

Elements common to both sets.

94
New cards

Union of Sets

All elements from both sets combined.

95
New cards

Set A and B

Two sets that can have overlapping elements.

96
New cards

Set A is a subset of U

All elements of A are in the universal set.

97
New cards

Set A and B are not disjoint

Sets share at least one common element.

98
New cards

Elements x in A

x belongs to set A.

99
New cards

Elements x not in A

x does not belong to set A.

100
New cards

Set A is a proper subset of B

All elements of A are in B, but not vice versa.