Mathlib Map

Theorems · Theorem · general topology

Convexity.continuous_convexCombPair

∀ {X : Type u_2} [inst : Convexity.ConvexSpace ℝ X] [inst_1 : MetricSpace X] [Convexity.IsConvexDist X],
  Continuous fun x => Convexity.convexCombPair (↑x.1) (1 - ↑x.1) ⋯ ⋯ ⋯ x.2.1 x.2.2

The convex combination (t, p, q) ↦ t • p + (1 - t) • q is continuous on [0, 1] × X × X for a convex metric space X.

Defined in
Mathlib.Analysis.Convex.MetricSpace
Cited by
2 results in Mathlib
Foundations
Depth 157 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
Convexity.ConvexSpaceMetricSpaceConvexity.IsConvexDist

Around this declaration

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

Cites32

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
  • ENNRealproof · cited by 9,879
  • Set.Elemstatement and proof · cited by 7,166
  • one_mulproof · cited by 2,841
  • Continuousstatement · cited by 2,592
  • mul_commproof · cited by 2,262
  • le_reflproof · cited by 2,061
  • absproof · cited by 1,814
  • Set.Iccstatement and proof · cited by 1,702
  • MetricSpacestatement and proof · cited by 1,684
  • Dist.distproof · cited by 1,539

Cited by2

Results whose statement or proof uses this declaration.