Theorems · Theorem · order theory
Set.liftCover_coe
∀ {α : Type u_1} {ι : Sort u_3} {β : Sort 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}
{i : ι} (x : ↑(S i)), Set.liftCover S f hf hS ↑x = f i x- Defined in
- Mathlib.Data.Set.UnionLift
- Cited by
- 1 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.
Cites6
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.liftCoverstatement · cited by 7
- Set.iUnionLift_mkproof · cited by 6
Cited by1
Results whose statement or proof uses this declaration.
- ContinuousMap.liftCover_coeproof · cited by 2