Mathlib Map

Theorems · Theorem · functional analysis

norm_pow_le

∀ {α : Type u_2} [inst : SeminormedRing α] [NormOneClass α] (a : α) (n : ℕ), ‖a ^ n‖ ≤ ‖a‖ ^ n

If α is a seminormed ring with ‖1‖ = 1, then ‖a ^ n‖ ≤ ‖a‖ ^ n. See also norm_pow_le'.

Defined in
Mathlib.Analysis.Normed.Ring.Basic
Cited by
2 results in Mathlib
Foundations
Depth 120 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SeminormedRingNormOneClass

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.

Cited by2

Results whose statement or proof uses this declaration.