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

ThermalFixedPointCert

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)

 175structure ThermalFixedPointCert where
 176  char_poly_root : fibonacci_char_poly phi = 0
 177  uniqueness : ∀ r : ℝ, 0 < r → fibonacci_char_poly r = 0 → r = phi
 178  cascade : ∀ n : ℕ, phi ^ (n + 2) = phi ^ (n + 1) + phi ^ n
 179  eigenvalue : thermal_eigenvalue = phi
 180  nu : nu_leading = 1 / phi
 181

used by (1)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (3)

Lean names referenced from this declaration's body.