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

ledgerVecStep_oneBitDiff

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)

 105theorem ledgerVecStep_oneBitDiff {d : Nat} {x y : LedgerVecState d} (h : ledgerVecStep d x y) :
 106    OneBitDiff (ledgerVecParity d x) (ledgerVecParity d y) := by

proof body

Term-mode proof.

 107  simpa [ledgerVecStep, ledgerVecParity] using
 108    (coordAtomicStep_oneBitDiff (d := d) (x := x) (y := y) h)
 109
 110end LedgerParityAdjacency
 111end IndisputableMonolith

depends on (5)

Lean names referenced from this declaration's body.