Theorems · Theorem · commutative algebra
eq_of_powMul_faithful
∀ {R : Type u_1} {S : Type u_2} [inst : NormedCommRing R] [inst_1 : CommRing S] [inst_2 : Algebra R S]
(f₁ : AlgebraNorm R S),
IsPowMul ⇑f₁ →
∀ (f₂ : AlgebraNorm R S),
IsPowMul ⇑f₂ →
(∀ (y : S), ∃ C₁ C₂, ∃ (_ : 0 < C₁) (_ : 0 < C₂), ∀ (x : ↥R[y]), f₁ ↑x ≤ C₁ * f₂ ↑x ∧ f₂ ↑x ≤ C₂ * f₁ ↑x) →
f₁ = f₂If R is a normed commutative ring and f₁ and f₂ are two power-multiplicative R-algebra
norms on S, then if f₁ and f₂ are equivalent on every subring R[y] for y : S, it
follows that f₁ = f₂ [BGR, Proposition 3.1.5/1][bosch-guntzer-remmert].
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 200 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- CommRingstatement and proof · cited by 17,173
- Algebrastatement and proof · cited by 11,388
- Subalgebrastatement · cited by 1,353
- Algebra.adjoinstatement and proof · cited by 535
- NormedCommRingstatement and proof · cited by 218
- IsPowMulstatement and proof · cited by 39
- AlgebraNormstatement and proof · cited by 39
- Algebra.self_mem_adjoin_singletonproof · cited by 37
- AlgebraNorm.extproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- spectralNorm_uniqueproof · cited by 3