Sets and Set Operations

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

1/11

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

12 Terms

1
New cards

Set

A set is a collection of object called elements or members of the set

<p>A set is a collection of object called elements or members of the set</p>
2
New cards

An element

A member of a set.
Ex: the number 2 is an element of the set {1 2 3 4 5 6 7 8 9}

3
New cards

a ∈ A

If a is an element of set A, then a ∈ A denotes "a is an element of A"
Ex: A = {table, chair, bookshelf}
a = {bookshelf}
=> a ∈ A

4
New cards

How to determine a set?

1) A set can be described by listing all of its elements
Ex: C = {1 2 3 4 5 }
2) A set can also be described by writing a description of its elements between curly bracket
Ex: D = {x ∈ Z| 0 < x < 6}

5
New cards

Empty Sets

the set that has no elements at all.
Ex: P = {x∈Z| 2x + 1 = 0}
P = {Ø}

<p>the set that has no elements at all. <br>Ex: P = {x∈Z| 2x + 1 = 0}<br>P = {Ø}</p>
6
New cards

Proper subset

If and only if every element of A is also an element of B
Ex: A = {6,7,8}
B = {5,6,7,8,9}
A ⊂ B = {6,7,8}

<p>If and only if every element of A is also an element of B<br>Ex: A = {6,7,8}<br> B = {5,6,7,8,9}<br> A ⊂ B = {6,7,8}</p>
7
New cards

not superset

Set A isn't the superset of set B
Ex: A = {9, 14, 28}
B = {9, 66}
A ⊄ B

<p>Set A isn't the superset of set B<br>Ex: A = {9, 14, 28}<br>B = {9, 66}<br>A ⊄ B</p>
8
New cards

equality of two sets

Two sets have exactly the same elements
Ex: {1,2,3} = {3,1,2}

<p>Two sets have exactly the same elements<br>Ex: {1,2,3} = {3,1,2}</p>
9
New cards

Intersection of sets

The intersection of two sets A and B consists of all elements belonging to A and to B.
The set of all elements belonging to A and to B
Ex: Band = {Sam, Lorrie, Raul, Deresk}
Chorus = {Deresk, Kyesha, Robin}
Band ∩ Chorus = {Deresk}

<p>The intersection of two sets A and B consists of all elements belonging to A and to B.<br>The set of all elements belonging to A and to B<br>Ex: Band = {Sam, Lorrie, Raul, Deresk}<br> Chorus = {Deresk, Kyesha, Robin}<br> Band ∩ Chorus = {Deresk}</p>
10
New cards

Set Operations

The set that contains those elements that are either in
A or in B, or in both.
Example: A = {2,4,6,8}
B = {3,4,7,9}
A∪B = {2,3,4,6,7,8,9}

<p>The set that contains those elements that are either in<br>A or in B, or in both.<br>Example: A = {2,4,6,8}<br> B = {3,4,7,9}<br> A∪B = {2,3,4,6,7,8,9}</p>
11
New cards

Relative complement

The set of all element in the universal set A, but not in B'.
A = { ruler, pen, eraser, book, pencil, notebook}
B = {book, pen, ruler}
A\B = {eraser, pencil}

<p>The set of all element in the universal set A, but not in B'.<br>A = { ruler, pen, eraser, book, pencil, notebook}<br>B = {book, pen, ruler}<br>A\B = {eraser, pencil}</p>
12
New cards

Complement of a set

The set of all elements in the universal set that are not in a given set.
Ex: Let A = {1 orange, 1 pineapple, 1 banana, 1 apple}
Let B = {1 orange, 1 apricot, 1 pineapple, 1 banana, 1 mango, 1 apple, 1 kiwifruit }
We show all elements in B, but not in A
Ac = {1 apricot, 1 mango, 1 kiwifruit}

<p>The set of all elements in the universal set that are not in a given set.<br>Ex: Let A = {1 orange, 1 pineapple, 1 banana, 1 apple} <br> Let B = {1 orange, 1 apricot, 1 pineapple, 1 banana, 1 mango, 1 apple, 1 kiwifruit }<br>We show all elements in B, but not in A<br>Ac = {1 apricot, 1 mango, 1 kiwifruit}</p>