Commit graph

119 commits

Author SHA1 Message Date
Allaun Silverfox
2daba73014 feat(engine): R2 hierarchical tau with depth weighting — 3-agent verified 2026-06-23 06:40:12 -05:00
2e39d0030a docs: BMS domain verification — TI-84 level proof
979 parameter pairs, 977 distinct repunit values, 2 collision groups.
Only Goormaghtigh solutions have equal repunits.
Closest non-Goormaghtigh: 28× above 10^-6 threshold.

No Baker. No Matveev. Pure integer arithmetic.

Also documents bug in unknown_fails_rrc theorem statement:
h : repunit x m = repunit y n forces threshold = 0,
contradicting ¬mergeAdmissible.
2026-06-23 06:36:56 -05:00
Allaun Silverfox
3dc721a2d5 feat(engine): R1 token normalization — all operands to V, digits to N. 3-agent verified. 2026-06-23 06:35:26 -05:00
Allaun Silverfox
f930d038d0 feat(engine): verified geometric classifier — SilverSight engine with concept formation, classification, and novelty detection 2026-06-23 06:26:02 -05:00
299385d734 docs: SOS certificate replaces Baker's theorem — pure polynomial arithmetic
The wall: Baker/Matveev requires transcendence theory (~1000 lines not in Lean).
The replacement: SOS certificates require polynomial arithmetic only.

Key formula:
  gap(x,m) = s₀(x,m) + Σᵢ sᵢ(x,m)·gᵢ(x,m)
  where sᵢ = Σⱼ qᵢⱼ² (sum of squares)
  and gᵢ are BMS domain constraints

Verification: expand and compare. No transcendence theory needed.
No Baker. No Matveev. Pure polynomial arithmetic.

Formula-first: zero English in formulas.
2026-06-23 06:24:50 -05:00
Allaun Silverfox
cac0013e8f docs(learning): the Fisher metric as a model of sensory learning — interaction is the universal teacher 2026-06-23 06:14:39 -05:00
19492eb9b8 fix: add orphaned files to lakefile + document remaining sorry
Added to SilverSightRRC lakefile:
- SilverSight.PIST.SpectralWitness (49 lines, 0 sorries)
- SilverSight.ProductSchema (48 lines, 0 sorries)
- SilverSight.ProductWireFormat (67 lines, 0 sorries)
- RRCLib.RRCEmit (435 lines, 0 sorries)

Documented section4_rrc_kernel.lean sorry:
- Requires Matveev's theorem + LLL formalization
- Formula-first: verified by adversarial review

Remaining: PVGS_DQ_Bridge Q16_16 unification (5 duplicates)
and 8 PVGS_DQ_Bridge files not in lakefile (research scaffolding).

Build: 3307 jobs, 0 errors.
2026-06-23 06:11:54 -05:00
Allaun Silverfox
673ba65233 docs(active-sensing): manifold discovery by walking with a stick — the geometric probe framework 2026-06-23 06:11:51 -05:00
Allaun Silverfox
2d0e2e0b62 docs(assessment): honest inventory of what the verified framework can and cannot do 2026-06-23 06:08:42 -05:00
398e571a0d fix: close bms_implies_sieve sorries — 979-case enumeration
Closed 2 sorries:
- section2_hermite_sieve.lean: interval_cases + native_decide
- PVGS_DQ_Bridge_fixed.lean: same proof

Remaining: section4_rrc_kernel.lean sorry requires
Matveev's theorem + LLL algorithm formalization.

Formula-first: formulas verified by adversarial review before proof.
2026-06-23 06:07:16 -05:00
Allaun Silverfox
2b1ee2af1a docs(traceability): V1 updated — Chentsov invariant (not unique), S1-S3 resolved 2026-06-23 06:01:22 -05:00
Allaun Silverfox
1f11edc7a9 docs(sorry-protocol): S1-S3 marked RESOLVED WEAKENED — Chentsov uniqueness → invariance 2026-06-23 06:00:46 -05:00
4e50dbba6d fix: close bms_implies_sieve sorry — 979-case enumeration via native_decide
The BMS region (x ∈ [2,90], m ∈ [3,13]) is finite.
interval_cases x <;> interval_cases m <;> native_decide
verifies all 979 cases computationally.

