Return-Path: <John.Harrison-request@cl.cam.ac.uk>
Delivery-Date: 
Received: from ted.cs.uidaho.edu (no rfc931) by swan.cl.cam.ac.uk 
          with SMTP (PP-6.5) outside ac.uk; Mon, 3 May 1993 22:46:38 +0100
Received: by ted.cs.uidaho.edu (16.6/1.34) id AA14900;
          Mon, 3 May 93 14:38:07 -0700
Sender: info-hol-request@ted.cs.uidaho.edu
Errors-To: info-hol-request@ted.cs.uidaho.edu
Precedence: bulk
Received: from swan.cl.cam.ac.uk by ted.cs.uidaho.edu (16.6/1.34) id AA14895;
          Mon, 3 May 93 14:38:01 -0700
Received: from gadwall.cl.cam.ac.uk (user tl (rfc931)) by swan.cl.cam.ac.uk 
          with SMTP (PP-6.5) to cl; Mon, 3 May 1993 22:37:51 +0100
To: coe@leopard.cs.uidaho.edu (Mike Coe)
Cc: info-hol@ted.cs.uidaho.edu
Subject: Re: help
In-Reply-To: Your message of Mon, 03 May 93 09:59:12 -0700. <9305031659.AA08710@leopard.cs.uidaho.edu>
Date: Mon, 03 May 93 21:36:30 +0000
From: Laurent Thery <Laurent.Thery@cl.cam.ac.uk>
Message-Id: <"swan.cl.cam.:138030:930503213754"@cl.cam.ac.uk>

>> Is there a way prove the following in HOL:
>> ((t-1)+1) = t


The substraction returns only positive numer, so this theorem is false for t=0 

(0-1)+1 = 1

all you can get is the theorem SUB_ADD:

|- !m n. n <= m ==> ((m - n) + n = m)

--Laurent
