Skip to content

Commit 2c3ad9a

Browse files
committed
remove TODO
1 parent 44d96dd commit 2c3ad9a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Mathlib/SetTheory/Cardinal/Pigeonhole.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ theorem exists_uncountable_fiber {β α : Type u} (f : β → α) (h : #α < #β
107107
/-- If an infinite type `β` can be expressed as a union of finite sets,
108108
then the cardinality of the collection of those finite sets
109109
must be at least the cardinality of `β`. -/
110-
-- TODO: write `Set.univ` instead of `⊤` and rename the theorem accordingly.
111110
theorem le_range_of_union_finset_eq_univ {α β : Type*} [Infinite β] (f : α → Finset β)
112111
(w : ⋃ a, (f a : Set β) = Set.univ) : #β ≤ #(range f) := by
113112
by_contra h

0 commit comments

Comments
 (0)