structure
definition
def or abbrev
ReggeSlopeCertificate
show as:
view Lean formalization →
formal statement (Lean)
40structure ReggeSlopeCertificate where
41 source : String
42 alphaPrime_GeV_inv2 : ℝ
43 uncertainty_GeV_inv2 : ℝ
44 uncertainty_nonneg : 0 ≤ uncertainty_GeV_inv2
45
46/-- Current external Regge slope placeholder (PDG-facing convention). -/