Theorems · Definition · commutative algebra
normFromBounded
{R : Type u_1} →
[inst : CommRing R] →
{f : R → ℝ} →
{c : ℝ} →
f 0 = 0 →
0 ≤ f →
(∀ (x y : R), f (x * y) ≤ c * f x * f y) →
(∀ (a b : R), f (a + b) ≤ f a + f b) → (∀ (x : R), f (-x) = f x) → f ⁻¹' {0} = {0} → RingNorm RseminormFromBounded' f as a RingNorm on R, provided that f is nonnegative,
multiplicatively bounded and subadditive, that it preserves 0 and negation, and that f has
trivial kernel.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 123 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.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- CommRingstatement and proof · cited by 17,173
- Set.preimagestatement and proof · cited by 4,946
- RingSeminormproof · cited by 58
- RingNormstatement · cited by 16
- seminormFromBoundedproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.