Skip to main content

Questions tagged [prime-factorization]

For questions about factoring elements of rings into primes, or about the specific case of factoring natural numbers into primes.

2 votes
1 answer
96 views

Smallest "diamond-number" above some power of ten?

Let us call a positive integer $N$ a "diamond-number" if it has the form $p^2q$ with distinct primes $p,q$ with the same number of decimal digits. An example is $N=10^{19}+93815391$. Its ...
Peter's user avatar
  • 85.1k
0 votes
0 answers
37 views

Finding square root modulo $n$ and factorization of $n$ [duplicate]

I have this task to prove that the factorization of number $n = p \cdot q$ (where $p$ and $q$ are prime) task is equivalent to finding square root module n. I have found this lecture that explains the ...
Charlotte Corrin's user avatar
2 votes
2 answers
41 views

Does the monoid of non-zero representations with the tensor product admit unique factorization?

Let $(M, \cdot, 1)$ be a monoid. We will now define the notion of unique factorization monoid. A non-invertible element in $M$ is called irreducible if it cannot be written as the product of two other ...
Smiley1000's user avatar
  • 1,647
1 vote
2 answers
70 views

Expected number of factors of $LCM(1,…,n)$ (particularly, potentially, when $n=8t$)

I’m trying to prove something regarding $8t$-powersmooth numbers (a $k$-powersmooth number $n$ is one for which all prime powers $p^m$ such that $p^m|n$ are such that $p^m\le k$). Essentially, I have ...
Lieutenant Zipp's user avatar
0 votes
0 answers
36 views

Converting a Quartic Term into Quadratic Form in QUBO for Prime Factorization

I'm trying to embed the prime factorization problem into the form of a QUBO. To do so, let $p$ and $q$ be two real positive numbers. We can represent these two numbers as binary numbers, which itself ...
Amirhossein Rezaei's user avatar
0 votes
0 answers
25 views

Matrix Representation for Prime Factorization in QUBO Form

I'm trying to reproduce a paper on Prime Factorization. This paper converts the prime factorization problem into a QUBO form, which then we can map it to the Ising model. As an example, let $p$ and $q$...
Amirhossein Rezaei's user avatar
1 vote
1 answer
62 views

Find the next "consecutive-prime composite number" from a given one.

Good day all. I am not a mathematician by a long shot. Please bear with me... I am playing with "descending-consecutive-prime composite numbers" (I don't think that's the term). These are ...
Jaco Van Niekerk's user avatar
1 vote
0 answers
42 views

Factoring ideals into prime ideals

I am currently working on a problem from the book “Introductory Algebraic Number Theory” by Kenneth S. Williams and Saban Alaca, and I would like to verify my solution. The problem is: Factor $<6&...
Aseel .A's user avatar
1 vote
1 answer
99 views

distribution of square roots of unity $mod n$ | Factoring with inverse pair

I am writing a proof related to the RSA cryptosystem, specifically showing that given an inverse pair $d, c$ under multiplication mod $\phi(N)$, where $$ dc \equiv 1 \pmod{\phi(N)}, $$ there exists a ...
FieldHouser's user avatar
0 votes
1 answer
67 views

Reducible/Irreducible Polynomials in Ring Theory

I have this following exercise I've been trying to solve for a while now. We are supposed to study the irreducibility of the polynomial $A=X^4 +1$ in $\mathbb{Z}[X]$ and in $\mathbb{Z}/p \mathbb{Z}$ ...
Seramiti's user avatar
3 votes
2 answers
188 views

Convergence of a product involving primes

Let $p_1, ... , p_n, ...$ be the prime numbers in order. Let $n \in \mathbb{N}$ and $q_1, ..., q_n \in \mathbb{N}$. Define $$ P_n = \prod_{k=1}^n p_k^{q_k} \hspace{1cm} Q_n = \prod_{k=1}^n \left( p_k^{...
C Marius's user avatar
  • 1,289
2 votes
1 answer
36 views

How to find a primitive element to split a prime $p$ in a number field

The Dedekind-Kummer Theorem allows one to split primes in a number field $K$ by splitting the minimal polynomial of $\alpha$ modulo $p$, where $\alpha$ is a primitive element for $K$ contained in the ...
stillconfused's user avatar
0 votes
0 answers
76 views

Is the following function $f(k)$ surjective?

Let $\omega(n)$ be the number of distinct prime factors of the positive integer $n$. For a positive integer $k$ , let $s$ be the smallest positive integer such that $\omega(2024^s+k)\ne s$ , in other ...
Peter's user avatar
  • 85.1k
1 vote
1 answer
55 views

Prove that the set of positive rational numbers is countable

While I was studying Discrete Mathematics, I faced a question that I do not understand how to solve even after looking at the answer. The question asks me to prove that the set of positive rational ...
Eric's user avatar
  • 145
0 votes
0 answers
13 views

What is the rate of increase in magnitude of a sorted list of factors of a large integer

I understand that the Hardy-Ramanujan theorum shows that a very large integer $n$ will on average have about $log(log(n))$ distinct factors. What I am interested in is how the magitude of the factors ...
Penguino's user avatar
  • 1,204

15 30 50 per page
1
2 3 4 5
139