structure
definition
def or abbrev
CorrectionDerivationCert
show as:
view Lean formalization →
formal statement (Lean)
169structure CorrectionDerivationCert where
170 atmospheric_from_faces : atmospheric_coefficient = cube_faces 3
171 solar_from_edges_minus_2 : solar_coefficient = cube_edges_count 3 - 2
172 cabibbo_from_faces_over_4 : cabibbo_coefficient = (cube_faces 3 : ℚ) / 4
173 coefficients_match : atmospheric_coefficient = 6 ∧
174 solar_coefficient = 10 ∧
175 cabibbo_coefficient = 3/2
176