Skip to content

Commit 4dceff8

Browse files
committed
merge
1 parent 641b2f4 commit 4dceff8

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

  • Mathlib/SetTheory/Cardinal/Cofinality

Mathlib/SetTheory/Cardinal/Cofinality/Club.lean

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ structure IsClub {α : Type*} [LinearOrder α] (s : Set α) where
4545

4646
namespace IsClub
4747

48-
namespace IsClub
49-
5048
@[simp]
5149
theorem of_isEmpty [IsEmpty α] {s : Set α} : IsClub s :=
5250
⟨.of_isEmpty, .of_isEmpty⟩
@@ -337,9 +335,9 @@ theorem isStationary_union_iff (hα : cof α ≠ ℵ₀) :
337335
/-- **Fodor's lemma**, or the **pressing down lemma**: if `α` has the order type of a regular
338336
cardinal, `s` is a stationary set, and `f : α → α` is a regressive function on `s`, there exists
339337
some stationary subset of `s` which is constant on `f`. -/
340-
theorem exists_isStationary_preimage_singleton
341-
[WellFoundedLT α] [IsRegularCardinalOrder α] {f : α → α} (hα : cof α ≠ ℵ₀)
342-
(hs : IsStationary s) (hf : ∀ x ∈ s, f x < x) : ∃ a, IsStationary (s ∩ f ⁻¹' {a}) := by
338+
theorem exists_isStationary_preimage_singleton [IsRegularCardinalOrder α] {f : α → α}
339+
(hα : cof α ≠ ℵ₀) (hs : IsStationary s) (hf : ∀ x ∈ s, f x < x) :
340+
∃ a, IsStationary (s ∩ f ⁻¹' {a}) := by
343341
unfold IsStationary
344342
by_contra!
345343
choose g hg using this

0 commit comments

Comments
 (0)