]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/library/nat/orders.ma
Much ado about nothing:
[helm.git] / matita / library / nat / orders.ma
index 8be62ae0b54b09267990bea8798358b746c3cebc..3257e2e1a623d1f348f9d149bba0a0c7478355e2 100644 (file)
@@ -182,8 +182,8 @@ qed.
 theorem le_n_O_to_eq : \forall n:nat. n \leq O \to O=n.
 intro.elim n.reflexivity.
 apply False_ind.
-apply not_le_Sn_O.
-goal 17. apply H1.
+apply not_le_Sn_O;
+[2: apply H1 | skip].
 qed.
 
 theorem le_n_O_elim: \forall n:nat.n \leq O \to \forall P: nat \to Prop.