Proving that there is an infinite number of pairs of prime numbers for which $F(n)F(n+1) = pq $ does not hold for any $n>1 \in \mathbb{N}$, $F(n)$ is the GPF function
I have been trying to solve this problem involving the greatest prime factor function (A006530). Two primes hold the desired property if their product is equal to the product of the GPF of two consecutive natural numbers. A brief look at the function will reveal that many of the small primes will indeed work, but we are supposed to get an infinite number of pairs which cannot have the property.
How to approach this problem? OEIS does not provide any useful piece of information regarding the function itself, so perhaps something connected with prime distributions directly?
Thank you in advance, looking forward to your insights
For any odd prime number $p$, the pair $(p, F(p+1))$ has the desired property. As $p > F(p+1)$, these pairs are all distinct. Given the infinity of odd prime numbers, the statement is proven.