Preprint
Concept Paper

This version is not peer-reviewed.

A Ladder-Based Traversal Notation for Repeated Symbolic Sequences

Submitted:

29 May 2026

Posted:

02 June 2026

You are already at the latest version

Abstract
This paper introduces a ladder-based traversal framework for representing repeated symbolic structures within symbolic and numerical sequences. Repeated structures are interpreted as ordered traversal paths between hierarchical rung states, for example 1→11→111, permitting repetition to be analysed as directed traversal behaviour rather than solely as static substring occurrence. The framework defines traversal states using traversal direction, rung progression between adjacent repetition orders, traversal-gap structure, and climb behaviour. Valid traversal is restricted to transitions between neighbouring rung states only. The model additionally permits chained traversal paths spanning multiple repetition orders, overlapping embeddings in which symbolic occurrences participate in multiple traversals, and recursive overlap between rung states. Unlike conventional repetition frameworks that primarily characterise repeated substrings through periodicity or maximal interval structure, the proposed framework provides a ladder-based and geometric interpretation of symbolic repetition in which repeated structures may be analysed as interconnected traversal systems rather than purely linear strings. Potential applications include symbolic sequence fingerprinting, traversal-density analysis, overlap statistics, traversal entropy measures, and Monte-Carlo comparison of traversal behaviour within random and non-random symbolic systems.
Keywords: 
;  ;  ;  ;  ;  ;  ;  

1. Introduction

Repeated structures arise throughout symbolic systems, including language, genomic data, compressed sequences, and numerical expansions. Existing approaches to repetition analysis include factor automata and compact directed acyclic word graphs [1], hidden subsequence pattern analysis [2], overlap statistics [3], runs and maximal repetitions [4], and grammar-based compression systems such as SEQUITUR and Re-Pair [5,6]. These frameworks primarily represent repetition through intervals, factors, graphs, or recursive substitutions. In contrast, the present framework represents repeated symbolic structures as traversal systems defined by ordered progression between repetition states.
The present work introduces a preliminary traversal-based formalism for analysing repeated symbolic structures. Rather than characterising repetition solely through substring occurrence, periodicity, or grammatical substitution, the framework interprets repeated structures as ordered traversal relationships between repetition states. This perspective motivates a traversal-oriented representation of symbolic repetition and suggests descriptive quantities such as ladder density and traversal asymmetry.
Existing repetition frameworks typically characterise repeated symbolic structure through maximal periodic intervals [4], recursive grammatical substitutions [5,6], factor-transition graphs [1], or overlap statistics [3]. In contrast, the proposed framework represents repeated symbolic structures as traversal systems defined by ordered progression between adjacent rung states. Rather than compressing, factorising, or replacing repeated substrings, the framework preserves the original symbolic sequence while introducing a traversal-oriented representation of hierarchical repetition organisation.
The work is exploratory and primarily conceptual. Its aim is not to replace established methods in stringology, compression, or symbolic sequence analysis, but to provide a complementary representation that may operate alongside existing frameworks. Future work will determine whether the proposed traversal measures provide useful structural information beyond conventional repetition and overlap statistics.

2. Ladder Interpretation

