Let $l$ and $p$ be prime numbers such that $p|l-1$. Suppose there is an integer $r \in \mathbb Z$ such that $r^p \equiv 1 $ mod $l$. Can anyone please help me see why there exists a generator $s$ of $(\mathbb Z/ l \mathbb Z)^{\times}$ such that $r \equiv s^{ \frac{l-1}{p} } $ mod $l$? My attempt is as follows: pick any generator $t$ of $(\mathbb Z/ l \mathbb Z)^{\times}$. Then $t^x=r$ for some $0 < x \leq l-1$ and so $t^{px} \equiv r^p \equiv 1$ mod $l$. Hence, $l-1$ divides $px$ but I am not sure how to proceed.
2026-03-30 04:55:52.1774846552
Existence of primitive root satisfying a certain condition
72 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in ELEMENTARY-NUMBER-THEORY
- Maximum number of guaranteed coins to get in a "30 coins in 3 boxes" puzzle
- Interesting number theoretical game
- How do I show that if $\boldsymbol{a_1 a_2 a_3\cdots a_n \mid k}$ then each variable divides $\boldsymbol k $?
- Using only the digits 2,3,9, how many six-digit numbers can be formed which are divisible by 6?
- Algebra Proof including relative primes.
- How do I show that any natural number of this expression is a natural linear combination?
- Counting the number of solutions of the congruence $x^k\equiv h$ (mod q)
- algebraic integers of $x^4 -10x^2 +1$
- What exactly is the definition of Carmichael numbers?
- Number of divisors 888,888.
Related Questions in PRIMITIVE-ROOTS
- Exercise 34 from Needham Visual Complex Analysis 1. Cyclotomic polynomial for the pth (p prime )root of unity
- Smallest prime $p$ which every integer $< n$ is a primitive root $\mod p$
- On multiplicative and additive properties of cyclotomic polynomials
- Showing two different definitions of a primitive root are the same
- Prove $\sum\limits_{j=1}^{p-1} j\left(\frac{j}{p}\right) = 0 $ for an odd prime $p$ with $p\equiv 1\text{ mod } 4$
- must a primitive root be invertible?
- Efficient algorithms for Primitive roots where time-complexity is $\leq O(\sqrt{n})$
- Question related to N-th cyclotomic polynomial, principal N-th root of unity and residue class of X
- How to show the $p$ minus primitive root is also a primitive root for $p \equiv1 \pmod {4}$
- Find a primitive root of (a) $U(\mathbb{Z}/121\mathbb{Z})$, and (b) $U(\mathbb{Z}/18\mathbb{Z})$
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
You have the right idea about how to approach the proof. First, though, for better visual differentiation of $l$ as opposed to $1$, I'm replacing $l$ with $q$. Next, a small but required implicit detail is that $r \not\equiv 1 \pmod{q}$ since that also works with
$$r^p \equiv 1 \pmod{q} \tag{1}\label{eq1A}$$
However, there is no generator $s$ where
$$r \equiv s^{\frac{q-1}{p}} \pmod{q} \tag{2}\label{eq2A}$$
since the smallest positive power $i$ where $1 \equiv s^{i} \pmod{q}$ is $i = q - 1$. Next, here is a useful lemma:
Lemma $1$: For any generator $t$ of $(\mathbb Z/ q \mathbb Z)^{\times}$ and integer $j$ where $\gcd(j, q - 1) = 1$, then $u \equiv t^j \pmod{q}$ is also a generator.
Proof: Let $k_1$ and $k_2$ be two different integers where
$$u^{k_1} \equiv u^{k_2} \pmod{q} \implies u^{k_1 - k_2} \equiv 1 \pmod{q} \implies t^{j(k_1 - k_2)} \equiv 1 \pmod{q} \tag{3}\label{eq3A}$$
Since $t$ is a generator, this means
$$j(k_1 - k_2) \equiv 0 \pmod{q - 1} \implies q - 1 \mid j(k_1 - k_2) \tag{4}\label{eq4A}$$
With $\gcd(j, q - 1) = 1$, this means $q - 1 \mid k_1 - k_2$. Thus, the congruences of the powers of $u$ repeat every $q - 1$ values, so the powers of $u^z$ for $0 \le z \lt q - 1$ are the $q - 1$ non-zero modulus values, which means $u$ must generate each one uniquely and, thus, is also a generator.
As you started, pick any generator $t$ of $(\mathbb Z/ q \mathbb Z)^{\times}$. Then for some integer $0 \lt x \lt q - 1$ (note: the second inequality should be $\lt$ rather than $\leq$), we get
$$t^x \equiv r \pmod{q}, \; 0 \lt x \lt q - 1 \tag{5}\label{eq5A}$$
so this means
$$t^{px} \equiv r^p \equiv 1 \pmod{q} \tag{6}\label{eq6A}$$
This gives, for some positive integer $m$,
$$px \equiv 0 \pmod{q - 1} \implies px = m(q - 1) \implies x = m\left(\frac{q - 1}{p}\right) \tag{7}\label{eq7A}$$
If $m = 1$, then let $s = t$ and we're done. Otherwise, since $x \lt q - 1$, then $px \lt p(q - 1)$, so $m \lt p$, which gives $2 \le m \le p - 1$. This means $m$ has a multiplicative inverse modulo $p$, call it $n$. Next, for an integer $v$, have
$$u = vp + n \tag{8}\label{eq8A}$$
Let $\gcd(n, q - 1) = d$. If $d = 1$, then set $v = 0$. Otherwise, let $p_i$ for $1 \le i \le a$ for some integer $a \gt 0$ be the set of distinct primes which divide $d$. Then, using the $p$-adic order function, set
$$v = \frac{q - 1}{p^{\nu_p(q - 1)}\left(\prod_{i=1}^{a}p_i^{{\nu_{p_i}(q - 1)}}\right)} \tag{9}\label{eq9A}$$
Note $1 \le u \lt q - 1$. Also, $\gcd(u, q - 1) = 1$ in all cases, since with $v = 0$ it's because $\gcd(n, q - 1) = 1$, while for $v \gt 0$, it's because $p \mid vp$ but $p \not\mid n$, all prime factors of $d$ divide $n$ but not $vp$, and all other prime factors (if any) of $q - 1$ divide $vp$ but not $n$.
From the right side of \eqref{eq7A}, multiply both sides by $u$, and use there exists an integer $b$ where $mn = bp + 1$ since $n$ is the multiplicative inverse of $p$, giving
$$\begin{equation}\begin{aligned} ux & \equiv um\left(\frac{q - 1}{p}\right) \pmod{q - 1} \\ & \equiv (vp + n)m\left(\frac{q - 1}{p}\right) \pmod{q - 1} \\ & \equiv vm(q - 1) + nm\left(\frac{q - 1}{p}\right) \pmod{q - 1} \\ & \equiv (bp + 1)\left(\frac{q - 1}{p}\right) \pmod{q - 1} \\ & \equiv b(q - 1) + \frac{q - 1}{p} \pmod{q - 1} \\ & \equiv \frac{q - 1}{p} \pmod{q - 1} \end{aligned}\end{equation}\tag{10}\label{eq10A}$$
Since $\gcd(u, q - 1)$, there's a multiplicative inverse $y$ of $u$ modulo $q - 1$. Since $\gcd(y, q - 1) = 1$, using Lemma $1$, this means there's a generator $s$ defined by
$$s \equiv t^{y} \pmod{q} \implies s^{u} \equiv t^{yu} \equiv t \pmod{q} \tag{11}\label{eq11A}$$
Using this in \eqref{eq5A}, and using \eqref{eq10A}, gives
$$r \equiv (s^{u})^{x} \equiv s^{ux} \equiv s^{\frac{q - 1}{p}} \pmod{q} \tag{12}\label{eq12A}$$