It is known that k→∞lim(i∑xik)1/k=imaxxi for xi∈R+. So, to extract the squarefree divisors of n only, we make use of the Möbius function and take the following sum:
d∣n∑μ2(d)dk=nkd∣n∑μ2(d)(dn)−k=nk(μ2∗Id−k)(n)
Taking the kth root and letting k→∞:
d∣nmaxμ2(d)d=k→∞lim(nk(μ2∗Id−k)(n))1/k=nk→∞lim(μ2∗Id−k)(n)1/k
Note:
∗ is the Dirichlet convolution, a binary operator defined on functions N⟶C such that (f∗g)(n)=d∣n∑f(d)g(dn).
Idk(n)=nk for n∈N, k∈C.
#NumberTheory
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Mind if you explain the first step? The
k→∞lim(i∑xik)1/k=imaxxi
?
Log in to reply
It just means k→∞lim(i=1∑nxik)1/k=i=1,2,…,nmaxxi=max{x1,x2,…,xn}.
Log in to reply
No, as to why it is so. Also mind if you also define what Id means? Thanks
Log in to reply
This is a clean, nice proof. Also I've added clarifications to the note.