def
definition
def or abbrev
predictions
show as:
view Lean formalization →
formal statement (Lean)
203def predictions : List String := [
proof body
Definition body.
204 "sin²(θ_W) related to 1/(2φ + 1)",
205 "m_W / m_Z ≈ 0.88",
206 "θ_W constrained by 8-tick geometry"
207]
208
209/-! ## Falsification Criteria -/
210
211/-- The derivation would be falsified by:
212 1. No φ-connection to sin²(θ_W)
213 2. Mass ratio not following cos(θ_W)
214 3. Running not following φ-scaling -/