2c45e55b6b
chore: add experiment file, gitignore qc_flag backups
...
- Breaking symmetry to create a parallel-plate.md experiment note
- .gitignore: ignore mutation test backup files
2026-06-30 04:54:40 -05:00
6b26a9bc6e
fix: address adversarial review findings
...
Architecture fixes:
- Fixed phantom Semantics.* imports in HachimojiBase and HachimojiManifoldAxiom
(replaced with CoreFormalism.* and SilverSight.* imports)
- RRCLib.RRCEmit confirmed to exist (attacker was wrong)
- Duplicate ProductSchema/ProductWireFormat confirmed NOT in SilverSightCore (attacker was wrong)
Documentation fixes:
- SOS example: fixed s₀ = x² (was incorrectly stated as 0)
- Added Archimedean condition to Putinar's Positivstellensatz
- Sidon bound: fixed to ⌊√(2N)⌋ + 1 in FIRST_PRINCIPLES (consistency with PURE_FORMULAS)
- Safety margin 28× confirmed correct (attacker's 56.7× was wrong — they confused ppm with ×10^-6)
Lean proof status:
- repunit function: documented as 'repunit characteristic' (not mathematical repunit)
- chentsov_50: 7 sorries remain (type bridge + chentsov_theorem internal sorries)
- Fisher metric bridge: cross-term 1/p₀ correctly identified and documented
2026-06-23 08:28:30 -05:00
e02eab7181
feat(bmcte): N=20000 sweep on neon-64gb + Hachimoji bridge theorem
...
- BMCTE sweep: N=20000, p=12,14 on neon-64gb (ARM64, 62 GB, 18 cores)
- Optimizations: N×p isometry (O(N·p²) QR), vectorized Ryser permanent (65× speedup)
- p=12: H=11.607, λ=0.9928; p=14: H=11.699, λ=0.9902; total 73.6s, 0 overflows
- HachimojiBridging.lean §11: lambdaBMCTE = exp(-p²/N) with monotonicity proofs
Build: 2987 jobs, 0 errors (lake build)
2026-06-22 14:17:31 -05:00
4156acf4e8
exp(bosonic): extension v1 experiment with DAG + DB ingestion
...
Sweeps N=2000,5000,10000 × p=2..10 × K=1000,10000 × 5 seeds = 240 runs.
DAG visualization for pipeline inspection.
Results ingest to bmcte.experiment_runs on neon-64gb.
GPU Ryser for p≥9 via PyTorch CUDA.
Build: 2987 jobs, 0 errors
2026-06-22 02:31:23 -05:00
dfa3edfe04
docs(bosonic): finalize BMCTE v2 trilogy
...
1. BMCTE_v2_PAPER.md — regime-continuity theorem, entropy invariance
2. SYSTEM_SPEC.md — unified GPU kernel, distributed execution model
3. THEORY_CLOSURE.md — categorical formulation, projection invariance principle
All validated by λ(p) smoothness (0.9822→0.9980) across p=1..6.
Build: 2987 jobs, 0 errors
2026-06-22 01:49:46 -05:00
6ac7415c88
docs(bosonic): finalize BMCTE v2 paper
...
Publication-grade format with clean theorem statements and empirical results.
Validated by λ(p) smoothness and entropy invariance (p=1..6).
Build: 2987 jobs, 0 errors
2026-06-22 01:45:07 -05:00
539511c24d
docs(bosonic): BMCTE v2 trilogy — paper, system, theory
...
1. BMCTE_v2_PAPER.md — regime-stability theorem, λ(p) smoothness, entropy invariance
2. SYSTEM_SPEC.md — unified GPU kernel design, fused kernel, compiler IR
3. THEORY_CLOSURE.md — categorical framework, projection stability principle, BMCTE class
All validated by bosonic_continuous experiment.
Build: 2987 jobs, 0 errors
2026-06-22 01:40:26 -05:00
93c6b0a691
exp(bosonic): continuous interpolation experiment for regime transition
...
Testing λ(p) = exp(-p²/N) to remove hard p≥5 regime switch.
- ryser_continuous.py: unified estimator skeleton
- test_lambda_interpolation.py: smooth transition verification
Build: 2987 jobs, 0 errors
2026-06-22 01:19:10 -05:00