Lecture 2 - Types of Sets in Set Theory

0.0(0)
studied byStudied by 2 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/27

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

28 Terms

1
New cards

Empty Set

An Empty Set is a set that contains no objects, which means null or void set.

2
New cards

Notation for the empty set

Notation for the empty set is: {} or symbol ∅

3
New cards

Disjoint Sets

Two or more sets that have no elements in common such as A = {1,2,3,4} and B = {5,7,8,9}.

4
New cards

Non-disjoint sets

Two sets are not disjoint if their intersection is NOT EMPTY.

5
New cards

Equal Sets

Two sets are equal if they share the exact same elements in any order.

6
New cards

Identical elements

They are not equal if they don't have IDENTICAL elements - this means that if one element that is not in the element of the other set, they are not equal, therefore A ≠ B.

7
New cards

Sets of Sets

Sets that can contain atomic elements, which can contain other sets.

8
New cards

Atomic elements

Atomic elements: letters, numbers, pairs of elements etc.

9
New cards

Example of Sets of Sets

Example: A = {a{b,c}} which is a set that contains elements A and another set containing B and C.

10
New cards

Cardinality of Sets

Cardinality: set is the number of its elements.

11
New cards

Cardinality Notation

This is written as |A|.

12
New cards

Example of Cardinality

Example: A = {1,3,4,5,6} then |A| = 5.

13
New cards

Singleton

A set with one element.

14
New cards

Subset

Set A is a SUBSET of Set B if every element of A is also an element of B.

15
New cards

Subset Notation

This is written as A ⊆ B.

16
New cards

Not a Subset

A is NOT A SUBSET of B if there is AT LEAST one element in A that's not in B.

17
New cards

Not a Subset Notation

This is written as A ⊄ B.

18
New cards

Proper Subset

A is considered to be a proper subset of B IF B contains AT LEAST one element that is NOT present in A.

19
New cards

Proper Subset Notation

Symbol for proper subset is: A ⊂ B.

20
New cards

Supersets

B is a superset of A if EVERY element of A is also an element of B.

21
New cards

Superset Notation

This is written as B ⊇ A.

22
New cards

Proper Superset

B is a proper superset of A if there is AT LEAST one element in B which is not in A.

23
New cards

Proper Superset Notation

Written: B ⊃ A.

24
New cards

Universal Set

Nonempty set of all the possible elements, that's relevant to the solution of a specific problem, this does include those of ALL subsets.

25
New cards

Universal Set Notation

Defined using symbol: U.

26
New cards

Complement Sets

Difference between the universe and given set.

27
New cards

Complement Notation

This is denoted by comp(A) = U - A.

28
New cards

Example of Complement Sets

e.g. U = {r,o,y,g,b,I,v} A = {r,y,b} therefore comp(A) = {o,g,I,v}.