Theorems · Theorem · order theory
Set.iUnionLift_of_mem
∀ {α : 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⟩} {T : Set α}
{hT : T ⊆ Set.iUnion S} (x : ↑T) {i : ι} (hx : ↑x ∈ S i), Set.iUnionLift S f hf T hT x = f i ⟨↑x, hx⟩- Defined in
- Mathlib.Data.Set.UnionLift
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 11 from the axioms · uses Classical.choice
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
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
- Set.iUnionLiftstatement · cited by 11
Cited by9
Results whose statement or proof uses this declaration.
- Set.preimage_iUnionLiftproof · cited by 2
- Set.liftCover_of_memproof · cited by 1
- exists_measurable_piecewiseproof · cited by 1
- Set.iUnionLift_binaryproof · cited by 0
- Set.iUnionLift_constproof · cited by 0
- Set.iUnionLift_unaryproof · cited by 0
- NonUnitalSubalgebra.iSupLift_of_memproof · cited by 0
- Subalgebra.iSupLift_of_memproof · cited by 0
- NonUnitalStarSubalgebra.iSupLift_of_memproof · cited by 0