Theorems · Definition · order theory
Set.liftCover
{α : Type u_1} →
{ι : Sort u_2} →
{β : Sort u_3} →
(S : ι → Set α) →
(f : (i : ι) → ↑(S i) → β) →
(∀ (i j : ι) (x : α) (hxi : x ∈ S i) (hxj : x ∈ S j), f i ⟨x, hxi⟩ = f j ⟨x, hxj⟩) →
Set.iUnion S = Set.univ → α → βGlue together functions defined on each of a collection S of sets that cover a type. See
also Set.iUnionLift.
- Defined in
- Mathlib.Data.Set.UnionLift
- Cited by
- 7 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.
Cites5
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.univstatement and proof · cited by 3,945
- Set.iUnionstatement and proof · cited by 2,483
- Set.iUnionLiftproof · cited by 11
Cited by8
Results whose statement or proof uses this declaration.
- ContinuousMap.liftCoverproof · cited by 3
- Set.preimage_liftCoverstatement · cited by 2
- ContinuousMap.liftCover_coeproof · cited by 2
- Set.liftCover_coestatement · cited by 1
- Set.liftCover_of_memstatement · cited by 1
- Profinite.exists_lift_of_finite_of_injective_of_surjectiveproof · cited by 1
- Set.liftCover.congr_simpstatement and proof · cited by 0
- measurable_liftCoverstatement · cited by 0