Theorems · Theorem · order theory
Set.preimage_liftCover
∀ {α : 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⟩} {hS : Set.iUnion S = Set.univ}
(t : Set β), Set.liftCover S f hf hS ⁻¹' t = ⋃ i, Subtype.val '' f i ⁻¹' t- Defined in
- Mathlib.Data.Set.UnionLift
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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 and proof · cited by 5,609
- Set.preimagestatement and proof · cited by 4,946
- Set.univstatement and proof · cited by 3,945
- Set.iUnionstatement and proof · cited by 2,483
- Set.extproof · cited by 2,266
- Set.mem_univproof · cited by 416
- Set.inclusionproof · cited by 145
- Eq.subsetproof · cited by 124
- Set.subset_iUnionproof · cited by 81
- Set.preimage_compproof · cited by 57
Cited by2
Results whose statement or proof uses this declaration.
- Profinite.exists_lift_of_finite_of_injective_of_surjectiveproof · cited by 1
- measurable_liftCoverproof · cited by 0