The ladder framework models repeated symbolic structures as ordered traversal systems embedded within a finite symbolic sequence. Table 1 summarises the notation used throughout the ladder traversal framework.
Let
S = ( s 1 , s 2 , , s n )
denote a sequence over an alphabet Σ .
For a chosen target symbol σ Σ , a ladder rung (or rung state) of order k is defined as a contiguous repetition block
R k = σ k
consisting of k consecutive occurrences of σ . The integer k denotes the rung order of rung state R k .
Traversal within the framework occurs horizontally through the sequence and vertically between repetition orders. A traversal path is therefore interpreted as an ordered progression between ladder rungs of varying repetition size.
Ascending traversal corresponds to incremental expansion through successive repetition states:
R 1 R 2 R 3
while descending traversal corresponds to incremental contraction:
R m R m 1 R 1
A valid ladder traversal is constrained to adjacent repetition orders only. Consequently, direct transitions between non-adjacent rung states are excluded. Valid ascent paths therefore satisfy
R k R k + 1
while valid descending paths satisfy
R k R k 1
for consecutive repetition orders, where two rung orders differ by one.
Traversal paths may consist of pairwise transitions such as
R 1 R 2
or chained traversals such as
R 1 R 2 R 3
where each successive rung satisfies the incremental traversal constraint.
Within a sequence, traversal between rungs occurs across intermediary subsequences termed traversal gaps. If rung R i occupies positions a i to b i , and rung R j begins at position a j , then the associated traversal-gap length is defined as
g i j = a j b i 1
A traversal path containing multiple rung transitions therefore possesses an ordered gap vector
G = g 1 ,   g 2 , g m 1
describing the spacing between consecutive rung states.
The framework additionally permits overlapping traversal windows. Individual occurrences of the target symbol may therefore participate simultaneously in multiple traversal paths. For example, within the binary sequence
10110111
examples of ascending traversal embeddings may include
[1]0[11]0111
10[1]10[11]1
101[1]01[11]
In each case, a rung state of order 1 participates in an ascending traversal to a rung state of order 2. The same occurrence may therefore contribute to multiple valid traversal embeddings within the sequence.
The framework additionally permits chained traversals, such as
[1]0[11]0[111]
which represents the progression
R 1 R 2 R 3
Consequently, the ladder traversal is not interpreted as a unique decomposition of a sequence but rather as the complete set of valid incremental traversal paths satisfying the rung-transition constraints.
Traversal direction additionally introduces climb-state asymmetry. Reading a sequence left-to-right and right-to-left may generate distinct ascent and descent structures because traversal relationships depend upon ordered positional arrangement within the sequence. The framework therefore treats traversal direction as an intrinsic component of rung-state definition rather than a purely representational convention. Figure 1 provides a visual representation of ladder traversal behaviour within the binary sequence 10110111

3. Core Concepts

Traversal states within the ladder framework are represented by the tuple
T = ( σ , d , G , C , r )
where:
  • σ denotes the repeated target symbol,
  • d { L R , R L } denotes traversal direction,
  • G = g 1 ,   g 2 , , g m 1 denotes the ordered traversal-gap vector between consecutive ladder rungs,
  • C { A , D } denotes climb behaviour, where A represents ascending traversal and D represents descending traversal,
  • r = ( k 1 , k 2 , , k m ) denotes the ordered traversal path through rung states
Ascending and descending traversal follow the adjacent-rung transition rules defined in Eqs. (3) and (4). The ladder length is defined as
r = m
where m denotes the number of rung states within the traversal path.
Consecutive rung states in a traversal path
r = ( R k 1 , R k 2 , , R k m )
must satisfy the adjacency constraint
k i + 1 k i = 1 ,   i = 1 , ,   m 1
This restates the adjacent-rung requirement for arbitrary traversal paths.

4. Traversal Notation

The traversal-state notation may be illustrated through simple and chained traversal examples extracted from binary symbolic sequences. The following examples demonstrate how traversal direction, rung progression, traversal gaps, and climb state are represented within the ladder framework.

4.1. Simple Traversal Example

Consider the binary sequence
S = 1011
with repeated symbol
σ = 1
Reading the sequence from left to right gives traversal direction
d = L R
Within the sequence, the traversal
r = 1 ,   2
progresses from repetition rung state R 1 to rung state R 2 , corresponding to the repeated structures
1 11
The intermediary traversal gap consists of a single symbol 0 , yielding traversal-gap vector
G = 1
Since traversal proceeds through increasing repetition order, the climb state is ascending:
C = A
The associated rung-order sequence is therefore
( 1,2 )
Corresponding to the traversal path
r = R 1 ,   R 2
Hence the traversal state is represented by
T = ( 1 , L R , ( 1 ) , A , ( 1,2 ) )

4.2. Chained Traversal Example

For a more complex example, consider the binary sequence
S = 10110111
With repeated target symbol
σ = 1
One valid chained traversal within the sequence is
1 11 111
Corresponding to the rung progression
R 1 ,   R 2 ,   R 3
or equivalently the rung-order sequence
1,2 , 3
In this traversal, the intermediary traversal gaps consist of one symbol between R 1 and R 2 , and one symbol between R 2 and R 3 , yielding traversal-gap vector
G = 1,1
Since traversal proceeds through increasing repetition order, the climb state is ascending:
C = A
Reading the sequence from left to right therefore yields the traversal-state tuple
T = ( 1 , L R , ( 1,1 ) , A , ( 1,2 , 3 ) )

