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)
1030noncomputable def run {d : Nat} (L0 : LedgerState d) (sched : Nat → PostInstr d) : Nat → LedgerState d
1031| 0 => L0
1032| (t + 1) =>
1033 let prev := run L0 sched t
proof body
Definition body.
1034 post prev (sched t).1 (sched t).2
1035
used by (12)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (9)
Lean names referenced from this declaration's body.
-
run
in IndisputableMonolith.ClassicalBridge.Fluids.LNAL
decl_use
-
LedgerState
in IndisputableMonolith.Foundation.VariationalDynamics
decl_use
-
LedgerState
in IndisputableMonolith.Information.InformationIsLedger
decl_use
-
LedgerState
in IndisputableMonolith.Information.Thermodynamics
decl_use
-
LedgerState
in IndisputableMonolith.LedgerPostingAdjacency
decl_use
-
post
in IndisputableMonolith.LedgerPostingAdjacency
decl_use
-
PostInstr
in IndisputableMonolith.LedgerPostingAdjacency
decl_use
-
LedgerState
in IndisputableMonolith.QFT.GaugeInvariance
decl_use
-
prev
in IndisputableMonolith.RRF.Hypotheses.EightTick
decl_use