mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-07-31 01:25:21 +00:00
Connects three existing SilverSight components: 1. BraidStorm (BraidEigensolid.lean) — 8-strand braid, Sidon labels, chiral crossings σ_i^±1 → 2^8 = 256 configurations per run 2. TreeBraid — tree-organized braid, factorizes via σ_i σ_j = σ_j σ_i (|i-j|≥2), reduces 256 to ~64-128 unique configs 3. COUCH (GCCL.lean couchStable gate) — moving sofa constraint, geometric pre-filter (cheap, O(1) per config) Pipeline: BraidStorm generates → TreeBraid factorizes → COUCH filters geometrically → Sidon filters algebraically (dual quaternion products, no tolerance band). COUCH is the CHEAP filter (geometric). Sidon is the EXPENSIVE filter (algebraic O(n²)). Running COUCH first rejects ~50% of configs, halving the Sidon workload. Final output: ~10-20 structurally meaningful configs per run (from 256 raw). These are where the octagon principle could detect the sofa's chromatic structure from the spectrum. Hutter prize lesson: the batch doesn't COMPRESS 256→1 (conservation law blocks that). It FILTERS 256→10-20 that are both geometrically valid and structurally meaningful. Also adds CHIRAL_BATCH_ENCODING.md (the general framework). |
||
|---|---|---|
| .. | ||
| AUTOPROOF_INFRASTRUCTURE.md | ||
| braid_group_action.md | ||
| BRAIDSTORM_TREEBRAID_COUCH.md | ||
| CAPABILITY_GRID_MAPPING.md | ||
| CHIRAL_BATCH_ENCODING.md | ||
| CHIRAL_CRT_MULTIPLEXING.md | ||
| COLLECTIVE_INTELLIGENCE_OPTIMIZATION.md | ||
| COMPRESSION_HONEST_FINDINGS.md | ||
| CONSERVATION_LAW_CORRECTION.md | ||
| FIXEDPOINT_BRIDGE_DESIGN.md | ||
| GERVER_SIDON_DESIGN.md | ||
| INVARIANT_COMPUTATION_GEOMETRY.md | ||
| iteration_dag.md | ||
| iteration_regime.md | ||
| MERGED_O1_TRANSFORM.md | ||
| NEXT_STEPS_PLAN.md | ||
| O1_TRANSFORMS.md | ||
| OCTAGON_PRINCIPLE.md | ||
| PRIME_SIDON_NEGATIVE_RESULT.md | ||
| REACTION_PRIMES.md | ||
| sidon_preservation_creation.md | ||
| SIDON_SOFA_COLORING.md | ||
| SIDON_SOFA_COLORING_REVIEW.md | ||
| SLOS_SIDON_VERIFICATION_RECEIPT.md | ||
| TOROIDAL_POLOIDAL_REFINEMENT.md | ||
| unified_crt_torus_dag.md | ||