5. Rung-Jump and Skipped-Repetition Rule

Direct traversal between non-adjacent rung orders is excluded by the adjacency constraint defined in Eq. (9). For example
R 1 R 3
does not constitute a valid single-step traversal because the intermediary rung state
R 2
is absent from the traversal chain. A valid ascent traversal must instead proceed incrementally:
R 1 R 2 R 3
Similarly, a valid descending traversal must also proceed incrementally:
R 3 R 2 R 1
This constraint defines the skipped-repetition rule and prevents arbitrary rung-jump transitions between non-adjacent rung states.
Although non-adjacent repetition jumps are excluded, ladder states may appear in multiple valid embeddings within a larger repetition structure. For example, within the repeated structure
1111
the rung state
R 2 = 11
may appear as:
[ 11 ] 11
1 [ 11 ] 1
11 [ 11 ]
Similarly for the lower-order rung
R 1 = 1
may appear as
1 111
1 1 11
11 1 1
111 [ 1 ]
These embedded traversal positions do not represent skipped-repetition transitions, but rather alternative contextual embeddings of the same valid rung order within a larger repeated structure.
More generally, repeated symbolic structures may contain recursively overlapping lower-order ladder states. For example,
111 11 1
indicates that the repetition structure 111 contains overlapping embedded occurrences of 11 , which themselves contain embedded occurrences of 1 . Consequently, higher-order rung states may recursively embed multiple lower-order traversal configurations, generating nested and overlapping traversal paths within the same symbolic sequence.
The ladder framework therefore distinguishes between:
  • Valid incremental traversal between adjacent rung orders; and
  • Invalid skipped-repetition transitions between non-adjacent rung orders.
This distinction ensures that ladder traversal represents continuous hierarchical progression through repetition space rather than arbitrary transitions between repeated symbolic structures.

6. Potential Applications

The ladder traversal framework provides a traversal-based method for analysing repeated structures within symbolic and numerical sequences. Rather than representing repetition solely through substring occurrence or frequency, the framework interprets repeated structures as collections of measurable traversal paths characterised by traversal direction, rung progression, traversal gaps, climb behaviour, and overlapping embeddings.
One potential application of the framework is symbolic sequence fingerprinting. Under this interpretation, symbolic sequences such as binary streams, genomic strings, and symbolically encoded information sources may be analysed through their traversal distributions. Traversal organisation may therefore function as a structural descriptor of repeated symbolic behaviour within a sequence, potentially revealing similarities and differences in hierarchical repetition structure across diverse symbolic domains.
The framework permits measurement of traversal properties including ladder density, traversal length, overlap density, directional asymmetry, and the occurrence of chained traversal structures.
The traversal representation naturally suggests statistical extensions in which symbolic sequences are characterised through traversal profiles, overlap structure, and rung-transition behaviour. Such quantities may provide complementary structural information beyond conventional repetition counts.
A natural extension of the framework is Monte-Carlo simulation over randomly generated symbolic sequences. Traversal profiles extracted from observed symbolic systems may then be compared against random baselines in order to investigate whether traversal organisation exhibits statistically detectable structural regularities.
Potential exploratory applications additionally include traversal analysis of irrational-number expansions such as π , where digit-specific traversal distributions and overlap structures may serve as structural fingerprints. Such fingerprints could facilitate comparison between numerical expansions and between numerical and other symbolic sequences.

7. Discussion

The ladder traversal framework recasts repeated symbolic structures as ordered progression through repetition states rather than as isolated substring occurrences. By imposing adjacency between rung orders and permitting overlapping embeddings, the framework provides a hierarchical representation of repetition structure within symbolic sequences.
A key consequence of this interpretation is that repeated structures may be analysed in terms of traversal organisation rather than solely through occurrence counts. This perspective naturally suggests traversal-derived quantities such as overlap density, traversal-gap distributions, directional asymmetry, and hierarchical traversal organisation, which may provide complementary information about sequence organisation.
At present, the framework should be regarded as a preliminary symbolic and computational model rather than a complete mathematical theory. Future work may include traversal-extraction algorithms, probabilistic traversal models, graph-theoretic representations, entropy-based measures, and statistical comparison of traversal behaviour within random and non-random symbolic systems.
The framework presently provides a descriptive formalism rather than a predictive or algorithmically optimised repetition theory. Its practical utility, computational properties, and statistical behaviour therefore remain subjects for future investigation.

