Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Applying a constructor/function to both sides of an equation -- is this possible?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Applying a constructor/function to both sides of an equation -- is this possible?


Chronological Thread 
  • From: Mitchell Wand <wand AT ccs.neu.edu>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Applying a constructor/function to both sides of an equation -- is this possible?
  • Date: Sun, 16 Feb 2014 13:45:35 -0500

I'm confused by the question.   Omer says he has the goal

length tl = n - 1

and he wants to transform it to the goal

S (length tl) = S (n - 1)

Omer, why do you want to do this?  Remember that we reason _backward_ from goals, not forward.

Transforming the goal in the way you suggest wouldn't help you in reaching your original goal of 

length tl = n - 1

Am I missing something here?

--Mitch Wand










On Sat, Feb 15, 2014 at 4:29 PM, Ömer Sinan Ağacan <omeragacan AT gmail.com> wrote:
Hi all,

Let's say I have `length tl = n - 1` as goal and `H: n <> 0`. Can I
apply same constructor/function to both sides of the equation in goal?
Like applying S and having:

> S (length tl) = S (n - 1)

Is this possible? If not, why?

Thanks!


---
Ömer Sinan Ağacan
http://osa1.net





Archive powered by MHonArc 2.6.18.

Top of Page