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

SharedCircleFamilyPair

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)

  57structure SharedCircleFamilyPair where
  58  sensor : DefectSensor
  59  carrierPhaseFamily : DefectPhaseFamily
  60  defectPhaseFamily : DefectPhaseFamily
  61  carrier_sensor_charge_zero : carrierPhaseFamily.sensor.charge = 0
  62  defect_sensor_eq : defectPhaseFamily.sensor = sensor
  63  shared_radius : carrierPhaseFamily.witnessRadius = defectPhaseFamily.witnessRadius
  64
  65/-- The carrier family in a shared-circle pair has bounded annular cost
  66because its charge is 0 (topological floor vanishes). -/

used by (4)

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

depends on (12)

Lean names referenced from this declaration's body.