Theorems · Theorem · general topology
ContinuousMap.liftCover_coe
∀ {α : Type u_1} {β : Type u_2} [inst : TopologicalSpace α] [inst_1 : TopologicalSpace β] {ι : Type u_5} {S : ι → Set α}
{φ : (i : ι) → C(↑(S i), β)}
{hφ : ∀ (i j : ι) (x : α) (hxi : x ∈ S i) (hxj : x ∈ S j), (φ i) ⟨x, hxi⟩ = (φ j) ⟨x, hxj⟩}
{hS : ∀ (x : α), ∃ i, S i ∈ nhds x} {i : ι} (x : ↑(S i)), (ContinuousMap.liftCover S φ hφ hS) ↑x = (φ i) x- Defined in
- Mathlib.Topology.ContinuousMap.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Filterstatement · cited by 8,121
- Set.Elemstatement and proof · cited by 7,166
- nhdsstatement and proof · cited by 5,554
- ContinuousMapstatement and proof · cited by 2,491
- ContinuousMap.coe_mkproof · cited by 13
- Set.liftCoverproof · cited by 7
- ContinuousMap.liftCoverstatement · cited by 3
- Set.liftCover_coeproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- ContinuousMap.liftCover_coe'proof · cited by 1
- ContinuousMap.liftCover_restrictproof · cited by 0