中文
相关论文

相关论文: Cypher is Turing-Complete: A Formal Proof via 2-Co…

200 篇论文

Cypher is a query language for property graphs. It was originally designed and implemented as part of the Neo4j graph database, and it is currently used in a growing number of commercial systems, industrial applications and research…

Grigore showed that Java generics are Turing complete by describing a reduction from Turing machines to Java subtyping. We apply Grigore's algorithm to Python type hints and deduce that they are Turing complete. In addition, we present an…

编程语言 · 计算机科学 2022-09-01 Ori Roth

This seminal paper proposes a new query language for graph matching and rewriting overcoming {the declarative} limitation of Cypher while outperforming {Neo4j} on graph matching and rewriting by at least one order of magnitude. We exploited…

数据库 · 计算机科学 2024-03-13 Oliver Robert Fox , Giacomo Bergami

This paper describes a reduction from the halting problem of Turing machines to subtype checking in Java. It follows that subtype checking in Java is undecidable, which answers a question posed by Kennedy and Pierce in 2007. It also follows…

编程语言 · 计算机科学 2016-11-08 Radu Grigore

Graph database systems store graph data as nodes and relationships, and utilize graph query languages (e.g., Cypher) for efficiently querying graph data. Proving the equivalence of graph queries is an important foundation for optimizing…

数据库 · 计算机科学 2025-04-23 Lei Tang , Wensheng Dou , Yingying Zheng , Lijie Xu , Wei Wang , Jun Wei , Tao Huang

This article describes a Turing machine which can solve for $\beta^{'}$ which is RE-complete. RE-complete problems are proven to be undecidable by Turing's accepted proof on the Entscheidungsproblem. Thus, constructing a machine which…

计算复杂性 · 计算机科学 2018-04-24 Mark Inman

Pattern matching of core GQL, the new ISO standard for querying property graphs, cannot check whether edge values are increasing along a path, as established in recent work. We present a constructive translation that overcomes this…

数据库 · 计算机科学 2026-01-05 Hadar Rotschield , Liat Peterfreund

Alternatives to recurrent neural networks, in particular, architectures based on attention or convolutions, have been gaining momentum for processing input sequences. In spite of their relevance, the computational properties of these…

机器学习 · 计算机科学 2019-01-14 Jorge Pérez , Javier Marinković , Pablo Barceló

The Calculus of Conjunctive Queries (CCQ) has foundational status in database theory. A celebrated theorem of Chandra and Merlin states that CCQ query inclusion is decidable. Its proof transforms logical formulas to graphs: each query has a…

计算机科学中的逻辑 · 计算机科学 2018-04-23 Filippo Bonchi , Jens Seeber , Pawel Sobocinski

The $\textbf{P}$ vs. $\textbf{NP}$ problem is an important problem in contemporary mathematics and theoretical computer science. Many proofs have been proposed to this problem. This paper proposes a theoretic proof for $\textbf{P}$ vs.…

计算复杂性 · 计算机科学 2020-07-02 Changlin Wan , Zhongzhi Shi

We prove the Extended Church-Turing Thesis: Every effective algorithm can be efficiently simulated by a Turing machine. This is accomplished by emulating an effective algorithm via an abstract state machine, and simulating such an abstract…

计算机科学中的逻辑 · 计算机科学 2012-08-01 Nachum Dershowitz , Evgenia Falkovich

The Unix command \texttt{find} is among the first commands taught to beginners, yet remains indispensable for experienced engineers. In this paper, we demonstrate that \texttt{find} possesses unexpected computational power, establishing…

数据结构与算法 · 计算机科学 2026-02-25 Keigo Oka

For an arbitrary word $w$ on an alphabet, we can define the alternating symbol graph, $G(w)$, as the graph in which the edge $(a, b)$ is in $E$ iff the letters $a$ and $b$ alternate in the word $w$. A graph $G = (V, E)$ is said to be…

组合数学 · 数学 2018-06-14 Ameya Daigavane , Mrityunjay Singh , Benny K. George

Hard attention Chain-of-Thought (CoT) transformers are known to be Turing-complete. However, it is an open problem whether softmax attention Chain-of-Thought (CoT) transformers are Turing-complete. In this paper, we prove a stronger result…

形式语言与自动机理论 · 计算机科学 2025-11-26 Hongjian Jiang , Michael Hahn , Georg Zetzsche , Anthony Widjaja Lin

A graph G(V, E) is word-representable if there exists a word w over V such that distinct letters x and y alternate in w iff $xy \in E$. We introduce p-complete squares and p-complete square-free word-representable graphs. A word is…

离散数学 · 计算机科学 2025-12-25 Biswajit Das , Ramesh Hariharasubramanian

We present a new graphical calculus that is sound and complete for a universal family of quantum circuits, which can be seen as the natural string-diagrammatic extension of the approximately (real-valued) universal family of Hadamard+CCZ…

量子物理 · 物理学 2019-01-30 Miriam Backens , Aleks Kissinger

We present upper and lower bounds of the computational complexity of the two-way communication model of multiple-prover quantum interactive proof systems whose verifiers are limited to measure-many two-way quantum finite automata. We prove…

量子物理 · 物理学 2015-08-25 Tomoyuki Yamakami

We prove that deciding whether a given input word contains as subsequence every possible permutation of integers $\{1,2,\ldots,n\}$ is coNP-complete. The coNP-completeness holds even when given the guarantee that the input word contains as…

计算复杂性 · 计算机科学 2015-07-10 Przemysław Uznański

The ZX-calculus is a graphical language for reasoning about quantum computing and quantum information theory. As a complete graphical language, it incorporates a set of axioms rich enough to derive any equation of the underlying formalism.…

量子物理 · 物理学 2025-08-21 Boldizsár Poór , Razin A. Shaikh , Quanlong Wang

A rather easy yet rigorous proof of a version of G\"odel's first incompleteness theorem is presented. The version is "each recursively enumerable theory of natural numbers with 0, 1, +, *, =, logical and, logical not, and the universal…

计算机科学中的逻辑 · 计算机科学 2014-05-23 Antti Valmari
‹ 上一页 1 2 3 10 下一页 ›