Theorems · Theorem · order theory
Set.preimage_iUnionLift
∀ {α : Type u_1} {ι : Sort u_3} {β : Type u_2} {S : ι → Set α} {f : (i : ι) → ↑(S i) → β}
{hf : ∀ (i j : ι) (x : α) (hxi : x ∈ S i) (hxj : x ∈ S j), f i ⟨x, hxi⟩ = f j ⟨x, hxj⟩} {T : Set α}
{hT : T ⊆ Set.iUnion S} (t : Set β),
Set.iUnionLift S f hf T hT ⁻¹' t = Set.inclusion hT ⁻¹' ⋃ i, Set.inclusion ⋯ '' f i ⁻¹' t- Defined in
- Mathlib.Data.Set.UnionLift
- 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.
Cites12
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.Elemstatement and proof · cited by 7,166
- Set.imagestatement · cited by 5,609
- Set.preimagestatement and proof · cited by 4,946
- Set.iUnionstatement and proof · cited by 2,483
- Set.extproof · cited by 2,266
- Subtype.propproof · cited by 505
- Set.mem_iUnionproof · cited by 212
- Set.inclusionstatement and proof · cited by 145
- Set.subset_iUnionstatement and proof · cited by 81
- Set.iUnionLiftstatement and proof · cited by 11
- Set.iUnionLift_of_memproof · cited by 9
Cited by2
Results whose statement or proof uses this declaration.
- Set.preimage_liftCoverproof · cited by 2
- measurable_iUnionLiftproof · cited by 1