Chapter 3 Flashcards
Relation
A relation is a set of ordered pairs.
Relation on, between sets
Let R be a relation and let A and B be sets. We say R is a relation on A provided R ⊆ A x A, and we say R is a relation from A to B provided R ⊆ A x B.
Inverse relation
Let R be a relation. The inverse of R, denoted R^-1, is the relation formed by reversing the order of all the ordered pairs in R.
Proposition 14.6 (proved)
Let R be a relation. Then (R^-1)^-1 = R.
Properties of relations, Let R be a relation defined on a set A.
A relation R is Reflexive if xRx
A relation R is Symmetric if xRy implies yRx
A relation R is Transitive if xRy and yRz implies xRz
A relation R is Irreflexive if xRy implies x≠y
A relation R is Antisymmetric if xRy and yRx implies x=y
Equivalence relation
Let R be a relation on a set A. We say R is an equivalence relation provided it is reflexive, symmetric, and transitive.
Congruence modulo n
Let n be a positive integer. We say that integers x and y are congruent modulo n, and we write x ≣ y (mod n) provided n | (x-y). In other words, x ≣ y (mod n) if and only if x and y differ by a multiple of n.
Theorem 15.5
Let n be a positive integer. The is-congruent-to-mod-n relation is an equivalence relation on the set of integers.
Equivalence class
Let R be an equivalence relation on a set A and let a ∈ A. The equivalence class of a, denoted [a], is the set of all elements of A related (by R) to a; that is, [a] = {x ∈ A: x R a}
Proposition 15.9 (proven)
Let R be an equivalence relation on a set A and let a ∈ A. Then a ∈ [a].
Proposition 15.10 (proven)
Let R be an equivalence relation on a set A and let a, b ∈ A. Then a R b if and only if [a] = [b].
Proposition 15.11 (proven)
Let R be an equivalence relation on a set A and let a, x, y ∈ A. If x, y ∈ [a], then x R y.
Proposition 15.12 (proven)
Let R be an equivalence relation on A and suppose [a] ∩ [b] ≠ ∅. Then [a] = [b] .
Corollary 15.13
Let R be an equivalence relation on a set A. The equivalence classes of R are nonempty, pairwise disjoint subsets of A whose union is A.
Partition
Let A be a set. A partition of (or on) A is a set of nonempty, pairwise disjoint sets whose union is A. There are four key points in this definition, and we shall examine them closely in an example. The four points are
1. A partition is a set of sets; each member of a partition is a subset of A. The members of the partition are called parts.
2. The parts of a partition are nonempty. The empty set is never a part of a partition.
3. The parts of a partition are pairwise disjoint. No two parts of a partition may have an
element in common.
4. The union of the parts is the original set.