Theorems · Theorem · general topology
isBounded_iff_of_bilipschitz
∀ {α : Type u_1} {β : Type u_2} [inst : PseudoMetricSpace α] [inst_1 : PseudoMetricSpace β] {K₁ K₂ : NNReal}
{f : α → β},
AntilipschitzWith K₁ f → LipschitzWith K₂ f → ∀ (s : Set α), Bornology.IsBounded s ↔ Bornology.IsBounded sIf f : α → β is bilipschitz, then the pullback of the bornology on β through f agrees
with the bornology on α.
This can be used to provide the replacement equality when applying
PseudoMetricSpace.replaceBornology, which can be useful when following the forgetful inheritance
pattern when creating type synonyms.
Important Note: if α is some synonym of a type β (at default transparency), and f : α ≃ β is
some bilipschitz equivalence, then instead of writing:
``
instance : Bornology α := inferInstanceAs (Bornology β)
`
Users should instead write something like:
`
instance : Bornology α := Bornology.induced (f : α → β)
`
in order to avoid abuse of the definitional equality α := β`.
- Defined in
- Mathlib.Topology.MetricSpace.Bilipschitz
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 157 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
- NNRealstatement and proof · cited by 4,310
- Compl.complproof · cited by 2,925
- PseudoMetricSpacestatement and proof · cited by 1,550
- LipschitzWithstatement and proof · cited by 316
- Bornology.IsBoundedstatement · cited by 293
- AntilipschitzWithstatement and proof · cited by 132
- Filter.ext_iffproof · cited by 6
- Bornology.inducedstatement · cited by 5
- bornology_eq_of_bilipschitzproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.