4.9 KiB
Page 515
Test Yourself
- If
Ris a relation fromAtoB,x \in A, andy \in B, the notationx R ymeans that ____.
x is related to y by R
- If
Ris a relation fromAtoB,x \in A, andy \in B, the notationx \cancel{R} ymeans that ____.
x is not related to y by R.
- If
Ris a relation fromAtoB,x \in A, andy \in B, the notation(y, x) \in R^{-1}if, and only if, ____.
(x, y) \in R
- A relation on a set
Ais a relation from ____ to ____.
A; A
- If
Ris a relation on a setA, the directed graph ofRhas an arrow fromxtoyif, and only if, ____.
x is related to y by R
Page 526
Test Yourself
- For a relation
Ron a setAto be reflexive means that ____.
\forall x \in A, x R x
- For a relation
Ron a setAto be symmetric means that ____.
\forall x, y \in A, x R y \to y R x
- For a relation
Ron a setAto be transitive means that ____.
\forall x, y, z \in A, (x R y \wedge y R z) \to x R z
- To show that a relation
Ron an infinite setAis reflexive, you suppose that ____ and you show that ____.
x \in A; x R x
- To show that a relation
Ron an infinite setAis symmetric, you suppose that ____ and you show that ____.
\forall x, y \in A, x R y; y R x
- To show that a relation
Ron an infinite setAis transitive, you suppose that ____ and you show that ____.
\forall x, y, z \in A, x R y \wedge y R z; x R z
- To show that a relation
Ron a setAis not reflexive, you ____.
\exists x \in A, x \cancel{R} x
- To show that a relation
Ron a setAis not symmetric, you ____.
\exists x, y \in A, x R y \to y \cancel{R} x
- To show that a relation
Ron a setAis not transitive, you ____.
\exists x, y, z \in A, (x R y \wedge y R z) \to x \cancel{R} z
- Given a relation
Ron a setA, the transitive closure ofRis the relationR^tonAthat 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
- For a relation on a set to be an equivalence relation, it must be ____.
reflexive, symmetric, and transitive
- The notation
m \equiv n (\mod d)is read "____" and means that ____.
m is congruient to n modulo d; d divides m - n
- Given an equivalence relation
Ron a setAand given an elementainA, the equivalence class ofais denoted ____ and is defined to be ____.
[a]; the set of all elements x \in A such that x R a
- If
Ais a set,Ris an equivalence relation onA, andaandbare elements ofA, then either[a] = [b]or ____.
[a] \cap [b] = \emptyset
- If
Ais a set andRis an equivalence relation onA, then the distinct equivalence classes ofRform ____.
a partition of A
- Let
A = \mathbb{Z} \times (\mathbb{Z} - \{0\}), and define a relationRonAby specifying that for every(a, b)and(c, d)inA,(a, b) R (c, d)if, and only if,ad = bc. Then there is exactly one equivalence class ofRfor each ____.
rational number
Page 566
Test Yourself
-
When letters of the alphabet are encrypted using the Caesar cipher, the encrypted version of the letter is ____.
-
If
a,b, andnare integers withn > 1, all of the following are different ways to express the fact thatn | (a - b): ____, ____, ____, ____. -
If
a,b,c,d,m, andnare integers withn > 1and ifa \equiv c(\mod n)andb \equiv d(\mod n), thena + b \equiv____,a - b \equiv____,ab \equiv____, anda^m \equiv____ -
If
a,n, andkare positive integers withn > 1, an efficient way to computea^k(\mod n)is to writekas a ____ and use the facts about computing products and powers modulon. -
To express a greatest common divisor of two integers as a linear combination of the integers, use the extended version of the ____ algorithm.
-
To find an inverse for a positive integer
amodulo an integernwithn > 1, you express the number1as ____. -
To encrypt a message
Musing RSA cryptography with public keypqande, you use the formula ____, and to decrypt a messageC, you use the formula ____, where ____. -
Euclid's lemma says that for all integers
a,b, andcif\text{gcd}(a, c) = 1anda | bc, then ____. -
Fermat's little theorem says that if
pis any prime number andais any integer such thatp | a, then ____. -
The crux of the proof that the RSA cipher works is that if (1)
pandqare distinct large prime numbers, (2)M < pq, (3)Mis relatively prime topq, (4)eis relatively prime to(p - 1)(q - 1), and (5)dis a positive inverse foremodulo(p - 1)(q - 1), thenM =____.