Theorems · Definition · order theory
Set.iUnionLift
{α : 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⟩) →
(T : Set α) → T ⊆ Set.iUnion S → ↑T → βGiven a union of sets iUnion S, define a function on the Union by defining
it on each component, and proving that it agrees on the intersections.
- Defined in
- Mathlib.Data.Set.UnionLift
- Cited by
- 11 results in Mathlib
- Foundations
- Depth 10 from the axioms · uses Classical.choice
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
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.iUnionstatement and proof · cited by 2,483
Cited by15
Results whose statement or proof uses this declaration.
- Set.iUnionLift_of_memstatement · cited by 9
- Set.liftCoverproof · cited by 7
- Set.iUnionLift_mkstatement · cited by 6
- NonUnitalSubalgebra.iSupLiftproof · cited by 5
- Subalgebra.iSupLiftproof · cited by 5
- NonUnitalStarSubalgebra.iSupLiftproof · cited by 5
- Set.iUnionLift_inclusionstatement · cited by 4
- Set.preimage_iUnionLiftstatement and proof · cited by 2
- measurable_iUnionLiftstatement · cited by 1
- exists_measurable_piecewiseproof · cited by 1
- ContMDiffFiberwiseLinear.locality_aux₂proof · cited by 0
- Set.iUnionLift_binarystatement and proof · cited by 0