structure
definition
def or abbrev
RSLedger
show as:
view Lean formalization →
formal statement (Lean)
183structure RSLedger where
184 dimension : ℕ := 3
proof body
Definition body.
185 ratio : ℝ := phi
186 cycleLength : ℕ := 8
187
188/-- A discrete conservative system. -/