pith. machine review for the scientific record. sign in
lemma proved wrapper

chainFlux_zero_of_balanced

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)

  72lemma chainFlux_zero_of_balanced {M} (L : Ledger M) (ch : Chain M)
  73  (hbal : ∀ u, L.debit u = L.credit u) :
  74  chainFlux L ch = 0 := by

proof body

One-line wrapper that applies simp.

  75  simp [chainFlux, phi_zero_of_balanced (M:=M) L hbal]
  76

used by (2)

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

depends on (12)

Lean names referenced from this declaration's body.