Does there exist a prime $p$ such that $p-1$ is squarefree, divisible by at least three primes, and $$ \{1^{\sigma(1)},\ldots,(2p)^{\sigma(2p)}\}=\{1,\ldots,2p\} $$ in $\mathbf{Z}/(2p)\mathbf{Z}$ for some permutation $\sigma$ of $\{1,\ldots,2p\}$?
I am asking only about numerical evidences: I conjecture the answer is negative, but I would be happy with a (counter)example as well.. For instance, does $p=31$ work?
[The question comes from a characterization of special type of primes which have a number of applications, e.g., in cryptography and primality testing. The motivation for this question is related to this thread and this problem.]
$p = 31$
octave/matlab format:
Octave was used to generate Boolean equations in CNF format.
zChaff was used to solve Boolean selection variables.
More details:
A power residue matrix was created $R(r,c) = r^c \pmod {2p}$ for $r,c = 1 \dots 2p$
A Boolean decision matrix can be imagined where $D(r,c) = \delta_{r,c}$ where $\delta_{r,c} \in \mathbb{B}$ Boolean so that $\sigma = [1:2p]D^T$.
The conditions on $\delta_{r,c}$ are that exactly one is selected from each row and each column.
For each residue $0 \dots (2p-1)$ only one of the $\delta_{r,c}$ corresponding to the positions of that residue in $R$ will be true.
i.e. create Boolean variables to select only one of each residue from $R$.