structure
definition
def or abbrev
LedgerState
show as:
view Lean formalization →
formal statement (Lean)
77structure LedgerState (N : ℕ) where
78 config : Configuration N
79 tick : ℕ
80
81/-- Total log-ratio of a configuration: the conserved quantity.
82 This is the "charge" of the ledger — preserved under evolution. -/
used by (40)
-
diagonalHamiltonian -
H_ThermodynamicsVerified -
ledger_identity -
LedgerState -
totalInfoCost -
total_info_cost_nonneg -
admissible -
eight_tick_dissipation_limit -
landauer_bound_holds -
ledger_entropy -
LedgerState -
reciprocity_skew -
RecognitionCost -
RecognitionOperator -
total_dissipation_bound -
ledgerJlogCost -
ledgerJlogCost_nonneg -
ledgerJlogCost_post -
ledgerL1Cost -
ledgerL1Cost_eq_zero_iff -
ledgerL1Cost_post -
LedgerState -
LegalAtomicTick -
legalAtomicTick_implies_PostingStep -
legalAtomicTick_of_post -
legalAtomicTick_oneBitDiff -
minCost_monotoneStep_implies_postingStep -
minJlogCost_monotoneStep_implies_postingStep -
MonotoneLedger -
parity