theorem
proved
strong_vs_em
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Nuclear.QCDToNuclearBridge on GitHub at line 139.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
136 apply div_lt_div_of_pos_right hgoal hσ_pos
137
138/-- Strong coupling is larger than EM coupling. -/
139theorem strong_vs_em : (1/137 : ℝ) < alpha_strong := by
140 unfold alpha_strong alpha_s_geom; norm_num
141
142end
143
144end QCDToNuclearBridge
145end Nuclear
146end IndisputableMonolith