Theorems · Theorem · commutative algebra
seminormFromBounded_is_norm_iff
∀ {R : Type u_1} [inst : CommRing R] {f : R → ℝ} {c : ℝ} (f_zero : f 0 = 0) (f_nonneg : 0 ≤ f)
(f_mul : ∀ (x y : R), f (x * y) ≤ c * f x * f y) (f_add : ∀ (a b : R), f (a + b) ≤ f a + f b)
(f_neg : ∀ (x : R), f (-x) = f x),
(∀ (x : R), (seminormFromBounded f_zero f_nonneg f_mul f_add f_neg).toFun x = 0 → x = 0) ↔ f ⁻¹' {0} = {0}If f : R → ℝ is a nonnegative, multiplicatively bounded, subadditive function that preserves
zero and negation, then seminormFromBounded' f is a norm if and only if f⁻¹' {0} = {0}.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 121 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.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · 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
- Set.extproof · cited by 2,266
- Set.mem_preimageproof · cited by 190
- Set.mem_singleton_iffproof · cited by 172
- AddGroupSeminorm.toFunstatement and proof · cited by 47
- seminormFromBounded'proof · cited by 17
- RingSeminorm.toAddGroupSeminormstatement and proof · cited by 16
- seminormFromBounded_eq_zero_iffproof · cited by 4
- seminormFromBoundedstatement and proof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.