theorem
proved
term proof
physical_sensor_charge_zero
show as:
view Lean formalization →
formal statement (Lean)
947theorem physical_sensor_charge_zero (ps : PhysicalSensor) :
948 ps.val.charge = 0 :=
proof body
Term-mode proof.
949 (ontological_dichotomy ps.val).mpr ps.property
950
951/-- **RH from the ontological dichotomy.** If every sensor physically exists,
952then every sensor has charge `0`. -/