This commit is contained in:
Thomas Baruchel 2022-11-25 11:47:07 +01:00
parent afc7173251
commit a3f15b3984

View File

@ -1110,7 +1110,10 @@ Lemma tm_step_next_range2_neighbor' : forall (n k : nat),
rewrite <- H2. rewrite <- H3. apply L.
apply H0.
-
- induction m.
+ intros L. rewrite Nat.add_0_r in L. rewrite Nat.add_0_r in L.
apply tm_step_next_range2_neighbor'. apply H. apply L.
+