theorem
proved
term proof
ckm_cert_exists
show as:
view Lean formalization →
formal statement (Lean)
100theorem ckm_cert_exists : Nonempty CKMCert :=
proof body
Term-mode proof.
101 ⟨{ hierarchy := ckm_hierarchy
102 unitarity_bound := ckm_unitarity_structural
103 torsion_structure := torsion_differences }⟩
104
105end
106
107end IndisputableMonolith.Particles.CKMDerivation