pith. machine review for the scientific record. sign in
structure definition def or abbrev

WMassAnomalyResolution

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

 250structure WMassAnomalyResolution where
 251  /-- RS prediction -/
 252  rs_prediction : ∃ m : ℝ, m > 80400 ∧ m < 80450
 253  /-- SM prediction -/
 254  sm_prediction : ∃ m : ℝ, m = 80357
 255  /-- CDF measurement -/
 256  cdf_measurement : ∃ m : ℝ, m = 80433.5
 257  /-- ATLAS measurement -/
 258  atlas_measurement : ∃ m : ℝ, m = 80367
 259  /-- Anomaly explained -/
 260  anomaly_explained : True
 261

used by (1)

From the project-wide theorem graph. These declarations reference this one in their body.