Unit 2 - Sets and Predicate Logic Flashcards

1
Q

What does the symbol ∅ denote

A

An empty set.

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

If |A| = 1, we say that A is

A

a singleton set

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

A set is

A

an unordered collection of distinct objects.

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

What does the symbol \ represent

A

Difference

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

a ∈ A

A

a is in A
is True if and only if a is an element of the set A

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

There are two main ways to formally define a set

A

Definition by enumeration

Definition by set-builder notation

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

{x ∈ A | x > 2 ∧ x < 4}

the vertical line “|” is read as

A

“such that” or “where”;

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

{x ∈ A | x > 2 ∧ x < 4}

what appears on the left of “|”

A

represents an element of the set (in this example, x) and its origin (in this example, x must be an element of A)

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

{x ∈ A | x > 2 ∧ x < 4}

what appears on the right of “|”

A

provides a condition that must be satisfied
by each element of the set

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

{x ∈ A | x > 2 ∧ x < 4}

Explain the above in words and the resulting set in {} notation.

A

B is the set containing all elements x in set A,
such that x is greater than 2, and x is smaller than 4

Therefore, B is the singleton set {3}.

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

The symbol B often used in set notation represents

A

the set of truth values (also called Boolean values) {True, False}

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

The symbol N often used in set notation represents

A

the set of natural numbers {0, 1, 2, 3, . . .}

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

The symbol Z often used in set notation represents

A

the set of the integers {. . . , −3, −2, −1, 0, 1, 2, 3, . . .}

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

The symbol Q often used in set notation represents

A

the set of the rational numbers

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

The symbol R often used in Set notation represents

A

the set of the real numbers

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

the union of sets A and B is

A

the set that contains all elements that are in A, or in B, or in both

17
Q

the intersection of sets A and B is

A

the set that contains all elements that are in A and in B

18
Q

the difference of sets A and B is

A

the set that contains all elements that are in A, but not in B.

19
Q

Let A, B be two sets. Then, the difference of A and B is denoted as

A

A \ B

20
Q

is “y ≤ 2” a proposition

A

No, its a predicate with one free variable y to be filled in

21
Q

The symbols ∀ represents

A

for all

22
Q

The symbol ∃ represents

A

exists

23
Q

The symbols ∀ (“for all”) and ∃ (“exists”) are
called

A

quantifiers