coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: Guillaume Melquiond <guillaume.melquiond AT inria.fr>
- To: coq-club AT inria.fr
- Subject: Re: [Coq-Club] [HELP] Recovering information after the `generalize` tactic
- Date: Tue, 16 Jan 2018 08:35:37 +0100
Le 16/01/2018 à 00:15, Ramkumar Ramachandra a écrit :
I have the following problem, which I found very difficult to proceed with, without the use of `generalize`:
generalize (S steps).
intro n; replace n with steps.
What are n0 and n? Where are they used? Can I somehow use `specialize`?
I'm having a hard time imagining where `generalize` would be useful, because it seems like you'll always end up with absurd things like this to prove.
That is because you are generalizing too much information. Instead, try
generalize (eq_refl (S steps)).
generalize (S steps) at -2.
intro n.
Best regards,
Guillaume
- [Coq-Club] [HELP] Recovering information after the `generalize` tactic, Ramkumar Ramachandra, 01/16/2018
- Re: [Coq-Club] [HELP] Recovering information after the `generalize` tactic, Guillaume Melquiond, 01/16/2018
- Re: [Coq-Club] [HELP] Recovering information after the `generalize` tactic, Pierre Courtieu, 01/16/2018
- Re: [Coq-Club] [HELP] Recovering information after the `generalize` tactic, Ramkumar Ramachandra, 01/17/2018
- Re: [Coq-Club] [HELP] Recovering information after the `generalize` tactic, Pierre Courtieu, 01/17/2018
- Re: [Coq-Club] [HELP] Recovering information after the `generalize` tactic, Ramkumar Ramachandra, 01/18/2018
- Re: [Coq-Club] [HELP] Recovering information after the `generalize` tactic, Pierre Courtieu, 01/18/2018
- Re: [Coq-Club] [HELP] Recovering information after the `generalize` tactic, Ramkumar Ramachandra, 01/18/2018
- Re: [Coq-Club] [HELP] Recovering information after the `generalize` tactic, Pierre Courtieu, 01/17/2018
- Re: [Coq-Club] [HELP] Recovering information after the `generalize` tactic, Ramkumar Ramachandra, 01/17/2018
- Re: [Coq-Club] [HELP] Recovering information after the `generalize` tactic, Pierre Courtieu, 01/16/2018
- Re: [Coq-Club] [HELP] Recovering information after the `generalize` tactic, Guillaume Melquiond, 01/16/2018
Archive powered by MHonArc 2.6.18.