def
definition
def or abbrev
ProxyPhysicalizationBridge
show as:
view Lean formalization →
formal statement (Lean)
38def ProxyPhysicalizationBridge (sensor : DefectSensor) : Prop :=
proof body
Definition body.
39 let pkg := concreteEulerLedgerOntologyInterface sensor
40 letI : PhysicallyRealizableLedger sensor := pkg.realizableProxy
41 (∃ K : ℝ, ∀ N : ℕ,
42 IndisputableMonolith.Foundation.LawOfExistence.defect
43 (PhysicallyRealizableLedger.scalarState (sensor := sensor) N) ≤ K) →
44 PhysicallyExists sensor
45
46/-- If the proxy physicalization bridge holds for a sensor, then the concrete
47Euler-ledger ontology package yields `PhysicallyExists` for that sensor. -/
used by (7)
-
not_proxyPhysicalizationBridge_of_charge_ne_zero -
physicallyExists_of_ProxyPhysicalizationBridge -
proxyPhysicalizationBridge_iff_charge_zero -
proxyPhysicalizationBridge_iff_physicallyExists -
proxyPhysicalizationBridge_of_charge_zero -
rh_from_ZeroInducedProxyPhysicalizationBridge -
ZeroInducedProxyPhysicalizationBridge