categories - Category Theory list
 help / color / mirror / Atom feed
From: "Uday S. Reddy" <u-reddy@cs.uiuc.edu>
To: categories@mta.ca
Subject: Quantifiers for monoids
Date: Sat, 28 Feb 1998 23:24:32 -0600 (CST)	[thread overview]
Message-ID: <199803010524.XAA25141@reddy.cs.uiuc.edu> (raw)

In studying Algol-like languages, I repeatedly run into operators that
have an interesting structure.  I am wondering if such operators are
studied somewhere.

Consider a monoid <M,*,1> in a CCC.  The operations of interest are
natural transformations E_A : [A => M] -> M that satisfy the following
equations (in the internal language of the CCC):

    E_A(\lambda x. 1)  =  1
    E_A(\lambda x. a * g`x) = a * E_A(g)
    E_A(\lambda x. g`x * a) = E_A(g) * a
    E_A(\lambda x. E_B(\lambda y. h`x`y)) = 
			E_B(\lambda y. E_A(\lambda x. h`x`y))

These operators "feel" like existential quantifiers.  In fact, if M is
a subobject classifier with the monoid structure ofh conjunction, then
the existential quantifier E satisfies all of these equations (though
it is not a natural transformation).

In the applications I am interested in, M is a type of commands, with
* as sequential composition and 1 as the null action.  An example of
E is a local variable declaration.  

Is there some algebra or theory related to these kinds of operators?

Cheers,
Uday Reddy



             reply	other threads:[~1998-03-01  5:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-03-01  5:24 Uday S. Reddy [this message]
1998-03-02 11:16 ` Dusko Pavlovic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199803010524.XAA25141@reddy.cs.uiuc.edu \
    --to=u-reddy@cs.uiuc.edu \
    --cc=categories@mta.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).