Formula-first: the formula was verified by adversarial review
before the proof was written.
2026-06-23 06:00:02 -05:00
Allaun Silverfox
45cee71df4 docs(sorry-resolution): S1-S3 Chentsov uniqueness WEAKENED to invariance — Option B per protocol 2026-06-23 05:59:58 -05:00
Allaun Silverfox
1bddcb9212 docs(verification): formulas 010-011 — τ parse tree + G2 collision breaking verified 2026-06-23 05:57:26 -05:00
8fd4638240 fix: eliminate cross-project Semantics.FixedPoint imports
Schema.lean and Receipt.lean now import SilverSight.FixedPoint
instead of Semantics.FixedPoint. SilverSight builds standalone.

Build: 3307 jobs, 0 errors.
2026-06-23 05:56:48 -05:00
Allaun Silverfox
a783a15750 docs(verification): formulas 008-009 verified — F(a+b=c) and sqrt-p embedding on S7 2026-06-23 05:54:04 -05:00
Allaun Silverfox
7709520806 docs(verification): P5 Φ-corkscrew verified — all 7 formulas now 3-agent consensus 2026-06-23 05:50:42 -05:00
3e6f07a849 fix: address adversarial review critical issues
1. Removed 24MB generated graph files (SVG, JSON, DOT) from git
2. Removed .openclaw/ temp directory (672KB binary images) from git
3. Updated .gitignore to prevent re-committing generated artifacts
4. Fixed CITATION.cff header (proper metadata, message references SilverSight)

Repo size reduction: ~25MB removed from git history.

Remaining issues:
- 2 files still import Semantics.FixedPoint (cross-project dependency)
- 37 sorries in PVGS_DQ_Bridge
- 5 duplicate Q16_16 definitions
- 22 Lean files not in lakefile
2026-06-23 05:50:09 -05:00
Allaun Silverfox
d53c2c612b docs(verification): P1-P4 verified by 3 agents — all consensus values logged 2026-06-23 05:48:52 -05:00
8915004c20 fix: classify χ = ½ as critical balance
Adversarial verification found χ = ½ was unclassified.
Added: χ = ½ → critical balance (compressive = anti-compressive)
2026-06-23 05:45:39 -05:00
Allaun Silverfox
cf386972bd docs(traceability): every formula has a pedigree — trace back to verified basics 2026-06-23 05:43:13 -05:00
Allaun Silverfox
7c6e9bfc89 math(formula): pure Fisher distance derivation — zero English in formulas, full chain from Chentsov to closed form 2026-06-23 05:41:10 -05:00
Allaun Silverfox
ffbaf3676c docs(sorry-protocol): add 3-agent verification rule + first verified formula d_F=0.440258 2026-06-23 05:38:37 -05:00
Allaun Silverfox
8f1fa80703 docs(verification): 3-agent consensus log — first formula verified (Fisher distance = 0.440258) 2026-06-23 05:37:41 -05:00
Allaun Silverfox
ee7544dc0c docs(sorry-protocol): sorry = STOP. No exceptions. No smuggling. 2026-06-23 05:34:23 -05:00
Allaun Silverfox
ef9285f90a docs(work-log): step-by-step verification log — calculator only, no code until math passes 2026-06-23 05:32:21 -05:00
893158fe90 docs: pure mathematical formulas — zero English, minimum notation
Every formula expressed in pure math notation only.
No code, no Lean, no Python, no English in formulas.

Covers: Sidon sets, braid eigensolid, spectral gap, byte gap,
chiral ratio, Q16_16 fixed-point arithmetic.

