Skip to Content.
Sympa Menu

coq-club - [Coq-Club] rewrite <- tactic

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] rewrite <- tactic


chronological Thread 
  • From: AUGER <Cedric.Auger AT lri.fr>
  • Cc: coq-club AT inria.fr
  • Subject: [Coq-Club] rewrite <- tactic
  • Date: Tue, 13 Apr 2010 13:36:38 +0200
  • Organization: ProVal

Hi all,
is there some particular reason why "rewrite <- H." does "apply eq_ind_r ..." and not "case H"?
I only see advantages using "case" instead of "rewrite <-":

* proof terms are more readable in general
* it seems it lightens type checking/skips computing a generalization of the goal
* it suppress a function call

For rewriting in hypotheses, it is lightly more complex, but realizable.

--
Cédric AUGER

Univ Paris-Sud, Laboratoire LRI, UMR 8623, F-91405, Orsay




Archive powered by MhonArc 2.6.16.

Top of Page