Questions tagged [modular-arithmetic]
The modular-arithmetic tag has no summary.
10 questions
-5 votes
0 answers
68 views
When modeling Ax+By=Cz A x +B y =C z geometrically, under what conditions must the partition parameter δ be a natural number? [closed]
When modeling ( A^x + B^y = C^z ) geometrically, under what conditions must the partition parameter δ be a natural number? I’ve been looking for a geometric way to visualize exponential Diophantine ...
-3 votes
2 answers
679 views
Primality test using the Golden Ratio [closed]
Background and Motivation The golden ratio, $$ \phi = \frac{1 + \sqrt{5}}{2}, $$ is a well-known irrational constant that appears frequently in geometry, algebra, and in the Fibonacci and Lucas ...
5 votes
1 answer
560 views
Positive integer solutions of $(a^2x + 1)^2 = (yx - 1)(zx - 1)$
I am exploring the Diophantine equation: $$(a^2x + 1)^2 = (yx - 1)(zx - 1)$$ with the condition that $a,x,y,z$ all are positive integers and $a^2+2 ≡ x,y,z \pmod 4$ Does this equation have any ...
4 votes
1 answer
575 views
Checking that $2$ is a primitive root modulo $p$ without factoring $p-1$
Let $p$ be a prime number, and consider 2 as an element of the multiplicative group modulo $p$. We know that the standard method to check if $2$ is a primitive root modulo $p$ involves factoring $p-...
0 votes
0 answers
160 views
Linear independence in $\mathbb{Z}_q^n$
Consider $\mathbb{Z}_q \equiv \mathbb{Z}/q\mathbb{Z}$, where $q \geqslant 2$. A set of vectors in $\mathbb{Z}_q^n$ is said to be linearly independent if no nontrivial linear combination of them ...
2 votes
1 answer
606 views
Prove ${^{b}a} \equiv {^{b+1}} a \pmod {10^{\lfloor{\log_{10} (^{b}a) }\rfloor + 1}} \Rightarrow a=5$ as $a$ and $b$ are two integers greater than $1$
$\DeclareMathOperator\len{len}$Let $a, b \in \mathbb{N} -\{ 0, 1 \}$ and define ${^{b}a}$ to be $a^a$ if $b = 2$ and $a^{\left(^{b-1}a \right)}$ if $b \geq 3$ (e.g., ${^{3}5} = 5^{\left( 5^5 \right)} =...
13 votes
2 answers
1k views
Given an irreducible polynomial over $\mathbb{Z}$, how often is it irreducible modulo a prime?
Given a monic irreducible polynomial $f\in\mathbb{Z}[x]$, I'd like to know for how many primes p we have that $f \bmod p$ is irreducible. In the link: How many primes stay inert in a finite (non-...
6 votes
1 answer
335 views
Congruence obstructions for three consecutive powerful numbers
A powerful number is an integer $m$ such that if $p$ is prime and $p \mid m$ then $p^2 \mid m$. Powerful numbers can be represented in the form $m=u^2 v^3$. Erdos conjectured that three consecutive ...
2 votes
1 answer
306 views
An arithmetic problem involving a system of equations
Fix a positive integer $r$. Describe the solutions to the system of equations given by: $$\begin{equation}\sum_{1\leq i\leq r}X_i^2\equiv0\pmod{X_k}(1\leq k\leq r)\end{equation}$$ Example: In the case ...
19 votes
3 answers
1k views
Conjecture $ \sum _{i=1}^{n-1}\lfloor \frac{i^2}{n}\rfloor \ge \frac{\left(n-1\right)\left(n-2\right)}3$ where $n\in\mathbb N^*$
This is a question I also asked on MSE . If it is frowned upon to ask the same question on both threads, you can vote to close this thread. Let $n \in \mathbb {N^*}$ and $$S_n = \sum_{k=1}^{n-1} (k^2 \...