structure
definition
def or abbrev
HonestPhaseCostBridge
show as:
view Lean formalization →
formal statement (Lean)
148structure HonestPhaseCostBridge where
149 cost_bounded_of_honest_phase :
150 ∀ (sensor : WitnessedDefectSensor) (zfd : ZetaPhaseFamilyData),
151 zfd.sensor = sensor.toDefectSensor →
152 RealizedDefectAnnularCostBounded (zfd.phaseFamily.toSampledFamily)
153
154/-- Any honest-phase cost bridge discharges the sole remaining analytic
155charge-zero target. -/
used by (9)
-
charge_zero_of_honest_phase_of_costBridge -
direct_rh_from_honestPhaseCostBridge -
direct_rh_from_zero_free_criterion -
HonestPhaseCostBridge_iff_rh -
honestPhaseCostBridge_of_EBBA -
HonestPhaseCostBridge_of_rh -
rh_chain_summary_legacy -
zeroFreeCriterion_of_honestPhaseCostBridge -
honest_argument_principle_phase_family