English

Taking Linear Logic Apart

Logic in Computer Science 2019-04-16 v1 Programming Languages

Abstract

Process calculi based on logic, such as π\piDILL and CP, provide a foundation for deadlock-free concurrent programming. However, in previous work, there is a mismatch between the rules for constructing proofs and the term constructors of the π\pi-calculus: the fundamental operator for parallel composition does not correspond to any rule of linear logic. Kokke et al. (2019) introduced Hypersequent Classical Processes (HCP), which addresses this mismatch using hypersequents (collections of sequents) to register parallelism in the typing judgements. However, the step from CP to HCP is a big one. As of yet, HCP does not have reduction semantics, and the addition of delayed actions means that CP processes interpreted as HCP processes do not behave as they would in CP. We introduce HCP-, a variant of HCP with reduction semantics and without delayed actions. We prove progress, preservation, and termination, and show that HCP- supports the same communication protocols as CP.

Keywords

Cite

@article{arxiv.1904.06848,
  title  = {Taking Linear Logic Apart},
  author = {Wen Kokke and Fabrizio Montesi and Marco Peressotti},
  journal= {arXiv preprint arXiv:1904.06848},
  year   = {2019}
}

Comments

In Proceedings Linearity-TLLA 2018, arXiv:1904.06159