Theorems · Theorem · order theory
Set.iUnion_pi_of_monotone
∀ {ι : Type u_1} {ι' : Type u_2} [inst : LinearOrder ι'] [Nonempty ι'] {α : ι → Type u_3} {I : Set ι}
{s : (i : ι) → ι' → Set (α i)},
I.Finite → (∀ i ∈ I, Monotone (s i)) → (⋃ j, I.pi fun i => s i j) = I.pi fun i => ⋃ j, s i j- Defined in
- Mathlib.Data.Set.Finite.Lattice
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- LinearOrderNonempty
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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
- LinearOrderstatement and proof · cited by 8,572
- Set.Elemproof · cited by 7,166
- Set.preimageproof · cited by 4,946
- Finiteproof · cited by 3,029
- Set.iUnionstatement and proof · cited by 2,483
- Set.Finitestatement and proof · cited by 1,814
- Monotonestatement and proof · cited by 1,397
- Set.iInterproof · cited by 1,084
- Set.pistatement · cited by 405
- Set.iInter_congr_Propproof · cited by 170
- Function.evalproof · cited by 140
Cited by1
Results whose statement or proof uses this declaration.
- Set.iUnion_univ_pi_of_monotoneproof · cited by 1