Logo: to the web site of Uppsala University

uu.sePublikasjoner fra Uppsala universitet
Endre søk
RefereraExporteraLink to record
Permanent link

Direct link
Referera
Referensformat
  • apa
  • ieee
  • modern-language-association
  • vancouver
  • Annet format
Fler format
Språk
  • de-DE
  • en-GB
  • en-US
  • fi-FI
  • nn-NO
  • nn-NB
  • sv-SE
  • Annet språk
Fler språk
Utmatningsformat
  • html
  • text
  • asciidoc
  • rtf
Culling Concurrency Theory: Reusable and trustworthy meta-theory, proof techniques and separation results
Uppsala universitet, Teknisk-naturvetenskapliga vetenskapsområdet, Matematisk-datavetenskapliga sektionen, Institutionen för informationsteknologi, Datalogi. Uppsala universitet, Teknisk-naturvetenskapliga vetenskapsområdet, Matematisk-datavetenskapliga sektionen, Institutionen för informationsteknologi, Avdelningen för datalogi. (Mobility)
2016 (engelsk)Doktoravhandling, med artikler (Annet vitenskapelig)
Abstract [en]

As concurrent systems become ever more complex and ever more ubiquitous, the need to understand and verify them grows ever larger. For this we need formal modelling languages that are well understood, with rigorously verified foundations and proof techniques, applicable to a wide variety of concurrent systems.

Defining modelling languages is easy; there is a stupefying variety of them in the literature. Verifying their foundations and proof techniques, and developing an understanding of their interrelationship with other modelling languages, is difficult, tedious and error-prone. The contributions of this thesis support these tasks in reusable and trustworthy ways, by results that apply to a wide variety of modelling languages, verified to the highest standards of mathematical rigour in an interactive theorem prover.

To this end, we extend psi-calculi - a family of process calculi with reusable foundations for formal verification - with several new language features. We prove that the bisimulation meta-theory of psi-calculi carries over to these extended settings. This widens the scope of psi-calculi to important application areas, such as cryptography and wireless communication. We develop bisimulation up-to techniques - powerful proof techniques for showing that two processes exhibit the same observable behaviour - that apply to all psi-calculi. By showing how psi-calculi can encode dynamic priorities under very strong quality criteria, we demonstrate that the expressive power is greater than previously thought. Finally, we develop a simple and widely applicable technique for showing that a process calculus adds expressiveness over another, based on little more than whether parallel components may act independently or not. Many separation results, both novel ones and strengthenings of known results from the literature, emerge as special cases of this technique.

sted, utgiver, år, opplag, sider
Uppsala: Acta Universitatis Upsaliensis, 2016. , s. 113
Serie
Digital Comprehensive Summaries of Uppsala Dissertations from the Faculty of Science and Technology, ISSN 1651-6214 ; 1397
HSV kategori
Forskningsprogram
Datavetenskap
Identifikatorer
URN: urn:nbn:se:uu:diva-297488ISBN: 978-91-554-9639-5 (tryckt)OAI: oai:DiVA.org:uu-297488DiVA, id: diva2:951006
Disputas
2016-09-22, ITC/2446, Lägerhyddsvägen 2, Uppsala, 13:15 (engelsk)
Opponent
Veileder
Prosjekter
UPMARCTilgjengelig fra: 2016-08-26 Laget: 2016-06-23 Sist oppdatert: 2019-02-25bibliografisk kontrollert
Delarbeid
1. Broadcast psi-calculi with an application to wireless protocols
Åpne denne publikasjonen i ny fane eller vindu >>Broadcast psi-calculi with an application to wireless protocols
Vise andre…
2015 (engelsk)Inngår i: Software and Systems Modeling, ISSN 1619-1366, E-ISSN 1619-1374, Vol. 14, nr 1, s. 201-216Artikkel i tidsskrift (Fagfellevurdert) Published
Abstract [en]

Psi-calculi is a parametric framework for extensions of the pi-calculus, with arbitrary data structures and logical assertions for facts about data. In this paper we add primitives for broadcast communication in order to model wireless protocols. The additions preserve the purity of the psi-calculi semantics, and we formally prove the standard congruence and structural properties of bisimilarity. We demonstrate the expressive power of broadcast psi-calculi by modelling the wireless ad-hoc routing protocol LUNAR and verifying a basic reachability property.