8. Conclusion

This paper introduces a ladder-based traversal framework for representing repeated symbolic structures within symbolic and numerical sequences. The framework provides a simple formalism in which repetition is viewed as progression through ordered repetition states rather than solely as collections of repeated substrings.
By representing repeated structures as traversal paths, the framework offers an alternative perspective on symbolic organisation that incorporates hierarchy, overlap, and directional behaviour within a unified representation.
Although preliminary, the framework provides a foundation for further exploration of traversal-based symbolic analysis and the development of quantitative measures derived from traversal structure.

Author Contributions

Christopher Page developed the ladder traversal framework, traversal formalism, mathematical notation, traversal definitions, conceptual structure, and primary manuscript draft. Christopher M. O’Neill contributed to conceptual validation, traversal interpretation, framework refinement, critical discussion, and manuscript review.

References

  1. Crochemore, M.; Vérin, R. Direct construction of compact directed acyclic word graphs. In Combinatorial Pattern Matching (CPM 1997). Lecture Notes in Computer Science; Apostolico, A., Hein, J., Eds.; Springer: Berlin, 1997; pp. 116–129. [Google Scholar]
  2. Flajolet, P.; Guivarc’h, Y.; Szpankowski, W.; Vallée, B. Hidden pattern statistics. In Automata, Languages and Programming. Lecture Notes in Computer Science.; Orejas, F., Spirakis, P.G., van Leeuwen, J., Eds.; Springer: Berlin, 2001; pp. 152–165. [Google Scholar]
  3. Guibas, L.J.; Odlyzko, A.M. String overlaps, pattern matching, and nontransitive games. J. Comb. Theory Ser. A 1981, 30(2), 183–208. [Google Scholar] [CrossRef]
  4. Bannai, Hideo; Tomohiro, I.; Inenaga, Shunsuke; Nakashima, Y.; Takeda, M.; Tsuruta, K. The “Runs” Theorem. SIAM J. Comput. 2017, 46(5), 1501–14. [Google Scholar] [CrossRef]
  5. Larsson, N.J.; Moffat, A. Off-line dictionary-based compression. Proc. IEEE 2000, 88(11), 1722–1732. [Google Scholar] [CrossRef]
  6. Nevill-Manning, C.G.; Witten, I.H. Identifying hierarchical structure in sequences: a linear-time algorithm. J. Artif. Intell. Res. 1997, 7, 67–82. [Google Scholar] [CrossRef]
Figure 1. Illustration of ladder traversal structure within the binary sequence 10110111. The figure illustrates ascending ( A ) and descending ( D ) traversal paths, traversal gaps, overlapping traversal embeddings, and a chained ladder progression through repetition states 1→11→111.
Figure 1. Illustration of ladder traversal structure within the binary sequence 10110111. The figure illustrates ascending ( A ) and descending ( D ) traversal paths, traversal gaps, overlapping traversal embeddings, and a chained ladder progression through repetition states 1→11→111.
Preprints 216020 g001
Table 1. Core notation and terminology used throughout the ladder traversal framework.
Table 1. Core notation and terminology used throughout the ladder traversal framework.
Symbol Term Definition
S Symbolic sequence Finite ordered sequence over an alphabet Σ
Σ Alphabet Set of symbols forming the sequence
σ Target symbol Selected symbol used to construct ladder rungs
k Rung order Number of consecutive occurrences of the target symbol
R k Ladder rung of order k Contiguous repetition block of order k defined as R k = σ k
r Traversal path Ordered progression through rung states
| r | Traversal length Number of repetition rungs in a traversal path
G Traversal-gap vector Ordered distances between consecutive rung states
C Climb state Indicates ascending or descending traversal
d Traversal direction Direction of traversal through the sequence
T Traversal-state tuple Complete traversal representation T=(σ,d,G,C,r)
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.
Copyright: This open access article is published under a Creative Commons CC BY 4.0 license, which permit the free download, distribution, and reuse, provided that the author and preprint are cited in any reuse.
Prerpints.org logo

Preprints.org is a free preprint server supported by MDPI in Basel, Switzerland.

Subscribe

© 2026 MDPI (Basel, Switzerland) unless otherwise stated

Accessibility

Disclaimer

Terms of Use

Privacy Policy

Privacy Settings