Preprint
Article

This version is not peer-reviewed.

Measuring Structural Complexity with Combinatorial-Topological Entropy

Submitted:

07 October 2025

Posted:

08 October 2025

You are already at the latest version

Abstract
We introduce Combinatorial-Topological Entropy (CTE), a structural measure quantifying the intrinsic complexity of combinatorial topologies, including simplicial complexes and hypergraphs. Unlike classical entropy, CTE does not depend on probability distributions but instead uses simplex dimensions, adjacency hierarchies, and connectivity patterns. We formalize a CTE incorporating parameters α and β to weight simplex size and adjacency influence. Using illustrative examples, including tetrahedra, hypergraphs, and higher-dimensional simplicial complexes, we demonstrate the measure’s sensitivity to structural features. Our results show CTE distinguishes between different combinatorial configurations, supporting its role as a structural invariant. Heatmaps visualize trends across α and β, demonstrating adjacency and size effects.
Keywords: 
;  ;  ;  ;  ;  

1. Introduction

Entropy traditionally quantifies uncertainty over random variables or states, with classical measures relying on probability distributions [1]. Complex combinatorial structures, such as simplicial complexes and hypergraphs, lack intrinsic information measures independent of probability. We introduce Combinatorial-Topological Entropy (CTE), a structural measure capturing the intrinsic complexity of topological arrangements. Unlike Shannon or Rényi entropy, CTE is a property of the combinatorial-topological object itself, invariant under isomorphism and sensitive to adjacency and hierarchy.
CTE provides a unified approach bridging combinatorics, topology, and information theory. Potential applications include quantifying complexity in AI latent spaces, feature analysis, network robustness, and topological data analysis.

2. Materials and Methods

2.1. Preliminaries

We consider:
  • Simplicial Complexes K: sets of vertices, edges, triangles, and higher-dimensional simplices closed under inclusion.
  • Hypergraphs H: collections of hyperedges connecting multiple vertices.
  • Chains, Betti numbers, and Euler characteristic: standard combinatorial-topological invariants.

2.2. CTE Definition

For a simplicial complex K, each simplex σ K has dimension dim ( σ ) and adjacency adj ( σ ) , the number of higher-dimensional simplices containing it. We define the CTE:
CTE ( K ) = σ K ( dim ( σ ) + 1 ) α ( adj ( σ ) + 1 ) β Z log 2 ( dim ( σ ) + 1 ) α ( adj ( σ ) + 1 ) β Z ,
where
Z = σ K ( dim ( σ ) + 1 ) α ( adj ( σ ) + 1 ) β .
For hypergraphs H, we define:
CTE ( H ) = e H | e | α ( deg ( e ) + 1 ) β Z log 2 | e | α ( deg ( e ) + 1 ) β Z ,
where deg ( e ) is the number of overlapping hyperedges.

2.3. Computation and Parameter Exploration

CTE was computed in Python for varying α and β over multiple combinatorial structures (tetrahedron, triangle, cube edges, small and dense hypergraphs). Heatmaps were generated to visualize how CTE changes with parameters.

2.4. Theoretical Properties of CTE

Theorem 1. (Permutation Invariance). CTE is invariant under any reordering of simplices in a simplicial complex or hyperedges in a hypergraph.
Proof. 
Let K be a simplicial complex with simplices σ 1 , , σ n . CTE depends only on the multiset { ( dim ( σ i ) + 1 ) α ( adj ( σ i ) + 1 ) β } . Reordering the simplices does not change this multiset; hence the normalized probabilities and resulting entropy remain unchanged. □
Theorem 2. (Isomorphism Invariance). CTE is invariant under combinatorial isomorphisms of simplicial complexes or hypergraphs.
Proof. 
Any bijection f : V V between vertex sets preserving adjacency ensures that each simplex or hyperedge retains its dimension and adjacency/degree. Since CTE depends only on these values, its computation yields the same result after isomorphism. □
Theorem 3. (Scale Invariance). Multiplying all dimensions or degrees by a constant factor does not change the relative CTE ranking of structures.
Proof. 
Let c > 0 and consider modified weights w ˜ σ = ( c · ( dim ( σ ) + 1 ) ) α ( ( c · ( adj ( σ ) + 1 ) ) β ) . The normalization constant Z ˜ = σ w ˜ σ = c α + β Z , giving w ˜ σ / Z ˜ = w σ / Z . Thus, the probabilities in the entropy formula remain unchanged, leaving CTE invariant under scaling. □

