Theorems · Theorem · order theory
Set.eq_finite_iUnion_of_finite_subset_iUnion
∀ {α : Type u} {ι : Type u_1} {s : ι → Set α} {t : Set α},
t.Finite →
t ⊆ ⋃ i, s i →
∃ I, I.Finite ∧ ∃ σ, (∀ (i : ↑{i | i ∈ I}), (σ i).Finite) ∧ (∀ (i : ↑{i | i ∈ I}), σ i ⊆ s ↑i) ∧ t = ⋃ i, σ i- Defined in
- Mathlib.Data.Set.Finite.Lattice
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 81 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.Elemstatement and proof · cited by 7,166
- Set.ofPredstatement and proof · cited by 6,101
- Set.rangeproof · cited by 4,705
- Set.iUnionstatement and proof · cited by 2,483
- Set.extproof · cited by 2,266
- Set.Finitestatement and proof · cited by 1,814
- Set.inter_subset_leftproof · cited by 360
- Set.inter_subset_rightproof · cited by 329
- Set.Finite.subsetproof · cited by 285
- Set.mem_iUnionproof · cited by 212
- Set.finite_subset_iUnionproof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- Filter.mem_iInfproof · cited by 1