Mathlib Map

Theorems · Definition · general topology

BoundedContinuousFunction.comp

{α : Type u} →
  {β : Type v} →
    {γ : Type w} →
      [inst : TopologicalSpace α] →
        [inst_1 : PseudoMetricSpace β] →
          [inst_2 : PseudoMetricSpace γ] →
            (G : β → γ) →
              {C : NNReal} → LipschitzWith C G → BoundedContinuousFunction α β → BoundedContinuousFunction α γ

Composition (in the target) of a bounded continuous function with a Lipschitz map again gives a bounded continuous function.

Defined in
Mathlib.Topology.ContinuousMap.Bounded.Basic
Cited by
12 results in Mathlib
Foundations
Depth 153 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpacePseudoMetricSpacePseudoMetricSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

BoundedContinuousFunction.nnrealPart · cited by 6BoundedContinuousFunction…MeasureTheory.FiniteMeasure.tendsto_of_forall_integral_tendsto · cited by 3FiniteMeasure.tendsto_of_…BoundedContinuousFunction.normComp · cited by 3BoundedContinuousFunction…BoundedContinuousFunction.lipschitz_comp · cited by 2BoundedContinuousFunction…BoundedContinuousFunction.nnnorm · cited by 1BoundedContinuousFunction…MeasureTheory.integral_le_liminf_integral_of_forall_isOpen_measure_le_liminf_measure · cited by 1MeasureTheory.integral_le…MonoidHom.compLeftContinuousBounded · cited by 1MonoidHom.compLeftContinu…AddMonoidHom.compLeftContinuousBounded · cited by 1AddMonoidHom.compLeftCont…RCLike.restrict_toContinuousMap_eq_toContinuousMapStar_restrict · cited by 1RCLike.restrict_toContinu…BoundedContinuousFunction.arzela_ascoli₂ · cited by 1BoundedContinuousFunction…BoundedContinuousFunction.continuous_comp · cited by 1BoundedContinuousFunction…MeasureTheory.FiniteMeasure.tendsto_iff_forall_integral_rclike_tendsto · cited by 1FiniteMeasure.tendsto_iff…MonoidHom.compLeftContinuousBounded_apply · cited by 0MonoidHom.compLeftContinu…AddMonoidHom.compLeftContinuousBounded_apply · cited by 0AddMonoidHom.compLeftCont…BoundedContinuousFunction.comp_apply · cited by 0BoundedContinuousFunction…DFunLike.coe · cited by 62936DFunLike.coeTopologicalSpace · cited by 24529TopologicalSpaceNNReal · cited by 4310NNRealPseudoMetricSpace · cited by 1550PseudoMetricSpaceBoundedContinuousFunction · cited by 511BoundedContinuousFunctionLipschitzWith · cited by 316LipschitzWithBoundedContinuousFunction.compCITED BYCITES

Cites6

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by17

Results whose statement or proof uses this declaration.