Update
This commit is contained in:
parent
aae08b747a
commit
3c2f4121e1
@ -413,7 +413,7 @@ Proof.
|
||||
apply tm_step_count_occ.
|
||||
rewrite count_occ_app in L. rewrite count_occ_app in L.
|
||||
rewrite K in L. rewrite Nat.add_cancel_l in L.
|
||||
destruct b; simpl in L; inversion L.
|
||||
destruct b; inversion L.
|
||||
Qed.
|
||||
|
||||
Lemma tm_step_consecutive_identical' :
|
||||
|
@ -515,5 +515,7 @@ Proof.
|
||||
|
||||
(* TODO: utiliser tm_step_odd_prefix_square pour le cas impair *)
|
||||
(* TODO: la taille du facteur divise la taille du préfixe ? *)
|
||||
(* TODO : le cas de la taille 2 est un cas pair facile
|
||||
grâce à tm_step_factor4_odd_prefix *)
|
||||
|
||||
|
||||
Admitted.
|
||||
|
Loading…
Reference in New Issue
Block a user