def
definition
decaySpectrumCert
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Physics.DecaySpectrumFromPhiLadder on GitHub at line 43.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
40 phi_ratio : ∀ k, lifetime (k + 1) / lifetime k = phi
41 lifetime_always_pos : ∀ k, 0 < lifetime k
42
43noncomputable def decaySpectrumCert : DecaySpectrumCert where
44 five_channels := decayChannel_count
45 phi_ratio := lifetime_ratio
46 lifetime_always_pos := lifetime_pos
47
48end IndisputableMonolith.Physics.DecaySpectrumFromPhiLadder