Theorems · Theorem · general topology
dist_smul_pair
∀ {α : Type u_1} {β : Type u_2} [inst : PseudoMetricSpace α] [inst_1 : PseudoMetricSpace β] [inst_2 : Zero α]
[inst_3 : Zero β] [inst_4 : SMul α β] [IsBoundedSMul α β] (x : α) (y₁ y₂ : β),
dist (x • y₁) (x • y₂) ≤ dist x 0 * dist y₁ y₂- Defined in
- Mathlib.Topology.MetricSpace.Algebra
- Cited by
- 5 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_smul_pair'proof · cited by 1
Cited by5
Results whose statement or proof uses this declaration.
- norm_smul_leproof · cited by 24
- dist_smul_leproof · cited by 2
- PiLp.isBoundedSMulSeminormedAddCommGroupToPiproof · cited by 1
- Bornology.IsBounded.uniformContinuousOn_smulproof · cited by 1
- WithLp.isBoundedSMulSeminormedAddCommGroupToProdproof · cited by 0