pith. machine review for the scientific record. sign in
theorem

ledger_algebra_consistent

proved
show as:
view math explainer →
module
IndisputableMonolith.RRF.Foundation.Ledger
domain
RRF
line
214 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.RRF.Foundation.Ledger on GitHub at line 214.

browse module

All declarations in this module, on Recognition.

explainer page

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

depends on

formal source

 211  double_entry : DoubleEntry := double_entry_exists
 212
 213/-- The ledger algebra is consistent. -/
 214theorem ledger_algebra_consistent : Nonempty LedgerAlgebra := ⟨{}⟩
 215
 216end RRF.Foundation
 217end IndisputableMonolith