The exercise asks me to show that one of the values $x = a^{(p+3)/8}$ and $x = 2a \cdot (4a)^{(p-5)/8}$ is a solution to $x^2\equiv a\pmod{p}$, where $p\equiv5\pmod{8}$ is a prime and $a$ is a quadratic residue. My reasoning was that $a^{(p-1)/2} \equiv a^{(8k+5-1)/2} \equiv a^{4k+2} \equiv 1 \pmod{p}$ by Euler's criterion and therefore $a^{2k+1} \equiv \pm 1\pmod{p}$. Therefore $x = a^{(p+3)/8}$ has $x^2 = a^{2k+2} \equiv a \pmod{p}$ when $a^{2k+1} \equiv 1 \pmod{p}$. I am struggling to show that $x = 2a \cdot (4a)^{(p-5)/8}$ is a solution when $a^{2k+1} \equiv -1 \pmod{p}$.
2026-03-28 10:56:23.1774695383
Solving $x^2\equiv a\pmod{p}$ where $p\equiv5\pmod{8}$ and $a$ is a quadratic residue
471 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in CONGRUENCES
- How do I find the least x that satisfies this congruence properties?
- Counting the number of solutions of the congruence $x^k\equiv h$ (mod q)
- Considering a prime $p$ of the form $4k+3$. Show that for any pair of integers $(a,b)$, we can get $k,l$ having these properties
- Congruence equation ...
- Reducing products in modular arithmetic
- Can you apply CRT to the congruence $84x ≡ 68$ $(mod$ $400)$?
- Solving a linear system of congruences
- Computing admissible integers for the Atanassov-Halton sequence
- How to prove the congruency of these triangles
- Proof congruence identity modulo $p$: $2^2\cdot4^2\cdot\dots\cdot(p-3)^2\cdot(p-1)^2 \equiv (-1)^{\frac{1}{2}(p+1)}\mod{p}$
Related Questions in QUADRATIC-RESIDUES
- Prove: $k^2 \equiv 1 \mod p \implies k \equiv \pm1 \mod p$
- Number of solution is twice $(x,y)$
- 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$
- Understanding quadratic reciprocity
- Show that there's a solution to $x^2 \equiv -1 \pmod {p^2}$
- Number of solutions for quadratic polynomials in $\mathbb{F}_p$
- The existence of a solution of a quadratic congruence modulo $p$
- How many quadratic residues of $\mathbb{F}_{p^n}$ are in the kernel of a morphism $\mathbb{F}_{p^n}^+\to \mathbb{F}_p^+$?
- A question about the Legendre symbol $\left(\frac{1+a}{p}\right)$
- How many $k$ satisfy the equation $(p \cdot k)^2 \equiv 0 \pmod{p^n}$ where $k < p^n$ and $p$ is prime
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?
Recall that $p \equiv 5 \mod 8$, and thus $p \not\equiv \pm 1 \mod 8$. Thus, the second supplement to the law of Quadratic Reciprocity shows that $2$ is a quadratic non-residue modulo $p$. In other words, the Legendre symbol $\left(\dfrac{2}{p}\right) = -1$. But Legendre's formula says that $\left(\dfrac{a}{p}\right) \equiv a^{\left(p-1\right)/2} \mod p$ for any integer $a$ coprime to $p$. Applying this to $a=2$, we obtain $\left(\dfrac{2}{p}\right) \equiv 2^{\left(p-1\right)/2} = 2^{4k+2} \mod p$ (since $\left(p-1\right)/2 = 4k+2$). Compared with $\left(\dfrac{2}{p}\right) = -1$, this becomes $2^{4k+2} \equiv -1 \mod p$.
Assume that $a^{2k+1} \equiv -1 \mod p$. Set $x = 2a \cdot \left(4a\right)^{\left(p-5\right)/8}$. Thus,
$x^2 = \left(2a \cdot \left(4a\right)^{\left(p-5\right)/8}\right)^2 = \left(2a \cdot \left(4a\right)^{k}\right)^2$ (since $\left(p-5\right)/8=k$)
$= 4a^2 \left(4a\right)^{2k} = a \left(4a\right)^{2k+1} = a \underbrace{4^{2k+1}}_{=2^{2\left(2k+1\right)} = 2^{4k+2} \equiv -1 \mod p} \underbrace{a^{2k+1}}_{\equiv -1 \mod p} \equiv a \left(-1\right)\left(-1\right) = a \mod p$,
qed.