Skip to content

Commit

Permalink
add mul_one|one_mul
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasgrosser committed Oct 27, 2024
1 parent af063c4 commit 743a58b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Std/Tactic/BVDecide/Normalize/BitVec.lean
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ theorem BitVec.add_const_right' (a b c : BitVec w) : (a + b) + c = (b + c) + a :
attribute [bv_normalize] BitVec.mul_zero
attribute [bv_normalize] BitVec.zero_mul

attribute [bv_normalize] BitVec.mul_one
attribute [bv_normalize] BitVec.one_mul

attribute [bv_normalize] BitVec.shiftLeft_zero
attribute [bv_normalize] BitVec.zero_shiftLeft

Expand Down

0 comments on commit 743a58b

Please sign in to comment.