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

PMNSCert

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

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Physics.PMNSMixingAnglesFromRS on GitHub at line 52.

browse module

All declarations in this module, on Recognition.

explainer page

A cached Ask Recognition explainer exists for this declaration.

open explainer

depends on

used by

formal source

  49  · rw [inv_lt_comm₀ phi_pos (by norm_num)]
  50    linarith
  51
  52structure PMNSCert where
  53  five_params : Fintype.card PMNSParameter = 5
  54  maximal_mix : Real.tan (Real.pi / 4) = 1
  55  solar_tangent_band : (0.617 : ℝ) < solarTangent ∧ solarTangent < 0.623
  56
  57noncomputable def pmnsCert : PMNSCert where
  58  five_params := pmnsParameterCount
  59  maximal_mix := maximal_mixing
  60  solar_tangent_band := solarTangent_band
  61
  62end IndisputableMonolith.Physics.PMNSMixingAnglesFromRS