pith. machine review for the scientific record. sign in
def definition def or abbrev

zetaDerivedPhaseFamily

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)

 348noncomputable def zetaDerivedPhaseFamily
 349    (sensor : DefectSensor)
 350    (qlf : QuantitativeLocalFactorization)
 351    (horder : qlf.order = -sensor.charge) : DefectPhaseFamily where
 352  sensor := sensor

proof body

Definition body.

 353  witnessRadius := qlf.radius
 354  witnessRadius_pos := qlf.radius_pos
 355  phaseAtLevel n hn := zetaDerivedPhaseData qlf n hn
 356  charge_uniform n hn := by
 357    have := zetaDerivedPhaseData_charge qlf n hn
 358    rw [this, horder, neg_neg]
 359

used by (9)

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

depends on (7)

Lean names referenced from this declaration's body.