中文
相关论文

相关论文: Order-Invariant MSO is Stronger than Counting MSO …

200 篇论文

Order-invariant formulas access an ordering on a structure's universe, but the model relation is independent of the used ordering. Order invariance is frequently used for logic-based approaches in computer science. Order-invariant formulas…

计算机科学中的逻辑 · 计算机科学 2016-06-22 Michael Elberfeld , Marlin Frickenschmidt , Martin Grohe

We study the expressive power and succinctness of order-invariant sentences of first-order (FO) and monadic second-order (MSO) logic on structures of bounded tree-depth. Order- invariance is undecidable in general and, thus, one strives for…

计算机科学中的逻辑 · 计算机科学 2016-03-31 Kord Eickmeyer , Michael Elberfeld , Frederik Harwath

We study the expressive power of the two-variable fragment of order-invariant first-order logic. This logic departs from first-order logic in two ways: first, formulas are only allowed to quantify over two variables. Second, formulas can…

计算机科学中的逻辑 · 计算机科学 2022-07-12 Julien Grange

We study the expressive power of successor-invariant first-order logic, which is an extension of first-order logic where the usage of an additional successor relation on the structure is allowed, as long as the validity of formulas is…

计算机科学中的逻辑 · 计算机科学 2023-06-22 Julien Grange

Expansions of the monadic second-order (MSO) theory of the structure $\langle \mathbb{N} ; < \rangle$ have been a fertile and active area of research ever since the publication of the seminal papers of B\"uchi and Elgot & Rabin on the…

计算机科学中的逻辑 · 计算机科学 2025-07-23 Joris Nieuwveld , Joël Ouaknine

Order-invariant first-order logic is an extension of first-order logic FO where formulae can make use of a linear order on the structures, under the proviso that they are order-invariant, i.e. that their truth value is the same for all…

计算机科学中的逻辑 · 计算机科学 2025-04-09 Bartosz Bednarczyk , Julien Grange

We consider bisimulation-invariant monadic second-order logic over various classes of finite transition systems. We present several combinatorial characterisations of when the expressive power of this fragment coincides with that of the…

计算机科学中的逻辑 · 计算机科学 2019-05-17 Achim Blumensath , Felix Wolf

We consider the logic MSO+U, which is monadic second-order logic extended with the unbounding quantifier. The unbounding quantifier is used to say that a property of finite sets holds for sets of arbitrarily large size. We prove that the…

计算机科学中的逻辑 · 计算机科学 2015-02-18 Mikołaj Bojańczyk , Paweł Parys , Szymon Toruńczyk

Second-order transitive-closure logic, SO(TC), is an expressive declarative language that captures the complexity class PSPACE. Already its monadic fragment, MSO(TC), allows the expression of various NP-hard and even PSPACE-hard problems in…

计算机科学中的逻辑 · 计算机科学 2018-04-18 Flavio Ferrarotti , Jan Van den Bussche , Jonni Virtema

Consider a linear ordering equipped with a finite sequence of monadic predicates. If the ordering contains an interval of order type \omega or -\omega, and the monadic second-order theory of the combined structure is decidable, there exists…

计算机科学中的逻辑 · 计算机科学 2015-07-01 Alexis Bes , Alexander Rabinovich

It is shown that order-invariance of two-variable first-logic is decidable in the finite. This is an immediate consequence of a decision procedure obtained for the finite satisfiability problem for existential second-order logic with two…

计算机科学中的逻辑 · 计算机科学 2016-04-21 Thomas Zeume , Frederik Harwath

We study on which classes of graphs first-order logic (FO) and monadic second-order logic (MSO) have the same expressive power. We show that for all classes C of graphs that are closed under taking subgraphs, FO and MSO have the same…

计算机科学中的逻辑 · 计算机科学 2015-03-20 Michael Elberfeld , Martin Grohe , Till Tantau

We characterise the sentences in Monadic Second-order Logic (MSO) that are over finite structures equivalent to a Datalog program, in terms of an existential pebble game. We also show that for every class C of finite structures that can be…

计算机科学中的逻辑 · 计算机科学 2025-11-14 Manuel Bodirsky , Simon Knäuer , Sebastian Rudolph

This paper presents a complete axiomatization of Monadic Second-Order Logic (MSO) over infinite trees. MSO on infinite trees is a rich system, and its decidability ("Rabin's Tree Theorem") is one of the most powerful known results…

计算机科学中的逻辑 · 计算机科学 2023-06-22 Anupam Das , Colin Riba

Permutations can be viewed as pairs of linear orders, or more formally as models over a signature consisting of two binary relation symbols. This approach was adopted by Albert, Bouvel and F\'eray, who studied the expressibility of…

组合数学 · 数学 2025-11-05 Vít Jelínek , Michal Opler

We prove that, on bounded expansion classes, every first-order formula with modulo counting is equivalent, in a linear-time computable monadic expansion, to an existential first-order formula. As a consequence, we derive, on bounded…

计算机科学中的逻辑 · 计算机科学 2023-03-24 J. Nesetril , P. Ossona de Mendez , S. Siebertz

The finite satisfiability problem of monadic second order logic is decidable only on classes of structures of bounded tree-width by the classic result of Seese (1991). We prove the following problem is decidable: Input: (i) A monadic second…

计算机科学中的逻辑 · 计算机科学 2016-04-19 Tomer Kotek , Helmut Veith , Florian Zuleger

We investigate the decidability of the monadic second-order (MSO) theory of the structure $\langle \mathbb{N};<,P_1, \ldots,P_d \rangle$, for various unary predicates $P_1,\ldots,P_d \subseteq \mathbb{N}$. We focus in particular on…

计算机科学中的逻辑 · 计算机科学 2026-03-25 Valérie Berthé , Toghrul Karimov , Joris Nieuwveld , Joël Ouaknine , Mihir Vahanwala , James Worrell

We consider a specific class of tree structures that can represent basic structures in linguistics and computer science such as XML documents, parse trees, and treebanks, namely, finite node-labeled sibling-ordered trees. We present…

计算机科学中的逻辑 · 计算机科学 2015-07-01 Amélie Gheerbrant , Balder ten Cate

We develop an algebraic notion of recognizability for languages of words indexed by countable linear orderings. We prove that this notion is effectively equivalent to definability in monadic second-order (MSO) logic. We also provide three…

计算机科学中的逻辑 · 计算机科学 2018-05-30 Olivier Carton , Thomas Colcombet , Gabriele Puppis
‹ 上一页 1 2 3 10 下一页 ›