File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -215,9 +215,7 @@ theorem not_infinite {s : Set α} : ¬s.Infinite ↔ s.Finite :=
215215
216216alias ⟨_, Finite.not_infinite⟩ := not_infinite
217217
218- @[simp] lemma Infinite.not_finite {s : Set α} (hs : s.Infinite) : ¬ s.Finite := hs
219-
220- attribute [simp] Finite.not_infinite
218+ lemma Infinite.not_finite {s : Set α} (hs : s.Infinite) : ¬ s.Finite := hs
221219
222220/-- See also `finite_or_infinite`, `fintypeOrInfinite`. -/
223221protected theorem finite_or_infinite (s : Set α) : s.Finite ∨ s.Infinite :=
Original file line number Diff line number Diff line change @@ -339,9 +339,7 @@ theorem not_uncountable_iff_countable {s : Set α} : ¬s.Uncountable ↔ s.Count
339339
340340alias ⟨_, Countable.not_uncountable⟩ := not_uncountable_iff_countable
341341
342- @[simp] lemma Uncountable.not_countable {s : Set α} (hs : s.Uncountable) : ¬ s.Countable := hs
343-
344- attribute [simp] Countable.not_uncountable
342+ lemma Uncountable.not_countable {s : Set α} (hs : s.Uncountable) : ¬ s.Countable := hs
345343
346344theorem uncountable_coe_iff {s : Set α} : Uncountable s ↔ s.Uncountable :=
347345 not_countable_iff.symm.trans countable_coe_iff.not
You can’t perform that action at this time.
0 commit comments