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

AttractorStructureCert

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)

  62structure AttractorStructureCert where
  63  cost_nonneg : ∀ {N : ℕ} (s : ClimatePhasePoint N), 0 ≤ climateJCost s
  64  vacuum_zero : ∀ {N : ℕ}, climateJCost (fun _ : Fin N => (0 : ℝ)) = 0
  65  vacuum_minimum :
  66    ∀ {N : ℕ} (s : ClimatePhasePoint N),
  67      climateJCost (fun _ : Fin N => (0 : ℝ)) ≤ climateJCost s
  68

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.