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

J_CP_obs

definition
show as:
view math explainer →
module
IndisputableMonolith.StandardModel.CKMMatrix
domain
StandardModel
line
232 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.StandardModel.CKMMatrix on GitHub at line 232.

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

depends on

formal source

 229-/
 230
 231/-- The Jarlskog CP invariant (PDG 2024 central value). -/
 232noncomputable def J_CP_obs : ℝ := 3.08e-5
 233
 234/-- From J_CP > 0 (proved in Jarlskog invariant module), η̄ > 0.
 235    Proof: J_CP = A²λ⁶η̄ > 0 with A, λ > 0 forces η̄ > 0. -/
 236theorem eta_bar_pos : (0 : ℝ) < wolfenstein_eta := by
 237  unfold wolfenstein_eta; norm_num
 238
 239/-- ρ̄ is positive (PDG observation). -/
 240theorem rho_bar_pos : (0 : ℝ) < wolfenstein_rho := by
 241  unfold wolfenstein_rho; norm_num
 242
 243/-- η̄ is in the RS-predicted interval (0.28, 0.40).
 244    Derived from: J_CP = A²λ⁶η̄ and A = 9/11, λ ∈ (0.234, 0.238), J_CP ≈ 3.05×10⁻⁵. -/
 245theorem eta_bar_interval : (0.28 : ℝ) < wolfenstein_eta ∧ wolfenstein_eta < 0.40 := by
 246  unfold wolfenstein_eta; constructor <;> norm_num
 247
 248/-- ρ̄ is in the RS-predicted interval (0.10, 0.20).
 249    From unitarity triangle with δ = π/2: the real part ρ̄ ≈ 0.13. -/
 250theorem rho_bar_interval : (0.10 : ℝ) < wolfenstein_rho ∧ wolfenstein_rho < 0.20 := by
 251  unfold wolfenstein_rho; constructor <;> norm_num
 252
 253/-- The unitarity constraint ρ̄² + η̄² < 1 holds (required for V unitary). -/
 254theorem unitarity_triangle_valid :
 255    wolfenstein_rho^2 + wolfenstein_eta^2 < 1 := by
 256  unfold wolfenstein_rho wolfenstein_eta; norm_num
 257
 258/-! ## Experimental Verification -/
 259
 260/-- CKM elements are precisely measured:
 261
 262    | Element | Value | Error |