sted, utgiver, år, opplag, sider
Springer, 2015
HSV kategori
Identifikatorer
urn:nbn:se:uu:diva-205258 (URN)10.1007/s10270-013-0375-z (DOI)000349026100012 ()
Prosjekter
UPMARCProFuN
Forskningsfinansiär
Swedish Research Council, 2013-4853
Tilgjengelig fra: 2013-11-08 Laget: 2013-08-15 Sist oppdatert: 2024-01-17bibliografisk kontrollert
2. Higher-order psi-calculi
Åpne denne publikasjonen i ny fane eller vindu >>Higher-order psi-calculi
2014 (engelsk)Inngår i: Mathematical Structures in Computer Science, ISSN 0960-1295, E-ISSN 1469-8072, Vol. 24, nr 2, artikkel-id e240203Artikkel i tidsskrift (Fagfellevurdert) Published
Abstract [en]

Psi-calculi is a parametric framework for extensions of the pi-calculus; in earlier work we have explored their expressiveness and algebraic theory. In this paper we consider higher-order psi-calculi through a technically surprisingly simple extension of the framework, and show how an arbitrary psi-calculus can be lifted to its higher-order counterpart in a canonical way. We illustrate this with examples and establish an algebraic theory of higher-order psi-calculi. The formal results are obtained by extending our proof repositories in Isabelle/Nominal.

sted, utgiver, år, opplag, sider
Cambridge University Press, 2014
Emneord
process calculi, psi calculi, isabelle, theorem proving, nominal, higher-order
HSV kategori
Identifikatorer
urn:nbn:se:uu:diva-183610 (URN)10.1017/S0960129513000170 (DOI)000343643500003 ()
Prosjekter
UPMARCProFuN
Forskningsfinansiär
Swedish Foundation for Strategic Research
Tilgjengelig fra: 2013-06-24 Laget: 2012-10-30 Sist oppdatert: 2018-01-12bibliografisk kontrollert
3. A Sorted Semantic Framework for Applied Process Calculi
Åpne denne publikasjonen i ny fane eller vindu >>A Sorted Semantic Framework for Applied Process Calculi
Vise andre…
2016 (engelsk)Inngår i: Logical Methods in Computer Science, E-ISSN 1860-5974, Vol. 12, nr 1, s. 1-49, artikkel-id 8Artikkel i tidsskrift (Fagfellevurdert) Published
Abstract [en]

Applied process calculi include advanced programming constructs such as type systems, communication with pattern matching, encryption primitives, concurrent constraints, nondeterminism, process creation, and dynamic connection topologies. Several such formalisms, e.g. the applied pi calculus, are extensions of the the pi-calculus; a growing number is geared towards particular applications or computational paradigms.

Our goal is a unified framework to represent different process calculi and notions of computation. To this end, we extend our previous work on psi-calculi with novel abstract patterns and pattern matching, and add sorts to the data term language, giving sufficient criteria for subject reduction to hold. Our framework can directly represent several existing process calculi; the resulting transition systems are isomorphic to the originals up to strong bisimulation. We also demonstrate different notions of computation on data terms, including cryptographic primitives and a lambda-calculus with erratic choice. Finally, we prove standard congruence and structural properties of bisimulation; the proof has been machine-checked using Nominal Isabelle in the case of a single name sort.

Emneord
Expressiveness, Pattern matching, Type systems, Theorem proving, pi-calculus, Nominal sets
HSV kategori
Forskningsprogram
Datavetenskap
Identifikatorer
urn:nbn:se:uu:diva-262199 (URN)10.2168/LMCS-12(1:8)2016 (DOI)000374769600004 ()
Prosjekter
UPMARC
Forskningsfinansiär
Swedish Research Council, 2013-4853
Tilgjengelig fra: 2016-03-31 Laget: 2015-09-09 Sist oppdatert: 2024-07-04bibliografisk kontrollert
4. Priorities Without Priorities: Representing Preemption in Psi-Calculi
Åpne denne publikasjonen i ny fane eller vindu >>Priorities Without Priorities: Representing Preemption in Psi-Calculi
2014 (engelsk)Inngår i: Proc. 21st International Workshop on Expressiveness in Concurrency, and 11th Workshop on Structural Operational Semantics, 2014, s. 2-15Konferansepaper, Publicerat paper (Fagfellevurdert)
Serie
Electronic Proceedings in Theoretical Computer Science, ISSN 2075-2180 ; 160
HSV kategori
Identifikatorer
urn:nbn:se:uu:diva-297468 (URN)10.4204/EPTCS.160.2 (DOI)
Konferanse
EXPRESS/SOS 2014, September 1st, Rome, Italy
Tilgjengelig fra: 2014-08-07 Laget: 2016-06-23 Sist oppdatert: 2018-01-10bibliografisk kontrollert
5. Bisimulation up-to techniques for psi-calculi
Åpne denne publikasjonen i ny fane eller vindu >>Bisimulation up-to techniques for psi-calculi
2016 (engelsk)Inngår i: Proc. 5th ACM SIGPLAN Conference on Certified Programs and Proofs / [ed] Avigad, J; Chlipala, A, New York: ACM Press, 2016, s. 142-153Konferansepaper, Publicerat paper (Fagfellevurdert)
Abstract [en]

