Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
30fcd91
research: run isolated Beal signature 357 probes
Th0rgal Jul 25, 2026
3eef523
research: trigger isolated Beal probes on draft PR
Th0rgal Jul 25, 2026
3f7a735
research: rerun supported Hilbert Hecke probes after cache release
Th0rgal Jul 25, 2026
85db179
research: query the correct Q(sqrt5) LMFDB field and Hecke schema
Th0rgal Jul 25, 2026
4f0a68d
research: add inert-prime HGM trace producer
Th0rgal Jul 25, 2026
964bbbe
research: run split-prime and indefinite-ambient decisive probes
Th0rgal Jul 25, 2026
779020f
research: run the four-prime chain and extended ambient probe
Th0rgal Jul 25, 2026
104d593
Run level 137781 prime-13 parity filter
Th0rgal Jul 25, 2026
56b38db
Run prime-13 semilinear survivor sieve
Th0rgal Jul 25, 2026
d263afa
Run full semilinear survivor chain
Th0rgal Jul 25, 2026
1d3d4b0
Run raw Hilbert Hecke restriction probe
Th0rgal Jul 25, 2026
bd82a4d
Run raw Hecke restriction probe
Th0rgal Jul 25, 2026
c762660
Run level 19683 raw Brandt filter
Th0rgal Jul 25, 2026
8139a46
Run final level 19683 raw Brandt probe
Th0rgal Jul 25, 2026
414d62a
Inspect Hilbert newspace attributes
Th0rgal Jul 25, 2026
b40fa39
Probe forced definite level 19683 newspace
Th0rgal Jul 25, 2026
f79f830
Probe ambient raw Hecke and degeneracy maps
Th0rgal Jul 25, 2026
35c87df
Force lazy ambient construction before raw probe
Th0rgal Jul 25, 2026
69e2fbb
Inspect partial level 19683 Hecke caches
Th0rgal Jul 25, 2026
54b861f
Rerun cache probe with valid Magma catch syntax
Th0rgal Jul 25, 2026
4c62713
Inspect level 19683 AL attribute
Th0rgal Jul 25, 2026
88702dc
Run twist-corrected level 137781 chain
Th0rgal Jul 25, 2026
c0bd24e
research: run fixed-11 residual tests for signature 3511
Th0rgal Jul 25, 2026
0f39dca
ci: expose fixed-11 probes on the compute PR
Th0rgal Jul 25, 2026
bc833b0
ci: run signature 3511 paired split-prime probes
Th0rgal Jul 25, 2026
d3f7e0c
ci: intersect signature 3511 paired trace conditions
Th0rgal Jul 25, 2026
edc6dd2
ci: run extended signature 3511 paired chain
Th0rgal Jul 25, 2026
de54eb3
compute: run signature3511 raw and finite Brandt probes
Th0rgal Jul 25, 2026
99debc7
compute: rerun memory-minimal signature3511 raw Brandt probe
Th0rgal Jul 25, 2026
253a820
compute: probe finite-ramified fixed-11 quaternion order
Th0rgal Jul 25, 2026
b891838
compute: test exact-conductor fixed-11 Eichler order
Th0rgal Jul 25, 2026
f1b41a7
Mirror the corrected global Beal audit
Th0rgal Jul 25, 2026
289484e
Trigger the pinned global Beal audit mirror
Th0rgal Jul 25, 2026
3fbeb12
Run the corrected global Beal audit now
Th0rgal Jul 25, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions .github/workflows/beal_global_audit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
name: Beal global audit mirror

on:
push:
branches:
- research/beal-signature357-probe
workflow_dispatch:

permissions:
contents: read

jobs:
replay:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v5
with:
repository: Th0rgal/beal-conjecture-lean
ref: 97b776a728b66942912a564d47b09e84078e2b1e
- name: Replay corrected global certificates
run: |
python3 scripts/check_global_beal_prime_exponent_reduction.py --self-test
python3 scripts/check_global_beal_prime_exponent_reduction.py
python3 scripts/check_global_beal_repeated_exponent_audit.py --self-test
python3 scripts/check_global_beal_repeated_exponent_audit.py
python3 scripts/check_global_beal_one_four_core.py --self-test
python3 scripts/check_global_beal_one_four_core.py
python3 scripts/check_global_beal_signature457_power_residue.py --self-test
python3 scripts/check_global_beal_signature457_power_residue.py

lean:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v5
with:
repository: Th0rgal/beal-conjecture-lean
ref: 97b776a728b66942912a564d47b09e84078e2b1e
- uses: leanprover/lean-action@v1
- name: Compile new global modules
run: |
lake env lean BealUnified/ExponentReduction.lean
lake env lean BealUnified/Research/CyclotomicAudit.lean
lake env lean BealUnified/Research/Signature457.lean

