theorem
proved
term proof
ledgerVecStep_oneBitDiff
show as:
view Lean formalization →
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