MathlibAnnex.CStarAlgebra.CAR.not_finiteDimensional_separableCounterexampleHilbertSpace
Rules out a finite-dimensional Hilbert space for the faithful tracial model.
Statement
The CAR trace-GNS Hilbert space Hτ carrying the specified faithful representation of the fixed algebra A is infinite-dimensional over ℂ.
Assumptions
Let A ⊆ B(Hₐₜ) be the fixed unital C*-algebra obtained by adjoining the chosen shell-link unitaries to the atomic representation of the CAR algebra C, and then taking the norm-closed unital *-algebra they generate. Let Hτ = L²(C, τC) be the GNS Hilbert space of the normalized CAR trace τC. Use the established faithful representation ρ: A → B(Hτ). No finite-dimensionality or CH hypothesis is assumed.
Conclusion
Hτ is not finite-dimensional over ℂ. Together with the separate separability and nontriviality results, it is a nonzero separable infinite-dimensional complex Hilbert space.
Proof route
If Hτ were finite-dimensional, B(Hτ) would be finite-dimensional. The injective linear map underlying ρ would then make A finite-dimensional, contradicting the counterexample theorem for A.
Proof steps
- Assume finite-dimensionality of Hτ and obtain the corresponding instance for B(Hτ).
- Apply the finite-dimensional-subspace argument to the injective representation ρ.
- Contradict the established infinite-dimensionality of A.
Main citations
- MathlibAnnex.CStarAlgebra.CAR.not_finiteDimensional_shellFamilyTarget
Exact source attribution.
- MathlibAnnex.CStarAlgebra.CAR.separableCounterexampleRepresentation_injective
Exact source attribution.
Lean source declaration (exact)
theorem not_finiteDimensional_separableCounterexampleHilbertSpace :
¬ FiniteDimensional ℂ SeparableCounterexampleHilbertSpace := by
intro hfinite
letI : FiniteDimensional ℂ SeparableCounterexampleHilbertSpace := hfinite
letI : FiniteDimensional ℂ
(SeparableCounterexampleHilbertSpace →L[ℂ] SeparableCounterexampleHilbertSpace) :=
ContinuousLinearMap.finiteDimensional
exact (not_finiteDimensional_shellFamilyTarget homogeneityShellFamily)
(FiniteDimensional.of_injective
(LinearMapClass.linearMap separableCounterexampleRepresentation)
separableCounterexampleRepresentation_injective)Read exact source with highlighted declaration · Raw UTF-8 source · Card PDF · Approved Card JSON
Lean realization notes
The exact conclusion is ¬ FiniteDimensional ℂ Hτ. A countably infinite orthonormal basis follows by standard Hilbert-space theory from this and separability, not by a new basis-cardinality theorem in the cited declaration. FiniteDimensional here is the ordinary finite-dimensional vector-space predicate.
Content metadata
en
CARD_CONTENT_COMPLETE
Exact Card identity
Stable Card ID: acd238bacdf236617d1b6fcee52bc6c12e193116f911bbb8f2020a1c9979dc8d
Card revision: 2
Card SHA-256: 976996c043914f314b6f3313626b811ee061277d9a483edae58ea15a2eea8087
Approved exposition revision: 2
Approved exposition SHA-256: feefb81846f4de117e972f97462a3312bc2e21f310488d4562ac12ccd01c2a97
Source: MathlibAnnex v0.4.0