]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/tests/injection.ma
Injection now clears all intermediate results introduced.
[helm.git] / helm / software / matita / tests / injection.ma
index 7f79ef3867146f4e77bd5513811178a5d09551d4..7d9586fd1badd4482f9dc88667cb01e755f42b89 100644 (file)
@@ -77,7 +77,7 @@ theorem injection_test3:
 *) 
 
 theorem injection_test4:
- ∀n,n',m,m'. k1 bool (S n) (S m) = k1 bool (S n') (S (S m')) → m = S m'.
+ ∀n,n',m,m'. k1 bool (S n) (S (S m)) = k1 bool (S n') (S (S (S m'))) → m = S m'.
  intros;
  injection H;
  assumption.