Theorems · Theorem · commutative algebra
map_one_ne_zero
∀ {R : Type u_1} [inst : CommRing R] {f : R → ℝ} {c : ℝ},
f ≠ 0 → 0 ≤ f → (∀ (x y : R), f (x * y) ≤ c * f x * f y) → f 1 ≠ 0If f : R → ℝ is a nonzero, nonnegative, multiplicatively bounded function, then f 1 ≠ 0.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 101 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.
- Realstatement and proof · cited by 25,697
- CommRingstatement and proof · cited by 17,173
- one_mulproof · cited by 2,841
- MulZeroClass.mul_zeroproof · cited by 2,091
- MulZeroClass.zero_mulproof · cited by 1,625
- LE.le.antisymmproof · cited by 507
- Function.ne_iffproof · cited by 40
Cited by3
Results whose statement or proof uses this declaration.
- seminormFromBounded_of_mul_applyproof · cited by 2
- seminormFromBounded_oneproof · cited by 1
- map_pow_ne_zeroproof · cited by 0