Mathlib Map

Theorems · Definition · field theory

Module.Basis.norm

{K : Type u_1} →
  {L : Type u_2} →
    [inst : NormedField K] →
      [inst_1 : Ring L] →
        [inst_2 : Algebra K L] → {ι : Type u_3} → [Fintype ι] → [Nonempty ι] → Module.Basis ι K L → L → ℝ

The function sending an element x : L to the maximum of the norms of its coefficients with respect to the K-basis B of L.

Defined in
Mathlib.Analysis.Normed.Unbundled.FiniteExtension
Cited by
10 results in Mathlib
Foundations
Depth 106 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedFieldRingAlgebraFintypeNonempty

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites12

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by10

Results whose statement or proof uses this declaration.