Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Fixpoint definition

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Fixpoint definition


Chronological Thread 
  • From: Michiel Helvensteijn <mhelvens AT gmail.com>
  • To: Jacques-Henri Jourdan <jacques-henri.jourdan AT inria.fr>
  • Cc: Pierre Casteran <pierre.casteran AT labri.fr>, coq-club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] Fixpoint definition
  • Date: Mon, 15 Jul 2013 22:08:05 +0200

On Mon, Jul 15, 2013 at 10:00 PM, Jacques-Henri Jourdan
<jacques-henri.jourdan AT inria.fr>
wrote:

> What is really strange for me is that the recursion is /trivially/
> structurally decreasing.

But it's structurally decreasing through both `lst` and `pair`, and
basic `Fixpoint` only understands *really trivial* structural
decreasing arguments.

I recently asked a similar (but different) question. Under "Mutually
recursive function with structurally decreasing argument pair?". I'm
still not sure how to solve it properly.

--
www.mhelvens.net



Archive powered by MHonArc 2.6.18.

Top of Page