Chapter 9: Problem 23
Define a binary relation \(R\) on \(A=\\{0,1,2,3\\}\) by \(R=\) \(\\{(0,0),(1,2),(2,2)\\}\).
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
Learning Materials
Features
Discover
Chapter 9: Problem 23
Define a binary relation \(R\) on \(A=\\{0,1,2,3\\}\) by \(R=\) \(\\{(0,0),(1,2),(2,2)\\}\).
These are the key concepts you need to understand to accurately answer the question.
All the tools & learning materials you need for study success - in one app.
Get started for free
Let \(A=\\{-1,1,2,4\\}\) and \(B=\\{1,2\\}\) and define binary relations \(R\) and \(S\) from \(A\) to \(B\) as follows: For all \((x, y) \in A \times B, \quad x R y \quad \Leftrightarrow \quad|x|=|y|-\) For all \((x, y) \in A \times B, \quad x S y \Leftrightarrow x-y\) is even. State explicitly which ordered pairs are in \(A \times B, R, S\), \(R \cup S\), and \(R \cap S\).
\(H\) 12. Let \(A=\\{4,5,6\\}\) and \(B=\\{5,6,7\\}\) and define binary relations \(R, S\), and \(T\) from \(A\) to \(B\) as follows: For all \((x, y) \in A \times B, \quad(x, y) \in R \quad \Leftrightarrow x \geq y\), For all \((x, y) \in A \times B, \quad x S y \quad \Leftrightarrow \quad 2 \mid(x-y) .\) \(T=\\{(4,7),(6,5),(6,7)\\} .\) a. Draw arrow diagrams for \(R, S\), and \(T\). b. Indicate whether any of the relations \(R, S\), and \(T\) are functions.
Use the definition of \(\Theta\)-notation to show that $$ 5 x^{3}+65 x+30 \text { is } \Theta\left(x^{3}\right) $$
for \(i:=1\) to \(n\) $$ \begin{aligned} \text { for } j &:=1 \text { to }\lfloor(i+1) / 2\rfloor \\ a &:=(n-i) \cdot(n-j) \\ \text { next } j & \end{aligned} $$
. The congruence modulo 3 relation, \(T\), is defined from \(\mathbf{Z}\) to \(\mathbf{Z}\) as follows: For all integers \(m\) and \(n, m T n \Leftrightarrow 3 \mid(m-n)\). a. Is \(10 T\) l? Is \(1 T\) lo? Is \((2,2) \in T\) ? Is \((8,1) \in T\) ? b. List five integers \(n\) such that \(n T 0\). c. List five integers \(n\) such that \(n T 1\). d. List five integers \(n\) such that \(n T 2\). \(\boldsymbol{H}\) e. Make and prove a conjecture about which integers are related by \(T\) to 0 , which integers are related by \(T\) to 1 , and which integers are related by \(T\) to 2 .
What do you think about this solution?
We value your feedback to improve our textbook solutions.