Psi-calculi is a parametric framework for process calculi similar to popular pi-calculus extensions such as the explicit fusion calculus, the applied pi-calculus and the spi calculus. Remarkably, machine-checked proofs of standard algebraic and congruence properties of bisimilarity apply to all calculi within the framework. Bisimulation up-to techniques are methods for reducing the size of relations needed in bisimulation proofs. In this paper, we show how these bisimulation proof methods can be adapted to psi-calculi. We formalise all our definitions and theorems in Nominal Isabelle, and show examples where the use of up to-techniques yields drastically simplified proofs of known results. We also prove new structural laws about the replication operator.

sted, utgiver, år, opplag, sider
New York: ACM Press, 2016
Emneord
Bisimulation up-to, process calculus, psi-calculi, Isabelle, Nominal Isabelle, nominal logic
HSV kategori
Identifikatorer
urn:nbn:se:uu:diva-229008 (URN)10.1145/2854065.2854080 (DOI)000389021600016 ()9781450341271 (ISBN)
Konferanse
CPP 2016, January 18–19, Saint Petersburg, FL
Tilgjengelig fra: 2016-01-18 Laget: 2014-07-25 Sist oppdatert: 2018-01-11bibliografisk kontrollert
6. The Expressive Power of Monotonic Parallel Composition
Åpne denne publikasjonen i ny fane eller vindu >>The Expressive Power of Monotonic Parallel Composition
2016 (engelsk)Inngår i: Programming Languages and Systems, Berlin: Springer, 2016, s. 780-803Konferansepaper, Publicerat paper (Fagfellevurdert)
sted, utgiver, år, opplag, sider
Berlin: Springer, 2016
Serie
Lecture Notes in Computer Science, ISSN 0302-9743 ; 9632
HSV kategori
Identifikatorer
urn:nbn:se:uu:diva-297465 (URN)10.1007/978-3-662-49498-1_30 (DOI)000401936100030 ()978-3-662-49497-4 (ISBN)
Konferanse
ESOP 2016, April 3–7, Eindhoven, The Netherlands
Tilgjengelig fra: 2016-03-22 Laget: 2016-06-23 Sist oppdatert: 2018-01-10bibliografisk kontrollert

Open Access i DiVA

fulltext(764 kB)1190 nedlastinger
Filinformasjon
Fil FULLTEXT01.pdfFilstørrelse 764 kBChecksum SHA-512
dd6aab083d70a471d1677a4571a14fa375b796f406b69595e516299221a082e9ada1d5c3e9696d1895513c1ee19479ed78b1c59e7058684630422ebeb6bac97c
Type fulltextMimetype application/pdf

Person

Åman Pohjola, Johannes

Søk i DiVA

Av forfatter/redaktør
Åman Pohjola, Johannes
Av organisasjonen

Søk utenfor DiVA

GoogleGoogle Scholar
Totalt: 1197 nedlastinger
Antall nedlastinger er summen av alle nedlastinger av alle fulltekster. Det kan for eksempel være tidligere versjoner som er ikke lenger tilgjengelige

isbn
urn-nbn

Altmetric

isbn
urn-nbn
Totalt: 2544 treff
RefereraExporteraLink to record
Permanent link

Direct link
Referera
Referensformat
  • apa
  • ieee
  • modern-language-association
  • vancouver
  • Annet format
Fler format
Språk
  • de-DE
  • en-GB
  • en-US
  • fi-FI
  • nn-NO
  • nn-NB
  • sv-SE
  • Annet språk
Fler språk
Utmatningsformat
  • html
  • text
  • asciidoc
  • rtf