Papers
Topics
Authors
Recent
Search
2000 character limit reached

Square-Free 1-11-Representations

Updated 4 February 2026
  • Square-free 1-11 representations are graph encodings that use words over vertex alphabets, avoiding consecutive repeated blocks while enforcing run-length constraints.
  • They reveal structural limitations, as some graphs necessarily include squares in minimal representations despite achieving cube-freeness in permutational forms.
  • The study bridges combinatorics on words, automata theory, and graph representation, offering insights into pattern avoidance in practical graph encodings.

Square-free 1-11-representations refer to representations of graphs via words over their vertex alphabets such that the adjacency structure is encoded by specific run-length constraints (the 1-11 pattern), and so that the representing word is square-free, i.e., contains no repeated consecutive nonempty blocks. This concept sits at a deep crossroads of combinatorics on words, automata theory, and graph representation theory, combining pattern avoidance constraints with graph-encoding languages.

1. Fundamental Definitions and Notation

A finite, simple, undirected graph G=(V,E)G=(V,E) is said to have a 1-11-representation if there exists a word ww over the alphabet VV such that for all distinct x,yVx,y \in V, the following holds:

  • Let w{x,y}w_{\{x,y\}} denote the subword of ww formed by deleting all letters except xx and yy.
  • The adjacency relation is determined by the maximum run-length of equal adjacent letters in w{x,y}w_{\{x,y\}}:

xy if and only if occxx(w{x,y})+occyy(w{x,y})1x \sim y \ \text{if and only if} \ \operatorname{occ}_{xx}(w_{\{x,y\}}) + \operatorname{occ}_{yy}(w_{\{x,y\}}) \le 1

Here, occzz(w)\operatorname{occ}_{zz}(w) counts the (possibly overlapping) occurrences of zzzz in ww for z{x,y}z \in \{x,y\}.

A word ww over VV is square-free if it contains no factor UUUU for any nonempty word UU.

A square-free 1-11-representation of GG consists of a word representing GG in the above sense and being square-free.

2. Structural Properties and Characterizations

Every graph admits at least one 1-11-representation, and the set of all such representations forms a regular language (Das et al., 28 Jan 2026). Square-freeness, however, is a strong restriction on the possible representatives:

  • For some graphs, there exists a square-free 1-11-representation (e.g., K2K_2 with the word $12$).
  • For others, particularly certain multipartite or disconnected graphs, all minimal (in length or number of concatenated permutations) 1-11-representations necessarily contain squares or even cubes.

The minimal representative is captured by the 1-11-representation number R(G)\mathcal{R}(G), defined as the shortest possible length of a word ww that serves as a 1-11-representation of GG.

3. Cube and Square Patterns in 1-11-Representations

A central topic concerns the degree to which repetition patterns (specifically squares and cubes) are avoidable:

  • In the setting of permutational representations—words formed as a concatenation of kk permutations of the vertex set—the following holds (Das et al., 28 Jan 2026):
    • Any cube (factor XXXXXX) in such a word, where X|X| is not a multiple of V|V|, can be removed without changing the represented graph. As a result, any permutational 1-11-representation attains its minimal kk while being cube-free.
    • This property fails for squares: certain graphs (e.g., the disjoint union of K3K_3 and a single vertex, G=K3{v}G = K_3 \cup \{v\}) are such that every minimal permutational 1-11-representation must contain a square.

This demonstrates a structural dichotomy: cube-freeness in permutational 1-11-representations can always be imposed but square-freeness is not always attainable at minimal length or permutation count.

4. Characterization Results and Examples

Key classification results and illustrative examples establish the landscape:

  • For the graph K2K_2 (V={1,2},E={{1,2}}V=\{1,2\}, E=\{\{1,2\}\}), w=12w=12 is both a square-free word and a 1-11-representation.
  • For the graph G=K3{v}G=K_3 \cup \{v\} (V={1,2,3,v}V=\{1,2,3,v\}), every minimal-length 1-11-representation (length 6) necessarily contains a square, and every minimal permutational 1-11-representation (three permutations) also contains a square (Das et al., 28 Jan 2026).

A summary table is provided:

Graph Type Square-free 1-11-Representation Exists? Minimal Permutational Square-free Exists?
K2K_2 Yes Yes
K3{v}K_3 \cup \{v\} No No

5. Regular Language Structure and Automata-Theoretic Perspective

The set of all 1-11-representations for a fixed graph GG forms a regular language:

  • For each adjacent pair {a,b}\{a,b\}, enforce the acceptance condition that w{a,b}w_{\{a,b\}} contains at most one occurrence of aaaa or bbbb.
  • For every non-adjacent pair, ensure at least two occurrences among aaaa and bbbb (or one of each).
  • Intersection and union of these conditions over all pairs yields a regular language, as regular languages are closed under finite intersection.

Restricting to the sublanguage of permutational 1-11-representations (concatenations of permutations), one still obtains a regular language.

This automata-theoretic viewpoint facilitates algorithmic generation and recognition of such representations.

6. Connections to p-Complete Square-free Word-Representations and Generalizations

The paradigm of avoiding squares in restricted subwords appears in other domains of graph-encoding via words, notably in the setting of pp-complete square-free word-representable graphs (Das et al., 8 May 2025). There, the strongest form (p=1p=1) requires that no subword over any subset of the alphabet contains a square of length at least $1$, reducing to the setting where the only admissible graphs are complete graphs.

  • In contrast, the 1-11 condition is significantly weaker and allows all graphs to be represented, albeit often at the cost of requiring squares in the representing word.

This demonstrates that imposing banishment of all squares in subwords massively restricts the class of representable graphs, sometimes to the trivial class.

7. Combinatorial and Pattern Avoidance Implications

Square-free 1-11-representations are of combinatorial interest as they illuminate the trade-offs between pattern-avoidance and information encoding capacity. The inability to always attain square-freeness in minimal representations signifies an intrinsic limitation in encoding certain adjacency constraints tightly without incurring repetitions. Furthermore, the language-theoretic regularity of all such representation sets establishes a firm foundation for further automata-theoretic and combinatorial-on-words analysis.

The study of 1-11-representations, and particularly their square-free instantiations, thus provides a nuanced template for exploring the interface between discrete mathematics, pattern avoidance theory, and formal language theory (Das et al., 28 Jan 2026, Das et al., 8 May 2025).

Definition Search Book Streamline Icon: https://streamlinehq.com
References (2)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Square-Free 1-11-Representations.