Theorems · Inductive type · general topology
IsBoundedSMul
(α : Type u_1) → (β : Type u_2) → [PseudoMetricSpace α] → [PseudoMetricSpace β] → [Zero α] → [Zero β] → [SMul α β] → Prop
Mixin typeclass on a scalar action of a metric space α on a metric space β both with
distinguished points 0, requiring compatibility of the action in the sense that
dist (x • y₁) (x • y₂) ≤ dist x 0 * dist y₁ y₂ and
dist (x₁ • y) (x₂ • y) ≤ dist x₁ x₂ * dist y 0.
If [NormedDivisionRing α] [SeminormedAddCommGroup β] [Module α β] are assumed, then prefer writing
[NormSMulClass α β] instead of using [IsBoundedSMul α β], since while equivalent, typeclass
search can only infer the latter from the former and not vice versa.
- Defined in
- Mathlib.Topology.MetricSpace.Algebra
- Cited by
- 329 results in Mathlib
- Foundations
- Depth 1 from the axioms, rests on 4 definitions · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites1
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- PseudoMetricSpacestatement · cited by 1,550
Cited by369
Results whose statement or proof uses this declaration.
- ContinuousLinearMap.lsmulstatement and proof · cited by 66
- MeasureTheory.Lp.simpleFunc.modulestatement and proof · cited by 29
- norm_smul_lestatement and proof · cited by 24
- MeasureTheory.Integrable.smulstatement and proof · cited by 21
- ContinuousMap.toLpstatement and proof · cited by 21
- AnalyticAt.smulstatement and proof · cited by 18
- MeromorphicAt.smulstatement and proof · cited by 13
- MeasureTheory.MemLp.smulstatement and proof · cited by 13
- BoundedContinuousFunction.toLpstatement and proof · cited by 12
- MeasureTheory.Lp.coeFn_smulstatement and proof · cited by 11
- MeasureTheory.MemLp.const_smulstatement and proof · cited by 11
- ContinuousMap.linearIsometryBoundedOfCompactstatement and proof · cited by 10
Showing the 200 most cited of 369.