Chapter 6 Flashcards
relation [definition / notation]
A relation on a set A is a subset of A × A.
If R ⊆ A × A is a relation on A, we usually write xRy to indicate that (x, y) ∈ R and we say that x is related to y by the relation R.
So xRy ⇐⇒ (x, y) ∈ R.
We often use other symbols instead of R, such as ∼, ≈, ≡, , ≥, ≺, ≻, etc.
four examples of relations [info]
- equality (=)
- less than (
- less than or equal to (≤)
- divides (i.e. a divides b).
3 properties of equivalence relations [definition]
A relation ∼ on a set A is an equivalence relation if:
- a ∼ a for all a ∈ A (reflexivity)
- if a ∼ b, then b ∼ a (symmetry)
- if f a ∼ b and b ∼ c, then a ∼ c (transitivity)
If ∼ is an equivalence relation on A, then the equivalence class of a ∈ A is… [definition / notation]
[a] := {b ∈ A : b ∼ a}
(note: sometimes, when we wish to emphasize the particular equivalence relation (for instance, when we are working with more than one), we write [a]∼ instead of [a])
Suppose ∼ is an equivalence relation on a set A, and a, b ∈ A; then…
- a ∈ …
- a ∼ b ⇐⇒ …
[proposition]
- a ∈ [a]
- a ∼ b ⇐⇒ [a] = [b]
representative of equivalence class
[definition / notation / explanation]
- we say that a is a representative of the equivalence class [a]
- representatives of a given equivalence class are not unique in general
- b is a representative of the equivalence class [a] if and only if a ∼ b (which is equivalent to b ∈ [a])
Suppose ∼ is an equivalence relation on a set A. Then, for all a, b ∈ A, we have…
[a] = ?
or
[a]∩[b] = ?
[proposition]
[a] = [b]
or
[a]∩[b] = ∅
partition [definition]
A partition of a set A is a set Π, whose elements are nonempty subsets of A such that…
- P1, P2 ∈ Π, P1 ≠ P2 ⇒ P1 ∩ P2 = ∅
- every a ∈ A belongs to some P ∈ Π
Suppose ∼ is an equivalence relation on A. Then the set Π of equivalence classes of ∼ is a _________ of A.
Suppose Π is a _________ of A. Then the relation ∼ defined by
a ∼ b ⇔ a and b lie in the same ____________.
[proposition]
Suppose ∼ is an equivalence relation on A. Then the set Π of equivalence classes of ∼ is a partition of A.
Suppose Π is a partition of A. Then the relation ∼ defined by
a ∼ b ⇔ a and b lie in the same element of Π .
absolute value of an interger [definition / notation]
The absolute value of an integer x is defined to be
the division algorithm [theorem]
Suppose n ∈ N. For every m ∈ Z, there exist a unique q, r ∈ Z such that…
- m = qn + r
- 0 ≤ r ≤ n − 1
The integer q is called the quotient and r is called the remainder upon division of m by n.
modulus [definition / notation / explanation]
For a fixed n ∈ N, we define a relation ≡ on Z by
x ≡ y ⇔ x − y is divisible by n .
The natural number n is called the modulus.
(note: when we wish to make the modulus explicit, we write
x ≡ y mod n)
If x ≡ y mod n, we say that x and y are __________ modulo n or _________ modulo n. [terminology]
If x ≡ y mod n, we say that x and y are equivalent modulo n or congruent modulo n.
(or sometimes simply equivalent/congruent mod n)
fix a modulus n ∈ N (2 points) [proposition]
- equivalence modulo n (i.e. ≡) is an equivalence relation
- the equivalence relation ≡ has exactly n distinct equivalence classes, namely [0], [1], . . . , [n − 1]
Fix a modulus n ∈ N. If a ≡ a′ and b ≡ b′ , then
a + b ≡ ?
and
ab ≡ ?
a + b ≡ a′ + b’
ab ≡ a’b’