中文
相关论文

相关论文: Session Types in Abelian Logic

200 篇论文

We study a probabilistic variant of binary session types that relate to a class of Finite-State Markov Chains. The probability annotations in session types enable the reasoning on the probability that a session terminates successfully, for…

计算机科学中的逻辑 · 计算机科学 2020-07-24 Omar Inverso , Hernán Melgratti , Luca Padovani , Catia Trubiani , Emilio Tuosto

Session types statically prescribe bidirectional communication protocols for message-passing processes and are in a Curry-Howard correspondence with linear logic propositions. However, simple session types cannot specify properties beyond…

编程语言 · 计算机科学 2020-01-27 Ankush Das , Frank Pfenning

A $\lambda$-calculus is introduced in which all programs can be evaluated in probabilistic polynomial time and in which there is sufficient structure to represent sequential cryptographic constructions and adversaries for them, even when…

编程语言 · 计算机科学 2024-10-24 Ugo Dal Lago , Zeinab Galal , Giulia Giusti

We study coupled logical bisimulation (CLB) to reason about contextual equivalence in the lambda-calculus. CLB originates in a work by Dal Lago, Sangiorgi and Alberti, as a tool to reason about a lambda-calculus with probabilistic…

计算机科学中的逻辑 · 计算机科学 2014-10-13 Ryan Kavanagh , Jean-Marie Madiot

We construct Abelian model structures on the category of chain complexes over a ring $R$, from the notion homological dimensions of modules. Given an integer $n > 0$, we prove that the left modules over a ringoid $\mathfrak{R}$ with…

范畴论 · 数学 2016-10-31 Marco Pérez

Lambda calculi with algebraic data types lie at the core of functional programming languages and proof assistants, but conceal at least two fundamental theoretical problems already in the presence of the simplest non-trivial data type, the…

计算机科学中的逻辑 · 计算机科学 2019-05-21 Danko Ilik

We give a simple rigourous treatment of the classical results of the abelian sandpile model. Although we treat results which are well-known in the physics literature, in many cases we did not find complete proofs in the literature. The…

软凝聚态物质 · 物理学 2007-05-23 R. Meester , F. Redig , D. Znamenski

Analogical reasoning is the ability to detect parallels between two seemingly distant objects or situations, a fundamental human capacity used for example in commonsense reasoning, learning, and creativity which is believed by many…

计算机科学中的逻辑 · 计算机科学 2024-05-24 Christian Antić

The concept of a clone is central to many branches of mathematics, such as universal algebra, algebraic logic, and lambda calculus. Abstractly a clone is a category with two objects such that one is a countably infinite power of the other.…

计算机科学中的逻辑 · 计算机科学 2009-07-28 Zhaohua Luo

We investigate cut-elimination and cut-simulation in impredicative (higher-order) logics. We illustrate that adding simple axioms such as Leibniz equations to a calculus for an impredicative logic -- in our case a sequent calculus for…

计算机科学中的逻辑 · 计算机科学 2019-03-14 Christoph Benzmueller , Chad E. Brown , Michael Kohlhase

A classification, according to invariant theory, of non-constant invariant Abel ODEs known as solvable and found in the literature is presented. A set of new integrable classes depending on one or no parameters, derived from the analysis of…

数学物理 · 物理学 2009-10-31 E. S. Cheb-Terrab , A. D. Roche

This thesis embarks on a comprehensive exploration of formal computational models that underlie typed programming languages. We focus on programming calculi, both functional (sequential) and concurrent, as they provide a compelling rigorous…

计算机科学中的逻辑 · 计算机科学 2024-08-16 Joseph William Neal Paulus

This paper presents a logical approach to the translation of functional calculi into concurrent process calculi. The starting point is a type system for the {\pi}-calculus closely related to linear logic. Decompositions of intuitionistic…

计算机科学中的逻辑 · 计算机科学 2011-07-22 Emmanuel Beffara

To describe two-place physical problems, many possible models named Alice-Bob (AB) systems are proposed. To find and to solve these systems, the Parity (P), time reversal (T), charge conjugation (C), shifted-parity ($P_s$, parity with a…

可精确求解与可积系统 · 物理学 2024-06-04 S. Y. Lou

Let $\Lambda$ be a finite dimensional algebra. In this paper we show that there is a natural bijection between cosilting modules in Mod$\Lambda$ and semibricks in Mod$\Lambda$ satisfying some condition. Also this bijection restricts to a…

表示论 · 数学 2024-03-19 Ramin Ebrahimi , Alireza Nasr-Isfahani

Session types describe the structure of communications implemented by channels. In particular, they prescribe the sequence of communications, whether they are input or output actions, and the type of value exchanged. Crucial to any language…

计算机科学中的逻辑 · 计算机科学 2023-06-22 Dimitris Mostrous , Vasco T. Vasconcelos

The main aim of the paper is to introduce the concept of metric duality in the category of topological Abelian groups that extends the classical notion of duality for normed vector spaces and behaves quite nicely for LCA groups (equipped…

群论 · 数学 2024-12-17 Piotr Niemiec

Traditional approaches to modelling parallelism and algebraic structure in lambda calculi often rely on monads$\unicode{x2013}$as in Moggi's framework$\unicode{x2013}$or on rich categorical structures such as biproducts$\unicode{x2013}$as…

计算机科学中的逻辑 · 计算机科学 2025-12-22 Alejandro Díaz-Caro , Octavio Malherbe

Pure type systems arise as a generalisation of simply typed lambda calculus. The contemporary development of mathematics has renewed the interest in type theories, as they are not just the object of mere historical research, but have an…

逻辑 · 数学 2014-11-07 Nino Guallart

System F, the polymorphic lambda calculus, features the principle of impredicativity: polymorphic types may be (explicitly) instantiated at other types, enabling many powerful idioms such as Church encoding and data abstraction.…

编程语言 · 计算机科学 2022-03-04 Henry Mercer , Cameron Ramsay , Neel Krishnaswami