structure
definition
WeatherPredictabilityCert
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Meteorology.WeatherPredictabilityFromJCost on GitHub at line 29.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
used by
formal source
26
27theorem predictionRangeCount : Fintype.card PredictionRange = 5 := by decide
28
29structure WeatherPredictabilityCert where
30 five_ranges : Fintype.card PredictionRange = 5
31 skill_threshold : CanonicalCert
32
33noncomputable def weatherPredictabilityCert : WeatherPredictabilityCert where
34 five_ranges := predictionRangeCount
35 skill_threshold := cert
36
37end IndisputableMonolith.Meteorology.WeatherPredictabilityFromJCost