# This mirror is intentionally pinned to one research commit.
58 changes: 58 additions & 0 deletions .github/workflows/beal_signature357_decisive.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
name: Beal global canonical audit

on:
push:
branches:
- research/beal-signature357-probe
pull_request:
paths:
- ".github/workflows/beal_signature357_decisive.yml"
workflow_dispatch:

permissions:
contents: read

concurrency:
group: beal-global-canonical-audit-${{ github.ref }}
cancel-in-progress: true

jobs:
replay:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v5
with:
repository: Th0rgal/beal-conjecture-lean
ref: 97b776a728b66942912a564d47b09e84078e2b1e
path: beal
- name: Replay corrected global certificates
working-directory: beal
run: |
python3 scripts/check_global_beal_prime_exponent_reduction.py --self-test
python3 scripts/check_global_beal_prime_exponent_reduction.py
python3 scripts/check_global_beal_repeated_exponent_audit.py --self-test
python3 scripts/check_global_beal_repeated_exponent_audit.py
python3 scripts/check_global_beal_one_four_core.py --self-test
python3 scripts/check_global_beal_one_four_core.py
python3 scripts/check_global_beal_signature457_power_residue.py --self-test
python3 scripts/check_global_beal_signature457_power_residue.py

lean:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v5
with:
repository: Th0rgal/beal-conjecture-lean
ref: 97b776a728b66942912a564d47b09e84078e2b1e
path: beal
- uses: leanprover/lean-action@v1
with:
lake-package-directory: beal
- name: Compile global research modules
working-directory: beal
run: |
lake env lean BealUnified/ExponentReduction.lean
lake env lean BealUnified/Research/CyclotomicAudit.lean
lake env lean BealUnified/Research/Signature457.lean
36 changes: 36 additions & 0 deletions .github/workflows/beal_signature357_mod5_137781_prime13.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: Beal signature 357 level 137781 prime 13 filter

on:
push:
branches:
- research/beal-signature357-probe
paths:
- ".github/workflows/beal_signature357_mod5_137781_prime13.yml"
workflow_dispatch:

permissions:
contents: read

concurrency:
group: beal-signature357-mod5-137781-prime13
cancel-in-progress: false

jobs:
prime13:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v5
with:
repository: Th0rgal/beal-conjecture-lean
ref: 76cec47d35dfc38bda15b2370844bc3534af8a13
path: beal
- name: Apply the complete prime-13 local union to both parity spaces
run: >-
python3 beal/scripts/run_signature_357_magma_mod5_137781_prime13_parity.py
> mod5-137781-prime13-parity.json
- uses: actions/upload-artifact@v4
with:
name: signature357-mod5-137781-prime13-parity
path: mod5-137781-prime13-parity.json
if-no-files-found: error
36 changes: 36 additions & 0 deletions .github/workflows/beal_signature357_mod5_19683_raw.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: Beal signature 357 level 19683 raw Brandt filter

on:
push:
branches:
- research/beal-signature357-probe
paths:
- ".github/workflows/beal_signature357_mod5_19683_raw.yml"
workflow_dispatch:

permissions:
contents: read

concurrency:
group: beal-signature357-mod5-19683-raw
cancel-in-progress: false

jobs:
raw:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v5
with:
repository: Th0rgal/beal-conjecture-lean
ref: 72b19b2e27141c2cfe94bf2727a8c18a0392ea3c
path: beal
- name: Apply parity and removed-prime filters on the raw Brandt module
run: >-
python3 beal/scripts/run_signature_357_magma_mod5_19683_raw.py
> mod5-19683-raw.json
- uses: actions/upload-artifact@v4
with:
name: signature357-mod5-19683-raw
path: mod5-19683-raw.json
if-no-files-found: error
36 changes: 36 additions & 0 deletions .github/workflows/beal_signature357_raw_restriction_probe.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: Beal signature 357 raw Hecke restriction probe

on:
push:
branches:
- research/beal-signature357-probe
paths:
- ".github/workflows/beal_signature357_raw_restriction_probe.yml"
workflow_dispatch:

permissions:
contents: read

concurrency:
group: beal-signature357-raw-restriction
cancel-in-progress: false

jobs:
probe:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v5
with:
repository: Th0rgal/beal-conjecture-lean
ref: 767d4aadc25eac4dd4493c53c1accd30f8e7503e
path: beal
- name: Compare raw and ordinary Hecke restrictions
run: >-
python3 beal/scripts/run_signature_357_magma_hecke_raw_restriction_probe.py
> magma-hecke-raw-restriction.json
- uses: actions/upload-artifact@v4
with:
name: signature357-magma-hecke-raw-restriction
path: magma-hecke-raw-restriction.json
if-no-files-found: error
Loading