Theorems · Theorem · order theory
Set.bijOn_iUnion
∀ {α : Type u_1} {β : Type u_2} {ι : Sort u_5} {s : ι → Set α} {t : ι → Set β} {f : α → β},
(∀ (i : ι), Set.BijOn f (s i) (t i)) → Set.InjOn f (⋃ i, s i) → Set.BijOn f (⋃ i, s i) (⋃ i, t i)- Defined in
- Mathlib.Data.Set.Lattice.Image
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 64 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.InjOnstatement and proof · cited by 543
- Set.BijOnstatement and proof · cited by 168
- Set.BijOn.mapsToproof · cited by 42
- Set.BijOn.surjOnproof · cited by 31
- Set.surjOn_iUnion_iUnionproof · cited by 2
- Set.mapsTo_iUnion_iUnionproof · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- Set.bijOn_iUnion_of_directedproof · cited by 1
- IndexedPartition.piecewise_bijproof · cited by 0