Set Theory Flashcards

Covers the basics of set theory

You may prefer our related Brainscape-certified flashcards:
1
Q

what is the set B (stylised)?

A

binary numbers - {0,1}

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

why can sets with elements listed in a different order/with duplicates be considered equal?

A

a set is defined solely in terms of its members

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

A = B iff…

A

A ⊆ B and B ⊆ A

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

¬(A⊆B)

A

A ⊈ B

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

the universe of discourse consists of

A

all elements under consideration

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

what are the 3 properties of the subset relation?

A

reflexive, antisymmetric and transitive

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

describe how the subset relation is reflexive

A

A ⊆ A for all sets A

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

describe how the set relation is anti-symmetric

A

if a and b are related in both directions, they must be equal. e.g iff A ⊆ B and B ⊆ A, A = B

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

describe how the subset relation is transitive

A

if A ⊆ B and B ⊆ C, A ⊆ C

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

what is the least set with respect to inclusion?

A

the empty set since it is contained in any other set

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

how to use set builder notation to define B, the subset of A

A

B = { x ∈ A : x has property P }

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

write { Dan”, Felix } using set builder notation

A

{ x : x = Dan or x = Felix }

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

what is Russell’s paradox

A

the set of sets that do not contain themselves CANNOT exist in naive set theory

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

the importance of Russell’s paradox in set theory

A

it should not be possible to construct sets of all sets

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

two sets are disjoint if…

A

they have no elements in common

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

the intersection of two disjoint sets

A

the empty set

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

|A|

A

the cardinality of A

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

what is the inclusion-exclusion principle

A

|A U B| = |A| + |B| - |A ∩ B|

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

A \ B in set builder notation

A

{ x ∈ A : x ∉ B }

18
Q

x ∈ { A \ B } iff

A

x ∈ A and x ∉ B

18
Q

construct the set A’ using only the universe discourse and the set A

A

U \ A

19
Q

P(A)

A

the set containing all subsets of A (including the empty set and itself)

20
Q

a set of 4 elements has how many subsets

A

16

20
Q

what trick can you use to figure out the number of elements in a powerset?

A

Pascal’s Triangle

20
Q

what is a family of sets F?

A

a collection of sets (where every element in F is a set)

21
Q

what is the union of the family of sets F?

A

{ x : x ∈ A for some A ∈ F }

22
Q

what is the intersection of a family of sets?

A

{ x : x ∈ A for all A ∈ F }

23
Q

both the union and intersection of a family of sets are..

A

sets of elements (arbritrary x’s)

24
Q

Alternative way to write U F if F = {A, B, C }

A

U{A, B, C}

24
Q

if F = {A,B,C}, what is U F shorthand for?

A

A U B U C

25
Q

U{A, B} in written english

A

the union of all sets within the family {A,B}

26
Q

what is an ordered pair?

A

a pair of objects with a first coordinate and a second coordinate

27
Q

(a,b) ∈ A ✕ B iff

A

a ∈ A and b ∈ B

28
Q

two ways to denote the cartesian product across all real numbers

A

R ✕ R or R^2

29
Q

R ✕ R denotes the set of..

A

points in the xy plane

30
Q

key value pairs are always ordered pairs from..

A

the Cartesian product Keys ✕
Values

31
Q

A^n corresponds to

A

the cartesian product of n copies of the set A (e.g an R vector over 4)

32
Q

the number is elements in a product is

A

the product of each individual set’s cardinality

33
Q

|A ✕ {}|

A ✕ {} |

A

0

34
Q

A ✕ {}

A

{}

35
Q

X ⊆ Y
Hence X\Y =

A

{}

36
Q

X ⊆ Y
Hence X’ U Y =

A

The universal set

37
Q

from the identity (P ⇒ Q) ⇔ (¬P ∨ Q), we get the identity P ⊆ Q = …

A

P’ U Q = universe set

38
Q

property of sets that corresponds to the contrapositive law

A

A ⊆ B iff A’ ⊆ B’

39
Q
A