Definitions Flashcards
definition
An exact statement of the meaning of a word
theorem
A proved mathematical statement
lemma
A proved result, typically less important than a theorem; often used to prove theorems.
proposition
A proved statement, typically less important than a lemma
corollary
The direct result of a theorem, lemma, or proposition
axiom
A statement assumed to be true.
set
A well-defined collection of objects
ℕ
{0, 1, 2, 3, …}
ℤ
{…, -2, -1, 0, 1, 2, …}
ℤ+
{ 1, 2, 3, 4, 5, …}
ℚ
{ a/b | a,b∈ℤ, b ≠ 0}
ℚ’ / ℍ
{ x | x is a decimal number that neither terminates or repeats}
ℝ
{ x | x ∈ ℚ⋃ℚ’ }
ℂ
{ a + bi | a,b ∈ ℝ, i^2 = -1 }
The empty set
The set that contains no elements
A⋃B
{ x | x∈A, x∈B, or both }
A⋂B
{ x | x∈A and x∈B }
Ᾱ / A^c
{ x | x∉A }
A - B
{ x∈A | x∉B }
A⊆B
∀x, if x∈A, x∈B.
A⊂B
∀x, if x∈A, x∈B,
AND ∃ y∈B ∋ y∉A.