中文
相关论文

相关论文: A generalized asynchronous computability theorem

200 篇论文

In this paper, we present a generalized effective completeness theorem for continuous logic. The primary result is that any continuous theory is satisfied in a structure which admits a presentation of the same Turing degree. It then follows…

逻辑 · 数学 2022-02-24 Caleb Camrud

Currently there is great interest in computational models consisting of underlying regular computational environments, and built on them distributed computational structures. Examples of such models are cellular automata, spatial…

形式语言与自动机理论 · 计算机科学 2010-07-23 Oleksiy Kurgansky

Undoing computations of a concurrent system is beneficial in many situations, e.g., in reversible debugging of multi-threaded programs and in recovery from errors due to optimistic execution in parallel discrete event simulation. A number…

计算机科学中的逻辑 · 计算机科学 2024-02-13 Ivan Lanese , Iain Phillips , Irek Ulidowski

Given any task $\Pi$, Brandt's speedup theorem (PODC 2019) provides a mechanical way to design another task~$\Pi'$ on the same input-set as $\Pi$ such that, for any $t\geq 1$, $\Pi$ is solvable in $t$ rounds if and only if $\Pi'$ is…

分布式、并行与集群计算 · 计算机科学 2021-08-05 Paul Bastide , Pierre Fraigniaud

We present an extension to the $\mathtt{mathlib}$ library of the Lean theorem prover formalizing the foundations of computability theory. We use primitive recursive functions and partial recursive functions as the main objects of study, and…

计算机科学中的逻辑 · 计算机科学 2019-07-19 Mario Carneiro

Since many real-world problems arising in the fields of compiler optimisation, automated software engineering, formal proof systems, and so forth are equivalent to the Halting Problem--the most notorious undecidable problem--there is a…

信息论 · 计算机科学 2007-07-13 Cristian S. Calude , Michael A. Stay

We initiate the study of asynchronous quantum distributed systems, focusing on the case of implementing atomic quantum global operations that can be decomposed into a collection of local operations on the components of the system. A simple…

分布式、并行与集群计算 · 计算机科学 2026-04-10 Siddhartha Visveswara Jayanti , Anand Natarajan

Phase transitions in combinatorial problems have recently been shown to be useful in locating "hard" instances of combinatorial problems. The connection between computational complexity and the existence of phase transitions has been…

计算复杂性 · 计算机科学 2016-11-17 Gabriel Istrate

For any class of operators which transform unary total functions in the set of natural numbers into functions of the same kind, we define what it means for a real function to be uniformly computable or conditionally computable with respect…

逻辑 · 数学 2013-10-23 Ivan Georgiev , Dimiter Skordev

The celebrated asynchronous computability theorem (ACT) characterizes tasks solvable in the read-write shared-memory model using the unbounded full-information protocol, where in every round of computation, each process shares its complete…

分布式、并行与集群计算 · 计算机科学 2025-09-17 Guillermo Toyos-Marfurt , Petr Kuznetsov

We study the implications of model completeness of a theory for the effectiveness of presentations of models of that theory. It is immediate that for a computable model $\mathcal A$ of a computably enumerable, model complete theory, the…

逻辑 · 数学 2019-03-05 Jennifer Chubb , Russell Miller , Reed Solomon

Multicore parallel programming has some very difficult problems such as deadlocks during synchronizations and race conditions brought by concurrency. Added to the difficulty is the lack of a simple, well-accepted computing model for…

编程语言 · 计算机科学 2010-12-09 Yibing Wang

The model of asynchronous programming arises in many contexts, from low-level systems software to high-level web programming. We take a language-theoretic perspective and show general decidability and undecidability results for asynchronous…

形式语言与自动机理论 · 计算机科学 2023-06-22 Rupak Majumdar , Ramanathan S. Thinniyam , Georg Zetzsche

The computability power of a distributed computing model is determined by the communication media available to the processes, the timing assumptions about processes and communication, and the nature of failures that processes can suffer. In…

分布式、并行与集群计算 · 计算机科学 2017-04-27 Eric Goubault , Sergio Rajsbaum

We use ideas from distributed computing to study dynamic environments in which computational nodes, or decision makers, follow adaptive heuristics (Hart 2005), i.e., simple and unsophisticated rules of behavior, e.g., repeatedly "best…

分布式、并行与集群计算 · 计算机科学 2010-10-13 Aaron D. Jaggard , Michael Schapira , Rebecca N. Wright

Generic computability has been studied in group theory and we now study it in the context of classical computability theory. A set A of natural numbers is generically computable if there is a partial computable function f whose domain has…

群论 · 数学 2014-02-26 Carl G. Jockusch , Paul E. Schupp

We consider quantum computational models defined via a Lie-algebraic theory. In these models, specified initial states are acted on by Lie-algebraic quantum gates and the expectation values of Lie algebra elements are measured at the end.…

量子物理 · 物理学 2009-11-13 Rolando Somma , Howard Barnum , Gerardo Ortiz , Emanuel Knill

We propose a model for deterministic distributed function computation by a network of identical and anonymous nodes. In this model, each node has bounded computation and storage capabilities that do not grow with the network size.…

最优化与控制 · 数学 2011-06-28 Julien M. Hendrickx , Alex Olshevsky , John N. Tsitsiklis

We study non-terminating graph rewriting models, whose local rules are applied non-deterministically -- and yet enjoy a strong form of determinism, namely space-time determinism. Of course in the case of terminating computation it is…

离散数学 · 计算机科学 2024-10-08 Pablo Arrighi , Marin Costes , Gilles Dowek , Luidnel Maignan

The condition of t-resilience stipulates that an n-process program is only obliged to make progress when at least n-t processes are correct. Put another way, the live sets, the collection of process sets such that progress is required if…

分布式、并行与集群计算 · 计算机科学 2015-05-18 Eli Gafni , Petr Kuznetsov