def
definition
consistentStates
show as:
view math explainer →
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
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