1/24
Vocabulary practice flashcards covering basic set theory, notation, subsets, and power sets based on the CSCI 1900 lecture notes.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Set
Any well-defined collection of objects.
Elements (Members)
The objects contained in a set.
Well-defined
The condition where it is possible to decide if a given object belongs to a collection or not.
Æ
The label for the empty set, where Æ={}.
I^
Notation meaning "is an element of," shaped like an "E" for element.
I¨
Notation meaning "is not an element of."
A={a∣a is ...}
Notation representing "the set A is comprised of elements a where a satisfies specified properties."
Z+
The set of all x such that x is a positive integer.
N
The set of all x such that x is a positive integer or zero.
Z
The set of all x such that x is an integer.
Q
The set of rational numbers that can be written as ba, where a and b are integers and b=0.
R
The set of all x such that x is a real number.
Subset (A Iˊ B)
A condition where every element of A is also an element of B, meaning for every x, x∈A implies x∈B. Or, A is "contained in" B.
Iˊ
The notation for "is contained in," shaped like a "C" for contained.
Venn Diagrams
Named after British logician John Venn, these are graphical depictions of the relationship between sets.
Subset Transitive Property
The theorem stating that if A Iˊ B and B Iˊ C, then A Iˊ C.
Reflexive Subset Property
The theorem stating that if A is any set, then A Iˊ A (every set is a subset of itself).
Æ Iˊ A
A theorem stating that the statement "the empty set is a subset of A" is always true for any set A, because Æ contains no elements.
Set Equality
The condition where if A Iˊ B and B Iˊ A, then A=B.
Universal Set (U)
The set containing all objects for which the discussion is meaningful; denoted with a rectangle in a Venn diagram.
Finite Set
A set A that has n distinct elements, where n∈N.
Cardinality
The number of distinct elements in a set A, denoted by ∣A∣.
Infinite Set
A set that is not finite.
Power Set (P(A))
The set of all subsets of A, including the empty set (Æ).
Cardinality of P(A)
Calculated by the formula 2n, where n is the cardinality of set A.