Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unnecessary axioms, bisimulations, renaming equivalence in the concurrent setup and Coq 8.18 #25

Merged
merged 119 commits into from
Mar 11, 2024

Conversation

berpeti
Copy link
Collaborator

@berpeti berpeti commented Mar 1, 2024

This pull request introduces the following improvements:

  • Removes dependency on proof_irrelevance and propositional_extensionality axioms in the sequential semantics.
  • Ports the project to work with Coq 8.18.
  • Introduces finite map-based semantics for the concurrent sublanguage
  • Proves a number of theorems about the properties of the concurrent semantics.
  • Defines a number of bisimulation definitions to reason about program equivalence.
  • Proves that renaming process identifiers results in equivalent concurrent programs (although, the proof is unguarded due to a use of symmetry of bisimulations).
  • Introduces a number of work-in-progress, experimental developments.

@berpeti berpeti merged commit 2b9511f into master Mar 11, 2024
@berpeti berpeti deleted the concurrency-w-output-interface branch March 11, 2024 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant