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

decaySpectrumCert

definition
show as:
view math explainer →
module
IndisputableMonolith.Physics.DecaySpectrumFromPhiLadder
domain
Physics
line
43 · github
papers citing
none yet

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

A cached Ask Recognition explainer exists for this declaration.

open explainer

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