Let $A=\{1,2,3,...,2008\}$. We are going to find the maximum number of elements of $A$ such that there are no two elements $x,y$ with $x-y|x+y$. It is clear that we have to remove consecutive elements, odd consecutive, even cosecutive numbers and numbers $pk, p(k+1)$ in general. If we start with $1$, we will find the sequence $1,4,7,...,2008$ which is an arithmetic progression and its size is 670. But to be sure that there is no subset of $A$ with more elements, we have to show that for any subsets with 671 elements, there are such $x,y$. Could you please give me a hint how to apply pigeonhole principle to show that?
2026-03-25 05:41:33.1774417293
maximum size of a subset with no two elements $x,y$ such that $x-y $ divides $x+y$
145 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in NUMBER-THEORY
- Maximum number of guaranteed coins to get in a "30 coins in 3 boxes" puzzle
- Interesting number theoretical game
- Show that $(x,y,z)$ is a primitive Pythagorean triple then either $x$ or $y$ is divisible by $3$.
- About polynomial value being perfect power.
- Name of Theorem for Coloring of $\{1, \dots, n\}$
- Reciprocal-totient function, in term of the totient function?
- What is the smallest integer $N>2$, such that $x^5+y^5 = N$ has a rational solution?
- Integer from base 10 to base 2
- How do I show that any natural number of this expression is a natural linear combination?
- Counting the number of solutions of the congruence $x^k\equiv h$ (mod q)
Related Questions in DISCRETE-MATHEMATICS
- What is (mathematically) minimal computer architecture to run any software
- What's $P(A_1\cap A_2\cap A_3\cap A_4) $?
- The function $f(x)=$ ${b^mx^m}\over(1-bx)^{m+1}$ is a generating function of the sequence $\{a_n\}$. Find the coefficient of $x^n$
- Given is $2$ dimensional random variable $(X,Y)$ with table. Determine the correlation between $X$ and $Y$
- Given a function, prove that it's injective
- Surjective function proof
- How to find image of a function
- Find the truth value of... empty set?
- Solving discrete recursion equations with min in the equation
- Determine the marginal distributions of $(T_1, T_2)$
Related Questions in PIGEONHOLE-PRINCIPLE
- Is it possible to make a computer network of 75 computers
- Pigeonhole principle: prove that a class of 21 has at least 11 male or 11 female students.
- Proving that a set of 2016 natural numbers contain a non-empty set with a sum divisible by 2016
- Question on proof of Erdos and Szekeres
- Pigeon Hole Principle Proof integrated with sets
- # of vertices and # of connected components proof problem?
- Prove that any collection of 8 distinct integers contains distinct x and y such that x - y is divisible by 7.
- Hint for problem on $4 \times 7$-chessboard problem related to pigeonhole principle
- Pigeonhole principle subsets
- $80$ balls in a row. $50$ of them are yellow and $30$ are blue. Prove that there are at least $2$ blue balls with a distance of exactly $3$ or $6$.
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Suppose there is a qualifying subset $\{a_1,...,a_{n}\}$, with $n > 670$ elements, and $1 \le a_1 < a_2 < a_3 < ... < a_n \le 2008$.
Our goal is to derive a contradiction.
For $1\le k \le n-1$, let $g_k=a_{k+1}-a_k$. \begin{align*} \text{Then}\;\;&g_1 + g_2 + g_3 + \cdots + g_{n-1}\\[4pt] =\;\;&(a_2-a_1)+(a_3-a_2)+(a_4-a_3) + \cdots + (a_n-a_{n-1})\\[4pt] =\;\;&a_n-a_1\\[4pt] \le\;\;&2008-1\\[4pt] =\;\;&2007\\[4pt] \end{align*} Let $\bar{g}$ be the average of $g_1,g_2,g_3,...,g_{n-1}$. \begin{align*} \text{Then}\;\;\bar{g}\,&=\frac{g_1 + g_2 + g_3 + \cdots + g_{n-1}}{n-1} \qquad\qquad\qquad\qquad\qquad\qquad\qquad\; \\[4pt] &\le \frac{2007}{n-1}\\[4pt] &\le \frac{2007}{670}\\[4pt] &< 3 \end{align*} Since $\bar{g} < 3$, we must have $g_k = 1$ or $g_k=2$, for some $k$.
Let $x=a_{k+1}$, and let $y=a_k$.
If $g_k=1$, then $x-y=1$, so $(x-y){\,\mid\,}(x+y)$, contradiction.
If $g_k=2$, then $x-y=2$.$\;$But then $x,y$ are either both even, or both odd, and either way, $x+y$ is even, so $(x-y){\,\mid\,}(x+y)$, contradiction.
It follows that there does not exist a qualifying subset with $n > 670$.