]> matita.cs.unibo.it Git - helm.git/blob - matita/contribs/LOGIC/PRed/wlt.ma
tagged 0.5.0-rc1
[helm.git] / matita / contribs / LOGIC / PRed / wlt.ma
1 (**************************************************************************)
2 (*       ___                                                              *)
3 (*      ||M||                                                             *)
4 (*      ||A||       A project by Andrea Asperti                           *)
5 (*      ||T||                                                             *)
6 (*      ||I||       Developers:                                           *)
7 (*      ||T||         The HELM team.                                      *)
8 (*      ||A||         http://helm.cs.unibo.it                             *)
9 (*      \   /                                                             *)
10 (*       \ /        This file is distributed under the terms of the       *)
11 (*        v         GNU General Public License Version 2                  *)
12 (*                                                                        *)
13 (**************************************************************************)
14
15
16
17 (**)
18
19 include "PEq/defs.ma".
20 include "PRed/defs.ma".
21 include "WLT/defs.ma".
22 (*
23 theorem pred_wlt: \forall p1,p2,Q1,Q2,S.
24                   [Q1, p1, S] => [Q2, p2, S] \to \lnot [Q1, p1] = [Q2, p2] \to
25                   [Q2, p2] < [Q1, p1].
26  intros 6; elim H; clear H;
27  [ unfold Not in H1; lapply linear depth = 1 H1;
28    [ decompose | autobatch ]
29 *)