Skip to content

Commit

Permalink
correct Ne_def to ne_eq
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineChambert-Loir committed Jun 5, 2024
1 parent 5ebd019 commit 5ddbe9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DividedPowers/BasicLemmas.lean
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ theorem rewriting_4_fold_sums {α : Type _} [CommSemiring α] {m n u v : ℕ}
if_true]
· rintro ⟨⟨x, y⟩, ⟨z, t⟩⟩ hb hb'; rw [if_neg]; intro hb''
simp only [Finset.mem_product, Finset.mem_antidiagonal] at hb
simp only [Ne.def, Prod.mk.inj_iff, not_and, and_imp] at hb'
simp only [ne_eq, Prod.mk.injEq, not_and, and_imp] at hb'
simp only [Prod.mk.inj_iff] at hb''
specialize hb' hb''.2.1 hb''.2.2
rw [hb''.2.1, hb''.2.2] at hb
Expand Down

0 comments on commit 5ddbe9e

Please sign in to comment.