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

PhysicallyRealizableLedger

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)

 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)

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

depends on (13)

Lean names referenced from this declaration's body.