]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/lib/arithmetics/nat.ma
- labelled sequential reduction started ...
[helm.git] / matita / matita / lib / arithmetics / nat.ma
index edb99b8c0c9dac85517e253e9282d7f34597bd89..56935028f65015812b79fdc15fb8762b012d14cf 100644 (file)
@@ -305,6 +305,10 @@ lemma lt_to_le: ∀x,y. x < y → x ≤ y.
 lemma inv_eq_minus_O: ∀x,y. x - y = 0 → x ≤ y.
 // qed-.
 
+lemma le_x_times_x: ∀x. x ≤ x * x.
+#x elim x -x //
+qed.
+
 (* lt *)
 
 theorem transitive_lt: transitive nat lt.