No prose has been written for this declaration yet. The Lean source and graph data below render
without it.
generate prose now
formal statement (Lean)
62theorem alpha_W_gt_alpha : alpha < alpha_W := by
proof body
Tactic-mode proof.
63 unfold alpha_W
64 rw [lt_div_iff₀ sin2_theta_positive]
65 calc alpha * sin2_theta_W_rs
66 < alpha * 1 := by {
67 apply mul_lt_mul_of_pos_left _ alpha_pos_aux
68 linarith [sin2_theta_lt_half]
69 }
70 _ = alpha := mul_one _
71
72/-- sin²θ_W > 0 (needed for division). -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (9)
Lean names referenced from this declaration's body.
-
alpha
in IndisputableMonolith.Constants.Alpha
decl_use
-
mul_one
in IndisputableMonolith.Foundation.ArithmeticFromLogic
decl_use
-
for
in IndisputableMonolith.Foundation.UniversalForcingSelfReference
decl_use
-
sin2_theta_lt_half
in IndisputableMonolith.Masses.ElectroweakMasses
decl_use
-
sin2_theta_positive
in IndisputableMonolith.Masses.ElectroweakMasses
decl_use
-
sin2_theta_W_rs
in IndisputableMonolith.Masses.ElectroweakMasses
decl_use
-
alpha_W
in IndisputableMonolith.QFT.RunningCouplings
decl_use
-
alpha_pos_aux
in IndisputableMonolith.StandardModel.WeakCoupling
decl_use
-
alpha_W
in IndisputableMonolith.StandardModel.WeakCoupling
decl_use