I am trying to prove that in the euclidean algorithm, for all of the remainders $ r_k $ in the sequence generated by the algorithm that $ r_{k+2} \leq \frac{r_k}{2}$. So this means if we are taking the $gcd(m,n)$ and $min(m,n) \leq 2^k $ then $r_0 = m,r_1 = n $ where $m\geq n$. So $r_2 = r_0 \mod r_1 $ and $r_3 = r_1 \mod r_2 $. Then $r_1,r_2 \leq 2^k $ and $r_3 \leq min(r_1,r_2,r_1-r_2)$ then the only way that $r_3 > 2^{k-1} $ is $(1)\,\,\, min(r_1,r_2) > 2^{k-1} $ and $(2)\,\,\,\,a_1-a_2 > 2^{k-1}$. But here is the problem, someone told me that this directly implies that $ max(a_1,a_2) > 2^k $ and this is a contradiction, so the original statement is proven. Why do inequalities (1) and (2) imply that?
2025-01-13 00:08:46.1736726926
Proving an inequality involving euclidean algorithm
116 Views Asked by johnnysmith https://math.techqa.club/user/johnnysmith/detail At
1
There are 1 best solutions below
Related Questions in NUMBER-THEORY
- Page 99 of Hindry's Arithmetics, follows from exact sequence that $\text{N}(IJ) = \text{N}(J)\text{card}(J/IJ)$?
- How do I solve this over the integers
- How many ways to write a number $n$ as the product of natural numbers $\geq 2$?
- Representing integers as difference of semi-primes
- If $f,g$ are non-zero polynomials and $f$ divides $g$, then $\partial f \leq \partial g$.
- Conjugacy Class in Galois Representations
- Understanding Quadratic Residue Modulo n Structure
- Properties of the Gamma function
- Matrix of quadratic form (in Serre's general notion)?
- Find all pairs of positive integers $(n,k)$
Related Questions in EUCLIDEAN-ALGORITHM
- Pairwise Coprime Polynomials
- How to get a solution of $119x-71y=19$ in natural numbers?
- Extended Euclidean Algorithm, what is our answer?
- Show that if $\gcd(a, b)\mid c$, then the equation $ax + by = c$ has infinitely many integer solutions for $x$ and $y$.
- Prove Bezout Equation Problem
- Prove the solutions to $ax+by=c$
- Proving the number of iterations in the Euclidean algorithm
- Examples of nonstandard Euclidean functions on Euclidean domain
- Algorithm detect simple curves using Voronoi diagram or Delaunay triangulation?
- Proving an inequality involving euclidean algorithm
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Refuting the Anti-Cantor Cranks
- Find $E[XY|Y+Z=1 ]$
- 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?
- What are the Implications of having VΩ as a model for a theory?
- How do we know that the number $1$ is not equal to the number $-1$?
- Defining a Galois Field based on primitive element versus polynomial?
- Is computer science a branch of mathematics?
- Can't find the relationship between two columns of numbers. Please Help
- 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
- A community project: prove (or disprove) that $\sum_{n\geq 1}\frac{\sin(2^n)}{n}$ is convergent
- Alternative way of expressing a quantied statement with "Some"
Popular # Hahtags
real-analysis
calculus
linear-algebra
probability
abstract-algebra
integration
sequences-and-series
combinatorics
general-topology
matrices
functional-analysis
complex-analysis
geometry
group-theory
algebra-precalculus
probability-theory
ordinary-differential-equations
limits
analysis
number-theory
measure-theory
elementary-number-theory
statistics
multivariable-calculus
functions
derivatives
discrete-mathematics
differential-geometry
inequality
trigonometry
Popular Questions
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- 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)$?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- How to find mean and median from histogram
- Difference between "≈", "≃", and "≅"
- Easy way of memorizing values of sine, cosine, and tangent
- How to calculate the intersection of two planes?
- What does "∈" mean?
- If you roll a fair six sided die twice, what's the probability that you get the same number both times?
- Probability of getting exactly 2 heads in 3 coins tossed with order not important?
- Fourier transform for dummies
- Limit of $(1+ x/n)^n$ when $n$ tends to infinity
Just note that min$(r_1,r_2)=r_2$. Thus (1) implies $r_2>2^{k-1}$ and (2) implies $r_1>r_2+2^{k-1}$ from which it follows that $r_1>2^k$.