categories - Category Theory list
 help / color / mirror / Atom feed
From: Toby Bartels <toby+categories@ugcs.caltech.edu>
To: categories@mta.ca
Subject: Re: Horizontal line notation.
Date: Tue, 17 Mar 2009 12:36:12 -0700	[thread overview]
Message-ID: <E1Ljv4K-0004Ho-Ng@mailserv.mta.ca> (raw)

David Ellerman wrote in part:

>The horizontal line notation was introduced by Gerhard Gentzen in his
>logical sequent calculus. If a set of formulas S  implies a and b, then S
>implies a/\b and vice-versa which was written as:

 S |- a,b
 _________
 S |- a/\b

>Going from top to bottom was conjunction-introduction, and going in the
>other direction was conjunction-elimination.

But much of sequent calculus is irreversible.
If nothing else, structural rules such as weakening:

   S |- b
 --------
 S:a |- b

where S:a is the list or set S followed by a.
(Thank all the Haskell recently for making me write it like this.)
This is valid downwards, but not upwards.

I see sequent-calculus people using a double line if it's good both ways:

   S |- a=>b
 ===========
 S:a |- b

(This is a propositional version of the example in the original question.)

Incidentally, your first example I would write as

 S |- a;   S |- b
 ================
 S |- a/\b

because if you have a set, such as {a,b}, of propositions on the right,
then this is interpreted disjunctively (not conjunctively as on the left).
But I suppose that you can be lax about this if you agree beforehand
that you'll only be doing "intuitionistic" sequents
(that is those with only one statement on the right).


--Toby




             reply	other threads:[~2009-03-17 19:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-17 19:36 Toby Bartels [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-03-19 22:08 Vaughan Pratt
2009-03-18 17:26 Mike Stay
2009-03-17 14:59 PETER EASTHOPE
2009-03-17 12:28 Jeff Egger
2009-03-17  2:15 David Ellerman
2009-03-16 11:45 Miles Gould
2009-03-15 15:35 PETER EASTHOPE

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=E1Ljv4K-0004Ho-Ng@mailserv.mta.ca \
    --to=toby+categories@ugcs.caltech.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).