Theorems · Inductive type · functional analysis
NormedAlgebra
(𝕜 : Type u_6) → (𝕜' : Type u_7) → [NormedField 𝕜] → [SeminormedRing 𝕜'] → Type (max u_6 u_7)
A normed algebra 𝕜' over 𝕜 is normed module that is also an algebra.
See the implementation notes for Algebra for a discussion about non-unital algebras. Following
the strategy there, a non-unital normed algebra can be written as:
``lean
variable [NormedField 𝕜] [NonUnitalSeminormedRing 𝕜']
variable [NormedSpace 𝕜 𝕜'] [SMulCommClass 𝕜 𝕜' 𝕜'] [IsScalarTower 𝕜 𝕜' 𝕜']
``
- Defined in
- Mathlib.Analysis.Normed.Module.Basic
- Cited by
- 1,165 results in Mathlib
- Foundations
- Depth 1 from the axioms, rests on 3 definitions · uses no axioms
- Assumes
- NormedFieldSeminormedRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- NormedFieldstatement · cited by 1,084
- SeminormedRingstatement · cited by 446
Cited by1,232
Results whose statement or proof uses this declaration.
- logDerivstatement and proof · cited by 71
- ContinuousLinearMap.lsmulstatement and proof · cited by 66
- HasDerivAt.compstatement and proof · cited by 43
- SchwartzMap.smulLeftCLMstatement and proof · cited by 41
- norm_algebraMap'statement and proof · cited by 39
- NormedSpace.restrictScalarsstatement and proof · cited by 39
- intervalIntegral.integral_const_mulstatement and proof · cited by 29
- NormedSpace.expSeries_radius_eq_topstatement and proof · cited by 27
- HasDerivAt.const_mulstatement and proof · cited by 25
- HasDerivAt.comp_hasFDerivWithinAtstatement and proof · cited by 22
- HasDerivAt.comp_hasDerivWithinAtstatement and proof · cited by 21
- HasDerivAt.comp_hasFDerivAtstatement and proof · cited by 20
Showing the 200 most cited of 1,232.