]> matita.cs.unibo.it Git - helm.git/commitdiff
removed boh
authorAndrea Asperti <andrea.asperti@unibo.it>
Wed, 31 Mar 2010 10:29:30 +0000 (10:29 +0000)
committerAndrea Asperti <andrea.asperti@unibo.it>
Wed, 31 Mar 2010 10:29:30 +0000 (10:29 +0000)
From: asperti <asperti@c2b2084f-9a08-0410-b176-e24b037a169a>

helm/software/matita/nlibrary/arithmetics/nat.ma

index f15f8cbc858becfb524e6259b644cf6a7b841230..d4ba1135e241626f551b5bca4b55c0a43f7d01e5 100644 (file)
@@ -257,9 +257,6 @@ ntheorem le_S_S: ∀n,m:nat. n ≤ m → S n ≤ S m.
 ntheorem le_O_n : ∀n:nat. O ≤ n.
 #n; nelim n; /2/; nqed.
 
-ntheorem nboh: 0 ≤ 0 + 0.
-//; nqed.
-
 ntheorem le_n_Sn : ∀n:nat. n ≤ S n.
 /2/; nqed.