3. Results

Table 1 presents example computed CTE values for the tetrahedron simplicial complex.

3.1. Heatmaps

Figure 1, Figure 2, Figure 3, Figure 4 and Figure 5 show heatmaps of CTE across α and β for all structures. Color intensity reflects the magnitude of CTE.

3.2. Comparison with Existing Complexity Measures

To evaluate the effectiveness of Combinatorial-Topological Entropy (CTE) relative to established measures, we computed **graph entropy** [4] and **motif complexity** [5] on the same set of simplicial complexes and hypergraphs used for CTE. Parameters α and β were varied as in Section 2.3 to ensure consistent comparisons.
Table 2 presents representative results at α = 1.0 and β = 1.0 , using α = 1.0 and β = 1.0 in the PDF string to avoid warnings with hyperref. The table demonstrates that CTE captures both simplex size and adjacency, whereas graph entropy and motif complexity often fail to distinguish structurally distinct objects.
Several key observations emerge from these results:
  • Structural sensitivity: CTE exhibits meaningful variation across different simplicial complexes and hypergraphs, capturing both simplex size and adjacency information.
  • Parameter responsiveness: Adjusting α and β modifies CTE values predictably, reflecting the influence of simplex size and adjacency in the measure.
  • Limitations of existing measures: Graph entropy often remains unchanged across topologically distinct structures, while motif complexity can yield zero or indistinguishable values (e.g., cube edges), failing to detect nuanced combinatorial differences.
These results illustrate that CTE offers a more flexible and informative metric for combinatorial complexity than traditional graph-theoretic or motif-based approaches, particularly when assessing higher-dimensional simplicial and hypergraph structures.

4. Discussion

The heatmaps illustrate that CTE captures intrinsic structural properties independent of probability distributions. Parameter β strongly influences adjacency weighting, decreasing CTE with higher adjacency sensitivity. Parameter α moderately scales contributions from simplex size. Differences between simplicial complexes and hypergraphs demonstrate structural discrimination, validating CTE as a structural invariant.
Potential applications include quantifying AI latent space complexity, analyzing high-dimensional features, and assessing network robustness in complex systems.

4.1. Limitations

CTE requires selection of parameters α and β to weight simplex size and adjacency influence. While our heatmaps explore a broad range, optimal parameter choices may vary across applications. Computational complexity grows with the number of simplices/hyperedges, although vectorized or parallel implementations can mitigate this. Future work will focus on automatic parameter selection strategies and large-scale efficiency.

4.2. Future Directions

Potential applications of CTE include:
  • Quantifying latent-space complexity in AI models
  • Measuring robustness and heterogeneity in complex networks
  • Multi-layer topologies and higher-dimensional combinatorial structures
  • Automated feature selection using topological invariants

5. Conclusions

CTE is a novel structural entropy measure for combinatorial-topological objects. Computations and heatmap visualizations show sensitivity to simplex dimension and adjacency hierarchy. This framework provides a new approach where entropy is a topological-combinatorial invariant, independent of probabilistic assumptions.

Supplementary Materials

The CTE framework code is available at https://github.com/Reyence/cte-entropy. This repository provides all functions needed to compute combinatorial-topological entropy for arbitrary simplicial complexes and hypergraphs.

Author Contributions

R.C. conducted all aspects of this work.

Funding

No external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Acknowledgments

The author thanks the open-source Python community for libraries facilitating computations. Python 3.11 was used for all simulations.

