X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fmatita%2Ftests%2Finversion.ma;h=e61e123d791d687bbc0323ea5f16fc0aa6f6c25a;hb=fc9cad6c109e279130501114000edcfb9621075b;hp=ccbc4d96b7f2e85b56ecc628f4deb8a9094b5dc0;hpb=e32693f30563379989b75b53c3be088396b732da;p=helm.git diff --git a/helm/matita/tests/inversion.ma b/helm/matita/tests/inversion.ma index ccbc4d96b..e61e123d7 100644 --- a/helm/matita/tests/inversion.ma +++ b/helm/matita/tests/inversion.ma @@ -18,5 +18,5 @@ theorem test_inversion: \forall n. le n O \to n=O. apply (le_ind ? (\lambda x. O=x \to n=x) ? ? ? H). intro. reflexivity. simplify. intros. - (* manca discriminate H3 *) + discriminate H3. qed. \ No newline at end of file