Topic 1.2 Mathematical Sets Flashcards

1
Q

What information should come to mind when faced with this set (N)?

A

That symbol denotes the set of natural numbers/non-standard integers e.g. {1, 2, 3, 4…}

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

What information should come to mind when faced with this set (Z)?

A

That symbol denotes the set of integers, which consist of the positive and negative whole numbers as well as zero e.g. {… -3, -2, -1, 0, 1, 2, 3…}

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

What information should come to mind when faced with this set (Q)?

A

That symbol denotes the set of rational numbers (recall, every integer is a rational number, as it can be expressed as a fraction with denominator = 1). This set consists of numbers that can be written as fractions m/n where m and n are integers e.g. 1/2, 78/23, (−3)/4, 0/5

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

What information should come to mind when faced with this set (R)?

A

That symbol denotes the set of real numbers (although, that could lead one to question what counts as a real number at all). The set consists of all the rational numbers together along with all the irrational numbers.

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

Provide a definition for real numbers

A

Any limits of sequences of real numbers are real numbers

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

How would the following statement read? x∈A

A

‘x’ is in set A

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

How would the following statement read? π∉Q

A

‘π’ is not in set Q

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

In what ways do sets vary from lists?

A

They vary in terms of order and repetition i.e. order/repetition doesn’t matter in sets; order/repetition matters in lists

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

How would you represent a tuple?

A

With rounded brackets e.g. (a, b, c), where (a, b, c) ≠ (a, c, b) ≠ (a, a, b, c)

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

Why is the following reasonable? {0, 0, 0, 1, 2, 7, 9} = {0, 1, 2, 7, 9}

A

Sets contain unique objects, which is why repetition and order don’t matter

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

Why are the following incorrect? 2⊆Z {2}∈R

A

Because these statements imply that there are subsets in sets, sets that have specified no such thing

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

If A and B are sets, when would A = B

A

When A⊆B & B⊆A

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

How would one read the following statement? S={x∈R|sin⁡(x)>0}

A

The line in the middle is read as ‘such that’. According to the statement, the set should only contain elements of R that obeyed the condition sin⁡(x)>0

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

What’s the difference between open and closed brackets?

A

Closed brackets [] means the element it encloses is put into consideration, whereas open brackets () means the element it encloses isn’t put into consideration e.g. a is included but b isn’t [a, b)

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

Let A be the set containing all integer multiples of π. Express A using set builder notation

A

A={x∈R|∃k∈Z x=kπ}

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

Let A be the set containing all integer multiples of π. Express A using abbreviated set builder notation

A

A={kπ|k∈Z}

17
Q

What is the abbreviated set builder notation for the set of rational numbers?

A

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

18
Q

How do you express when all elements of set A are also elements of set B and vice versa?

A

A = B

19
Q

How do you know when A is a subset of B?

A

When every element of A is an element of B

20
Q

How do you express that A is a subset of B? What does this mean?

A

Expressed as A⊆B
This means that if x⊆A, then x⊆B (∀x⊆A x⊆B)

21
Q

Is the following true? Q∈R

A

No. Rational numbers are a subset of real numbers, they are not ‘in’ real numbers i.e. Q⊆R

22
Q

Assume A and B are two distinct sets. What does A∪B mean?

A

A∪B means the union of sets A and B, whereby the union is a set of elements that are in at least one of A or B (x∈A∪B if and only if x∈A or x∈B)

23
Q

Assume A and B are two distinct sets. What does A∩B mean?

A

A∩B means the intersection of sets A and B, forming a set comprised of the elements that are in both A and B (x∈A∩B if and only if x∈A and x∈B aka A∩B={x∈A│x∈B}={x∈B│x∈A})

24
Q

What is the notation for empty sets? Provide an example

A

{} = ∅
(−1,2)∩(100,101)=∅

25
Q

Let A and B be two distinct sets. What is the Cartesian product of A and B and how would you denote it?

A

The Cartesian product is the set of all possble ordered pairs we can build using elements from a defined set, in this case, we would use elements of A as the first element in the ordered pair, and we would use elements of B as the second element in the pair.
A ×B={(a,b)|a∈A,b∈B}