]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/library/nat/orders.ma
Extensions required for the moebius function (in Z).
[helm.git] / matita / library / nat / orders.ma
index 8c6ce942e33b0d272a8cadbbaabbc48e93eb6e49..8be62ae0b54b09267990bea8798358b746c3cebc 100644 (file)
@@ -201,7 +201,7 @@ apply H2.reflexivity.
 apply H3. apply le_S_S. assumption.
 qed.
 
-(* le to eq *)
+(* le and eq *)
 lemma le_to_le_to_eq: \forall n,m. n \le m \to m \le n \to n = m.
 apply nat_elim2
   [intros.apply le_n_O_to_eq.assumption