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
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.
- Realstatement · cited by 25,697
- PseudoMetricSpacestatement and proof · cited by 1,550
- Dist.diststatement · cited by 1,539
- IsBoundedSMulstatement and proof · cited by 329
- IsBoundedSMul.dist_pair_smul'proof · cited by 1
Cited by4
Results whose statement or proof uses this declaration.
- AbsolutelyContinuousOnInterval.smulproof · cited by 2
- PiLp.isBoundedSMulSeminormedAddCommGroupToPiproof · cited by 1
- Bornology.IsBounded.uniformContinuousOn_smulproof · cited by 1
- WithLp.isBoundedSMulSeminormedAddCommGroupToProdproof · cited by 0