This commit is contained in:
Thomas Baruchel 2022-11-26 07:44:35 +01:00
parent e885bb3a7e
commit 0cf8e80ecf

View File

@ -1096,7 +1096,7 @@ Proof.
apply tm_step_stable.
assert (2^n - 1 < 2^n).
apply Nat.sub_lt. replace (1) with (2^0) at 1. apply Nat.pow_le_mono_r.
easy. apply le_0_n. simpl. reflexivity. apply Nat.lt_0_1.
easy. apply le_0_n. simpl. reflexivity. apply Nat.lt_0_1. apply H0.
rewrite Nat.succ_lt_mono. simpl.
(*