From 63d78e7afc1843b77c3a2a3fa3ad4f4453b164ac Mon Sep 17 00:00:00 2001 From: Thomas Baruchel Date: Thu, 2 Feb 2023 21:00:26 +0100 Subject: [PATCH] Update --- src/thue_morse3.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thue_morse3.v b/src/thue_morse3.v index 9475711..9e681de 100644 --- a/src/thue_morse3.v +++ b/src/thue_morse3.v @@ -2096,7 +2096,7 @@ Proof. Qed. -Lemma tm_step_non_proper_palindrome_16 : +Lemma tm_step_palindrome_8_destruct : forall (n : nat) (hd a tl : list bool), tm_step n = hd ++ a ++ (rev a) ++ tl -> length a = 8