Skip to content

Commit

Permalink
chore: remove a save (#12805)
Browse files Browse the repository at this point in the history
  • Loading branch information
adomani authored and apnelson1 committed May 12, 2024
1 parent 61580db commit 069828c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Mathlib/Combinatorics/SimpleGraph/Triangle/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ lemma edgeDisjointTriangles_iff_mem_sym2_subsingleton :
forall_exists_index, and_imp, ← Set.not_nontrivial_iff (s := _ ∩ _), not_imp_not,
Set.Nontrivial, Set.mem_inter_iff, mem_coe]
rintro hG _ a b c hab hac hbc rfl _ d e f hde hdf hef rfl g hg₁ hg₂ h hh₁ hh₂ hgh
save
refine hG (Sym2.mk_isDiag_iff.not.2 hgh) ⟨⟨a, b, c, ?_⟩, by simpa using And.intro hg₁ hh₁⟩
⟨⟨d, e, f, ?_⟩, by simpa using And.intro hg₂ hh₂⟩ <;> simp [is3Clique_triple_iff, *]

Expand Down

0 comments on commit 069828c

Please sign in to comment.