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

postingStep_iff_legalAtomicTick

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)

 924theorem postingStep_iff_legalAtomicTick {d : Nat} {L L' : LedgerState d} :
 925    PostingStep (d := d) L L' ↔ LegalAtomicTick (d := d) L L' :=

proof body

Term-mode proof.

 926  ⟨postingStep_implies_legalAtomicTick (d := d), legalAtomicTick_implies_PostingStep (d := d)⟩
 927
 928/-! ### Optional B3-style tightening: minimal cost (among monotone, nontrivial steps) ⇒ posting -/
 929

used by (1)

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

depends on (14)

Lean names referenced from this declaration's body.