pith. machine review for the scientific record. sign in
theorem proved term proof

honestPhaseAdmissible_iff_charge_zero

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

  30theorem honestPhaseAdmissible_iff_charge_zero (zfd : ZetaPhaseFamilyData) :
  31    HonestPhaseAdmissible zfd ↔ zfd.sensor.charge = 0 := by

proof body

Term-mode proof.

  32  constructor
  33  · intro hadm
  34    exact charge_zero_of_honestPhaseAdmissible zfd hadm
  35  · intro hzero
  36    exact ⟨(honestPhaseFamily_cost_bounded_iff_charge_zero zfd).mpr hzero⟩
  37
  38/-- A global admissibility bridge for all honest zeta phase data. -/

used by (2)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (16)

Lean names referenced from this declaration's body.