Abstract:A new complexity measure named as Lattice Complexity is presented for finite symbolic sequences. This measure is based on the symbolic dynamics of one-dimensional iterative maps and Lempel-Ziv Complexity. To make Lattice Complexity distinguishable from Lempel-Ziv Complexity, an approach called fine-graining process is also proposed. When the control parameter fine-graining order is small enough, the two measures are almost equal. While the order increases, the difference between the two measures becomes more and more significant. Applying Lattice Complexity to logistic map with a proper order, we find that the sequences that are regarded as complex are roughly at the edges of chaotic regions. Further derived properties of the two measures concerning the fine-graining process are also discussed.
What problem does this paper attempt to address?
The problem that this paper attempts to solve is: how to design a new complexity measurement method - Lattice Complexity - to improve the existing Lempel - Ziv complexity measurement method. Specifically, the paper aims to solve the following key problems:
1. **Distinguishing between complexity and randomness**:
- The Lempel - Ziv complexity measurement mainly measures randomness, but complexity is not exactly the same as randomness. The author hopes to better reflect complexity by introducing lattice complexity instead of simply equating it with randomness.
2. **Addressing the shortcomings of artificial sequences**:
- In some cases, the Lempel - Ziv complexity will wrongly identify artificial sequences with obvious regularity (such as de Bruijn sequences) as complex sequences. The author hopes that the new method can correct this shortcoming.
3. **Introducing the fine - graining process**:
- In order to distinguish lattice complexity from Lempel - Ziv complexity, the author proposes the fine - graining process. By adjusting the fine - graining order, the complexity of a sequence can be evaluated at different scales, thus more accurately reflecting the dynamic characteristics of the system.
4. **Applying to chaotic systems**:
- The paper also explores how to apply lattice complexity to chaotic orbits generated in one - dimensional iterative maps (such as the Logistic map). Research shows that when the fine - graining order increases, lattice complexity can identify sequences considered complex at the edge of the chaotic region, and in the fully chaotic case, lattice complexity tends to a minimum, which helps to distinguish complexity from randomness.
### Summary
The main purpose of the paper is to provide a more accurate and reasonable complexity measurement method by introducing lattice complexity and the fine - graining process, in order to overcome the limitations of existing methods (such as Lempel - Ziv complexity). This method can not only better reflect complexity but also evaluate the dynamic behavior of the system at different scales, thus providing new perspectives and tools for complexity research.
### Key formulas
- The relationship between lattice complexity and Lempel - Ziv complexity:
\[
LC(n)\leq LZC(n)\leq n
\]
- Normalized lattice complexity:
\[
h_{LC}=\frac{\log_{\alpha}(LC(n))}{n}
\]
- When the size of the symbol set \(\alpha\) approaches infinity, the limit of lattice complexity:
\[
\lim_{n\rightarrow\infty}\lim_{\alpha\rightarrow\infty}\frac{LC(n,\alpha)}{n} = 1
\]
These formulas show the relationship between lattice complexity and Lempel - Ziv complexity and their performance under different conditions.