Build
Install Isabelle 2019, then run:
isabelle build -D .
or:
isabelle build -D . -j 4 -o quick_and_dirty
Structure
The following theory files are included:
prefix: Lemmas about prefixes of lists.repliss_sem: This theory describes the distributed semantics used by Repliss.execution_invariants: This theory includes proof for invariants that hold for all executions.commutativity: This theory proves commutativity between certain actions in executions.repliss_sem_single_invocation: This theory describes the single-invocation semantics used for our proof approach.execution_invariants_s: This theory includes proof for invariants that hold for all single-invocation executions.approach: This theory includes the soundness proof of our proof approach.single_invocation_correctness: This theory includes techniques to prove that a program is correct in the single-invocation semantics.invariant_simps: This theory includes helpers for working with invariants.
The lemmas and theorems from the paper can be found under the following names in the theories:
- Lemma 5.1:
show_programCorrect_noTransactionInterleavingincommutativity - Lemma 5.2:
convert_to_single_session_trace_invFailinapproach - Lemma 5.3:
show_correctness_via_single_sessioninapproach
Repliss verification tool
The Repliss verification tool, which is based on this Isabelle development, is available at https://github.com/peterzeller/repliss/ .
On this page
Languages
Isabelle98.6%TeX1.4%Makefile0.0%Shell0.0%
Contributors
Created May 20, 2019
Updated December 16, 2021