Mathlib Map

Theorems · Definition · functional analysis

NormedAlgebra.restrictScalars

(𝕜 : Type u_1) →
  (𝕜' : Type u_2) →
    (E : Type u_3) →
      [inst : NormedField 𝕜] →
        [inst_1 : NormedField 𝕜'] →
          [NormedAlgebra 𝕜 𝕜'] → [inst_3 : SeminormedRing E] → [NormedAlgebra 𝕜' E] → NormedAlgebra 𝕜 E

Warning: This declaration should be used judiciously. Please consider using IsScalarTower instead. This definition allows the RestrictScalars.normedAlgebra instance to be put directly on E rather on RestrictScalars 𝕜 𝕜' E. This would be a very bad instance; both because 𝕜' cannot be inferred, and because it is likely to create instance diamonds. See Note [reducible non-instances].

Defined in
Mathlib.Analysis.Normed.Module.Basic
Cited by
6 results in Mathlib
Foundations
Depth 126 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedFieldNormedFieldNormedAlgebraSeminormedRingNormedAlgebra

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 by6

Results whose statement or proof uses this declaration.