Set Theory: A First Course

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/59

flashcard set

Earn XP

Description and Tags

A comprehensive vocabulary list covering logic, foundations, relations, functions, transfinite arithmetic, and set combinatorics based on Daniel W. Cunningham's Set Theory: A First Course.

Last updated 9:29 AM on 5/25/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

60 Terms

1
New cards

Set

A collection of objects where the objects are called elements of the collection.

2
New cards

Subset (ABA \subseteq B)

A set AA is a subset of set BB if every element of AA is also an element of BB.

3
New cards

Proper Subset (ABA \subset B)

A set AA is a proper subset of set BB when ABA \subseteq B and ABA \neq B, meaning there is at least one element in BB that is not in AA.

4
New cards

Disjoint Sets

Two sets AA and BB that have no elements in common.

5
New cards

Power Set (P(A)P(A))

The set whose elements are all of the subsets of AA, denoted by P(A)={X:XA}P(A) = \{X : X \subseteq A\}.

6
New cards

Conjunction (PQP \wedge Q)

A logical connective meaning 'PP and QQ', which is true only if both components are true.

7
New cards

Disjunction (PQP \vee Q)

A logical connective meaning 'PP or QQ', which is true if either PP or QQ (or both) are true.

8
New cards

Tautology

A compound sentence that is true regardless of the truth values assigned to its components.

9
New cards

Contradiction

A compound sentence that is false regardless of the truth values assigned to its components.

10
New cards

Logical Equivalence (ψϕ\psi \Leftrightarrow \phi)

When two propositional sentences result in identical truth values for every possible truth assignment applied to their components.

11
New cards

Bound Variable

A variable in a statement that is immediately used or restricted by a quantifier like \forall or \exists.

12
New cards

Free Variable

A variable in a mathematical statement that is not bound by a quantifier and for which a specific value may be substituted.

13
New cards

Atomic Formula

The simplest type of formula in set theory, having the form xyx \in y or x=zx = z.

14
New cards

Proper Class

A collection of objects that share a property but is too large to be considered a set, such as the collection of all sets.

15
New cards

Singleton

A set that contains exactly one element, such as {u}\{u\}.

16
New cards

Intersection of FF (F\bigcap F)

For a nonempty set FF, the unique set containing all elements xx that belong to every member of FF.

17
New cards

Ordered Pair (x,y\langle x, y \rangle)

A set defined as {{x},{x,y}}\{\{x\},\{x, y\}\} that possesses a unique first component xx and a unique second component yy.

18
New cards

Relation

A set composed entirely of ordered pairs.

19
New cards

Domain (dom(R)\text{dom}(R))

The set of all first components of the ordered pairs in a relation RR, defined as {x:y(x,yR)}\{x : \exists y(\langle x, y \rangle \in R)\}.

20
New cards

Range (ran(R)\text{ran}(R))

The set of all second components of the ordered pairs in a relation RR, defined as {y:x(x,yR)}\{y : \exists x(\langle x, y \rangle \in R)\}.

21
New cards

Field (fld(R)\text{fld}(R))

The union of the domain and the range of a relation RR, defined as dom(R)ran(R)\text{dom}(R) \cup \text{ran}(R).

22
New cards

Single-rooted Relation

A relation RR where for each yran(R)y \in \text{ran}(R) there is exactly one xx such that x,yR\langle x, y \rangle \in R.

23
New cards

Reflexive Relation

A relation \sim on set AA where (xA)(xx)( \forall x \in A )(x \sim x); every element is related to itself.

24
New cards

Symmetric Relation

A relation \sim where if xyx \sim y, then yxy \sim x for all elements in the set.

25
New cards

Transitive Relation

A relation \sim where if xyx \sim y and yzy \sim z, then xzx \sim z for all elements in the set.

26
New cards

Equivalence Relation

A relation on a set that is simultaneously reflexive, symmetric, and transitive.

27
New cards

Partition

A set of nonempty, pairwise disjoint subsets of a set AA whose union equals set AA.

28
New cards

Equivalence Class ([a][a]_\sim)

The set of all elements in a set AA that are related to a given element aa under an equivalence relation \sim, defined as {xA:xa}\{x \in A : x \sim a\}.

29
New cards