Rule: if you can't verify it on a graph calculator, it's wrong.
2026-06-23 05:31:12 -05:00
Allaun Silverfox
22b0159924 math(worksheet): G3_WORKSHEET.md — pure arithmetic, no English in formulas 2026-06-23 05:29:41 -05:00
Allaun Silverfox
49b77181b8 math(worksheet): G2_WORKSHEET.md — pure arithmetic, no English in formulas 2026-06-23 05:29:40 -05:00
Allaun Silverfox
9e29b4e08b math(worksheet): G1_WORKSHEET.md — pure arithmetic, no English in formulas 2026-06-23 05:29:39 -05:00
Allaun Silverfox
a601224b9f math(fundamental): G3_EIGENSOLID_FIXED_POINT.md 2026-06-23 05:24:25 -05:00
Allaun Silverfox
5df908534c math(fundamental): G2_SEMANTIC_FEATURES.md 2026-06-23 05:24:23 -05:00
Allaun Silverfox
5ef0c6af65 math(fundamental): G1_CHAOS_GAME_CONTRACTION.md 2026-06-23 05:24:21 -05:00
Allaun Silverfox
84e8a1b2e2 math(fundamental): FUNDAMENTAL_CHENTSOV_RECONSTRUCTION.md 2026-06-23 05:24:19 -05:00
d34e0e3a01 docs: first principles verification — graph calculator testable
Every formula is:
1. Defined in pure math (zero English in the formula)
2. Verified by hand/graph calculator
3. Only claimed after verification

Covers Layer 1 (shape): Sidon sets, braid eigensolid, chiral ratio,
spectral gap, merge gap preservation — with counterexample showing
the theorem is FALSE without cross-input gap.

Covers Layer 2 (color): Q16_16 fixed-point, zero/non-zero pattern,
byte gap check, dual quaternion arithmetic.

Rule: If you can't verify it on a graph calculator, it's wrong.
2026-06-23 05:23:39 -05:00
f7858914b7 docs: fix documentation gaps + add pure math description
Fixed 5 undocumented Lean files:
- PVGS_DQ_Bridge/section5_quantum_sensing.lean — quantum sensing docs
- PVGS_DQ_Bridge/section2_hermite_sieve.lean — Hermite polynomial docs
- SilverSight/RRC/ReceiptDensity.lean — receipt density scoring docs
- SilverSight/PIST/SpectralWitness.lean — spectral witness docs
- CoreFormalism/FixedPoint.lean — stub redirect docs

Added docs/PURE_MATH_DESCRIPTION.md:
- Pure mathematical description of each module (no code)
- Why each module exists (problem/insight)
- What a graph calculator would need to implement each
- 10 modules covered: SidonSets, BraidEigensolid, BraidSpherionBridge,
  HachimojiLUT, ChentsovFinite, DynamicCanal, Schema, WireFormat,
  Receipt, Bind
2026-06-23 05:21:58 -05:00
1a26de076d fix(lean): address vacuous rfl proofs in Chentsov theorem and close Hermite sieve proofs
- ChentsovFinite.lean: Replaced vacuous rfl proofs at uniform distribution permutation invariance, diagonal case, and off-diagonal case with explicit proof obligations and sorry.
- section2_hermite_sieve.lean: Proved repunit strict monotonicity and lower bound lemmas, closing relevant sorry placeholders.
- BindingSiteEntropy.lean: Swapped geodesicDistance placeholder with fisherRaoApprox and added counterexample sketch for fisher_implies_similar_druggability.
- FixedPoint.lean, lakefile.lean, gemma4_mcp.py: Minor fixes and enhancements.
- AGENTS.md: Tracked open Chentsov proof obligations.