Conflicts of Interest

The author declares no conflicts of interest.

References

  1. Shannon, C.E. A Mathematical Theory of Communication. Bell Syst. Tech. J. 1948, 27, 379–423, 623–656. [Google Scholar] [CrossRef]
  2. Hatcher, A. Algebraic Topology; Cambridge University Press: Cambridge, UK, 2002. [Google Scholar]
  3. Edelsbrunner, H.; Harer, J. Computational Topology: An Introduction; American Mathematical Society: Providence, RI, USA, 2010. [Google Scholar]
  4. Mowshowitz, A. Entropy and the Complexity of Graphs. Bulletin of Mathematical Biophysics 1968, 30, 175–204. [Google Scholar] [CrossRef] [PubMed]
  5. Milo, R.; Shen-Orr, S.; Itzkovitz, S.; Kashtan, N.; Chklovskii, D.; Alon, U. Network motifs: Simple building blocks of complex networks. Science 2002, 298, 824–827. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Heatmap of CTE for tetrahedron simplicial complex. CTE decreases with increasing β (adjacency sensitivity) and varies moderately with α (simplex size weighting).
Figure 1. Heatmap of CTE for tetrahedron simplicial complex. CTE decreases with increasing β (adjacency sensitivity) and varies moderately with α (simplex size weighting).
Preprints 179897 g001
Figure 2. Heatmap of CTE for triangle simplicial complex. Trends are consistent with tetrahedron: increasing β reduces CTE, while α has smaller effects.
Figure 2. Heatmap of CTE for triangle simplicial complex. Trends are consistent with tetrahedron: increasing β reduces CTE, while α has smaller effects.
Preprints 179897 g002
Figure 3. Heatmap of CTE for cube edges simplicial complex. Shows the interplay of adjacency and simplex size in a slightly more complex combinatorial topology.
Figure 3. Heatmap of CTE for cube edges simplicial complex. Shows the interplay of adjacency and simplex size in a slightly more complex combinatorial topology.
Preprints 179897 g003
Figure 4. Heatmap of CTE for small hypergraph. Lower CTE values compared to simplicial complexes, reflecting structural differences.
Figure 4. Heatmap of CTE for small hypergraph. Lower CTE values compared to simplicial complexes, reflecting structural differences.
Preprints 179897 g004
Figure 5. Heatmap of CTE for dense hypergraph. Structural interactions lead to nuanced trends across α and β .
Figure 5. Heatmap of CTE for dense hypergraph. Structural interactions lead to nuanced trends across α and β .
Preprints 179897 g005
Table 1. CTE values for tetrahedron simplicial complex over selected α and β . Trends show decreasing CTE with increasing β , reflecting adjacency sensitivity.
Table 1. CTE values for tetrahedron simplicial complex over selected α and β . Trends show decreasing CTE with increasing β , reflecting adjacency sensitivity.
α β CTE_simplicial
0.1 0.1 3.1692
0.1 0.5 3.1294
0.1 1.0 2.9967
0.1 1.5 2.8002
0.1 2.0 2.5751
Table 2. Comparison of CTE, graph entropy, and motif complexity for selected combinatorial structures at α = 1.0 and β = 1.0 . CTE differentiates structures more effectively than alternative measures.
Table 2. Comparison of CTE, graph entropy, and motif complexity for selected combinatorial structures at α = 1.0 and β = 1.0 . CTE differentiates structures more effectively than alternative measures.
Structure Type CTE Graph Entropy Motif Complexity
Tetrahedron Simplicial 3.0421 1.9056 0.7219
Triangle Simplicial 2.7812 1.5849 0.8113
Cube Edges Simplicial 2.8905 2.0000 0.0000
Small HG Hypergraph 1.8567 2.2170 1.9709
Dense HG Hypergraph 2.0000 2.3083 2.0000
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

Disclaimer

Terms of Use

Privacy Policy

Privacy Settings

© 2025 MDPI (Basel, Switzerland) unless otherwise stated