Retained repaired certificate records: equal II b normal families
ProvedFreiman.middleRepair_cert_retained_equal_II_b_normal_validcertificatescontinued-fractionshall-ray
Let be the fixed middle-interval certificate catalog and the row family of the M2B table. Every catalog record whose goal lies in , and every parent index listed by , carries a valid retained repaired contradiction certificate whenever no ledger redirect applies:
Validity means that the adapted certificate has valid witness metadata and that each of its two bounds belongs to the repaired premises computed for that record and that parent. This is the exact family restriction of middleRepair_cert_retained_pairs_valid to the single row , with the original catalog, ledger, and definitions preserved.
Preamble
import Definitions.Def_Freiman_middleRepairLedger open Freiman
Formal statement
theorem Freiman.middleRepair_cert_retained_equal_II_b_normal_valid :
∀ rec ∈ middleCertData.records,
(middleCertGoal middleCertData rec.goal).family ∈ ([6] : List ℕ) →
∀ parent ∈ rec.parents,
middleRepairRedirects.find? (fun a => middleRepairRedirectMatches a rec parent) = none →
middleRepairRecordValid middleCertData middleRepairRedirects rec parent := by sorrySource
Freiman report (8 September 2026), M2B §§8–9 and complete middle-interval certificate appendix; unchanged middleCertData and incoming-order middleRepairRedirects ledger. Exact family restriction of middleRepair_cert_retained_pairs_valid.