structure
definition
MediumStateH
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Flight.Medium on GitHub at line 70.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
67 value : ℝ
68
69/-- Attach a helicity proxy to a medium state (display-level wrapper). -/
70structure MediumStateH where
71 S : MediumState
72 H : HelicityProxy
73
74end Medium
75end Flight
76end IndisputableMonolith
77