PhyslibAlpha.Mathematics.LadderSystem.Vacuum
Vacuum states and creation-operator words
i. Overview
A vacuum `Ω` of a `LadderSystem` is a nonzero vector killed by every annihilation operator. This file develops creation-operator words `acᵢ₁acᵢ₂⋯acᵢₙΩ` and the excitation-number sector they span, `vacuumSpan`. This sector is bundled as a `gl(d)` Lie submodule. Its occupation-number basis is constructed in `OccupationBasis.lean`, and its irreducibility is proved in `Irreducibility.lean`.
ii. Key results
Definitions: - `LadderSystem.HasVacuum` : `Ω` is nonzero and killed by every `a i`. - `LadderSystem.word` : a word of creation operators applied to a vector. - `LadderSystem.vacuumSpan` : the span of all length-`n` words over a vacuum -- the `n`-particle sector. - `LadderSystem.vacuumSpanLieSubmodule` : `vacuumSpan`, bundled as a `gl(d)` Lie submodule.
Theorems: - `LadderSystem.word_perm` : a word depends only on the multiset of colors it represents. - `LadderSystem.word_peel` : `aᵢ` applied to a word removes one occurrence of color `i`, scaled by its count. - `LadderSystem.E_word`, `LadderSystem.N_word` : how `E i j`/`N i` act on a word. - `LadderSystem.E_mem_vacuumSpan` : `vacuumSpan` is closed under every `gl(d)` generator `E i j`.
iii. Table of contents
- A. Vacuum states - B. Words - C. The excitation-number sector - C.1. `gl(d)`-invariance
iv. References
A. Vacuum states
B. Words
C. The excitation-number sector
C.1. `gl(d)`-invariance
16 declarations
Creation-operator word
Given a ladder system over a field and a vector space with creation operators for , the function `word` takes a list of indices and a vector , and returns the vector obtained by the sequential application of the corresponding creation operators to :
Let be a ladder system over a field and a vector space with creation operators for . For any index , any list of indices , and any vector , the creation-operator word associated with the list obtained by prepending to applied to is equal to the creation operator acting on the word associated with applied to :
Creation-Operator Words are Invariant under Permutation
Let be a ladder system over a field and a vector space with degrees of freedom, where denotes the creation operator for index . For any vector and any two lists of indices and that are permutations of each other, the resulting creation-operator words applied to are equal:
Annihilation operator acting on creation-operator words (Peeling property)
Let be a ladder system over a field and a vector space with degrees of freedom. Let and denote the annihilation and creation operators respectively for index . Suppose is a vector such that . For any sequence of indices , the action of the annihilation operator on the creation-operator word is given by: where is the number of times the index appears in the sequence , and the word on the right-hand side is obtained by removing one occurrence of the index from the original sequence.
Action of on Creation-Operator Words over a Vacuum
Let be a ladder system on a -vector space with modes. Suppose is a vacuum state, such that for all . For any list of indices and indices , let the creation-operator word be defined as . Then the action of the operator on this word is given by where is the number of times the index appears in the list , and is the list formed by removing one occurrence of from and prepending .
acts on creation-operator words by counting index
Let be a ladder system on a -vector space with modes. Let be a vacuum state such that for all . For any mode and any list of indices , let the creation-operator word be . Then the action of the number operator on this word is given by where denotes the number of occurrences of the index in the list . This implies that creation-operator words are eigenvectors of the number operator with eigenvalue equal to the count of the corresponding mode in the word.
Canonical word for a count function
Given a number of colors and a count function , this function constructs a list (or "word") of indices by repeating each color exactly times. The resulting list is ordered such that all occurrences of color appear before those of color , resulting in a word of the form .
The count of color in is
For any natural number , a count function , and an index , the number of occurrences (count) of the index in the canonical word is equal to .
The sum of counts of each color in a word equals the word's length
Let be a list of indices (representing colors or modes) from the set . For each index , let denote the number of times appears in the list . Then the sum of these counts over all possible indices is equal to the total length of the list :
-th excitation-number sector
Given a ladder system over a field and a vector space with modes, let be a vector (typically the vacuum state). The -th excitation-number sector, denoted as `vacuumSpan L Ω n`, is the -linear submodule of spanned by the set of all vectors obtained by applying a word of creation operators to . That is, it is the span of all vectors of the form where each index .
A list of length can be represented as a function from
Let be a list of elements from the finite set with length . There exists a function such that the list is equal to the list generated by evaluating on (denoted as ).
Creation-Operator Words of Length belong to the -th Excitation-Number Sector
Let be a ladder system over a field and a vector space with modes. Let be a vector (typically the vacuum state). For any list of indices where each , if the length of the list is (i.e., ), then the creation-operator word is an element of the -th excitation-number sector .
-invariance implies -invariance for submodules
Let be a ladder system on a -vector space with modes, and let be a -submodule. If is invariant under the operators for all , then is also invariant under the action of any matrix via the linear map that sends matrix units to . Specifically, for any and , we have .
The -th Excitation-Number Sector is Invariant under operators
Let be a -vector space equipped with a ladder system of modes. Let be a vacuum state, meaning and for all . Let be the -th excitation-number sector, which is the -linear subspace of spanned by all vectors obtained by applying a word of creation operators to the vacuum: For any natural number and any indices , the operator preserves the -th excitation-number sector; that is, for every vector , it holds that .
The -th excitation-number sector as a -Lie submodule
Let be a ladder system on a -vector space with modes. Given a vacuum state (satisfying for all ) and a natural number , the -th excitation-number sector is defined as the -linear span of all vectors of the form where . This definition bundles that submodule as a Lie submodule of under the representation of the general linear Lie algebra , where the action of a matrix is determined by mapping the elementary matrix to the operator .
The underlying -submodule of the -th excitation-number Lie submodule is the -th excitation-number sector span
Let be a -vector space equipped with a ladder system of modes. Given a vacuum state (satisfying for all ) and a natural number , the underlying -linear submodule of the Lie submodule is equal to the -th excitation-number sector , which is the span of all vectors of the form .
