Chapter 5: Problem 12
Let triangle \(A B C\) be equilateral, with \(A B=1\). Show that if we select 10 points in the interior of this triangle, there must be at least two whose distance apart is less than \(1 / 3\).
/*! 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 5: Problem 12
Let triangle \(A B C\) be equilateral, with \(A B=1\). Show that if we select 10 points in the interior of this triangle, there must be at least two whose distance apart is less than \(1 / 3\).
All the tools & learning materials you need for study success - in one app.
Get started for free
a) Show that if any 14 integers are selected from the set \(S=\\{1,2,3, \ldots, 25\\}\), there are at least two whose sum is 26 . b) Write a statement that generalizes the results of part (a) and Example 5.45.
a) Let \(S \subset \mathbf{Z}^{+}\). What is the smallest value for \(|S|\) that guarantees the existence of two elements \(x, y \in S\) where \(x\) and \(y\) have the same remainder upon division by 1000 ? b) What is the smallest value of \(n\) such that whenever \(S \subseteq \mathbf{Z}^{+}\)and \(|S|=n\), then there exist three elements \(x, y, z \in S\) where all three have the same remainder upon division by 1000 . c) Write a statement that generalizes the results of parts \((\mathrm{a})\) and \((\mathrm{b})\) and Example \(5.43\).
If \(f: A \rightarrow A\) is any function, prove that for all \(m\), \(n \in \mathbf{Z}^{+}, f^{m} \circ f^{n}=f^{n} \circ f^{m}\). (First let \(m=1\) and induct on \(n\). Then induct on \(m\). This technique is known as double induction.)
a) Write a computer program (or develop an algorithm) to determine the minimum and maximum values in an array \(A[1], A[2], A[3], \ldots, A[n]\) of integers. (Here \(n \in \mathbf{Z}^{+}\) with \(n \geq 2\), and the entries in the array need not be distinct.) b) Determine the worst-case complexity function for the implementation developed in part (a).
Let \(f: X \rightarrow Y\), and for each \(i \in I\), let \(A_{i} \subseteq X\). Prove that a) \(f\left(\bigcup_{i \in I} A_{i}\right)=\bigcup_{i \in I} f\left(A_{i}\right)\). b) \(f\left(\bigcap_{i \in r} A_{i}\right) \subseteq \bigcap_{i \in I} f\left(A_{i}\right)\). c) \(f\left(\bigcap_{i \in I} A_{i}\right)=\bigcap_{i \in I} f\left(A_{i}\right)\), for \(f\) injective.
What do you think about this solution?
We value your feedback to improve our textbook solutions.