pith. machine review for the scientific record. sign in
def definition def or abbrev

couplingRatio

show as:
view Lean formalization →

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)

 145noncomputable def couplingRatio : ℝ :=

proof body

Definition body.

 146  -- tan(θ_W) = g'/g
 147  -- sin²(θ_W) = g'² / (g² + g'²) ≈ 0.223
 148  Real.sqrt (sin2ThetaW / (1 - sin2ThetaW))
 149
 150/-- **THEOREM**: tan(θ_W) ≈ 0.536. -/

depends on (1)

Lean names referenced from this declaration's body.