Theorems · Theorem · general topology
HolderOnWith.comp
∀ {X : Type u_1} {Y : Type u_2} {Z : Type u_3} [inst : PseudoEMetricSpace X] [inst_1 : PseudoEMetricSpace Y]
[inst_2 : PseudoEMetricSpace Z] {s : Set X} {Cg rg : NNReal} {g : Y → Z} {t : Set Y},
HolderOnWith Cg rg g t →
∀ {Cf rf : NNReal} {f : X → Y},
HolderOnWith Cf rf f s → Set.MapsTo f s t → HolderOnWith (Cg * Cf ^ ↑rg) (rg * rf) (g ∘ f) s- Defined in
- Mathlib.Topology.MetricSpace.Holder
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 206 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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
- Realstatement and proof · cited by 25,697
- ENNRealproof · cited by 9,879
- NNRealstatement and proof · cited by 4,310
- mul_commproof · cited by 2,262
- mul_assocproof · cited by 1,667
- PseudoEMetricSpacestatement and proof · cited by 1,536
- ENNReal.ofNNRealproof · cited by 1,279
- NNReal.toRealstatement and proof · cited by 1,260
- EDist.edistproof · cited by 735
- Set.MapsTostatement and proof · cited by 732
- NNReal.coe_nonnegproof · cited by 130
Cited by2
Results whose statement or proof uses this declaration.
- HolderOnWith.comp_holderWithproof · cited by 1
- HolderWith.comp_holderOnWithproof · cited by 0