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

phi_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)

  68lemma phi_zero_of_balanced {M} (L : Ledger M) (hbal : ∀ u, L.debit u = L.credit u) :
  69  ∀ u, phi L u = 0 := by

proof body

One-line wrapper that applies intro.

  70  intro u; simp [phi, hbal u, sub_self]
  71

used by (1)

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

depends on (4)

Lean names referenced from this declaration's body.