pith. machine review for the scientific record. sign in
def

electroweakBosons

definition
show as:
view math explainer →
module
IndisputableMonolith.Physics.ElectroweakBosons
domain
Physics
line
236 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Physics.ElectroweakBosons on GitHub at line 236.

browse module

All declarations in this module, on Recognition.

explainer page

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

formal source

 233/-! ## 8-Tick Connection -/
 234
 235/-- The W, Z, photon, and Higgs form a 4-boson electroweak sector. -/
 236def electroweakBosons : ℕ := 4
 237
 238/-- 8 / 2 = 4 bosons. -/
 239theorem electroweak_8_tick : 8 / 2 = 4 := by native_decide
 240
 241/-- The Z⁰ has 3 polarization states (massive spin-1). -/
 242def zPolarizations : ℕ := 3
 243
 244/-- The W⁺ and W⁻ together have 6 polarization states. -/
 245def wPolarizations : ℕ := 6  -- 3 each for W⁺ and W⁻
 246
 247end
 248
 249end ElectroweakBosons
 250end Physics
 251end IndisputableMonolith