Sets

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 15

flashcard set

Earn XP

Description and Tags

‘Definition’, Notation and Exam, Set Relations: Subset and Equality, Set Operations, Some Set Identities, Another Set Operation: Cartesian Product

Math

12th

16 Terms

1

Set

A set is a collection of distinct objects, called elements, denoted by curly brackets {}.

A = {1,2,3,4,5}

New cards
2

Element

An element is an object that belongs to a set, denoted by…

x ∈ A

(x is an element of set A).

New cards
3

Subset

A set A is a subset of set B if every element of A is also an element of B, denoted A ⊆ B.

If A ⊆ B and A ≠ B, then A is a proper subset of B - A ⊂ B

All sets are also subsets of themselves! And the empty set is a subset of all sets!

New cards
4

Natural Numbers

The set of positive integers denoted as N.

N = {1, 2, 3, 4, . . .}

New cards
5

Integers

The set of all integers, including positive, negative, and zero, denoted as Z.

Z = {. . . , −3, −2, −1, 0, 1, 2, 3, . . . }

New cards
6

Rational Numbers

The set of numbers that can be expressed as a fraction n/m where n, m ∈ Z and m ≠ 0, denoted as Q

Q = { m/n : m,n ∈ Z and n ≠ 0}

New cards
7

Real Numbers

The set of numbers that can be expressed with an infinite decimal expansion, denoted as R.

New cards
8

Complex Numbers

The set of numbers expressed in the form a + bi where a, b ∈ R and i is the imaginary unit, denoted as C.

New cards
9

Empty set

A set with no elements in it is called an empty set, denoted by ∅.

∅ = {}

New cards
10

Intervals

[ = greater than equal to

] = less than equal to

{ = greater than

} = less than

<p>[ = greater than equal to </p><p>] = less than equal to</p><p>{ = greater than</p><p>} = less than</p>
New cards
11

Union

The set of all elements that are in either set A or set B, denoted A ∪ B.

<p>The set of all elements that are in either set A or set B, denoted A ∪ B.</p>
New cards
12

Intersection

The set of all elements that are in both set A and set B, denoted A ∩ B.

<p>The set of all elements that are in both set A and set B, denoted A ∩ B.</p>
New cards
13

Set Difference

The set of elements that are in set A but not in set B, denoted A \ B.

<p>The set of elements that are in set A but not in set B, denoted A \ B.</p>
New cards
14

Symmetric Difference

The set of elements that are in either set A or set B but not in both, denoted A △ B.

<p>The set of elements that are in either set A or set B but not in both, denoted A △ B.</p>
New cards
15

Complement

The set of all elements in a universal set that are not in set A, denoted Ac.

New cards
16

Cartesian Product

A and B are sets, the Cartesian product of A and B is the set of all ordered pairs (a, b) with a ∈ A and b ∈ B. We denote this by A×B so

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

{1, 2} × {1, 2, 3} = {(1, 1),(1, 2),(1, 3),(2, 1),(2, 2),(2, 3)}
{
1, 2, 3} × {1, 2} = {(1, 1),(1, 2),(2, 1),(2, 2),(3, 1),(3, 2)}

New cards
robot