Is it correct that for the Möbius function, for $p$ prime and $m>1$, $μ(p^m)= 0$ because there are repeated prime factors? So how would I use this if I have $f = μ ∗ μ$ to find $f(p^m)$ using Dirichlet convolution? Could that then help me to find $(1 ∗ 1)(p^m)$ where $1$ is the constant function: $1(n)=1$?
2026-03-13 13:08:33.1773407313
Dirichlet, Möbius and Primes
74 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in MOBIUS-FUNCTION
- A question about Mertens function $M(n)=\sum_{k=1}^n\mu(n)$
- A good estimation of the inverse $f^{-1}(x)$ of $-\sum_{n=2}^\infty\frac{\mu(n)}{n}x^n$, over the unit inverval if it has mathematical meaning
- Find a continuous function, over the unit interval, satisfying $\int_0^x f(u)du\geq \sum_{n=1}^\infty\frac{\mu(n)}{n^2}x^{n-1}$ for each $ x\in[0,1]$
- A rigorous proof of $\Re\int_0^{2\pi}\left(\sum_{n=1}^{\infty}\frac{\mu(n)}{n}\log\left(\frac{1}{1-ne^{i\theta}}\right)\right)d\theta=2\pi$
- An inequality deduced for $-\sum_{n=1}^\infty\frac{\mu(n)}{n}x^{n-1}$ on assumption of convexity, invoking a theorem due to Dragomir
- Why $\sum\frac{\mu(h)\mu(k)}{hk}\gcd(h,k)=\prod\limits_{p\le x}\left(1-\frac1p\right)$, where the sum enumerates the pairs $(h,k)$ of primes below $x$
- Two questions concerning series involving the Möbius function and trigonometric functions
- Where is positive or negative the function $\sum_{n=1}^\infty\frac{\mu(n)}{n}\left(\frac{\cos(nx)}{n}\right)^2$ over the set $[0,2\pi]$?
- Prove $ \left\vert \sum_{n=1}^N \frac{\mu(n)}{n} \right\vert \leqslant 1,$ where $\mu(n)$ is the Mobius function.
- Justify an approximation of $-\sum_{n=2}^\infty H_n\left(\frac{1}{\zeta(n)}-1\right)$, where $H_n$ denotes the $n$th harmonic number
Related Questions in DIRICHLET-CONVOLUTION
- Intuition about Dirichlet Kernel
- Dirichlet Convolution
- Dirichlet convolution k times.
- Trinary Dirichlet convolution: $\sum_{abc=n} f(a)g(b) h(c)$ does not lead to anything new?
- How to invert an arithmetic function where Möbius inversion may not apply?
- Let $f(x)$ be defined for all rational $x$ in $0\leq x\leq 1$
- Expression for the inverse of Euler's totient function $\phi^{-1}$
- Inverse of completely multiplicative function with respect to dirichlet convolution
- Square roots of the unity (DIrichlet convolution)
- Easy way to prove property of prime indicator
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?
We have $\mu(p)=-1$ and only for $m\ge 2$ (not for $m>0$) we have $\mu(p^m)=0$.
Recall that $(f*g)(n)=\sum_{d\mid n}f(d)g(n/d)=\sum_{ab=n}f(a)g(b)$, so $$f(n)=(\mu*\mu)(n)=\sum_{ab=n}\mu(a)\mu(b).$$ Apparently only those summands where both $a$ and $b$ are square-free contribute. Thus, if $n$ is divisible $p^m$ with $m>2$ for some prime $p$, certainly $f(n)=0$. We can directly verify that $f(p)=-1$, $f(p^2)=1$ and $f(p^m)=0$ for $m>2$, and then obtain $f$ by multipicativity: $f(n)=(-1)^k$ where $k$ is the number of primes occuring to exactly the first power in $n$, except that $f(n)=0$ if $n$ is divisible by a nontrivial cube.
For the other part, $$(1*1)(p^m)=\sum_{ab=p^m}1 = m+1 $$ and moregenerally, $(1*1)(n)$ is the number of divisors of $n$.