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
hargoniX and bollu authored Oct 10, 2024
1 parent 9745eee commit c847376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Init/Data/BitVec/Lemmas.lean
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ theorem not_not {b : BitVec w} : ~~~(~~~b) = b := by
ext i
simp

theorem not_eq_iff_eq_not {x y : BitVec w} : ~~~ x = y ↔ x = ~~~ y := by
theorem not_eq_comm {x y : BitVec w} : ~~~ x = y ↔ x = ~~~ y := by
constructor
· intro h
rw [← h]
Expand Down

0 comments on commit c847376

Please sign in to comment.