Mathlib Map

Theorems · Theorem · general topology

dist_pair_smul

∀ {α : Type u_1} {β : Type u_2} [inst : PseudoMetricSpace α] [inst_1 : PseudoMetricSpace β] [inst_2 : Zero α]
  [inst_3 : Zero β] [inst_4 : SMul α β] [IsBoundedSMul α β] (x₁ x₂ : α) (y : β),
  dist (x₁ • y) (x₂ • y) ≤ dist x₁ x₂ * dist y 0
Defined in
Mathlib.Topology.MetricSpace.Algebra
Cited by
4 results in Mathlib
Foundations
Depth 96 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
PseudoMetricSpacePseudoMetricSpaceZeroZeroSMulIsBoundedSMul

Around this declaration

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

Cites5

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

Cited by4

Results whose statement or proof uses this declaration.