Chapter 9: Problem 13
a. Find all binary relations from \(\\{0,1\\}\) to \(\\{1\\}\). b. Find all functions from \(\\{0,1\\}\) to \(\\{1\\}\). c. What fraction of the binary relations from \(\\{0,1\\}\) to \(\\{1\\}\) are functions?
/*! 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 13
a. Find all binary relations from \(\\{0,1\\}\) to \(\\{1\\}\). b. Find all functions from \(\\{0,1\\}\) to \(\\{1\\}\). c. What fraction of the binary relations from \(\\{0,1\\}\) to \(\\{1\\}\) are functions?
All the tools & learning materials you need for study success - in one app.
Get started for free
. 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 .
for \(i:=1\) to \(n\) $$ \begin{gathered} \text { for } j:=1 \text { to } i \\ \text { for } k:=1 \text { to } j \\ x:=i \cdot j \cdot k \\ \text { next } k \end{gathered} $$ $$ \text { next } j $$
The following is a formal definition for \(O\)-notation, written using quantifiers and variables: \(f(x)\) is \(O(g(x))\) if, and only if, \(\exists\) positive real numbers \(b\) and \(B\) such that \(\forall x>b\), $$ |f(x)| \leq B|g(x)| \text {. } $$ a. Write the formal negation for the definition using the symbols \(\forall\) and \(\exists\). b. Restate the negation less formally without using the symbols \(\forall\) and \(\exists\).
In each of \(9-12\) a function is defined on a set of integers. Graph each function. 9\. \(f(n)=|n|\) for cach integer \(n\)
Let \(f\) be a real-valued function of a real variable. Show that if \(f\) is decreasing on a sct \(S\) and if \(M\) is any positive real number, then \(M f\) is decreasing on \(S\).
What do you think about this solution?
We value your feedback to improve our textbook solutions.