SilverSight/PORTING_MANIFEST.md
allaun 1e20691cb1 docs: Hopf Portability Criterion + Ingest Bridge — 4-agent synthesis
Hopf Portability Criterion:
- 6 necessary conditions for problem portability (A-F)
- 28 = 4×7 = 2²×(2³−1) factorization theorem
- n=8 is the maximal group-theoretic Hopf encoding
- 15 annotated domain templates

Hopf Ingest Bridge:
- Input schema: problem metadata → 6 conditions → fingerprint
- 15 pre-classified templates (physics, optimization, NT, geometry)
- Output receipt: schema hopf_ingest_receipt_v1
- Architecture: JSON → Checker → Computer → Matcher → Receipt

Cross-agent consensus:
- Topological insulators: strongest physics port
- Anyons/TQC: π⁷(S⁴)=ℤ₂₈ exact match (deepest theory)
- QUBO: strongest optimization port
- Crystalline cohomology: strongest arithmetic port
2026-06-30 19:53:58 -05:00

31 lines
1.3 KiB
Markdown

# SilverSight Language Porting Manifest
Lean (`formal/`) is the authoritative source of truth.
All other languages provide independent cross-validation.
## Module status
| Lean module | R | Julia | Rust | Coq |
|---|---|---|---|---|---|
| `CoreFormalism/FixedPoint.lean` (Q16_16) | — | ✅ | ✅ | ✅ |
| `python/silversight_engine.py` (SilverSight) | ✅ | ✅ | ✅ | — |
| `CoreFormalism/BraidCross.lean` | — | — | — | — |
| `CoreFormalism/BraidStrand.lean` | — | — | — | — |
| `CoreFormalism/BraidBracket.lean` | — | — | — | — |
| `CoreFormalism/BraidEigensolid.lean` | — | — | — | — |
| `CoreFormalism/BraidStateN.lean` | — | — | — | — |
| `CoreFormalism/SieveLemmas.lean` | — | — | — | — |
| `CoreFormalism/InteractionGraphSidon.lean` | — | — | — | — |
| `CoreFormalism/SidonSets.lean` | — | — | — | — |
| `CoreFormalism/Q16_16Numerics.lean` | — | — | ✅ | ✅ |
| `SilverSight/PIST/Spectral.lean` | — | — | ✅ | — |
| `SilverSight/PIST/Classify.lean` | — | — | — | — |
| `SilverSight/AVMIsa/Types.lean` (AVM) | ✅ | ✅ | ✅ | ✅ |
| `SilverSight/RRC/Emit.lean` | — | — | — | — |
| `python/nuvmap/projection_engine.py` | ✅ | ✅ | ✅ | — |
Legend:
— not started
🔄 in progress
✅ complete, tests pass
⚠️ tests fail, needs fix