In the Arthur Engel's book "Problem Solving Strategies" there is a particular problem which he calls Shrinking Squares , empirical exploration. The Problem is quite challenging but after reading the proof, it seems pretty straightforward, but then the problem gets even harder and suggests that the property of the presented algorithm stands for nonnegative real numbers too, which perplexed me and didn't find a way to figure how could this be true. The problem starts like this : We have a square, each of its vertices are labeled with a value, forming a quadruple $(a,b,c,d)$. We generate a sequence which goes as follows:$$S_0=(a,b,c,d)$$$$S_{n+1}=T(S_n)=(\lvert a_n-b_n\rvert,\lvert b_n-c_n \rvert,\lvert c_n-d_n \rvert,\lvert d_n-a_n \rvert)$$ The following algorithm will eventually stop at $(0,0,0,0)$ since after at most $4k$ steps all components have to be divisible by $2^k$, and we have for $\forall i \in \mathbb N$, $max(S_{i+1})\le max(S_i)$. Beyond the natual number, Arthur Engel suggests that this following property stands for the real nonnegative numbers gives the following example : $$\sqrt{2}\qquad\qquad\qquad\pi\qquad\qquad\qquad\sqrt{3}\qquad\qquad\qquad e$$$$\pi-\sqrt{2}\qquad\quad\quad\pi-\sqrt{3}\qquad\quad\quad e-\sqrt{3}\qquad\quad\quad e-\sqrt{2}$$$$\sqrt{3}-\sqrt{2}\qquad\quad\quad\pi-e\qquad\quad\quad\sqrt{3}-\sqrt{2}\qquad\quad\quad\pi-e$$$$\pi-e-\sqrt{3}+\sqrt{2}\quad\pi-e-\sqrt{3}+\sqrt{2}\quad\pi-e-\sqrt{3}+\sqrt{2}\quad\pi-e-\sqrt{3}+\sqrt{2}$$$$0\qquad\qquad\qquad0\qquad\qquad\qquad0\qquad\qquad\qquad0$$ The question is how to prove the termination of this algorithm for real positive nonnegative numbers without going through all of the order cases (which are simplified to $2^3$ since the life expectancy of the quadruples is invariant under rotation)?
2026-04-18 22:23:46.1776551026
Shrinking Squares. Emipirical exploration
351 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in SEQUENCES-AND-SERIES
- How to show that $k < m_1+2$?
- Justify an approximation of $\sum_{n=1}^\infty G_n/\binom{\frac{n}{2}+\frac{1}{2}}{\frac{n}{2}}$, where $G_n$ denotes the Gregory coefficients
- Negative Countdown
- Calculating the radius of convergence for $\sum _{n=1}^{\infty}\frac{\left(\sqrt{ n^2+n}-\sqrt{n^2+1}\right)^n}{n^2}z^n$
- Show that the sequence is bounded below 3
- A particular exercise on convergence of recursive sequence
- Proving whether function-series $f_n(x) = \frac{(-1)^nx}n$
- Powers of a simple matrix and Catalan numbers
- Convergence of a rational sequence to a irrational limit
- studying the convergence of a series:
Related Questions in ALGORITHMS
- Least Absolute Deviation (LAD) Line Fitting / Regression
- Do these special substring sets form a matroid?
- Modified conjugate gradient method to minimise quadratic functional restricted to positive solutions
- Correct way to prove Big O statement
- Product of sums of all subsets mod $k$?
- (logn)^(logn) = n^(log10+logn). WHY?
- Clarificaiton on barycentric coordinates
- Minimum number of moves to make all elements of the sequence zero.
- Translation of the work of Gauss where the fast Fourier transform algorithm first appeared
- sources about SVD complexity
Related Questions in CONTEST-MATH
- Solution to a hard inequality
- Length of Shadow from a lamp?
- All possible values of coordinate k such that triangle ABC is a right triangle?
- Prove that $1+{1\over 1+{1\over 1+{1\over 1+{1\over 1+...}}}}=\sqrt{1+\sqrt{1+\sqrt{1+\sqrt{1+...}}}}$
- Lack of clarity over modular arithmetic notation
- if $n\nmid 2^n+1, n|2^{2^n+1}+1$ show that the $3^k\cdot p$ is good postive integers numbers
- How to prove infinitely many integer triples $x,y,z$ such that $x^2 + y^2 + z^2$ is divisible by $(x + y +z)$
- Proving that $b-a\ge \pi $
- Volume of sphere split into eight sections?
- Largest Cube that fits the space between two Spheres?
Related Questions in PROBLEM-SOLVING
- How do you prevent being lead astray when you're working on a problem that takes months/years?
- How to prove the inequality $\frac{1}{n}+\frac{1}{n+1}+\cdots+\frac{1}{2n-1}\geq \log (2)$?
- How to solve higher order polynomial equations?
- Methods in finding invariant subspaces?
- Question about the roots of a complex polynomial
- Using a counting argument to prove some equalities? (Problem Solving)
- (Problem Solving) Proving $\sum_{k=0}^{n}(-1)^k\binom{n}{k}\frac{1}{k+m+1}=\sum_{k=0}^{m}(-1)^k\binom{m}{k}\frac{1}{k+n+1}$
- (Problem Solving) Proving $|x|^p +|y|^p \geq |x+y|^p$
- Each vertex of the square has a value which is randomly chosen from a set.
- Fill in the blanks
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?
The claim "suggests that the property of the presented algorithm stands for nonnegative real numbers too" is false.
Given that, find an example.
The crux is to view the rule $ S(a, b, c, d) = ( |a-d| , |a-b| , |b-c | , |c-d| )$ as a linear transformation not on $ \mathbb{R}^4$, but on
(Yes, after checking suitable details like what happens when 2 values are equal, for which it ends after at most 6 steps, so we may consider strictly decreasing components.)
You can then apply standard linear algebra to show that there is a positive real eigenvalue, and the corresponding eigenvector is our infinite game.
A good treatment is in Paul Sally's "A Vertical Development of Mathematical problems", Chapter 1.