Skip to content

Commit 6acb7b2

Browse files
authored
Merge pull request #4 from kolosovpetro/MATH-100
MATH-100. Minimal Goldbach pairs in prime counting
2 parents 2b9e2f2 + 9f88e50 commit 6acb7b2

12 files changed

+13
-101
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning v2.0.0](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.0.0] - 2025-04-19
8+
## [1.0.1] - 2025-04-20
9+
10+
### Changed
11+
12+
- Remove images and figures
13+
- Update readme
14+
15+
## [1.0.0] - 2025-04-20
916

1017
### Changed
1118

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# Minimal Goldbach Pairs in Prime Counting
1+
# Minimal Goldbach pairs in prime and twin-prime counting
22

33
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 Goldbach pair.
4+
where $(p_i, p_j)$ is called a Goldbach pair.
55

66
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.
77

8-
We define a function $F_{2N}(P)$ that counts occurrences of $p_j = P$ within the range $6 \leq 2k \leq 2N$.
8+
We define a function $F_{2N}(P)$ that counts occurrences of $p_i = P$ within the range $6 \leq 2k \leq 2N$.
99

1010
In particular, the function $F_{2N}(P)$ provides the following identities in terms of prime counting $\pi(2N)$ and
1111
twin-prime counting $\pi_2(2N)$
1212

13-
$$\pi(2N) = F_{2N}(3) + 1$$
14-
$$\pi_2(2N) = F_{2N}(3) - F_{2N}(5)$$
13+
$$\pi(2N) = F_{2N+3}(3) + 1$$
14+
$$\pi_2(2N) = F_{2N+3}(3) - F_{2N+5}(5)$$
1515

1616
## Related MathOverflow question
1717

0 Bytes
Binary file not shown.

src/sections/figures/01_fig_finite_differences_cubes.tex

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/sections/figures/02_fig_triangle_row_sums_give_cubes.tex

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/sections/figures/03_fig_triangle_row_sums_give_fifth_power.tex

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/sections/figures/04_fig_triangle_row_sums_give_seventh_power.tex

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/sections/figures/05_fig_coefficients_a.tex

Lines changed: 0 additions & 20 deletions
This file was deleted.
-46.5 KB
Binary file not shown.
-53 KB
Binary file not shown.

0 commit comments

Comments
 (0)