I've been trying to prove the following fact: If $\varphi$ denotes Euler's totient function, then for $Q\geq 1$ we have \begin{align*} \sum_{n\geq Q} \frac{1}{\varphi(n)^2} \ll Q^{-1}. \end{align*} I am able to prove that $\sum_{n\geq Q} \frac{1}{n^2} \ll Q^{-1},$ and I'm familiar with Euler products but unclear on the best way to apply them here. I am also aware of the estimate $\varphi(n)\gg n/\log (\log(n))$. Any hints would be really helpful! Do I need to use some kind of averaging argument for $\varphi?$
2026-03-28 15:35:55.1774712155
Tail estimates for the sum $\sum_{n\geq 1} (1/ \varphi(n)^2)$
117 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in ASYMPTOTICS
- 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
- How to find the asymptotic behaviour of $(y'')^2=y'+y$ as $x$ tends to $\infty$?
- Correct way to prove Big O statement
- Proving big theta notation?
- Asymptotics for partial sum of product of binomial coefficients
- Little oh notation
- Recurrence Relation for Towers of Hanoi
- proving sigma = BigTheta (BigΘ)
- What's wrong with the boundary condition of this $1$st order ODE?
- Every linearly-ordered real-parametrized family of asymptotic classes is nowhere dense?
Related Questions in ANALYTIC-NUMBER-THEORY
- 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
- Is there a trigonometric identity that implies the Riemann Hypothesis?
- question regarding nth prime related to Bertrands postulate.
- Alternating sequence of ascending power of 2
- Reference for proof of Landau's prime ideal theorem (English)
- Does converge $\sum_{n=2}^\infty\frac{1}{\varphi(p_n-2)-1+p_n}$, where $\varphi(n)$ is the Euler's totient function and $p_n$ the $n$th prime number?
- On the behaviour of $\frac{1}{N}\sum_{k=1}^N\frac{\pi(\varphi(k)+N)}{\varphi(\pi(k)+N)}$ as $N\to\infty$
- Analytic function to find k-almost primes from prime factorization
- Easy way to prove that the number of primes up to $n$ is $\Omega(n^{\epsilon})$
- Eisenstein Series, discriminant and cusp forms
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?
One method that often works in situations like this is approximating the function in question by an easier to handle function. For most $n$, $\varphi(n)$ is "close" to $n$, so it makes sense to approximate $1/\varphi(n)^2$ by $1/n^2$. Of course we must then somehow get a grip on the error introduced by that approximation. This can often be achieved by writing the function one is interested in as the Dirichlet convolution of the simpler function and a function that is "small". Thus let us define $f$ by $$\frac{1}{\varphi^2} = \frac{1}{\operatorname{id}^2} \ast f\,, \quad \text{i.e.} \quad f = \frac{\mu}{\operatorname{id}^2} \ast \frac{1}{\varphi^2}\,.$$ Since everything is multiplicative we only need to consider prime powers. We find $$f(p) = \frac{1}{1}\cdot \frac{1}{(p-1)^2} + \frac{-1}{p^2}\cdot \frac{1}{1^2} = \frac{2p-1}{p^2(p-1)^2}$$ and $$f(p^k) = \frac{1}{1}\cdot \frac{1}{(p-1)^2p^{2k-2}} + \frac{-1}{p^2}\cdot \frac{1}{(p-1)^2p^{2k-4}} = 0$$ for $k \geqslant 2$. Thus $f$ is supported on the squarefree numbers, and $$f(n) = \lvert\mu(n)\rvert \prod_{p \mid n} \frac{2p-1}{p^2(p-1)^2} = \frac{\lvert \mu(n)\rvert}{n^2\varphi(n)^2}\prod_{p \mid n} (2p-1)\,.$$ We have the bounds $0 \leqslant f(n) \leqslant \frac{2^{\omega(n)}}{n\varphi(n)^2}$, which show that $\sum n^{\alpha}f(n)$ converges for all $\alpha < 2$. So $f$ is indeed nicely small. Now we rewrite our tail sum: \begin{align} \sum_{n \geqslant Q} \frac{1}{\varphi(n)^2} &= \sum_{km \geqslant Q} \frac{1}{m^2}f(k) \\ &= \sum_{k \leqslant Q} f(k)\sum_{m \geqslant Q/k} \frac{1}{m^2} + \sum_{k > Q} f(k) \sum_{m = 1}^{\infty} \frac{1}{m^2}\,. \end{align} Using $\sum_{m \geqslant y} 1/m^2 \leqslant 2/y$ for all $y \geqslant 1$ we obtain $$\sum_{k \leqslant Q} f(k)\sum_{m \geqslant Q/k} \frac{1}{m^2} \leqslant \frac{2}{Q} \sum_{k \leqslant Q} kf(k) < \frac{2}{Q} \sum_{k = 1}^{\infty} kf(k)\,.$$ The missing estimate $\sum_{k > Q} f(k) \ll Q^{-1}$ follows easily from the above bound, which via the lower bound for $\varphi(n)$ and $\omega(n) \ll \frac{\log n}{\log \log n}$ implies $f(n) \ll n^{\varepsilon - 3}$ (and thus $\sum_{n > Q} f(n) \ll Q^{\varepsilon-2}$) for all $\varepsilon > 0$. It can also be obtained via summation by parts from the fact that $\sum nf(n)$ converges.
Altogether, this shows the desired $$\sum_{n \geqslant Q} \frac{1}{\varphi(n)^2} \ll Q^{-1}\,.$$ Although $1/\varphi(n)^2$ can be much larger than $1/n^2$, this happens rarely enough that the tail sums have the same order of decay.