Theorems · Theorem · commutative algebra
eq_seminorms
∀ {F : Type u_1} {α : outParam (Type u_2)} [inst : Ring α] [inst_1 : FunLike F α ℝ] [RingSeminormClass F α ℝ] {f g : F},
IsPowMul ⇑f →
IsPowMul ⇑g →
(∃ r, ∃ (_ : 0 < r), ∀ (a : α), f a ≤ r * g a) → (∃ r, ∃ (_ : 0 < r), ∀ (a : α), g a ≤ r * f a) → f = gGiven two power-multiplicative ring seminorms f, g on α, if f is bounded by a positive
multiple of g and vice versa, then f = g.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 199 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- RingFunLikeRingSeminormClass
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Realstatement and proof · cited by 25,697
- RingHom.idproof · cited by 18,349
- Ringstatement and proof · cited by 7,463
- FunLikestatement and proof · cited by 2,560
- le_antisymmproof · cited by 2,068
- DFunLike.coe_injectiveproof · cited by 161
- IsPowMulstatement and proof · cited by 39
- RingSeminormClassstatement and proof · cited by 4
- RingHom.IsBoundedWrtproof · cited by 2
- contraction_of_isPowMul_of_boundedWrtproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- eq_of_powMul_faithfulproof · cited by 1