Topic 1.2 Mathematical Sets Flashcards
What information should come to mind when faced with this set (N)?
That symbol denotes the set of natural numbers/non-standard integers e.g. {1, 2, 3, 4…}
What information should come to mind when faced with this set (Z)?
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…}
What information should come to mind when faced with this set (Q)?
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
What information should come to mind when faced with this set (R)?
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.
Provide a definition for real numbers
Any limits of sequences of real numbers are real numbers
How would the following statement read? x∈A
‘x’ is in set A
How would the following statement read? π∉Q
‘π’ is not in set Q
In what ways do sets vary from lists?
They vary in terms of order and repetition i.e. order/repetition doesn’t matter in sets; order/repetition matters in lists
How would you represent a tuple?
With rounded brackets e.g. (a, b, c), where (a, b, c) ≠ (a, c, b) ≠ (a, a, b, c)
Why is the following reasonable? {0, 0, 0, 1, 2, 7, 9} = {0, 1, 2, 7, 9}
Sets contain unique objects, which is why repetition and order don’t matter
Why are the following incorrect? 2⊆Z {2}∈R
Because these statements imply that there are subsets in sets, sets that have specified no such thing
If A and B are sets, when would A = B
When A⊆B & B⊆A
How would one read the following statement? S={x∈R|sin(x)>0}
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
What’s the difference between open and closed brackets?
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)
Let A be the set containing all integer multiples of π. Express A using set builder notation
A={x∈R|∃k∈Z x=kπ}