Theorems · Theorem · general topology
add_bounded_of_bounded_of_bounded
∀ {R : Type u_1} {X : Type u_2} [inst : PseudoMetricSpace R] [inst_1 : Add R] [BoundedAdd R] {f g : X → R},
(∃ C, ∀ (x y : X), dist (f x) (f y) ≤ C) →
(∃ C, ∀ (x y : X), dist (g x) (g y) ≤ C) → ∃ C, ∀ (x y : X), dist ((f + g) x) ((f + g) y) ≤ C- Cited by
- 0 results in Mathlib
- Foundations
- Depth 98 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- Set.rangeproof · cited by 4,705
- PseudoMetricSpacestatement and proof · cited by 1,550
- Dist.diststatement and proof · cited by 1,539
- Set.mem_range_selfproof · cited by 328
- Set.add_mem_addproof · cited by 30
- BoundedAddstatement and proof · cited by 18
- Metric.isBounded_iffproof · cited by 15
- Metric.isBounded_range_iffproof · cited by 8
- isBounded_addproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.