]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/library/Z/times.ma
S_pred moved from Z/times.ma to nat/orders.ma
[helm.git] / helm / matita / library / Z / times.ma
index 6e7a59d16c99d392f81ad7f96c7711d4caecba05..bb5ed67c5bdeb31bc2a98b000e1e92477eba3c9c 100644 (file)
@@ -38,11 +38,6 @@ simplify.reflexivity.
 simplify.reflexivity.
 qed.
 
-(* da spostare in nat/order *)
-theorem S_pred: \forall n:nat.lt O n \to eq nat n (S (pred n)).
-intro.elim n.apply False_ind.exact not_le_Sn_O O H.
-apply eq_f.apply pred_Sn.
-qed.
 
 (*
 theorem symmetric_Ztimes : symmetric Z Ztimes.