Theorems · Theorem · general topology
BoundedContinuousFunction.dist_extend_extend
∀ {α : Type u} {β : Type v} [inst : TopologicalSpace α] [inst_1 : PseudoMetricSpace β] {δ : Type u_2}
[inst_2 : TopologicalSpace δ] [inst_3 : DiscreteTopology δ] (f : α ↪ δ) (g₁ g₂ : BoundedContinuousFunction α β)
(h₁ h₂ : BoundedContinuousFunction δ β),
dist (BoundedContinuousFunction.extend f g₁ h₁) (BoundedContinuousFunction.extend f g₂ h₂) =
max (dist g₁ g₂) (dist (h₁.domRestrict (Set.range ⇑f)ᶜ) (h₂.domRestrict (Set.range ⇑f)ᶜ))- Cited by
- 1 results in Mathlib
- Foundations
- Depth 121 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
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 · cited by 53,352
- Realstatement · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- Set.Elemstatement and proof · cited by 7,166
- Set.rangestatement and proof · cited by 4,705
- LE.le.transproof · cited by 3,151
- Compl.complstatement and proof · cited by 2,925
- le_antisymmproof · cited by 2,068
- PseudoMetricSpacestatement and proof · cited by 1,550
- Dist.diststatement and proof · cited by 1,539
- Function.Embeddingstatement and proof · cited by 988
Cited by1
Results whose statement or proof uses this declaration.
- BoundedContinuousFunction.isometry_extendproof · cited by 1