def
definition
def or abbrev
chosenDefectPhasePerturbationWitness
show as:
view Lean formalization →
formal statement (Lean)
89noncomputable def chosenDefectPhasePerturbationWitness (sensor : DefectSensor)
90 (hm : sensor.charge ≠ 0) :
91 DefectPhasePerturbationWitness (chosenDefectPhaseFamily sensor hm) :=
proof body
Definition body.
92 Classical.choice ((Classical.choose_spec
93 (defect_phase_family_with_perturbation_exists sensor hm)).2)
94
95/-- The canonical realized sampled family attached to a hypothetical defect. -/