Given a prime $p$ Let $$\phi(p):=\sum_{p_i <p} v_{p_i}(p-1) e_i$$ where $e_i$ is the $i$-th standard basis vector, $v_p(n)$ is the valuation of $n$ for the prime $p$ and $p_i$ is the $i$-th prime number. A prime $p$ is called linearly independent, if its phi-vector does not lie in the $\mathbb{Q}$ span of phi-vectors of previous primes. Can you prove that there are $\infty$ many linearly independent primes without using Dirichlets theorem?
Edit: Here is the motivation for asking this question: et $(q_j)_{j \ge 1}$ be the sequence of linearly independent (LI) primes (with $q_1 = 3$), defined as the primes $p_k$ whose $p$-adic valuation vector $\phi(p_k) = (v_{p_i}(p_k-1))_{i<k}$ is linearly independent from the vectors of all preceding primes. Let $m_j = q_j - 1$.
The conjecture posits a rigid "parent-child" structure governing the prime factorizations of $m_j$.
The Arithmetic Conjecture
For every index $j \ge 2$, there exist:
- An index $p(j)$ with $1 \le p(j) < j$ (the parent of $q_j$),
- An integer $\alpha_j \ge 0$,
- And an odd prime $\ell_j$,
such that the following multiplicative factorization holds:
$$m_j = q_j - 1 = 2^{\alpha_j} \cdot m_{p(j)} \cdot \ell_j$$ $$q_j - 1 = 2^{\alpha_j} (q_{p(j)}-1) \ell_j$$
This structure must satisfy two key conditions on the prime factors:
- (New Odd Prime): The prime $\ell_j$ is new at step $j$. It does not divide $m_i$ for any $i < j$, and $v_{\ell_j}(m_j) = 1$.
- (Copied Odd Primes): For every other odd prime $\ell \neq \ell_j$, the $\ell$-adic valuation is simply copied from the parent: $$v_\ell(m_j) = v_\ell(m_{p(j)})$$
(The $2$-adic valuation is $v_2(m_j) = v_2(m_{p(j)}) + \alpha_j$).
Informally: Each new LI prime $q_j$ is generated from a previous one $q_{p(j)}$ by simply multiplying $(q_{p(j)}-1)$ by a power of $2$ and exactly one new odd prime $\ell_j$ that has never appeared before in the sequence.
Second edit: Here is a different proof from Wojowus which does not use Dirichlet: In https://oeis.org/A061303 it is linked that Amarnath Murthy, On the divisors of Smarandache Unary Sequence. Smarandache Notions Journal, Vol. 11, No. 1-2-3, Spring 2000. proves the existence of a prime $q \equiv 1 \mod(p)$ given any prime $p$. Now given any prime $p$ choose the smallest such prime $q \equiv 1 \mod(p)$. Then this prime $q$ must be linearly independent. Hence by repeatadly applying Murthy's result to find a minimal such prime, we get a sequence of primes $p_0,p_1,p_2,\cdots$ such that $p_1,p_2,p_3,\cdots$ are linearly independent, hence proving $\infty$ of such primes.