class
definition
def or abbrev
PhysicallyRealizableLedger
show as:
view Lean formalization →
formal statement (Lean)
245class PhysicallyRealizableLedger (sensor : DefectSensor) where
246 admissible : EulerTraceAdmissible sensor
247 scalarState : ℕ → ℝ
248 scalarStatePos : ∀ N : ℕ, 0 < scalarState N
249 scalarDefectBounded :
250 ∃ K : ℝ, ∀ N : ℕ,
251 IndisputableMonolith.Foundation.LawOfExistence.defect (scalarState N) ≤ K
252
253/-- A realizable ledger is boundary-approaching if its scalar proxy state can
254be driven arbitrarily close to `0`. -/
used by (29)
-
divergence_witnesses_boundary_of_cert -
no_cost_divergent_sensor_of_boundary_transport -
concreteEulerLedgerOntologyInterface_exists -
EulerLedgerOntologyInterface -
EulerLedgerOntologyInterface -
EulerLedgerOntologyInterface -
euler_ledger_realizable -
EulerRealizableLedgerCert -
physicallyExists_of_ProxyPhysicalizationBridge -
ProxyPhysicalizationBridge -
proxyPhysicalizationBridge_iff_physicallyExists -
realizable_not_boundary_approaching -
T1BoundaryExclusionCert -
BoundaryApproaching -
bridge_contradiction_core -
CollapseBoundaryTransport -
DivergenceWitnessesBoundary -
EBBA_of_rh -
EulerBoundaryBridgeAssumption -
euler_divergence_witnesses_boundary -
euler_physically_realizable -
eulerPhysicallyRealizableLedger -
eulerScalarProxy_not_boundaryApproaching -
obstruction_structural_asymmetry -
ontological_exclusion -
ontological_exclusion_of_realizable -
physicallyRealizableLedger_not_boundaryApproaching -
UnifiedRHCert -
unified_rh_cert_of_bridge