Skip to content

Commit

Permalink
Update src/Init/Data/BitVec/Bitblast.lean
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkeizer authored Sep 24, 2024
1 parent df8887e commit 2839738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Init/Data/BitVec/Bitblast.lean
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ private theorem two_mul_add_sub_lt_of_lt_of_lt_two (h : a < x) (hy : y < 2) :

/-- We show that the output of `divSubtractShift` is lawful, which tells us that it
obeys the division equation. -/
def lawful_divSubtractShift (qr : DivModState w) (h : qr.Poised args) :
theorem lawful_divSubtractShift (qr : DivModState w) (h : qr.Poised args) :
DivModState.Lawful args (divSubtractShift args qr) := by
rcases args with ⟨n, d⟩
simp only [divSubtractShift, decide_eq_true_eq]
Expand Down

0 comments on commit 2839738

Please sign in to comment.