Update
This commit is contained in:
parent
f3aa7478fb
commit
e946fefe47
@ -1347,8 +1347,7 @@ Proof.
|
||||
assert (J: exists (hd a tl : list bool),
|
||||
tm_step n = hd ++ a ++ a ++ a ++ tl /\ 0 < length a).
|
||||
exists hd. exists a. exists tl. split; assumption.
|
||||
apply tm_step_cube7 in J.
|
||||
destruct J. destruct H0. destruct H0. destruct H0.
|
||||
apply tm_step_cube7 in J. destruct J. destruct H0. destruct H0. destruct H0.
|
||||
assert (0 < 0). generalize H1. generalize H0. apply tm_step_cube2.
|
||||
apply Nat.lt_irrefl in H2. contradiction H2.
|
||||
- assumption.
|
||||
|
Loading…
Reference in New Issue
Block a user