def
definition
def or abbrev
validStates
show as:
view Lean formalization →
formal statement (Lean)
113def validStates (SL : StrainLedger State) : Set State :=
proof body
Definition body.
114 { x | SL.isValid x }
115
116end StrainLedger
117
118end RRF.Core
119end IndisputableMonolith