Theorems · Definition · functional analysis
NormedRing.algEquivComplexOfComplete
- 1000+ list: Gelfand–Mazur theorem
{A : Type u_2} →
[inst : NormedRing A] → [inst_1 : NormedAlgebra ℂ A] → [CompleteSpace A] → (∀ {a : A}, IsUnit a ↔ a ≠ 0) → ℂ ≃ₐ[ℂ] AGelfand-Mazur theorem: For a complex Banach division algebra, the natural algebraMap ℂ A
is an algebra isomorphism whose inverse is given by selecting the (unique) element of
spectrum ℂ a. In addition, algebraMap_isometry guarantees this map is an isometry.
Note: because NormedDivisionRing requires the field norm_mul : ∀ a b, ‖a * b‖ = ‖a‖ * ‖b‖, we
don't use this type class and instead opt for a NormedRing in which the nonzero elements are
precisely the units. This allows for the application of this isomorphism in broader contexts, e.g.,
to the quotient of a complex Banach algebra by a maximal ideal. In the case when A is actually a
NormedDivisionRing, one may fill in the argument hA with the lemma isUnit_iff_ne_zero.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 297 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Complexstatement and proof · cited by 5,565
- Algebra.algebraMapproof · cited by 4,706
- AlgHomproof · cited by 3,236
- CompleteSpacestatement and proof · cited by 2,532
- Nontrivialproof · cited by 2,416
- AlgEquivstatement · cited by 1,681
- IsUnitstatement and proof · cited by 1,602
- NormedAlgebrastatement and proof · cited by 1,165
- NormedRingstatement and proof · cited by 924
- Algebra.ofIdproof · cited by 166
- Set.Nonempty.someproof · cited by 53
Cited by4
Results whose statement or proof uses this declaration.
- Ideal.toCharacterSpaceproof · cited by 2
- NormedRing.algEquivComplexOfComplete_symm_applystatement and proof · cited by 1
- NormedRing.algEquivComplexOfComplete.congr_simpstatement and proof · cited by 0
- NormedRing.algEquivComplexOfComplete_applystatement and proof · cited by 0