7

Other words, are there infinitely many primes $p$ such that $p-1$ is square-free. This seems likely to be true, but I can't seem to give an easy argument why. This set of primes and all primes 1 more an integer with a square divisor make up the set of primes, so at least one of these is infinite. I looked at this question for enlightenment but to no avail : Infinitely many primes $p$ such that $\frac{p-1}{2}$ is a product of two primes as 2 could be included in this product.

  • I suspect there's likely no known way to prove this, just like with so relatively many other fairly simple to state conjectures involving primes. In case you haven't thought about this, one possibility would be if anybody could prove there's an infinite number of primes of the form of a primorial plus $1$, i.e., $p_n# + 1$. The first few such primes, & other details, are listed in the OEIS A014545. – John Omielan Jun 08 '19 at 00:25
  • 4
    Another area of relevance are the Sophie Germain primes, which have the property that $2p+1$ is also a prime. Obviously, $2p$ is square-free. The derived prime $2p+1$ is called a safe prime. It is hypothesized, but not proven, that there are infinitely many Sophie Germain primes. – Keith Backman Jun 08 '19 at 01:05
  • 1
    I would suspect that there are infinitely many $n$ such that $p_1p_2\dots p_n+1$ is prime. I don't think there is a proof though. – Julian Mejia Jun 08 '19 at 04:03
  • @JulianMejia FYI, a Primorial is $p_n# = p_1p_2\ldots p_n$, as I discussed in my earlier comment. – John Omielan Jun 08 '19 at 04:20
  • Exception is for Format primes $P_F=2^{2^n}+1$ because $2^{2^n}$ is square.Also Euler's old question is : are number of primes of the form $x^2+1$ limited? which has not been answered yet. I dont think there are more exceptions. – sirous Jun 08 '19 at 15:09

1 Answers1

2

It is in fact very simple to count all such primes. One has study the sum $$\sum_{p\leq x} \mu(p-1)^2.$$ By inversion it equals $$\sum_{1\leq d \leq \sqrt{x}} \mu(d) \#\{p\leq x : p \equiv 1\mod{d^2 } \} .$$ The cardinality is at most $x/d^2$, hence the contribution of $d>(\log x)^{100} $ is $$\ll x\sum_{d>(\log x)^{100} } 1/d^2 \ll x (\log x)^{-100}.$$ By Siegel--Walfisz we see that $$\sum_{1\leq d \leq (\log x)^{100}} \mu(d) \#\{p\leq x : p \equiv 1\mod{d^2 } \} =\frac{x}{\log x} \sum_{1\leq d \leq (\log x)^{100}} \mu(d)\phi(d^2)^{-1} +O\left(\frac{x}{(\log x )^{100}}\right) .$$ The standard bound $\phi(m)\gg m^{1/2}$ now yields $$\sum_{1\leq d \leq (\log x)^{100}} \mu(d)\phi(d^2)^{-1}=\sum_{d\in \mathbb{N}} \mu(d)\phi(d^2)^{-1}+O((\log x)^{-3}).$$ Putting everything together shows that $$\sum_{p\leq x} \mu(p-1)^2=c \frac{x}{\log x} +O\left(\frac{x}{(\log x)^2 }\right),$$ where $$ c=\sum_{d\in \mathbb{N}} \mu(d)\phi(d^2)^{-1}=\prod_p \left(1+\frac{1}{p(p-1)}\right).$$ The last expression shows that $c>0$ , hence there are infinitely many primes $p$ such that $p-1$ is square-free.

Mr. No
  • 1,061