]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/contribs/LOGIC/Track/pred.ma
added some notation
[helm.git] / matita / contribs / LOGIC / Track / pred.ma
index c7f6198f95f01e9fedcefdce6c33504223a60892..f9c172813bc9466ac52941cece0881d3cc68c736 100644 (file)
@@ -19,7 +19,7 @@ set "baseuri" "cic:/matita/LOGIC/Track/pred".
 include "Track/inv.ma".
 include "PRed/defs.ma".
 
-theorem track_pred: \forall Q1,Q2,p1,p2,S1,S2. PRed Q1 p1 S1 Q2 p2 S2 \to
+theorem track_pred: \forall Q1,Q2,p1,p2,S1,S2. [Q1, p1, S1] => [Q2, p2, S2] \to
                     Track Q1 p1 S1 \to Track Q2 p2 S2.
  intros 7; elim H; clear H Q1 Q2 p1 p2 S1 S2;
  [ autobatch