home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!bonnie.concordia.ca!IRO.UMontreal.CA!CC.UMontreal.CA!fearnley
- From: fearnley@ERE.UMontreal.CA (Fearnley Anne)
- Newsgroups: sci.math
- Subject: Re: What kind of algebra is this?
- Message-ID: <1992Sep1.171024.5345@cc.umontreal.ca>
- Date: 1 Sep 92 17:10:24 GMT
- References: <12701@ecs.soton.ac.uk>
- Sender: news@cc.umontreal.ca (Administration de Cnews)
- Organization: Universite de Montreal
- Lines: 27
-
- In article <12701@ecs.soton.ac.uk> dbc@ecs.soton.ac.uk (Bryan Carpenter) writes:
- >
- > In formal theories of processes (like ``Communicating Sequential
- >Processes'') two operators are generally introduced. Call them + and *.
- >(They're related to internal and external non-determinism, but
- >that's not important here). They distribute over one another, and
- >they're both idempotent:
- >
- > a * (b + c) = (a * b) + (a * c)
- >
- > a + (b * c) = (a + b) * (a + c)
- >
- > a * a = a + a = a.
- >
- >Also + and * are both commutative and associative.
- >This makes the algebra a bit like Boolean arithmetic, except
- >that the `not' operation is missing.
- >
- > Mathematicians must have a name for this kind of structure.
- >Does someone know what it is?
- >
-
- If the operations also follow the following rules:
- a * (a + b) = a and a + (a * b) = a (absorption)
- then the algebra you describe is a distributive lattice.
-
- Anne
-