Theorems · Theorem · commutative algebra
seminormFromBounded_bddAbove_range
∀ {R : Type u_1} [inst : CommRing R] {f : R → ℝ} {c : ℝ},
0 ≤ f → (∀ (x y : R), f (x * y) ≤ c * f x * f y) → ∀ (x : R), BddAbove (Set.range fun y => f (x * y) / f y)If f : R → ℝ is a nonnegative, multiplicatively bounded function, then for every x : R,
the image of y ↦ f (x * y) / f y is bounded above.
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 111 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- CommRingstatement and proof · cited by 17,173
- Set.rangestatement and proof · cited by 4,705
- BddAbovestatement · cited by 620
- div_zeroproof · cited by 251
- div_le_iff₀proof · cited by 97
- LE.le.eq_or_lt'proof · cited by 27
- seminormFromBounded_auxproof · cited by 2
Cited by5
Results whose statement or proof uses this declaration.
- seminormFromBounded_nonnegproof · cited by 2
- seminormFromBounded_geproof · cited by 1
- seminormFromBounded_isNonarchimedeanproof · cited by 1
- seminormFromBounded_mulproof · cited by 0
- seminormFromBounded_addproof · cited by 0