Gelfand Duality #
The gelfandTransform
is an algebra homomorphism from a topological ๐
-algebra A
to
C(character_space ๐ A, ๐)
. In the case where A
is a commutative complex Banach algebra, then
the Gelfand transform is actually spectrum-preserving (spectrum.gelfandTransform_eq
). Moreover,
when A
is a commutative Cโ-algebra over โ
, then the Gelfand transform is a surjective isometry,
and even an equivalence between Cโ-algebras.
Main definitions #
Ideal.toCharacterSpace
: constructs an element of the character space from a maximal ideal in a commutative complex Banach algebraWeakDual.CharacterSpace.compContinuousMap
: The functorial map takingฯ : A โโโ[โ] B
to a continuous functioncharacterSpace โ B โ characterSpace โ A
given by pre-composition withฯ
.
Main statements #
spectrum.gelfandTransform_eq
: the Gelfand transform is spectrum-preserving when the algebra is a commutative complex Banach algebra.gelfandTransform_isometry
: the Gelfand transform is an isometry when the algebra is a commutative (unital) Cโ-algebra overโ
.gelfandTransform_bijective
: the Gelfand transform is bijective when the algebra is a commutative (unital) Cโ-algebra overโ
.
TODO #
- After
StarAlgEquiv
is defined, realizegelfandTransform
as aStarAlgEquiv
. - Prove that if
A
is the unital Cโ-algebra overโ
generated by a fixed normal elementx
in a larger Cโ-algebraB
, thencharacterSpace โ A
is homeomorphic tospectrum โ x
. - From the previous result, construct the continuous functional calculus.
- Show that if
X
is a compact Hausdorff space, thenX
is (canonically) homeomorphic tocharacterSpace โ C(X, โ)
. - Conclude using the previous fact that the functors
C(ยท, โ)
andcharacterSpace โ ยท
along with the canonical homeomorphisms described above constitute a natural contravariant equivalence of the categories of compact Hausdorff spaces (with continuous maps) and commutative unital Cโ-algebras (with unital โ-algebra homomorphisms); this is known as Gelfand duality.
Tags #
Gelfand transform, character space, Cโ-algebra
Every maximal ideal in a commutative complex Banach algebra gives rise to a character on that
algebra. In particular, the character, which may be identified as an algebra homomorphism due to
WeakDual.CharacterSpace.equivAlgHom
, is given by the composition of the quotient map and
the Gelfand-Mazur isomorphism NormedRing.algEquivComplexOfComplete
.
Instances For
If a : A
is not a unit, then some character takes the value zero at a
. This is equivalent
to gelfandTransform โ A a
takes the value zero at some character.
The Gelfand transform is spectrum-preserving.
The Gelfand transform is an isometry when the algebra is a Cโ-algebra over โ
.
The Gelfand transform is bijective when the algebra is a Cโ-algebra over โ
.
The Gelfand transform as a StarAlgEquiv
between a commutative unital Cโ-algebra over โ
and the continuous functions on its characterSpace
.
Instances For
The functorial map taking ฯ : A โโโ[โ] B
to a continuous function
characterSpace โ B โ characterSpace โ A
obtained by pre-composition with ฯ
.
Instances For
WeakDual.CharacterSpace.compContinuousMap
sends the identity to the identity.
WeakDual.CharacterSpace.compContinuousMap
is functorial.