pith. machine review for the scientific record. sign in
theorem

T3_continuity

proved
show as:
view math explainer →
module
IndisputableMonolith.Chain
domain
Chain
line
55 · github
papers citing
none yet

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Chain on GitHub at line 55.

browse module

All declarations in this module, on Recognition.

explainer page

A cached Ask Recognition explainer exists for this declaration.

open explainer

depends on

formal source

  52  have hv' : v = w := huniq v hv
  53  exact hu'.trans hv'.symm
  54
  55theorem T3_continuity {M} (L : Ledger M) [Conserves L] :
  56  ∀ ch : Chain M, ch.head = ch.last → chainFlux L ch = 0 := Conserves.conserve
  57
  58end IndisputableMonolith