MATHLIBANNEX / CANONICAL DECLARATION CARD

Unbundled compact-operator model

MathlibAnnex.Analysis.CStarAlgebra.IsCompactOperatorModel

def

Packages injectivity, compact-valuedness, and surjectivity onto all compact operators into one unbundled predicate.

Statement

Let A be a complex C*-algebra, not assumed unital, H a complex Hilbert space, and e a nonunital complex star-algebra homomorphism from A to the bounded operators on H. The model predicate consists of all three clauses: e is injective; every represented e(a) is compact; and each compact bounded operator T on H equals e(a) for some a in A.

Definition

IsCompactOperatorModel e ↔ Injective e ∧ (∀ a, IsCompactOperator (e a)) ∧ ∀ T, IsCompactOperator T → ∃ a, e a = T.

Assumptions

Let A be a complex C*-algebra, not assumed unital, H a complex Hilbert space, and e a nonunital complex star-algebra homomorphism from A to the bounded operators on H.

Conclusion

The model predicate consists of all three clauses: e is injective; every represented e(a) is compact; and each compact bounded operator T on H equals e(a) for some a in A.

Main citations

Lean source signature (exact)

def IsCompactOperatorModel [NonUnitalCStarAlgebra A]
    (e : A →⋆ₙₐ[ℂ] (H →L[ℂ] H)) : Prop

Read exact source with highlighted declaration · Raw UTF-8 source · Card PDF · Card JSON

Exact Card identity

Stable Card ID: 26c4dc7e5f4912c1494c383fd3d50537f9cb6328e2450925e91201f48c5d8384

Card revision: 2

Card SHA-256: 5b6417ca84b7f238af19c451492ddf07d9960d3c2b4eae863704a3ad8e7ad3ce

Approved exposition revision: 5

Approved exposition SHA-256: e3d8202b0f37d353aec27c1e89f80047e121fe860f3b2499d8c9a3c88d55b23c

Source: MathlibAnnex v0.4.0