pith. machine review for the scientific record. sign in
structure

GeoengineeringCert

definition
show as:
view math explainer →
module
IndisputableMonolith.Climate.GeoengineeringApproachesFromConfigDim
domain
Climate
line
47 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Climate.GeoengineeringApproachesFromConfigDim on GitHub at line 47.

browse module

All declarations in this module, on Recognition.

explainer page

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

depends on

used by

formal source

  44  unfold safeBandLower safeBandUpper
  45  refine ⟨?_, ?_⟩ <;> norm_num
  46
  47structure GeoengineeringCert where
  48  five_approaches : Fintype.card GeoengineeringApproach = 5
  49  band_well_defined : safeBandLower < safeBandUpper
  50  band_inhabited : safeBandLower < 0.118 ∧ 0.118 < safeBandUpper
  51
  52noncomputable def geoengineeringCert : GeoengineeringCert where
  53  five_approaches := geoengineeringApproach_count
  54  band_well_defined := safeBand_nondegenerate
  55  band_inhabited := safeBand_contains_phi_point
  56
  57end IndisputableMonolith.Climate.GeoengineeringApproachesFromConfigDim