PhyslibAlpha.Mathematics.LadderSystem.SymmetricPower
The excitation sector is the symmetric power
i. Overview
`vacuumSpan L Ω n` is linearly isomorphic to the `n`-th symmetric power of `K^d` -- concretely, to the free `K`-vector space on `Sym (Fin d) n` (Mathlib's own type of size-`n` multisets on `Fin d`, the standard combinatorial model of `Sym^n(K^d)`'s natural basis once a basis `e_1,…,e_d` of `K^d` is fixed: a multiset `{i_1,…,i_n}` names the basis vector `e_{i_1} ⊙ ⋯ ⊙ e_{i_n}`). The isomorphism sends this basis to the occupation-number states, i.e. it is exactly `OccupationBasis.lean`'s `vacuumBasis` reindexed along `countFunEquivSym`.
ii. Key results
- `LadderSystem.vacuumSpanSymEquiv` : `vacuumSpan L Ω n ≃ₗ[K] (Sym (Fin d) n →₀ K)`.
iii. References
2 declarations
Linear isomorphism
For a -mode ladder system over a field and a vector space with vacuum state , there exists a -linear isomorphism between the free -vector space generated by multisets of size on (denoted as ) and the -th excitation-number sector . This isomorphism maps each multiset , representing a basis element of the symmetric power, to the corresponding occupation-number basis vector in the excitation sector.
The isomorphism `vacuumSpanSymEquiv` maps the basis multiset to its occupation-number state word
For a -mode ladder system with vacuum state , let be the -linear isomorphism between the free vector space on multisets of size and the -th excitation-number sector. For any multiset , let be the basis vector corresponding to in the free -vector space. Then the isomorphism maps to the occupation-number state obtained by applying the word of creation operators corresponding to the count function of to the vacuum : where the list of indices is the canonical word (ordered by index) representing the multiset .
