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

ScatteringEntry

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)

 114structure ScatteringEntry where
 115  /-- Particle type (index). -/
 116  particleType : ℕ
 117  /-- Momentum. -/
 118  momentum : ℝ
 119  /-- The J-cost of this entry. -/
 120  cost : ℝ
 121  /-- Cost is non-negative. -/
 122  cost_nonneg : cost ≥ 0
 123
 124/-- A scattering ledger with initial and final states. -/

used by (2)

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

depends on (18)

Lean names referenced from this declaration's body.