recognition /
LedgerPostingAdjacency /
LedgerPostingAdjacency /
explainer
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)
159 def MonotoneLedger {d : Nat} (L L' : LedgerState d) : Prop :=
proof body
Definition body.
160 (∀ i : Fin d, L.debit i ≤ L'.debit i) ∧ (∀ i : Fin d, L.credit i ≤ L'.credit i)
161
162 /-- A small “legality” predicate: monotone ledger counts + unit L1 step. -/
used by (5)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (11)
Lean names referenced from this declaration's body.
step
in IndisputableMonolith.Complexity.CellularAutomata
decl_use
A
in IndisputableMonolith.Foundation.IntegrationGap
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
A
in IndisputableMonolith.Masses.Anchor
decl_use
A
in IndisputableMonolith.Modal.Actualization
decl_use
LedgerState
in IndisputableMonolith.QFT.GaugeInvariance
decl_use
L
in IndisputableMonolith.Recognition
decl_use
L
in IndisputableMonolith.Recognition.Cycle3
decl_use