structure
definition
def or abbrev
WeakForceCert
show as:
view Lean formalization →
formal statement (Lean)
41structure WeakForceCert where
42 five_types : Fintype.card WeakDecayType = 5
43 phi10_val : phi ^ 10 = 55 * phi + 34
44 phi10_bound : phi ^ 10 > 100
45