Theorems · Theorem · order theory
Finset.wellFoundedOn_bUnion
∀ {ι : Type u_1} {α : Type u_2} {r : α → α → Prop} [IsStrictOrder α r] (s : Finset ι) {f : ι → Set α},
(⋃ i ∈ s, f i).WellFoundedOn r ↔ ∀ i ∈ s, (f i).WellFoundedOn r- Defined in
- Mathlib.Order.WellFoundedSet
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 86 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- IsStrictOrder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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
- Finsetstatement and proof · cited by 13,712
- Set.iUnionstatement · cited by 2,483
- Set.WellFoundedOnstatement and proof · cited by 53
- Finset.sup_eq_iSupproof · cited by 30
- IsStrictOrderstatement and proof · cited by 28
- Finset.wellFoundedOn_supproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- Finset.isWF_bUnionproof · cited by 0