]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground/arith/nat_pred_succ.ma
milestone update in ground, partial commit
[helm.git] / matita / matita / contribs / lambdadelta / ground / arith / nat_pred_succ.ma
index f21156455af3542b7c4a05003e72d92a83c36eb9..b7f9918b08d0191cf52391c310700d278be31116 100644 (file)
@@ -17,9 +17,17 @@ include "ground/arith/nat_pred.ma".
 
 (* PREDECESSOR FOR NON-NEGATIVE INTEGERS ************************************)
 
-(* Rewrites with nsucc ******************************************************)
+(* Constructions with nsucc *************************************************)
 
 (*** pred_Sn pred_S *)
 lemma npred_succ (n): n = ↓↑n.
 * //
 qed.
+
+(* Inversion with nsucc *****************************************************)
+
+(*** nat_split *)
+lemma nat_split_zero_pos (n): ∨∨ 𝟎 = n | n = ↑↓n.
+#n @(nat_ind_succ … n) -n
+/2 width=1 by or_introl, or_intror/
+qed-.