Physlib

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

definition

Linear isomorphism Symn(Kd)vacuumSpan(L,Ω,n)\text{Sym}^n(K^d) \cong \text{vacuumSpan}(L, \Omega, n)

For a dd-mode ladder system LL over a field KK and a vector space VV with vacuum state Ω\Omega, there exists a KK-linear isomorphism between the free KK-vector space generated by multisets of size nn on {0,1,,d1}\{0, 1, \dots, d-1\} (denoted as Symn(Fin d)0K\text{Sym}^n(\text{Fin } d) \to_0 K) and the nn-th excitation-number sector vacuumSpan(L,Ω,n)\text{vacuumSpan}(L, \Omega, n). This isomorphism maps each multiset {i1,i2,,in}\{i_1, i_2, \dots, i_n\}, representing a basis element of the symmetric power, to the corresponding occupation-number basis vector ai1ai2ainΩa^\dagger_{i_1} a^\dagger_{i_2} \dots a^\dagger_{i_n} \Omega in the excitation sector.

theorem

The isomorphism `vacuumSpanSymEquiv` maps the basis multiset ss to its occupation-number state word ai1ainΩa^\dagger_{i_1} \dots a^\dagger_{i_n} \Omega

For a dd-mode ladder system LL with vacuum state Ω\Omega, let Φn:(Symn(Fin d)0K)vacuumSpan(L,Ω,n)\Phi_n: (\text{Sym}^n(\text{Fin } d) \to_0 K) \cong \text{vacuumSpan}(L, \Omega, n) be the KK-linear isomorphism between the free vector space on multisets of size nn and the nn-th excitation-number sector. For any multiset sSymn(Fin d)s \in \text{Sym}^n(\text{Fin } d), let δs\delta_s be the basis vector corresponding to ss in the free KK-vector space. Then the isomorphism Φn\Phi_n maps δs\delta_s to the occupation-number state obtained by applying the word of creation operators corresponding to the count function of ss to the vacuum Ω\Omega: Φn(δs)=ai1ai2ainΩ \Phi_n(\delta_s) = a^\dagger_{i_1} a^\dagger_{i_2} \dots a^\dagger_{i_n} \Omega where the list of indices [i1,i2,,in][i_1, i_2, \dots, i_n] is the canonical word (ordered by index) representing the multiset ss.