1 (**************************************************************************)
4 (* ||A|| A project by Andrea Asperti *)
6 (* ||I|| Developers: *)
7 (* ||T|| The HELM team. *)
8 (* ||A|| http://helm.cs.unibo.it *)
10 (* \ / This file is distributed under the terms of the *)
11 (* v GNU General Public License Version 2 *)
13 (**************************************************************************)
19 include "PEq/defs.ma".
20 include "PRed/defs.ma".
21 include "WLT/defs.ma".
23 theorem pred_wlt: \forall p1,p2,Q1,Q2,S.
24 [Q1, p1, S] => [Q2, p2, S] \to \lnot [Q1, p1] = [Q2, p2] \to
26 intros 6; elim H; clear H;
27 [ unfold Not in H1; lapply linear depth = 1 H1;
28 [ decompose | autobatch ]