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

sin2ThetaW_observed

show as:
view Lean formalization →

The declaration supplies the measured value of the weak mixing angle squared equal to 0.2229 at the Z mass scale in the MS-bar scheme. Particle physicists and Recognition Science model builders cite it when comparing phi-derived predictions against electroweak data. It is introduced as a direct numeric definition without further computation.

claimThe observed value of $sin^2 theta_W$ at the Z-boson mass scale in the MS-bar scheme equals 0.2229.

background

Recognition Science derives the Weinberg angle from eight-tick phase geometry, where electroweak mixing arises as an embedding angle optimized by the self-similar fixed point phi. The module targets this value to fix the relative strengths of electromagnetic and weak forces via the phi-ladder structure.

proof idea

The definition is a direct numeric assignment of the constant 0.2229. No lemmas are applied.

why it matters in Recognition Science

This definition anchors experimental comparison in the WeinbergAngle module. It feeds the theorem best_prediction_close_to_observed, which verifies the best phi-based prediction lies within 0.01, and the bounds theorem establishing the interval 0.22 to 0.23. It realizes the SM-004 target of obtaining the weak mixing angle from phi-structure and the eight-tick octave.

scope and limits

Lean usage

theorem bounds_check : sin2ThetaW_observed > 0.22 ∧ sin2ThetaW_observed < 0.23 := by unfold sin2ThetaW_observed; constructor <;> norm_num

formal statement (Lean)

  39noncomputable def sin2ThetaW_observed : ℝ := 0.2229

proof body

Definition body.

  40
  41/-- Uncertainty in sin²(θ_W). -/

used by (3)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (1)

Lean names referenced from this declaration's body.