7

I'm reading the 2002 paper P is in PRIMES and I stumbled upon this symbol $\|$ in the chapter 2:

Suppose $n$ is composite. Consider a prime $q$ that is a factor of $n$ and let $q^k\ ||\ n$. Then $q^k$ does not divide $n \choose q$ and is coprime to $a^{n−q}$ and hence the coefficient of $X^q$ is not zero $(\mod n\ )$. Thus $((X + a)^n − (X^n + a))$ is not identically zero over $Z^n$.

I am very new to number theory and it is not mentioned anywhere in the paper what $\|$ denotes. I tried looking it up in the Wikipedia List of mathematical symbols but I couldn't find anything.

Does anyone know what $\|$ means in this context?

  • || is right below | (and $\not\mid$) in the Wikipedia list; you can get to it by searching the page for "exact divisibility" (or just "divisibility"). – Barry Cipra Oct 21 '15 at 18:08
  • @BarryCipra Ooh cool! Thanks! I tried searching for the ascii || but couldn't find it. Looks it it uses some utf-8 symbols for the that (namely ∣∣). – Archy Will He 何魏奇 Oct 21 '15 at 18:24

1 Answers1

9

It means that $q^k$ fully divides $n,$ that is, $q^k$ divides $n$ but $q^{k+1}\nmid n.$

CIJ
  • 3,437
  • 1
  • 12
  • 19