pith. machine review for the scientific record. sign in
theorem proved term proof high

eta_bar_pos

show as:
view Lean formalization →

Positivity of the Wolfenstein eta-bar parameter follows from its constant definition in the CKM module. Researchers modeling CP violation in the quark sector cite it to fix the sign of the Jarlskog invariant. The proof is a one-line wrapper that unfolds the definition and normalizes the numerical inequality.

claimIn the Wolfenstein parametrization of the CKM matrix, the CP-violation parameter satisfies $0 < 0.35$.

background

The StandardModel.CKMMatrix module derives the CKM matrix from phi-quantized mixing angles tied to the 8-tick phase structure. Wolfenstein_eta is defined as the constant 0.35 that encodes the observed CP phase. Upstream results supply foundational structures for collision-free empirical programs and simplicial ledgers that underwrite the overall construction.

proof idea

The term proof unfolds the definition of wolfenstein_eta to the literal value 0.35 and applies norm_num to discharge the strict inequality.

why it matters in Recognition Science

This theorem fixes the positive sign of eta-bar, which is required for J_CP = A²λ⁶η-bar > 0 in the Jarlskog invariant. It anchors the CKM derivations from golden-ratio geometry in the Recognition Science framework and aligns with the eight-tick octave. No downstream uses are recorded.

scope and limits

formal statement (Lean)

 236theorem eta_bar_pos : (0 : ℝ) < wolfenstein_eta := by

proof body

Term-mode proof.

 237  unfold wolfenstein_eta; norm_num
 238
 239/-- ρ̄ is positive (PDG observation). -/

depends on (5)

Lean names referenced from this declaration's body.