Allaun the Fox
|
016369c3ce
|
cherry-pick: import AdjugateMatrix, ColdReviewer, RollupEvent from Research-Stack
- AdjugateMatrix.lean — 8x8 matrix adjugate, determinant, identity
- ColdReviewer.lean — unified cold-review formula (Psi_inv, Psi_gap,
Psi_Sidon) with dec_trivial proofs (no native_decide)
- RollupEvent.lean — Oracle rollup verifier with Prop/Bool bridge,
soundness theorem, byte serialization
- lakefile.lean — register new modules under SilverSightRRC
- nr_bracket_validation.py — resolve merge conflict (paths + inits)
All native_decide calls replaced with dec_trivial per project policy.
|
2026-06-28 15:54:10 +00:00 |
|
|
|
7c303624be
|
refactor(core): typed Invariant/TensorType migration, CartanConnection cleanup
Bind.lean:
- Add Invariant structure (Nat-backed identifier) with DecidableEq
- Add Invariant.ofNat / Invariant.fromString (boundary-only string->Nat hash)
- Add TensorType inductive enum (identity, riemannian, thermodynamic, etc.)
- Migrate Metric.tensor from String to TensorType (AGENTS.md S1.5 compliance)
- Migrate Witness.left_invariant/right_invariant from String to Invariant
- Update all bind theorems and #eval call sites
BraidField.lean:
- Update computePIST call sites to use Invariant.fromString
BraidEigensolid.lean:
- Simplify eigensolid_trivial proof (drop unnecessary calc block)
CartanConnection.lean:
- Extract C_int_cross_block_zero lemma
- Extract factor_sum lemma (eliminates inline factor helper)
- Extract mu_double_lift lemma (factors out triplicated pattern in
Jacobiator_basis_zero_int, reducing it from ~30 lines to ~12)
- Simplify Jacobiator_basis_all using refine+rw pattern
nr_bracket_validation.py:
- Fix stale file path (Research Stack -> research-stack)
|
2026-06-28 00:11:28 -05:00 |
|
|
|
1794299a6c
|
chore(quality): native_decide migration, docs, and phi pipeline cleanup
Systematic native_decide → dec_trivial/rfl migration across all Lean modules
to comply with AGENTS.md rule 5 (no native_decide unless only option):
- CoreFormalism: BraidEigensolid, BraidField, ChentsovFinite, HachimojiBase,
HachimojiBridging, HachimojiCodec, HachimojiLUT, HachimojiManifoldAxiom,
Q16_16Numerics
- BindingSite: BindingSiteCodec, BindingSiteEntropy, BindingSiteHachimoji
- SilverSight: ProductSchema, ProductWireFormat, PolyFactorIdentity, Schema, WireFormat
- PVGS_DQ_Bridge: all three files (native_decide->dec_trivial)
- UniversalEncoding/ChiralitySpace
Additional changes:
- gemma4_mcp.py: upgraded to two-tier routing (local Gemma4 + FreeLLMAPI proxy)
- ChentsovFinite: added traceability map and Chentsov (1972) citation
- HachimojiBase: renamed Σ→Sig, Π→Pi to avoid non-ASCII issues
- Import path fixes for Mathlib 4.30.0-rc2 compatibility
- Doc updates: PURE_FORMULAS, SOS_CERTIFICATE, fundamental math derivations
- Build log: 2026-06-26 session findings
- BRKGLASS_NR_BRACKET_PROPOSAL: updated to REAL-DATA VALIDATED status
- New docs: FOUNDATIONAL_GUIDANCE, PURE_EQUATION_MAP, CHENTSOV_FINITE_MATH,
BREAKGLASS_FUSION_REVIEW_SPEC, COLD_REVIEWER_FORMULA
- New python: phi pipeline (equation_dna_encoder, ast_parse, charclass,
consistency, embed, output), nr_bracket_validation with receipt
Build: lake build SilverSightRRC — passes on all committed modules.
Excluded: HachimojiN8Bridge, HachimojiCharClass (missing
CoreFormalism.HachimojiManifoldAxiom olean — WIP)
|
2026-06-27 01:56:54 -05:00 |
|