Mathlib Map

Theorems · Theorem · commutative algebra

seminormFromBounded_ge

∀ {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), f x ≤ f 1 * seminormFromBounded' f x

If f : R → ℝ is a nonnegative, multiplicatively bounded function, then for every x : R, f x ≤ f 1 * seminormFromBounded' f x.

Defined in
Mathlib.Analysis.Normed.Unbundled.SeminormFromBounded
Cited by
1 results in Mathlib
Foundations
Depth 117 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.

Cites13

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.