Skip to Content.
Sympa Menu

coq-club - [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

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


Chronological Thread 
  • From: Ömer Sinan Ağacan <omeragacan AT gmail.com>
  • To: coq club <coq-club AT inria.fr>
  • Subject: [Coq-Club] Applying a constructor/function to both sides of an equation -- is this possible?
  • Date: Sat, 15 Feb 2014 23:29:23 +0200

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