Skip to content

Instantly share code, notes, and snippets.

@keigoi
Last active October 19, 2022 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keigoi/41125adad9fb86c2bc5332ed5e25064c to your computer and use it in GitHub Desktop.
Save keigoi/41125adad9fb86c2bc5332ed5e25064c to your computer and use it in GitHub Desktop.
G ==w==> G G ==w==> G
------- -------
π1.G ==w==> π1.G π2.G ==w==> π2.G
--------------------
G = π1.G +p π2.G ==w==> G1 +p G2 = G
where subj(w) \cap subj(π1) U subj(π2) = \emptyset
G = μt.(
w1 --> s:l.t
+s w2 --> s:l.t
+s w3 --> s:l.t
)
G \neq (mu t. w1 -> s) + (mu t. w2 -> s) + (mu t. w3 -> s)
epp(G,s) = μt. (w1?l.t + w2?l.t + w3?l.t)
epp(G,w1) =
μt. (w1!s.t ⊔ t ⊔ t) = μt. w1!s.t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment