Sets and Number Sets Notes
Sets and Basic Notions
- Set: a collection of objects
- A member of a set is something that belongs to it; we write using the membership symbol: x∈S
- Subset: a set A is a subset of B if every element of A is also an element of B
- Notation: A⊆B
- Example (from transcript):
- Let A=a,e,i,o,u and B=a,e
- Then B⊆A is true
- And A⊆B is false
- Union: the union of A and B is the set of elements that are in A or in B or in both
- Notation: A∪B
- Example: with the same A and B above
- A∪B=a,e,i,o,u
- Intersection: the intersection of A and B is the set of elements that are in both A and B
- Notation: A∩B
- Example: with the same A and B above
- A∩B=a,e
- Common terminology
- "Common" elements are those in the intersection
- Empty set: the set that contains no elements
- Notation: ∅
- Eg. the empty set has no members by definition
- Quick recap of the notations
- Subset: A⊆B
- Union: A∪B
- Intersection: A∩B
- Empty set: ∅
Sets of Real Numbers and Number Classes
- Sets of numbers discussed in transcript
- Natural numbers
- Whole numbers
- Integers
- Real numbers (sets commonly studied together with these)
Natural Numbers
- Symbol: N
- Definition (as given): N=1,2,3,4,…
- Note on zero
- Some conventions include 0 in the natural numbers; in others, 0 is in the whole numbers instead
Whole Numbers
- Often denoted by a symbol like W or sometimes N0
- Definition (as given): W=0,1,2,3,…
- Relationship to other sets
- N⊆W (if 0 is included in N in that convention, otherwise N is a subset of W depending on the definition used)
Integers
- Symbol: Z
- Definition (as given): Z=…,−2,−1,0,1,2,…
- Relationships
- W⊆Z
- N⊆Z
- Generally, all Natural and Whole numbers are integers
Real Numbers (brief context)
- Real numbers include all rational and irrational numbers; they form the continuum
- In lecture context, the above number sets (N, W, Z) are subsets of the real numbers: N⊆W⊆Z⊆R
- Notation for these standard sets: R for real numbers
Quick Examples and Connections
- Example recap (from transcript):
- A = a,e,i,o,u
- B = a,e
- Subset checks:
- B⊆A is true (since every element of B is in A)
- A⊆B is false (A has elements not in B)
- Unions and intersections using these sets:
- A∪B=a,e,i,o,u
- A∩B=a,e
- Numerical examples (from transcript):
- Natural numbers: 1,2,3,4,…
- Whole numbers: 0,1,2,3,…
- Integers: …,−2,−1,0,1,2,…
- Practical implications
- These sets provide the foundation for counting, ordering, and measuring in math and applied disciplines
- They establish basic building blocks for more advanced topics (e.g., number theory, algebra, analysis)
Summary of Key Points
- A set is a collection of objects; membership is denoted by x∈S
- A is a subset of B if every element of A is in B: A⊆B
- Union and intersection operators: A∪B, A∩B
- Empty set: ∅, a set with no elements
- Specific number sets:
- N=1,2,3,4,…
- W=0,1,2,3,…
- Z=…,−2,−1,0,1,2,…
- R contains all real numbers; standard hierarchy N⊆W⊆Z⊆R