115 lines
3.2 KiB
Markdown
115 lines
3.2 KiB
Markdown
Page 515
|
|
|
|
**Test Yourself**
|
|
|
|
1. If $R$ is a relation from $A$ to $B$, $x \in A$, and $y \in B$, the notation
|
|
$x R y$ means that ____.
|
|
|
|
$x$ is related to $y$ by $R$
|
|
|
|
2. If $R$ is a relation from $A$ to $B$, $x \in A$, and $y \in B$, the notation
|
|
$x \cancel{R} y$ means that ____.
|
|
|
|
$x$ is not related to $y$ by $R$.
|
|
|
|
3. If $R$ is a relation from $A$ to $B$, $x \in A$, and $y \in B$, the notation
|
|
$(y, x) \in R^{-1}$ if, and only if, ____.
|
|
|
|
$$ (x, y) \in R $$
|
|
|
|
4. A relation on a set $A$ is a relation from ____ to ____.
|
|
|
|
$A$; $A$
|
|
|
|
5. If $R$ is a relation on a set $A$, the directed graph of $R$ has an arrow
|
|
from $x$ to $y$ if, and only if, ____.
|
|
|
|
$x$ is related to $y$ by $R$
|
|
|
|
---
|
|
|
|
Page 526
|
|
|
|
**Test Yourself**
|
|
|
|
1. For a relation $R$ on a set $A$ to be reflexive means that ____.
|
|
|
|
$\forall x \in A, x R x$
|
|
|
|
2. For a relation $R$ on a set $A$ to be symmetric means that ____.
|
|
|
|
$\forall x, y \in A, x R y \to y R x$
|
|
|
|
3. For a relation $R$ on a set $A$ to be transitive means that ____.
|
|
|
|
$\forall x, y, z \in A, (x R y \wedge y R z) \to x R z$
|
|
|
|
4. To show that a relation $R$ on an infinite set $A$ is reflexive, you suppose
|
|
that ____ and you show that ____.
|
|
|
|
$x \in A$; $x R x$
|
|
|
|
5. To show that a relation $R$ on an infinite set $A$ is symmetric, you suppose
|
|
that ____ and you show that ____.
|
|
|
|
$\forall x, y \in A, x R y$; $y R x$
|
|
|
|
6. To show that a relation $R$ on an infinite set $A$ is transitive, you suppose
|
|
that ____ and you show that ____.
|
|
|
|
$\forall x, y, z \in A, x R y \wedge y R z$; $x R z$
|
|
|
|
7. To show that a relation $R$ on a set $A$ is not reflexive, you ____.
|
|
|
|
$\exists x \in A, x \cancel{R} x$
|
|
|
|
8. To show that a relation $R$ on a set $A$ is not symmetric, you ____.
|
|
|
|
$\exists x, y \in A, x R y \to y \cancel{R} x$
|
|
|
|
9. To show that a relation $R$ on a set $A$ is not transitive, you ____.
|
|
|
|
$\exists x, y, z \in A, (x R y \wedge y R z) \to x \cancel{R} z$
|
|
|
|
10. Given a relation $R$ on a set $A$, the transitive closure of $R$ is the
|
|
relation $R^t$ on $A$ that satisfies the following three properties: ____,
|
|
____, and ____.
|
|
|
|
$R^t$ is transitive; $R \subseteq R^t$; if $S$ is any other transitive relation
|
|
that contains $R$, then $R^t \subseteq S$
|
|
|
|
---
|
|
|
|
Page 543
|
|
|
|
**Test Yourself**
|
|
|
|
1. For a relation on a set to be an equivalence relation, it must be ____.
|
|
|
|
reflexive, symmetric, and transitive
|
|
|
|
2. The notation $m \equiv n (\mod d)$ is read "____" and means that ____.
|
|
|
|
$m$ is congruient to $n$ modulo $d$; $d$ divides $m - n$
|
|
|
|
3. Given an equivalence relation $R$ on a set $A$ and given an element $a$ in
|
|
$A$, the equivalence class of $a$ is denoted ____ and is defined to be ____.
|
|
|
|
$[a]$; the set of all elements $x \in A$ such that $x R a$
|
|
|
|
4. If $A$ is a set, $R$ is an equivalence relation on $A$, and $a$ and $b$ are
|
|
elements of $A$, then either $[a] = [b]$ or ____.
|
|
|
|
$[a] \cap [b] = \emptyset$
|
|
|
|
5. If $A$ is a set and $R$ is an equivalence relation on $A$, then the distinct
|
|
equivalence classes of $R$ form ____.
|
|
|
|
a partition of $A$
|
|
|
|
6. Let $A = \mathbb{Z} \times (\mathbb{Z} - \{0\})$, and define a relation $R$
|
|
on $A$ by specifying that for every $(a, b)$ and $(c, d)$ in $A$,
|
|
$(a, b) R (c, d)$ if, and only if, $ad = bc$. Then there is exactly one
|
|
equivalence class of $R$ for each ____.
|
|
|
|
rational number
|