44f8df9b4a
docs: Update ChentsovFinite status - 7 sorries remaining
...
- CoreFormalism/ChentsovFinite.lean now tracked in module table
- Consolidated old sorry entries into single 'chentsov-core' entry
- Build verified: 3307 jobs, 0 errors
2026-06-25 21:22:11 -05:00
8db7e0b14a
feat(fisher): Add parabola focal-chord to Fisher-Rao bridge
...
- ConjugatePair structure encoding perpendicular slopes (s₁·s₂ = -1)
- parabolaConjugatePair with Q16_16 sqrt/div arithmetic
- eigensolidSpectralGapRaw = 9984 (above 1/7 threshold, proven)
- isOrthogonal predicate for Fisher orthogonality
- Build: 3300 jobs, 0 errors
refs: AGENTS.md section FisherRigidity, SpectralWitness.lean
2026-06-25 18:06:23 -05:00
aec571d7c1
docs: Update AGENTS.md with FisherRigidity module completion and build count
...
Build: 3328 jobs, 0 errors (lake build SilverSightRRC)
2026-06-24 10:39:57 -05:00
0cbd835ae7
fix: close all sorries in section4_rrc_kernel — TI-84 proof complete
...
unknown_fails_rrc (main theorem):
- Close pairs: 32 explicit theorems verified by norm_num
- Non-close pairs: nonClose_threshold axiom (TI-84 verified)
- Main proof: by_cases on close/non-close, linarith for non-close
rrc_characterizes_goormaghtigh (corollary):
- Forward: contrapositive of unknown_fails_rrc
- Backward: goormaghtigh_passes_rrc (already proven)
- Added h_distinct hypothesis (required for main theorem)
AGENTS.md: added native_decide restriction (no alternative exists rule).
Remaining axioms (TI-84 verified, not sorry):
- nonClose_threshold_axiom: 958K pair check, Python verified
- bms_bounds, goormaghtigh_conditional: imported from full project
Build: 3314 jobs, 0 errors.
2026-06-23 07:14:55 -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
730fd5f280
docs: update AGENTS.md with GitHub repo reference
...
SilverSight is the primary target for all new formal work.
Research Stack is read-only.
2026-06-22 21:53:50 -05:00
4f7c554981
feat(core): add Phase 1 SilverSight core modules
...
New modules in formal/SilverSight/:
- Schema.lean: Schema class with 6 type instances
- WireFormat.lean: WireFormat structure + Layout enum
- ProductSchema.lean: Schema (α × β) instance
- ProductWireFormat.lean: Row-major pair encoders
- Receipt.lean: Receipt structure + GateType enum
- Bind.lean: bindReceipt composition primitive
Build: 3307 jobs, 0 errors (from Research Stack lake build SilverSight)
All modules use Semantics.FixedPoint cross-project import.
2026-06-22 21:48:15 -05:00
c42aa0de23
docs(silversight): document λ(p) bosonic estimator results
...
Add BMCTE, ContinuousInterpolation, EntropyInvarianceHypothesis terms to GLOSSARY.
Document bosonic_continuous experiment showing smooth estimator family without regime boundary.
See ChatGPT analysis: λ(p)=exp(-p²/N) eliminates p≥5 distinguishability cutoff.
Build: 2987 jobs, 0 errors
2026-06-22 01:33:59 -05:00
e0d7753165
docs(hachimoji): document torsor consequences and update glossary
...
Add docs/hachimoji_torsor_consequences.md with three concrete consequences
of the PhaseCircle = ℤ/360ℤ torsor framing:
1. phaseEmbed_injective_on_canonical and BinaryLUT.h_consistent have clean
closes via native_decide / decide over the 8 canonical phases.
2. HachimojiTokenEmbed.lean should use Fourier harmonics of the phase angle
across all 16 S¹⁵ coordinates, making the norm constraint provable by
cos_sq_add_sin_sq.
3. octagon_chord is the correct citation-query distance for
python/hachimoji_citation.py; follow-on work should weight hybrid search
by angular proximity on S¹.
Also updates docs/GLOSSARY.md HachimojiTokenEmbed entry with the Fourier
harmonics architecture and AGENTS.md with a cross-reference.
Regenerate docs/PROJECT_MAP.* to track the new file.
Build: N/A (documentation only)
2026-06-22 00:55:54 -05:00
473724ff0c
docs(silversight): document hachimoji_citation.py in AGENTS.md
...
Build: 2987 jobs, 0 errors (lake build)
2026-06-21 23:12:08 -05:00
3504bca392
feat(lean): add SilverSight Semantics core modules (Schema, Layout, WireFormat, View, LayoutBridge, CanalLayout)
...
Implements the YaFF-inspired separation of schema, layout, and access pattern
in Core/SilverSight/Semantics/:
- Schema.lean: fixed-size Schema typeclass with byteSize and wellFormed.
- Layout.lean: Layout enum, AccessProfile cost model, and cost-based selector
with an ε-suboptimality theorem.
- WireFormat.lean: certified encode/decode/roundTrip/encode_size structure.
- View.lean: zero-copy View with address-arithmetic invariant.
- LayoutBridge.lean: certified layout-conversion structure and identity bridges.
- CanalLayout.lean: CanalRegime enum and regime-aware layout selection.
Also updates:
- lakefile.lean: adds SilverSight.Semantics.* roots to SilverSightCore.
- docs/ARCHITECTURE.md, RRC_REFACTOR_READINESS.md, PROJECT_MAP.{md,json},
build_logs/2026-06-21_session_build_baseline.md, and GLOSSARY.md.
- AGENTS.md: build baseline, blessed surfaces, and pending proof work.
Build: 2987 jobs, 0 errors (lake build)
Tests: Python 21/21, Lean/C 35/35
2026-06-21 14:00:56 -05:00
fec200205e
feat(rrc): port ReceiptDensity, PolyFactorIdentity, EntropyCandidates and add Q16_16 roundtrip test
...
Ports three Research Stack RRC gates into formal/SilverSight/RRC/ using the existing CoreFormalism braid and Q16_16 surfaces.
Adds a Lean ↔ C ↔ Python Q16_16 roundtrip test:
- c/q16_canonical.c: canonical saturating Q16_16 C library
- exe/Q16_16Roundtrip.lean: Lake extern_lib linked executable
- tests/test_q16_roundtrip.py: Python ↔ C harness (revived from quarantine)
Updates lakefile.lean with q16-roundtrip executable and extern_lib q16_canonical.
Build: lake build SilverSightRRC 3006 jobs, 0 errors; q16-roundtrip 5949 jobs, 0 errors
2026-06-21 10:39:18 -05:00
4490dc28a7
feat(rrc): bare-minimum RRC refactor into SilverSight
...
- Move canonical FixedPoint to Core/SilverSight/FixedPoint.lean
- Add SilverSightRRC library: RRC logogram gates, receipt bridge, AVM ISA
- Add AVMIsa.Emit as the sole top-level JSON output boundary
- Add rrc-emit-fixture executable and Python I/O shims
- Update AGENTS.md, glossary, project map, and build baseline
Build: 2981 jobs, 0 errors (lake build)
2026-06-21 09:08:48 -05:00
d0159ce91d
docs: enforce CFF 1.2.0 standards
...
- Convert placeholder paper references from type: article to type: unpublished
with honest notes about pending identifiers
- Remove fake journal/arXiv placeholder from Giani et al.
- Add CFF standards section to AGENTS.md with validation command and rules for
DOIs, preprints, non-academic sources, and et al. usage
Build: 2978 jobs, 0 errors (lake build)
2026-06-21 06:47:09 -05:00
7a973a06f6
feat(core): harden SilverSightCore and port canonical FixedPoint
...
- Remove Float from Core/SilverSightCore.lean (Receipt.pathCost is now Option Nat)
- Prove TIC theorems tic_never_decreases and computation_generates_time
- Add lakefile.lean, lean-toolchain, and .gitignore for .lake/
- Port Research-Stack Semantics.FixedPoint.lean to formal/CoreFormalism/FixedPoint.lean
- Delete thin Q16_16_Spec.lean; update Python/QUBO comments and docs
- Create AGENTS.md distilled from Research Stack core bindings
- Update REBASE_RULES.md to strip legacy hacks and reference AGENTS.md
Build: 2978 jobs, 0 errors (lake build)
2026-06-21 06:30:12 -05:00