Quotient Set (A/A/\sim)

The set of all equivalence classes of elements of AA induced by the equivalence relation \sim.

30
New cards

Function

Any single-valued relation such that for each xx in the domain, there is only one yy such that x,yF\langle x, y \rangle \in F.

31
New cards

Injection (One-to-One Function)

A function where any two distinct elements in the domain are mapped to distinct elements in the codomain.

32
New cards

Surjection (Onto Function)

A function where the range is equal to the codomain, meaning every element in the codomain is mapped to by at least one element in the domain.

33
New cards

Bijection

A function that is simultaneously one-to-one (injective) and onto (surjective).

34
New cards

Partial Order

A relation that is reflexive, antisymmetric, and transitive.

35
New cards

Total Order (Linear Order)

A partial order \preceq on set AA satisfying (xA)(yA)(xyyx)( \forall x \in A )( \forall y \in A )(x \preceq y \vee y \preceq x); every two elements are comparable.

36
New cards

Chain

A subset of a partially ordered set in which every two elements are comparable.

37
New cards

Maximal Element

An element bb in a partially ordered set such that there is no element in the set larger than bb.

38
New cards

Least Upper Bound

An upper bound uu for set SS such that ubu \preceq b for every other upper bound bb of SS.

39
New cards

Isomorphism

A bijection between two structures that preserves the defining relation (e.g., ordering).

40
New cards

Preorder

A relation that is reflexive and transitive, often called a proset.

41
New cards

Successor (x+x^+)

The set obtained by adjoining xx to its elements: x+=x{x}x^+ = x \cup \{x\}.

42
New cards

Inductive Set

A set II that contains the empty set (0) and is closed under the successor operation (aI,a+I\forall a \in I, a^+ \in I).

43
New cards

ω\omega

The set consisting of all natural numbers; it is the smallest inductive set.

44
New cards

Transitive Set

A set AA where every element of AA is also a subset of AA (aA,aA\forall a \in A, a \subseteq A).

45
New cards

Peano System

An ordered triple (N,S,e)(N, S, e) where eran(S)e \notin \text{ran}(S), SS is one-to-one, and the induction postulate holds.

46
New cards

Well-Ordering

A total ordering on a set AA for which every nonempty subset of AA has a smallest (least) element.

47
New cards

Countable Set

A set XX for which there exists a one-to-one function f:Xωf : X \rightarrow \omega.

48
New cards

Uncountable Set

A set that is not countable, such as the set of real numbers R\mathbb{R}.

49
New cards

Cardinality

A measure of the size of a set; sets AA and BB have the same cardinality if there is a bijection between them.

50
New cards

Continuum Hypothesis (CHCH)

The conjecture that there is no set ARA \subseteq \mathbb{R} such that ω<cA<cR| \omega | <_c | A | <_c | \mathbb{R} |.

51
New cards

Ordinal Number

A transitive set that is well-ordered by the membership relation \in.

52
New cards

Successor Ordinal

A nonzero ordinal α\alpha such that α=η+\alpha = \eta^+ for some ordinal η\eta.

53
New cards

Limit Ordinal

A nonzero ordinal that is not the successor of any ordinal.

54
New cards

Rank

The least ordinal γ\gamma such that a set AA is a subset of the stage VγV_\gamma in the cumulative hierarchy.

55
New cards

Cardinal Number

An ordinal κ\kappa such that for every βκ\beta \in \kappa there is no one-to-one function from κ\kappa to β\beta.

56
New cards

Regular Cardinal

An infinite cardinal κ\kappa where the cofinality cf(κ)=κ\text{cf}(\kappa) = \kappa.

57
New cards

Singular Cardinal

An infinite cardinal κ\kappa where the cofinality cf(κ)κ\text{cf}(\kappa) \in \kappa.

58
New cards

Club Set

A set that is both closed and unbounded in a limit ordinal κ\kappa.

59
New cards

Stationary Set

A subset SS of a regular uncountable cardinal κ\kappa that has a nonempty intersection with every club set in κ\kappa.

60
New cards

Regressive Function

A function f:κκf : \kappa \rightarrow \kappa such that f(α)αf(\alpha) \in \alpha for all αS{0}\alpha \in S \setminus \{0\}.