Theorems · Theorem · general topology
PiNat.exists_lipschitz_retraction_of_isClosed
∀ {E : ℕ → Type u_1} [inst : (n : ℕ) → TopologicalSpace (E n)] [inst_1 : ∀ (n : ℕ), DiscreteTopology (E n)]
{s : Set ((n : ℕ) → E n)}, IsClosed s → s.Nonempty → ∃ f, (∀ x ∈ s, f x = x) ∧ Set.range f = s ∧ LipschitzWith 1 fGiven a closed nonempty subset s of Π (n : ℕ), E n, there exists a Lipschitz retraction
onto this set, i.e., a Lipschitz map with range equal to s, equal to the identity on s.
- Defined in
- Mathlib.Topology.MetricSpace.PiNat
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 161 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites32
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
- NNRealstatement · cited by 4,310
- Set.Nonemptystatement and proof · cited by 2,627
- le_reflproof · cited by 2,061
- IsClosedstatement and proof · cited by 1,639
- Dist.distproof · cited by 1,539
- eq_or_neproof · cited by 1,117
- one_divproof · cited by 624
- DiscreteTopologystatement and proof · cited by 373
- Set.mem_range_selfproof · cited by 328
Cited by2
Results whose statement or proof uses this declaration.
- PiNat.exists_retraction_of_isClosedproof · cited by 1
- exists_retractionCantorSetproof · cited by 1