pith. machine review for the scientific record. sign in
theorem proved term proof

core_transport_zero

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)

 132theorem core_transport_zero {siteCount : ℕ}
 133    (op : CoreNSOperator siteCount) :
 134    totalTransport op.contributions = 0 := by

proof body

Term-mode proof.

 135  unfold totalTransport
 136  rw [op.transport_def]
 137  exact total_conservativeTransportField_zero _ _
 138
 139/-! ## Derived Pair-Budget Fields -/
 140
 141/-- Pair amplitude derived from the core: normalized vorticity at each site. -/

used by (1)

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

depends on (7)

Lean names referenced from this declaration's body.