def
definition
def or abbrev
rrfFormalizationOctave
show as:
view Lean formalization →
formal statement (Lean)
112def rrfFormalizationOctave : FormalizationAsOctave := {
proof body
Definition body.
113 octave_type := "logical",
114 strain := fun c => c.source.length, -- Simplistic: length as complexity
115 elegance := fun c => 1.0 / (c.source.length : ℝ)
116}
117
118
119/-! ## Fixed Point Structure -/
120
121/-- A fixed point: the description describes itself accurately. -/