This commit is contained in:
Thomas Baruchel 2023-01-19 08:11:39 +01:00
parent ab1bf0886b
commit 90556d8cf7
1 changed files with 0 additions and 1 deletions

View File

@ -260,7 +260,6 @@ Proof.
Qed.
Lemma tm_step_palindromic_full : forall (n : nat),
tm_step (Nat.double (S n)) =
(tm_step (S (Nat.double n))) ++ rev (tm_step (S (Nat.double n))).