File tree Expand file tree Collapse file tree 4 files changed +18
-14
lines changed
Expand file tree Collapse file tree 4 files changed +18
-14
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning v2.0.0] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.0.2] - 2025-04-20
9+
10+ ### Changed
11+
12+ - Update abstract
13+ - Update readme
14+
815## [ 1.0.1] - 2025-04-20
916
1017### Changed
Original file line number Diff line number Diff line change 11# Minimal Goldbach pairs in prime and twin-prime counting
22
3- Assuming Goldbach's Conjecture holds, every even integer $2N \geq 4$ can be written as $2N = p_i + p_j$
4- where $(p_i, p_j)$ is called a Goldbach pair.
5-
6- The minimal Goldbach pair is a pair $(p_i,p_j)$ having the minimal $p_i$ such that $p_j = 2N - p_i$ is also a prime.
7-
8- We define a function $F_ {2N}(P)$ that counts occurrences of $p_i = P$ within the range $6 \leq 2k \leq 2N$.
9-
3+ Goldbach's Conjecture assumes that every even integer $2N \geq 4$ can be written as the sum of two primes
4+ $2N = p_i + p_j$, where $(p_i, p_j)$ is called a Goldbach pair.
5+ The minimal Goldbach pair is a pair $(p_i, p_j)$ such that $p_i$ is minimal and $p_j = 2N - p_i$ is also a prime.
6+ We define a function $F_ {2N}(P)$ that counts the occurrences of $p_i = P$ within the range $6 \leq 2k \leq 2N$,
7+ where $P$ is a fixed prime number.
108In particular, the function $F_ {2N}(P)$ provides the following identities in terms of prime counting $\pi(2N)$ and
119twin-prime counting $\pi_2(2N)$
1210
Original file line number Diff line number Diff line change 1- Assuming Goldbach's Conjecture holds, every even integer $ 2 N \geq 4 $ can be written as $ 2 N = p_i + p_j $
2- where $ (p_i, p_j)$ is called a Goldbach pair.
3- The minimal Goldbach pair is a pair $ (p_i,p_j)$ having the minimal $ p_i$ such that $ p_j = 2 N - p_i$ is also a prime.
4- We define a function $ F_{2N}(P)$ that counts occurrences of $ p_i = P$ within the range $ 6 \leq 2 k \leq 2 N$ ,
5- where $ P$ is a prime.
1+ Goldbach's Conjecture assumes that every even integer $ 2 N \geq 4 $ can be written as the sum of two primes
2+ $ 2 N = p_i + p_j $ , where $ (p_i, p_j)$ is called a Goldbach pair.
3+ The minimal Goldbach pair is a pair $ (p_i, p_j)$ such that $ p_i$ is minimal and $ p_j = 2 N - p_i$ is also a prime.
4+ We define a function $ F_{2N}(P)$ that counts the occurrences of $ p_i = P$ within the range $ 6 \leq 2 k \leq 2 N$ ,
5+ where $ P$ is a fixed prime number .
66In particular, the function $ F_{2N}(P)$ provides the following identities in terms of prime counting $ \pi (2 N)$ and
77twin-prime counting $ \pi _2 (2 N)$
88\[
9- \pi (2N) = F_{2N+3}(3) + 1, \quad \pi _2(2N) = F_{2N+3}(3) - F_{2N+5}(5)
9+ \pi (2N) = F_{2N+3}(3) + 1; \quad \pi _2(2N) = F_{2N+3}(3) - F_{2N+5}(5)
1010\]
11-
You can’t perform that action at this time.
0 commit comments