def
definition
def or abbrev
RealizedDefectAnnularExcessBounded
show as:
view Lean formalization →
formal statement (Lean)
125def RealizedDefectAnnularExcessBounded (fam : DefectSampledFamily) : Prop :=
proof body
Definition body.
126 ∃ K : ℝ, ∀ N : ℕ, annularExcess (fam.mesh N) ≤ K
127
128/-! ### §3a. Ring-level regular-part error control -/
129
130/-- A ring-level regular-part error package for a realized sampled family.
131
132For each depth `N` and ring `n`, the sampled ring cost is bounded by the
133topological floor for its charge sector plus an error term coming from the
134regular factor in the local meromorphic factorization. The total error across
135all rings is uniformly bounded in `N`.
136
137This is the exact quantitative input needed to prove bounded annular excess. -/
used by (11)
-
honestPhase_routeC_bottleneck -
carrier_cost_bounded_of_shared_pair -
mkSharedCirclePair_carrier_excess_bounded -
canonicalDefectSampledFamily_excess_bounded -
realizedDefectAnnularExcessBounded_of_costBounded -
realizedDefectAnnularExcessBounded_of_ringRegularErrorBound -
realizedDefectCostBounded_iff_charge_zero_and_excessBounded -
realizedDefectCostBounded_of_charge_zero_and_excessBounded -
honestPhaseFamily_excess_bounded -
honestPhaseFamily_excess_bounded_of_perturbationWitness -
phaseFamily_excess_bounded_of_perturbationWitness