Fast M\"obius and Zeta Transforms
Tommaso Pegolotti, Bastian Seifert, Markus P\"uschel

TL;DR
This paper introduces efficient algorithms for M"obius and zeta transforms on finite posets, significantly reducing computation time from quadratic to linear in the size of the poset by leveraging DAG representations and chain decompositions.
Contribution
The paper presents novel $O(nk)$ time and space algorithms for M"obius and zeta transforms on posets, improving over traditional $O(n^2)$ methods, using DAG-based chain decomposition.
Findings
Algorithms handle posets with millions of nodes in seconds.
Parallelized implementations further improve performance.
Benchmarks demonstrate efficiency on sparse DAGs.
Abstract
M\"obius inversion of functions on partially ordered sets (posets) is a classical tool in combinatorics. For finite posets it consists of two, mutually inverse, linear transformations called zeta and M\"obius transform, respectively. In this paper we provide novel fast algorithms for both that require time and space, where and is the width (length of longest antichain) of , compared to for a direct computation. Our approach assumes that is given as directed acyclic graph (DAG) . The algorithms are then constructed using a chain decomposition for a one time cost of , where is the number of edges in the DAG's transitive reduction. We show benchmarks with implementations of all algorithms including parallelized…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topicssemigroups and automata theory · Algorithms and Data Compression · Computability, Logic, AI Algorithms
