Skip to content

Commit 50b8dc7

Browse files
author
Loop-Locksmith
committed
docs(assertions): register INV-6-HybridQkGain as wip in catalog
Adds catalog entry for the Phase-5 INV from #441 + PR #490. Naming collision honestly resolved: id `INV-6` is already Proven and owned by `ema_decay_valid` (cos-schedule EMA bound, 8 Qed theorems). The Phase-5 work uses suffix `INV-6-HybridQkGain` so both entries coexist; the existing Proven entry is untouched. status: wip (not Proven). The catalog records: - coq_file: docs/phd/theorems/igla/INV6_HybridQkGain.v - axioms_used: [hybrid_gain_phi_bound, gain_baseline_nonneg, gain_hybrid_nonneg] - explicit "CIRCULAR" note: inv6_hybrid_qk_gain_from_axiom restates the axiom hybrid_gain_phi_bound; proof body is `exact (axiom k)`. - follow_up_pr: TBD — must replace Axiom hybrid_gain_phi_bound with a sqrt_le_compat derivation per the #441 issue body strategy. R5-honest: admitted_budget=5/5 LOCKED preserved (axioms != Admitted, but axioms_used is recorded explicitly so the audit can flag the postulated facts). Part-of: #441 Part-of: #446 Agent: Loop-Locksmith
1 parent 756a1ff commit 50b8dc7

1 file changed

Lines changed: 27 additions & 1 deletion

File tree

assertions/igla_assertions.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@
140140
"invariant_count": 9,
141141
"last_updated": "2026-04-25T16:50:00Z",
142142
"last_updated_by": "perplexity-computer-l13",
143-
"scaffold_inv_13_15_added": "#465 App.K Agent Memory scaffold (status=wip; admitted_budget=5/5 LOCKED; no Coq files created)"
143+
"scaffold_inv_13_15_added": "#465 App.K Agent Memory scaffold (status=wip; admitted_budget=5/5 LOCKED; no Coq files created)",
144+
"inv_6_hybrid_qk_gain_added": "#441 Phase-5 scaffold via PR #490 (status=wip; 3 axioms recorded; admitted_budget=5/5 LOCKED preserved)"
144145
},
145146
"trinity_identity": "\u03c6\u00b2 + \u03c6\u207b\u00b2 = 3",
146147
"nca_loss_weight": 0.25,
@@ -348,6 +349,31 @@
348349
"ema_decay_upper": 1.0
349350
}
350351
},
352+
{
353+
"id": "INV-6-HybridQkGain",
354+
"name": "hybrid_qk_gain_phi_bound",
355+
"coq_theorem": "inv6_hybrid_qk_gain_from_axiom",
356+
"coq_file": "docs/phd/theorems/igla/INV6_HybridQkGain.v",
357+
"status": "wip",
358+
"axioms_used": [
359+
"hybrid_gain_phi_bound",
360+
"gain_baseline_nonneg",
361+
"gain_hybrid_nonneg"
362+
],
363+
"description": "Hybrid-QK attention gain is phi-bounded from below: gain_hybrid(k) >= gain_baseline(k) * phi^(-1). Phase-5 #441 entity. Distinct from the existing Proven INV-6 ema_decay_valid \u2014 the id suffix '-HybridQkGain' disambiguates the collision until Phase-5 settles on a final number.",
364+
"note": "CIRCULAR: theorem inv6_hybrid_qk_gain_from_axiom restates the axiom hybrid_gain_phi_bound (proof body is `exact (axiom k)`). The functional invariant is postulated, not derived. Phase-5 #441 closure replaces the axiom with a sqrt_le_compat derivation per the strategy in the issue body; until then, status remains `wip`. admitted_budget=5/5 LOCKED untouched (axioms != Admitted, but axioms_used is recorded explicitly).",
365+
"phase": "5-scaffold-only",
366+
"issue_ref": "https://github.com/gHashTag/trios/issues/441",
367+
"scaffold_pr": "https://github.com/gHashTag/trios/pull/490",
368+
"follow_up_pr": "TBD \u2014 must replace Axiom hybrid_gain_phi_bound with derivation",
369+
"trinity_link": "Connects to architectural floor proof (arch_floor_bpb = 2 + phi^(-2)) per #441 corollary",
370+
"runtime_check": {
371+
"action": "warn",
372+
"message": "INV-6-HybridQkGain: hybrid_gain_phi_bound is an axiom, not a derived theorem"
373+
},
374+
"runtime_target": "crates/trios-igla-race/src/bin/qk_gain_check.rs (Rust guard already binding)",
375+
"naming_collision": "id 'INV-6' already taken by ema_decay_valid (Proven). Issue #441 titled this work 'INV-6 HybridQkGain' but it is a separate entity; the suffix preserves both."
376+
},
351377
{
352378
"id": "INV-7",
353379
"name": "igla_found_criterion",

0 commit comments

Comments
 (0)