Theorems · Theorem · order theory
Set.Finite.iUnion
∀ {α : Type u} {ι : Type u_1} {s : ι → Set α} {t : Set ι},
t.Finite → (∀ i ∈ t, (s i).Finite) → (∀ i ∉ t, s i = ∅) → (⋃ i, s i).FiniteIf sets s i are finite for all i from a finite set t and are empty for i ∉ t, then the
union ⋃ i, s i is a finite set.
- Defined in
- Mathlib.Data.Set.Finite.Lattice
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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.iUnionstatement and proof · cited by 2,483
- Set.Finitestatement and proof · cited by 1,814
- Set.Finite.subsetproof · cited by 285
- Set.iUnion_subsetproof · cited by 51
- Set.mem_biUnionproof · cited by 37
- Set.mem_empty_iff_falseproof · cited by 32
- Set.Finite.biUnionproof · cited by 31
Cited by2
Results whose statement or proof uses this declaration.
- Set.finite_iUnion_iffproof · cited by 2
- Algebra.SubmersivePresentation.finite_coeffsproof · cited by 1