Theorems · Theorem · order theory
Set.seq_of_forall_finite_exists
∀ {γ : Type u_1} {P : γ → Set γ → Prop},
(∀ (t : Set γ), t.Finite → ∃ c, P c t) → ∃ u, ∀ (n : ℕ), P (u n) (u '' Set.Iio n)If P is some relation between terms of γ and sets in γ, such that every finite set
t : Set γ has some c : γ related to it, then there is a recursively defined sequence u in γ
so u n is related to the image of {0, 1, ..., n-1} under u.
(We use this later to show sequentially compact sets are totally bounded.)
- Defined in
- Mathlib.Data.Set.Finite.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Set.Elemproof · cited by 7,166
- Set.imagestatement and proof · cited by 5,609
- Set.rangeproof · cited by 4,705
- Set.Finitestatement and proof · cited by 1,814
- Set.Iiostatement and proof · cited by 1,166
- Set.Finite.imageproof · cited by 96
- Function.sometimesproof · cited by 86
- Function.sometimes_specproof · cited by 84
- Set.image_eq_rangeproof · cited by 57
- Set.finite_emptyproof · cited by 26
- Set.finite_lt_natproof · cited by 8
Cited by2
Results whose statement or proof uses this declaration.
- Filter.HasAntitoneBasis.subbasis_with_relproof · cited by 4
- IsSeqCompact.totallyBoundedproof · cited by 1