pith. machine review for the scientific record. sign in
def definition def or abbrev

rrfFormalizationOctave

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

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. -/

depends on (8)

Lean names referenced from this declaration's body.