This commit is contained in:
Thomas Baruchel 2022-12-10 15:14:46 +01:00
parent ccc12a619c
commit 1ea4f6d502

View File

@ -1335,10 +1335,7 @@ Proof.
rewrite tm_size_power2. assumption.
Qed.
Lemma tm_step_flip_low_bit :
Theorem tm_step_flip_low_bit :
forall (n m k j : nat),
0 < k -> j < m -> k * 2^m < 2^n
-> nth_error (tm_step n) (k * 2^m) <> nth_error (tm_step n) (k * 2^m + 2^j).