Theorems · Theorem · order theory
Set.surjOn_iUnion_iUnion
∀ {α : Type u_1} {β : Type u_2} {ι : Sort u_5} {s : ι → Set α} {t : ι → Set β} {f : α → β},
(∀ (i : ι), Set.SurjOn f (s i) (t i)) → Set.SurjOn f (⋃ i, s i) (⋃ i, t i)- Defined in
- Mathlib.Data.Set.Lattice.Image
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 61 from the axioms · uses propext, Classical.choice, Quot.sound
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
- Set.iUnionstatement · cited by 2,483
- Set.SurjOnstatement and proof · cited by 186
- Set.subset_iUnionproof · cited by 81
- Set.Subset.reflproof · cited by 66
- Set.SurjOn.monoproof · cited by 13
- Set.surjOn_iUnionproof · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- Set.bijOn_iUnionproof · cited by 2
- Set.surjOn_iUnion₂_iUnion₂proof · cited by 0