def
definition
oceanographyCert
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.Physics.OceanographyFromRS on GitHub at line 31.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
28structure OceanographyCert where
29 five_layers : Fintype.card OceanLayer = 5
30
31def oceanographyCert : OceanographyCert where
32 five_layers := oceanLayerCount
33
34end IndisputableMonolith.Physics.OceanographyFromRS