Let $\zeta$ be a primitive $n^{\rm{th}}$ root of unity. Let $K=\mathbb{Q}(\zeta)$.
- If $n=p^r (r\geq 1)$ is a prime power, show that $N_{K/F}(1-\zeta)=p$
- If $n$ is divisible by at least two distinct primes then show that $N_{K/F}(1-\zeta)=1$
I tried for $r=1$
Suppose $n=p$ then we have $Gal(\mathbb{Q}(\zeta)/\mathbb{Q})\cong (\mathbb{Z}/p\mathbb{Z})^*=\{\sigma_1,\sigma_2,\sigma_3,\cdots,\sigma_{p-1}\}$ where $\sigma_i(\zeta)=\zeta^i$
Now,
$N_{K/F}(1-\zeta)=\sigma_1(1-\zeta)\sigma_2(1-\zeta)\cdots\sigma_{p-1}(1-\zeta)=(1-\zeta)(1-\zeta^2)\cdots(1-\zeta^{p-1})$
I could prove that this is $p$ by just expanding.. (as of now i do not have a general proof..)
When $r=2$ i tried to do similarly but ended up nowhere..
For $r=2$ we want to see what are all elements that are coprime to $p$.. (This is what gives me the galois group) Coprimes of $p^2$ are $\{1,2,\cdots, p^2\}-\{p,2p,3p,\cdots,p^2\}$.
Then, $N_{K/\mathbb{Q}}(1-\zeta)=(1-\zeta)(1-\zeta^2)\cdots(1-\zeta^{p-1})(1-\zeta^{p+1})(1-\zeta^{p+2})\cdots(1-\zeta^{p^2-1})$
This is equal to $$\frac{\Pi_{i=1}^{p^2-1}(1-\zeta^i)}{\Pi_{i=1}^{p-1}(1-\zeta^{ip})}$$
I do now know how to make this end up being $p$..
Please help me to clear this...
For $n=6$ we have $Gal(\mathbb{Q}(\zeta_6)/\mathbb{Q}=\{ \sigma_1,\sigma_5\}$
$N_{K/F}(1-\zeta)=(1-\zeta)(1-\zeta^5)=1-(\zeta+\zeta^5)+1=1$ (Credits to David Holden)
As i have succeeded in case of $n=6$ i tried to see this for $n=pq$ with $p,q$ are distinct primes..
co primes to $pq$ are $\{1,2,3,\cdots,pq-1\}-\{p,2p,3p,\cdots,(q-1)p, q,2q,3q,\cdots,(p-1)q\}$
Then $$N_{K/F}(1-\zeta)=\frac{\Pi_{i=1}^{pq-1}(1-\zeta^i)} {\Pi_{i=1}^{q-1}(1-\zeta^{ip})\Pi_{i=1}^{p-1}(1-\zeta^{iq})}$$
I do not know what should be done after this...
Please let me know how to fix with this...
Extended hints for part (1):
For the second part the same idea should take you the distance. I haven't really thought about it more than that, so I'm only giving you a few suggestions. Let's denote $$ g_n(x)=\frac{(x+1)^n-1}x=x^{n-1}+\cdots+n. $$ Above I used $g_r$ instead of $g_{p^r}$. I apologize for changing my notation from part 1. The same calculation shows that $$ g_n(0)=\pm\prod_{k=1}^{n-1}(1-\zeta^k). $$ This time we have $$ N(1-\zeta)=\prod_{k=1, \gcd(k,n)=1}^{n-1}(1-\zeta^k). $$ So for example for if $n=pq$ is a product of two distinct primes, we get $$ \begin{aligned} N(1-\zeta)&=\frac{\prod_{k=1}^{n-1}(1-\zeta^k)} {\prod_{k=1,\gcd(k,pq)=p}^{n-1}(1-\zeta^k)\prod_{k=1,\gcd(k,pq)=q}^{n-1}(1-\zeta^k)}\\ &=\pm\frac{g_n(0)}{g_q(0)g_p(0)}. \end{aligned} $$ Again leaving it to you to figure out the signs.
At this point a bell rings. There is a well known formula for the cyclotomic polynomials $\Phi_n(x)$ as a fraction involving the polynomials $x^d-1$ with $d\mid n$. The Möbius function of $n/d$ tells you whether the factor $x^d-1$ goes upstairs, downstairs or is totally absent. I hazard a guess that you are expected to use that for the general case.
For example, if $n=pqr$ is a product of distinct primes $p,q,r$, then $$ \begin{aligned} N(1-\zeta)&=\prod_{k=1,\gcd(k,n)=1}^{n-1}(1-\zeta^k)\\ &=\frac{\left(\prod_{k=1}^{n-1}(1-\zeta^k)\right)\left(\prod_{k=1,pq\mid k}^{n-1}(1-\zeta^k)\right)\left(\prod_{k=1,pr\mid k}^{n-1}(1-\zeta^k)\right)\left(\prod_{k=1,rq\mid k}^{n-1}(1-\zeta^k)\right)} {\left(\prod_{k=1,p\mid k}(1-\zeta^k)\right)\left(\prod_{k=1,q\mid k}(1-\zeta^k)\right)\left(\prod_{k=1,r\mid k}(1-\zeta^k)\right)}\\ &=\frac{g_{pqr}(0)g_r(0)g_q(0)g_p(0)}{g_{rq}(0)g_{pr}(0)g_{pq}(0)} =\frac{pqr\cdot r\cdot q\cdot p}{rq\cdot pr\cdot pq}=1. \end{aligned} $$ The usual inclusion/exclusion business: We take all the powers. Next we cancel those with exponent of $\zeta$ divisible by $p$, $q$ or $r$. Then we notice that the exponents divisible by two prime factors where cancelled twice, so we need to add them there again ...