Theorems · Theorem · general topology
Convexity.continuous_convexCombPair_of_isBounded
∀ {X : Type u_2} [inst : Convexity.ConvexSpace ℝ X] [inst_1 : MetricSpace X] [Convexity.IsConvexDist X] {T : Type u_3}
[inst_3 : TopologicalSpace T] (f : T → ℝ),
Continuous f →
∀ (hf0 : ∀ (t : T), 0 ≤ f t) (hf1 : ∀ (t : T), f t ≤ 1) (x y : T → X),
ContinuousOn x (f ⁻¹' {0}ᶜ) →
ContinuousOn y (f ⁻¹' {1}ᶜ) →
Bornology.IsBounded (Set.range x) →
Bornology.IsBounded (Set.range y) →
Continuous fun i => Convexity.convexCombPair (f i) (1 - f i) ⋯ ⋯ ⋯ (x i) (y i)- Defined in
- Mathlib.Analysis.Convex.MetricSpace
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 158 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites88
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- Set.Elemproof · cited by 7,166
- nhdsproof · cited by 5,554
- Set.preimagestatement and proof · cited by 4,946
- Set.rangestatement and proof · cited by 4,705
- mul_oneproof · cited by 3,885
- Filter.Tendstoproof · cited by 3,814
- LE.le.transproof · cited by 3,151
- Compl.complstatement and proof · cited by 2,925
- one_mulproof · cited by 2,841
Cited by1
Results whose statement or proof uses this declaration.
- Convexity.continuous_convexCombPair'proof · cited by 1