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

consistentStates

definition
show as:
view math explainer →
module
IndisputableMonolith.RRF.Core.Glossary
domain
RRF
line
83 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.RRF.Core.Glossary on GitHub at line 83.

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

  80  SL.strain.isBalanced x ∧ SL.ledger.isClosed x
  81
  82/-- The set of RRF-consistent states. -/
  83def consistentStates {State : Type*} (SL : StrainLedger State) : Set State :=
  84  { x | isConsistent SL x }
  85
  86end RRF.Core
  87end IndisputableMonolith