theorem
proved
term proof
proxyPhysicalizationBridge_iff_charge_zero
show as:
view Lean formalization →
formal statement (Lean)
105theorem proxyPhysicalizationBridge_iff_charge_zero (sensor : DefectSensor) :
106 ProxyPhysicalizationBridge sensor ↔ sensor.charge = 0 :=
proof body
Term-mode proof.
107 (proxyPhysicalizationBridge_iff_physicallyExists sensor).trans
108 (charge_zero_iff_physicallyExists sensor).symm
109
110/-- The bridge holds unconditionally for charge-zero sensors. -/