def
definition
validStates
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.RRF.Core.Strain on GitHub at line 113.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
110 SL.strain.isBalanced x ∧ SL.ledger.isClosed x
111
112/-- The set of valid states. -/
113def validStates (SL : StrainLedger State) : Set State :=
114 { x | SL.isValid x }
115
116end StrainLedger
117
118end RRF.Core
119end IndisputableMonolith