Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
93a5d05
OZ T3-010-C: declare shared exact coefficient extraction gate
fyremael Aug 11, 2026
b82592b
OZ T3-010-C: add exact shared coefficient extractor
fyremael Aug 11, 2026
9d83a1e
OZ T3-010-C: add independent global exact verifier
fyremael Aug 11, 2026
57a30e5
OZ T3-010-C: add exact extraction and mutation tests
fyremael Aug 11, 2026
ca02bb6
OZ T3-010-C: register exact global replay
fyremael Aug 11, 2026
0e4c041
OZ T3-011-A: declare bounded cokernel-guided lift class
fyremael Aug 12, 2026
7780342
OZ T3-011-A: add exact cokernel-guided lift producer
fyremael Aug 12, 2026
ae95ef8
OZ T3-011-A: add independent cokernel lift verifier
fyremael Aug 12, 2026
0b6a547
OZ T3-011-A: add bounded lift and mutation tests
fyremael Aug 12, 2026
c7bdd6c
OZ T3-011-A: register governed producer and verifier replays
fyremael Aug 12, 2026
862f768
Merge PR #446: OZ-RT-BZ-T3-011-A
fyremael Aug 12, 2026
2a0ccb7
OZ T3-011-B: add bounded nonzero-response lift contract
fyremael Aug 12, 2026
7e4a02d
OZ T3-011-B: add exact nonzero-response lift producer
fyremael Aug 12, 2026
cd15f4d
OZ T3-011-B: add independent nonzero-response lift verifier
fyremael Aug 12, 2026
5d2a473
OZ T3-011-B: add bounded gate tests
fyremael Aug 12, 2026
969740b
OZ T3-011-B: register governed producer and verifier replays
fyremael Aug 12, 2026
9ae390b
OZ T3-011-B: document execution boundary
fyremael Aug 12, 2026
4007b90
OZ T3-011-B: bind result ledger semantics
fyremael Aug 12, 2026
dcbaef1
OZ T3-011-B: finalize implementation branch marker
fyremael Aug 12, 2026
f02ee5a
OZ T3-011-B: add bounded replay runbook
fyremael Aug 12, 2026
63d22f8
OZ T3-011-B: bind successor authority
fyremael Aug 12, 2026
dac95d2
Merge branch 'agent/oz-rt-bz-t3-010-b' into agent/oz-rt-bz-t3-010-c
fyremael Aug 12, 2026
7876a44
Merge branch 'agent/oz-rt-bz-t3-010-c' into agent/oz-rt-bz-t3-011-b
fyremael Aug 12, 2026
f8dc03a
Merge pull request #487 from grandchallenge/agent/oz-rt-bz-t3-011-b
fyremael Aug 13, 2026
e3e9148
OZ T3-011-C: freeze audit authority
fyremael Aug 13, 2026
f315753
OZ T3-011-C: add audit contract
fyremael Aug 13, 2026
cc89144
OZ T3-011-C: add direct response audit producer
fyremael Aug 13, 2026
461dd50
OZ T3-011-C: add independent audit verifier
fyremael Aug 13, 2026
c7867c1
OZ T3-011-C: document bounded audit
fyremael Aug 13, 2026
db975c0
OZ T3-011-C: record authority boundary
fyremael Aug 13, 2026
7644c43
OZ T3-011-C: add adversarial audit tests
fyremael Aug 13, 2026
6663468
OZ T3-011-C: add replay runbook
fyremael Aug 13, 2026
d47e340
OZ T3-011-C: document result ledger
fyremael Aug 13, 2026
fc29a34
OZ T3-011-C: bind replay registration obligation
fyremael Aug 13, 2026
a72b32f
OZ T3-011-C: preserve draft review gate
fyremael Aug 13, 2026
5a8a296
OZ T3-011-C: record implementation status
fyremael Aug 13, 2026
b1e063f
OZ T3-011-C: register governed replays
fyremael Aug 13, 2026
e247a69
OZ T3-011-C: reconstruct exact active-cell verifier domain
fyremael Aug 13, 2026
88da963
OZ T3-011-C: canonicalize shifted coordinate additively
fyremael Aug 13, 2026
3c54968
OZ T3-011-C: mirror additive coordinate normalization in verifier
fyremael Aug 13, 2026
1d91ffe
OZ T3-011-C: compare exact rational-function normal forms
fyremael Aug 13, 2026
96eccae
OZ T3-011-C: independently verify rational-function normal forms
fyremael Aug 13, 2026
1f8b1ca
OZ T3-011-C: bind exact semantic normal form
fyremael Aug 13, 2026
67b13c6
OZ T3-011-C: test exact semantic normalization
fyremael Aug 13, 2026
a24b1f4
OZ T3-011-C: document semantic versus representation digests
fyremael Aug 13, 2026
6ee10e9
Merge pull request #496 from grandchallenge/agent/oz-rt-bz-t3-011-c
fyremael Aug 13, 2026
d19535d
OZ-RT-BZ-T3-011-D: add quadratic cokernel scan producer
fyremael Aug 13, 2026
ca6ef9f
OZ-RT-BZ-T3-011-D: add independent quadratic verifier
fyremael Aug 13, 2026
ef1bdf0
OZ-RT-BZ-T3-011-D: add bounded quadratic contract
fyremael Aug 13, 2026
c06fc30
OZ-RT-BZ-T3-011-D: add fail-closed quadratic tests
fyremael Aug 13, 2026
d40313e
OZ-RT-BZ-T3-011-D: add operation README
fyremael Aug 13, 2026
98d8069
OZ-RT-BZ-T3-011-D: register governed producer and verifier replays
fyremael Aug 13, 2026
6b71f60
OZ-RT-BZ-T3-011-D: bind mathematical authority
fyremael Aug 13, 2026
2527315
OZ-RT-BZ-T3-011-D: add governed replay runbook
fyremael Aug 13, 2026
ac3d13b
OZ-RT-BZ-T3-011-D: independently reconstruct frozen witness and pairings
fyremael Aug 13, 2026
64e44f3
OZ-RT-BZ-T3-011-D: conform adversarial replay to unittest contract
fyremael Aug 13, 2026
5fecbf6
Repair T3-011-D verifier active-cell reconstruction
fyremael Aug 13, 2026
956d5a8
OZ-RT-BZ-T3-011-D: certify quadratic response class invisible (#500)
fyremael Aug 13, 2026
fd45c82
OZ-RT-BZ-T3-011-E: add structural polynomial closure producer
fyremael Aug 13, 2026
2d02b1a
OZ-RT-BZ-T3-011-E: add independent closure verifier
fyremael Aug 13, 2026
a456521
OZ-RT-BZ-T3-011-E: add closure audit contract
fyremael Aug 13, 2026
2e4c4c4
OZ-RT-BZ-T3-011-E: document structural closure route
fyremael Aug 13, 2026
036aa35
OZ-RT-BZ-T3-011-E: bind authority and non-widening firewall
fyremael Aug 13, 2026
511fc56
OZ-RT-BZ-T3-011-E: add governed runbook
fyremael Aug 13, 2026
bd5fb11
OZ-RT-BZ-T3-011-E: add exact independent replay tests
fyremael Aug 13, 2026
be9ee58
OZ T3-011-E: add canonical affine factor adapter
fyremael Aug 13, 2026
af5a82f
OZ T3-011-E: replace factor wiring test
fyremael Aug 13, 2026
18d6e84
OZ T3-011-E: wire canonical factors and expose terminal
fyremael Aug 13, 2026
cd96733
Merge pull request #506 from grandchallenge/agent/oz-rt-bz-t3-011-e
fyremael Aug 13, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions campaigns/odd_zeta/OZ_RT_BZ_T3_010/.t3_011_b_branch_marker
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
issue=486
operation=OZ-RT-BZ-T3-011-B
predecessor_merge=862f7680e1bf09f66f475c1f371f3c4a377f4cad
4 changes: 4 additions & 0 deletions campaigns/odd_zeta/OZ_RT_BZ_T3_010/.t3_011_c_branch_marker
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
issue=494
operation=OZ-RT-BZ-T3-011-C
predecessor_reviewed_head=7876a44286f3c958bf03ce120117c2cd689b2379
predecessor_merge=f8dc03a4e546a47b7a2b6d77a96d689f47e4d9a3
14 changes: 14 additions & 0 deletions campaigns/odd_zeta/OZ_RT_BZ_T3_010/README_011_B.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# OZ-RT-BZ-T3-011-B

This bounded successor tests exactly the 311 channel-linear lifts of T3-010-C unknowns whose complete global degree-zero response column is nonzero: 67 candidates in each of `n1`, `n2`, and `n3`, and 110 candidates in `k1`; `l1` remains mirror-derived.

For each candidate, the producer reconstructs the exact normalized cokernel witness, computes the exact obstruction pairing `lambda_c v_G`, rejects zero-pairing candidates without rank promotion, and runs exact Q rank/solution extraction only when the pairing is nonzero. The independent verifier reconstructs the C systems through the reverse path and treats exact rank and substitution as authoritative.

The operation does not admit pairs, arbitrary linear combinations, mixing with the exhausted zero-response bank, new harmonic support, a generic degree-one envelope, rational prefactors, adaptive basis growth, raw-jet reopening, or recurrence search.

Claim firewall remains:

- `residual_sum_zero_proved = false`
- `proof_effect = NONE`
- `promotion_effect = NONE`
- `t3_status = OPEN_WITH_CHARACTERIZED_BLOCKER`
19 changes: 19 additions & 0 deletions campaigns/odd_zeta/OZ_RT_BZ_T3_010/README_011_C.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# OZ-RT-BZ-T3-011-C

This operation audits the response-generator semantics used by the completed T3-011-B bounded search. It freezes the exact 311 independent nonzero-response single-channel lifts from T3-011-B and the 110 mirror-derived `l1` checks.

For each frozen candidate, a third response path reconstructs the raw finite difference of `x_c G` directly from the protected primitive harmonic shift semantics:

`Delta_c(x_c G) = (x_c + Delta_c x_c) S_c(G) - x_c G`.

The same path independently expands the discrete product rule

`Delta_c(x_c G) = x_c Delta_c(G) + (Delta_c x_c) S_c(G)`,

then requires exact equality with the existing T3-011-B producer response and the separately implemented T3-011-B verifier response.

The direct path is source-audited so it cannot call either predecessor lifted response generator, or the producer/verifier shift-specialization-response helper chain that would collapse the comparison into shared authority.

A successful audit terminates only as `T3_011_B_LIFTED_RESPONSE_GENERATOR_SEMANTICS_CERTIFIED`. A disagreement terminates fail-closed as `T3_011_B_LIFTED_RESPONSE_GENERATOR_SEMANTICS_MISMATCH`.

No candidate widening, pair search, generic degree-one envelope, support or harmonic enlargement, rational prefactor, raw-jet reopening, correction-layer recombination, recurrence search, or theorem promotion is authorized.
15 changes: 15 additions & 0 deletions campaigns/odd_zeta/OZ_RT_BZ_T3_010/README_011_D.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# OZ-RT-BZ-T3-011-D

Question: **does polynomial degree, by itself, break the cokernel obstruction while everything else remains frozen?**

The only admitted widening from the certified T3-011-B/C class is the multiplier `x_c -> x_c^2`. The producer scans the frozen 311 independent nonzero-response candidates in predecessor order and stops at the first exact nonzero pairing with the normalized base cokernel witness. If the independent bank remains invisible, the 110 `l1` mirror images of the frozen `k1` bank are checked before a negative terminal is allowed.

Producer response: `(x_c+h_c)^2 S_c(G)-x_c^2 G`.

Independent verifier response: `x_c^2 Delta_c(G)+(2 h_c x_c+h_c^2)S_c(G)`, compared under the exact T3-011-C semantic normal form over `Q[n,k,l]`.

Positive terminal: `MINIMAL_SINGLE_CHANNEL_QUADRATIC_COKERNEL_BREAKING_DIRECTION_FOUND`.

Negative terminal: `SINGLE_CHANNEL_QUADRATIC_RESPONSE_CLASS_COKERNEL_INVISIBLE`.

No pair search, mixed-channel monomial, arbitrary polynomial envelope, degree above two, support/harmonic enlargement, rational prefactor, adaptive growth, raw-jet reopening, recurrence search, recombination, proof, or promotion is authorized.
19 changes: 19 additions & 0 deletions campaigns/odd_zeta/OZ_RT_BZ_T3_010/README_011_E.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# OZ-RT-BZ-T3-011-E

T3-011-E asks whether the certified degree-0/1/2 cokernel annihilation closes the entire frozen single-channel polynomial-multiplier axis.

It does **not** scan degree 3, 4, and so on. Instead it derives finite raw moment ledgers for each frozen candidate:

- `<w, x^j S(G)>`;
- `<w, x^j G>`;
- `<w, (x+h)^j S(G)>`.

The semantic identity

`<w,(x+h)^d S(G)-x^d G> = sum_j binom(d,j) h^(d-j) <w,x^j S(G)> - <w,x^d G>`

then determines the all-degree sequence exactly.

A closure terminal requires the coordinate-shift relation to be representation-independent for all `d` and every remaining finite original moment to vanish. If the semantic relation itself fails, E stops at `POLYNOMIAL_CLOSURE_NOT_CERTIFIED__SEMANTIC_FUNCTIONAL_AMBIGUITY`. If the relation is sound but only finitely many higher original moments remain, E returns `POLYNOMIAL_CLOSURE_REDUCES_TO_FINITE_HIGHER_DEGREE_SET`.

No direct higher-degree response pairing is authorized.
77 changes: 77 additions & 0 deletions campaigns/odd_zeta/OZ_RT_BZ_T3_010/T3_010_C_CONTRACT.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
{
"schema_version": "1.0.0",
"issue": 403,
"operation": "SYMMETRY_REDUCED_CHANNEL_HARMONIC_BLOCK_WITH_SHELL_STRATA_001",
"stage": "T3_010_C_BOUNDED_EXACT_SHARED_COEFFICIENT_SOLUTION_EXTRACTION_GATE",
"t3_010_b_checkpoint": {
"validated_head": "3a6cfba4d8fc5f44d0b9f17e9521e9df43e83fc8",
"producer_blob": "11ce437f2a26d73d3362df3e923f6cf9c4cf91f9",
"contract_blob": "d6eae2adbd34d4d3d61e985d42d6e3d01ffcefd0",
"verifier_blob": "89e4100e7750ccc8b86c8ddb2e28b97a8e15b7cd",
"required_status": "EXACT_CORRECTION_FLUX_COEFFICIENT_MATRIX_RANK_CONSISTENCY_GATE_COMPLETE"
},
"bounded_correction_class": {
"id": "SUPPORT_LOCKED_ORIENTED_ONE_BODY_DEGREE0_WEIGHT_CORRECTION_001",
"coefficient_degree": 0,
"new_harmonic_monomials": false,
"adaptive_basis_growth": false,
"rational_prefactor_search": false,
"generic_198_raw_jet_reopened": false
},
"shared_coefficient_system": {
"field": "Q",
"unknown_identity": "scalar-family x support-locked oriented primitive correction weight",
"sharing_rule": "The same exact rational unknown is used in every structurally active shell stratum and every overlapping harmonic-block projection belonging to its independent shift channel.",
"independent_channels": [
"n1",
"n2",
"n3",
"k1"
],
"mirror_derived_channel": "l1",
"row_namespace": "local cell id x exact coefficient coordinate",
"row_namespace_reason": "Retaining the local cell id forbids cancellation between logically separate shell/block equations when constructing the global compatibility system.",
"global_consistency": "rank_Q([A_global|b_global]) = rank_Q(A_global)",
"global_inconsistency": "rank_Q([A_global|b_global]) > rank_Q(A_global)"
},
"solution_extraction": {
"admitted_only_for_globally_consistent_channel": true,
"exact_field": "Q",
"canonical_policy": "deterministic sparse elimination in declared unknown order with nonpivot/free coefficients set to zero",
"required_check": "direct exact substitution into every active local B equation",
"affine_solution_is_certificate": false,
"channelwise_solution_is_full_flux_certificate": false
},
"mirror_policy": {
"l1_independent_search": false,
"required_check": "Reconstruct the complete l1 global system independently, mirror the extracted k1 coefficient map exactly, and require exact substitution into all active l1 shell/block equations."
},
"negative_boundary": {
"meaning": "A globally inconsistent independent-channel system exactly excludes a complete shared-coefficient realization only for the declared support-locked degree-zero correction class.",
"higher_degree_excluded": false,
"expanded_support_excluded": false,
"other_correction_architectures_excluded": false,
"t3_refuted": false
},
"positive_boundary": {
"meaning": "Global channelwise compatibility plus exact coefficient extraction authorizes full correction-layer recombination as the next gate only.",
"full_correction_layer_recombined": false,
"full_symbolic_flux_identity_substituted": false,
"finite_boundary_assembly_completed": false,
"candidate_certificate": false,
"final_n_holonomic_search": false
},
"required_outputs": {
"global_exact_rank_and_augmented_rank_per_independent_channel": true,
"exact_solution_for_each_globally_consistent_channel": true,
"exact_local_substitution_replay": true,
"exact_k1_l1_solution_mirror": true,
"independent_verifier": true,
"mutation_tests": true
},
"finite_sampling_used_as_sum_proof": false,
"residual_sum_zero_proved": false,
"proof_effect": "NONE",
"promotion_effect": "NONE",
"t3_status": "OPEN_WITH_CHARACTERIZED_BLOCKER"
}
81 changes: 81 additions & 0 deletions campaigns/odd_zeta/OZ_RT_BZ_T3_010/T3_011_A_CONTRACT.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
{
"schema_version": "1.0.0",
"issue": 444,
"operation": "OZ-RT-BZ-T3-011-A",
"stage": "T3_011_A_EXACT_COKERNEL_GUIDED_SINGLE_CHANNEL_LINEAR_ZERO_RESPONSE_LIFT_VIABILITY_GATE",
"t3_010_c_checkpoint": {
"validated_head": "ca02bb6dad2970c169eb9b8745c871d4332447fb",
"producer_blob": "c6359f01c12011a22194bfe7ff960aa3e30452d3",
"contract_blob": "4f547f29d8bcb734f5e76816c5838d2b095a51b9",
"verifier_blob": "e7defaf7fb6fa05128923ecdb1023f07882d3d36",
"required_terminal": "BOUNDED_SUPPORT_LOCKED_DEGREE0_CORRECTION_CLASS_GLOBALLY_INCOMPATIBLE"
},
"bounded_correction_class": {
"id": "SUPPORT_LOCKED_SINGLE_CHANNEL_LINEAR_ZERO_RESPONSE_LIFT_001",
"base_class": "SUPPORT_LOCKED_ORIENTED_ONE_BODY_DEGREE0_WEIGHT_CORRECTION_001",
"independent_channels": ["n1", "n2", "n3", "k1"],
"mirror_derived_channel": "l1",
"channel_coordinate": {"n1": "n", "n2": "n", "n3": "n", "k1": "k", "l1": "l"},
"channel_coordinate_increment": {"n1": 1, "n2": 2, "n3": 3, "k1": 1, "l1": 1},
"candidate_bank": "exactly the complete-global-response-zero T3-010-C unknowns",
"expected_candidate_counts": {"n1": 49, "n2": 49, "n3": 49, "k1": 48},
"expected_independent_trials": 195,
"lifts_per_trial": 1,
"pairs_admitted": false,
"arbitrary_linear_combinations_admitted": false,
"new_harmonic_monomials": false,
"full_degree1_envelope": false,
"rational_prefactor_search": false,
"adaptive_basis_growth": false,
"generic_198_raw_jet_reopened": false
},
"lift_response": {
"equation": "Delta_c(x_c G)=x_c Delta_c(G)+(Delta_c x_c) S_c(G)",
"exact_field": "Q",
"coefficient_ring": "existing affine-Laurent Q ring from protected T3-009 residual canonicalization",
"shell_semantics": "preserve exact protected pinv specialization before coefficient-coordinate assembly"
},
"cokernel_gate": {
"witness": "deterministic finitely-supported exact row functional lambda_c",
"requirements": ["lambda_c A_c = 0", "lambda_c b_c = 1"],
"candidate_pairing": "lambda_c v_G",
"zero_pairing_rejection": true,
"nonzero_pairing_requires_exact_rank_test": true,
"rank_method": "exact Q incremental quotient/echelon reduction, with exact full-solver substitution for every rank-consistent candidate"
},
"canonical_selection": {
"candidate_order": "existing C unknown order restricted to zero global response columns",
"policy": "first exact-rank-consistent candidate in canonical order",
"selected_candidate_requires_exact_solution": true,
"selected_k1_requires_exact_l1_mirror_substitution": true
},
"positive_boundary": {
"meaning": "All four independent channels have a canonical single-lift exact solution and the selected k1 lift mirrors exactly to l1.",
"full_correction_layer_recombined": false,
"finite_boundary_assembly_completed": false,
"final_n_holonomic_search": false,
"next_gate": "separately governed full correction-layer reconstruction and exact recombination for the selected T3-011-A lift class"
},
"negative_boundary": {
"terminal": "BOUNDED_SINGLE_CHANNEL_LINEAR_ZERO_RESPONSE_LIFT_CLASS_EXHAUSTED",
"two_lift_class_authorized": false,
"full_degree1_authorized": false,
"expanded_support_authorized": false,
"rational_prefactor_search_authorized": false,
"generic_198_raw_jet_reopened": false
},
"required_outputs": {
"exact_cokernel_witness_per_independent_channel": true,
"exact_candidate_pairing_per_trial": true,
"exact_rank_classification_per_nonzero_pairing_trial": true,
"canonical_survivor_per_channel": true,
"exact_solution_and_substitution_for_rank_consistent_candidates": true,
"exact_k1_l1_mirror_for_selected_candidate": true,
"independent_verifier": true,
"mutation_tests": true
},
"residual_sum_zero_proved": false,
"proof_effect": "NONE",
"promotion_effect": "NONE",
"t3_status": "OPEN_WITH_CHARACTERIZED_BLOCKER"
}
5 changes: 5 additions & 0 deletions campaigns/odd_zeta/OZ_RT_BZ_T3_010/T3_011_B_AUTHORITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Authority

Issue #486 is the sole authority for this bounded successor. It descends from reviewed T3-011-A head `c7bdd6c76f7abd76ea39430dc6758418ea557a19` and merge commit `862f7680e1bf09f66f475c1f371f3c4a377f4cad`.

The authorized class is `SUPPORT_LOCKED_SINGLE_CHANNEL_LINEAR_NONZERO_RESPONSE_LIFT_001`; exactly 311 one-column trials before `l1` mirror reduction. All broader classes remain closed.
87 changes: 87 additions & 0 deletions campaigns/odd_zeta/OZ_RT_BZ_T3_010/T3_011_B_CONTRACT.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
{
"schema_version": "1.0.0",
"issue": 486,
"operation": "OZ-RT-BZ-T3-011-B",
"stage": "T3_011_B_EXACT_COKERNEL_ACTIVE_SINGLE_CHANNEL_LINEAR_NONZERO_RESPONSE_LIFT_VIABILITY_GATE",
"t3_011_a_checkpoint": {
"reviewed_head": "c7bdd6c76f7abd76ea39430dc6758418ea557a19",
"merge_commit": "862f7680e1bf09f66f475c1f371f3c4a377f4cad",
"producer_blob": "af3fc961e768b08c059ee40b2058b735df20a1fc",
"contract_blob": "395ba53261d5480d5e6912948624e092d5d0048b",
"verifier_blob": "84d765ddce83e8a5af9b5b8f2362423e7eeed90c",
"required_terminal": "BOUNDED_SINGLE_CHANNEL_LINEAR_ZERO_RESPONSE_LIFT_CLASS_EXHAUSTED"
},
"bounded_correction_class": {
"id": "SUPPORT_LOCKED_SINGLE_CHANNEL_LINEAR_NONZERO_RESPONSE_LIFT_001",
"base_class": "SUPPORT_LOCKED_ORIENTED_ONE_BODY_DEGREE0_WEIGHT_CORRECTION_001",
"independent_channels": ["n1", "n2", "n3", "k1"],
"mirror_derived_channel": "l1",
"channel_coordinate": {"n1": "n", "n2": "n", "n3": "n", "k1": "k", "l1": "l"},
"channel_coordinate_increment": {"n1": 1, "n2": 2, "n3": 3, "k1": 1, "l1": 1},
"candidate_bank": "exactly the complete-global-response-nonzero T3-010-C unknowns",
"expected_candidate_counts": {"n1": 67, "n2": 67, "n3": 67, "k1": 110},
"expected_independent_trials": 311,
"lifts_per_trial": 1,
"pairs_admitted": false,
"arbitrary_linear_combinations_admitted": false,
"mix_with_zero_response_bank": false,
"new_harmonic_monomials": false,
"full_degree1_envelope": false,
"rational_prefactor_search": false,
"adaptive_basis_growth": false,
"generic_198_raw_jet_reopened": false,
"recurrence_search": false
},
"lift_response": {
"equation": "Delta_c(x_c G)=x_c Delta_c(G)+(Delta_c x_c) S_c(G)",
"exact_field": "Q",
"coefficient_ring": "existing affine-Laurent Q ring from protected T3-009 residual canonicalization",
"shell_semantics": "preserve exact protected pinv specialization before coefficient-coordinate assembly"
},
"cokernel_gate": {
"witness": "deterministic finitely-supported exact row functional lambda_c",
"requirements": ["lambda_c A_c = 0", "lambda_c b_c = 1"],
"candidate_pairing": "lambda_c v_G",
"zero_pairing_rejection": true,
"nonzero_pairing_requires_exact_rank_test": true,
"rank_method": "exact Q incremental quotient/echelon reduction, with exact full-solver substitution for every rank-consistent candidate"
},
"canonical_selection": {
"candidate_order": "existing T3-010-C unknown order restricted to nonzero global response columns",
"policy": "first exact-rank-consistent candidate in canonical order",
"selected_candidate_requires_exact_solution": true,
"selected_k1_requires_exact_l1_mirror_substitution": true
},
"positive_boundary": {
"meaning": "All four independent channels have a canonical single-lift exact solution and the selected k1 lift mirrors exactly to l1.",
"full_correction_layer_recombined": false,
"finite_boundary_assembly_completed": false,
"final_n_holonomic_search": false,
"next_gate": "separately governed exact correction-layer reconstruction and recombination for the selected T3-011-B lift class"
},
"negative_boundary": {
"terminal": "BOUNDED_SINGLE_CHANNEL_LINEAR_NONZERO_RESPONSE_LIFT_CLASS_EXHAUSTED",
"cokernel_active_subset_may_be_retained_for_separate_successor": true,
"two_lift_class_authorized": false,
"full_degree1_authorized": false,
"expanded_support_authorized": false,
"rational_prefactor_search_authorized": false,
"generic_198_raw_jet_reopened": false,
"recurrence_search_authorized": false
},
"required_outputs": {
"exact_cokernel_witness_per_independent_channel": true,
"exact_candidate_pairing_per_trial": true,
"exact_pairing_distribution_per_channel": true,
"exact_rank_classification_per_nonzero_pairing_trial": true,
"canonical_survivor_per_channel": true,
"exact_solution_and_substitution_for_rank_consistent_candidates": true,
"exact_k1_l1_mirror_for_selected_candidate": true,
"independent_verifier": true,
"mutation_tests": true
},
"residual_sum_zero_proved": false,
"proof_effect": "NONE",
"promotion_effect": "NONE",
"t3_status": "OPEN_WITH_CHARACTERIZED_BLOCKER"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# T3-011-B result ledger semantics

The producer emits one exact JSON object. Each independent channel record contains the complete candidate ledger in canonical T3-010-C unknown order restricted to nonzero global response columns. Every trial records the exact cokernel pairing, whether an exact rank test was run, the resulting coefficient/augmented ranks when applicable, consistency classification, and any exact selected-solution digest.

Canonical channel dispositions are:

- `CANONICAL_SINGLE_LIFT_SURVIVOR`;
- `COKERNEL_ACTIVE_SINGLE_LIFTS_EXACTLY_INCONSISTENT`;
- `ALL_NONZERO_RESPONSE_SINGLE_LIFTS_COKERNEL_INVISIBLE`.

The aggregate terminal is positive only if all four independent channels have a canonical survivor and the selected `k1` solution mirrors exactly to `l1`; otherwise the bounded class terminates as `BOUNDED_SINGLE_CHANNEL_LINEAR_NONZERO_RESPONSE_LIFT_CLASS_EXHAUSTED`.
11 changes: 11 additions & 0 deletions campaigns/odd_zeta/OZ_RT_BZ_T3_010/T3_011_B_RUNBOOK.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# T3-011-B replay

Governed replay entrypoints:

```text
python3 campaigns/odd_zeta/OZ_RT_BZ_T3_010/t3_011_b.py
python3 campaigns/odd_zeta/OZ_RT_BZ_T3_010/verify_t3_011_b.py
python3 tests/test_oz_rt_bz_t3_011_b.py
```

The producer output is the authoritative 311-trial candidate ledger only after independent verifier agreement. No successor class is inferred until the canonical per-channel geometry is read from that exact output.
12 changes: 12 additions & 0 deletions campaigns/odd_zeta/OZ_RT_BZ_T3_010/T3_011_C_AUTHORITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Authority

Issue #494 is the sole authority for `OZ-RT-BZ-T3-011-C`.

The audit is pinned to:

- T3-011-B exact reviewed head `7876a44286f3c958bf03ce120117c2cd689b2379`;
- protected merge commit `f8dc03a4e546a47b7a2b6d77a96d689f47e4d9a3`;
- T3-011-B terminal `BOUNDED_SINGLE_CHANNEL_LINEAR_NONZERO_RESPONSE_LIFT_CLASS_EXHAUSTED`;
- exactly 311 independent frozen candidates (`n1=67`, `n2=67`, `n3=67`, `k1=110`) and 110 mirror-derived `l1` checks.

This authority is an implementation-semantics audit only. It creates no mathematical search authority beyond the frozen T3-011-B response bank.
Loading
Loading