Skip to content

Commit

Permalink
Update src/Init/Data/BitVec/Lemmas.lean
Browse files Browse the repository at this point in the history
Co-authored-by: Siddharth <[email protected]>
  • Loading branch information
tobiasgrosser and bollu authored May 28, 2024
1 parent 57d84ea commit 0a686ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Init/Data/BitVec/Lemmas.lean
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,8 @@ theorem or_assoc (a b c : BitVec w) :

theorem and_assoc (a b c : BitVec w) :
a &&& b &&& c = a &&& (b &&& c) := by
ext i; simp [Bool.and_assoc]

ext i
simp [Bool.and_assoc]
/-! ### xor -/

@[simp] theorem toNat_xor (x y : BitVec v) :
Expand Down

0 comments on commit 0a686ba

Please sign in to comment.