Talk:Algebra of communicating processes

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

A couple of questions. In your example of what exactly happens with that communicated information? Does it get passed to y (it appears not), or is it a matter of possibly having some action s(d) that reads and then does something with what it reads... or...? The others seem clear to me, but this operator is not at all so.

I'm also curious as to how interacts with things. You don't mention it in the axioms at all. Would it be sufficiently nicely behaved so as to let ? That would make a straight semiring. Proably too much to hope for.

One final thing - in the axioms you have the statement but isn't really defined. Is it an implcit where the is dropped? If so I would suggest putting it in as it is clearer in terms of the defined operations, or providing a note somewhere earlier regarding the dropping of as is often the case in classical algebra. Leland McInnes 07:07, 10 January 2006 (UTC)[reply]

On communications: my understanding is that instances of the free variable 'd' in 'y' get replaced with the value '1', so yes, the value does get passed to 'y'. I agree that the example doesn't make that very clear as it stands. I'll see about adding some further clarification.
I haven't had time to add anything on yet. Fear not! There are relevant axioms. But is involved in abstraction, which I haven't said anything about yet, so I haven't got around to listing the axioms. I'm learning ACP as I write this, so the going is a bit slow.
Nice catch on the statement . There should indeed be sequencing operators in there. I inadvertently left them out - I'll try to insert them sometime tomorrow.
Thanks for the feedback, and the help! --Allan McInnes 09:02, 10 January 2006 (UTC)[reply]
Re : I don't believe that this holds. My understanding is that , but that , but that due to interactions between and the operator. However, I may not fully understand what is going on. If you're interested, ACPτ: A Universal Axiom System for Process Specification provides an explanation of the full axiom system, so you can try to puzzle this out yourself. --Allan McInnes 22:55, 11 January 2006 (UTC)[reply]
Thanks, I see what is going on now. It's subtle but it revolves around the nature of which doesn't act as a true zero for the (would be) semi-ring - we don't, in fact, have a semi-ring after all. That is, doesn't commute so while we lack a property that . This lack of symmetry propogates through the system resulting in a lack of symmetry in distributive laws, and in the properties of (or, I guess, you can see the fact that doesn't commute, as you normally expect of a zero, as a result of the lack of a left distributive law). The consequences are intriguing - we don't have a structure that is "nice" as far as mathematicians are concerned. In general it seems far easier to understand than what I've seen of CSP and CCS though - very naturally lends itself to term rewriting and algebraic analysis (at least from the universal algebra view - that lack of "niceness" means it falls outside of what standard abstract algebra provides for so we don't get many of the really powerful results from there). -- Leland McInnes 23:53, 10 January 2006 (UTC)[reply]
Hardly surprising that you'd find ACP easier to digest: it was explicitly inspired by abstract algebra, and thus would tend to be more comprehensible to mathematicians. You might also be interested in μCRL, which combines ACP with a language for algebraic datatype specification. As far as the "niceness" goes: yes, you do tend to lose some symmetries you might otherwise have when you are modelling things that are dynamic. It adds some challenges. But, on the other hand, it opens up new vistas for research, since you need to find techniques other than the existing ones. --Allan McInnes 23:02, 11 January 2006 (UTC)[reply]

Is there a typo in the axioms?[edit]

After 5 years I suppose that both Allan and Leeland McInnes know more about this subject. In the comment there is a confusion in the operator. It is not true that it should say the difference between and is the commitment to start with the left side. I am new on ACP, but as far as I have understood, the operator is not just parallel composition, but parallel interaction or parallel interleaving.

Based on the article linked above I will fix this typo in the axioms:

This part seems wrong[edit]

Communication — interaction (or communication) between processes is represented using the binary communications operator, . For example, the actions and might be interpreted as the reading and writing of a data item , respectively. Then the process

The seems to be wrong, unless it means some kind of typing. I think this is the correct one:

if the meaning of the is a kind of type declaration, it would be more clear if written as:

Any Idea?