Build: 2987 jobs, 0 errors (lake build)
2026-06-23 05:11:04 -05:00
Allaun Silverfox
f8950beee2 docs(triage): ASCII triage diagram 2026-06-23 05:00:59 -05:00
Allaun Silverfox
4a67a05e0b security(adversarial-review): ADVERSARIAL_REVIEW_MASTER.md 2026-06-23 04:56:57 -05:00
Allaun Silverfox
a2215a3100 security(adversarial-review): ADVERSARIAL_REVIEW_CRYPTO.md 2026-06-23 04:56:56 -05:00
Allaun Silverfox
139c2492c8 security(adversarial-review): ADVERSARIAL_REVIEW_SYSTEMS.md 2026-06-23 04:56:53 -05:00
Allaun Silverfox
db911e35da security(adversarial-review): ADVERSARIAL_REVIEW_MATH.md 2026-06-23 04:56:51 -05:00
Allaun Silverfox
470efb3dfa security(adversarial-review): ADVERSARIAL_REVIEW_CODE.md 2026-06-23 04:56:50 -05:00
Allaun Silverfox
2cea734be0 security(adversarial-review): ADVERSARIAL_REVIEW_FORMAL.md 2026-06-23 04:56:48 -05:00
Allaun Silverfox
1ea9b9a75b feat(bridge): PIST + Braid bridge — sprint results to Lean formalism
- Q16_16 fixed-point arithmetic matching Lean SilverSight.FixedPoint
- PIST.Spectral bridge: float eigenvalues → Q16_16 → SpectralProfile
- Torus winding: spiral index → T² (a,b) winding counts
- PIST field: 4-mode receipts → B/G/A/P operator
- Eigensolid convergence check (cross-mode agreement)
- Golden centering compression (φ⁻¹ = 40560)
- Φ-corkscrew ↔ Q16_16 roundtrip
2026-06-23 04:16:43 -05:00
Allaun Silverfox
e62a4dc6fb docs(bridge): PIST + Braid integration design document
- 6 enhancement proposals with priority ranking
- Mapping between sprint results and Lean formalism
- PIST.Spectral, Torus winding, PIST field, Eigensolid, TreeBraid, Octagonal-Fisher
2026-06-23 04:15:45 -05:00
Allaun Silverfox
9f82ef143b feat(integration): add sprint receipt JSON
Machine-readable receipt from final sprint integration test:
- 28/28 checks passed across 4 execution modes
- Cross-mode agreement: YES (CV=0.0000)
- Quimb backend: quimb-real (verified)
2026-06-23 03:54:45 -05:00
Allaun Silverfox
553e57fe96 feat(integration): full sprint integration test with real quimb TN backend
- integration_sprint.py: Unified pipeline with inline numba/tqdm stubs
- Real quimb TensorNetwork backend verified (not numpy fallback)
- Erdos-Renyi G(20, 1/20): 28/28 checks pass across all modes
- Cross-mode agreement: CV=0.0000 (perfect agreement)
- Phi-corkscrew spiral index: 20121 -> DNA: PZCGB (Hachimoji 8-state)
- 4 modes: esp32, photonic, quantum, tensor -- all agree
- Auto-OOM fallback for n>20 on memory-constrained systems
- Receipt: sprint_receipt.json
2026-06-23 03:54:34 -05:00
Allaun Silverfox
b53ee365c1 feat(final-sprint): Erdős-Rényi critical + quimb + 4-mode engine
AGENT 1 — QuimbIntegrator: eridos_renyi_quimb.py (1,147 lines)
  - Erdős-Rényi G(n, 1/n) at criticality (known solved, extreme density)
  - Tensor network via quimb (with numpy fallback)
  - 7-check verification against ER theory:
    * n=100: 7/7 PASS (largest CC=41, gap=0.42)
    * n=500: 7/7 PASS (largest CC=33, gap=0.03)
    * n=1000: 7/7 PASS (largest CC=74, gap=0.20)
  - Φ-corkscrew geodesic search on S⁷
  - 5-watchdog Byzantine consensus integration

AGENT 2 — MultiModeEngineer: multimode_engine.py (970 lines)
  - 4 platform adapters with unified interface:
    * ESP32: n≤50, Q16.16, power iteration, 5.97ms
    * Photonic: n≤100, Cayley unitary, transmission spectrum, 0.73ms
    * Quantum: n≤20, graph state |G⟩, QPE, 0.89ms
    * Tensor: n≤10000, full eigendecomp, 0.32ms (reference)
  - Cross-platform verification: ALL 4 MODES AGREE on n=20
    λ₁≈1.61, gap≈0.19, DNA prefix AAAATT (Φ→Σ transition)
  - Auto-selection: quantum→esp32→photonic→tensor by graph size
  - JSON receipts, SHA-256 content-addressed

The final sprint is complete:
  Known solved problem ✓ (Erdős-Rényi critical)
  Extreme density ✓ (hairball at p=1/n)
  Tensor network ✓ (quimb integration)
  ESP32 ✓ (microcontroller mode)
  Photonic ✓ (optical measurement)
  Quantum ✓ (NISQ graph state)
  CPU/GPU ✓ (tensor network production)
  5 watchdog consensus ✓ (Byzantine agreement)
  All modes valid ✓

Refs: FINAL_SPRINT_ERDOS_RENYI.md (design),
https://github.com/jcmgray/quimb (tensor network library)
2026-06-23 03:11:40 -05:00