Maths Olympiad Prep

Library / /458 of 520

Number theory Difficulty 7.0 National olympiad Prove it

Lemma 14 We have
dnμ(d)={1, when n=1 ; 0, when n>1 . \sum_{d \mid n} \mu(d)=\left\{\begin{array}{l} 1, \text { when } n=1 \text { ; } \\ 0, \text { when } n>1 \text { . } \end{array}\right.

Solution

To prove when n=1n=1, then since dnμ(d)=μ(1)=1\sum_{d \mid n} \mu(d)=\mu(1)=1, the lemma holds.

Now suppose n2n \geqslant 2 is an integer. When mm is a positive integer and mnm \mid n, we use the notation mdn\sum_{m \mid d \mid n} to denote a sum over all divisors dd of nn that are divisible by mm. In particular, when m=1m=1, 1dn\sum_{1 \mid d \mid n} is the same as dn\sum_{d \mid n}. Now let pp be a prime, then we have
dpμ(d)=1+μ(p)=11=0\sum_{d \mid p} \mu(d)=1+\mu(p)=1-1=0

Now let p1,,plp_{1}, \cdots, p_{l} be ll distinct primes, we first prove
dp1plμ(d)=0\sum_{d \mid p_{1} \cdots p_{l}} \mu(d)=0

When l=1l=1, by (56) we know (57) holds. Now suppose k2k \geqslant 2 and (57) holds for i=1,,k1i=1, \cdots, k-1, i.e.,
dp1pk1μ(d)=0\sum_{d \mid p_{1} \cdots p_{k-1}} \mu(d)=0

Then by p1,,pkp_{1}, \cdots, p_{k} being kk distinct primes and Lemma 13, we have
dp1pkμ(d)=dp1pk1μ(d)+pkdp1pkμ(d)=(1+μ(pk))dp1pk1μ(d)=0\begin{array}{l} \sum_{d \mid p_{1} \cdots p_{k}} \mu(d)=\sum_{d \mid p_{1} \cdots p_{k-1}} \mu(d)+\sum_{p_{k} \mid d \mid p_{1} \cdots p_{k}} \mu(d) \\ \quad=\left(1+\mu\left(p_{k}\right)\right) \sum_{d \mid p_{1} \cdots p_{k-1}} \mu(d)=0 \end{array}

Thus, when l=kl=k, (57) also holds, and by mathematical induction, (57) holds.

Let n=p1a1plaln=p_{1}^{a_{1}} \cdots p_{l}^{a_{l}}, where p1,,plp_{1}, \cdots, p_{l} are ll distinct primes, and a1,,ala_{1}, \cdots, a_{l} are ll positive integers. Since μ(d)=0\mu(d)=0 when dd is divisible by the square of a prime, by (57) we have
dnμ(d)=dp1plμ(d)=0\sum_{d \mid n} \mu(d)=\sum_{d \mid p_{1} \cdots p_{l}} \mu(d)=0

Thus, the lemma is proved.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.