Theorems · Theorem · general topology
PiNat.exists_retraction_of_isClosed
∀ {E : ℕ → Type u_1} [inst : (n : ℕ) → TopologicalSpace (E n)] [∀ (n : ℕ), DiscreteTopology (E n)]
{s : Set ((n : ℕ) → E n)}, IsClosed s → s.Nonempty → ∃ f, (∀ x ∈ s, f x = x) ∧ Set.range f = s ∧ Continuous fGiven a closed nonempty subset s of Π (n : ℕ), E n, there exists a retraction onto this
set, i.e., a continuous map with range equal to s, equal to the identity on s.
- Defined in
- Mathlib.Topology.MetricSpace.PiNat
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 162 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- TopologicalSpacestatement and proof · cited by 24,529
- Set.rangestatement and proof · cited by 4,705
- Set.Nonemptystatement and proof · cited by 2,627
- Continuousstatement · cited by 2,592
- IsClosedstatement and proof · cited by 1,639
- DiscreteTopologystatement and proof · cited by 373
- LipschitzWithproof · cited by 316
- LipschitzWith.continuousproof · cited by 30
- PiNat.exists_lipschitz_retraction_of_isClosedproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- PiNat.exists_retraction_subtype_of_isClosedproof · cited by 1