Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion theories/OneStep.v
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ Theorem one_step_same_sum_leaves :
one_step l1 l2 -> one_step l1 l3 -> same_sum_leaves f l2 l3.
intros l1 l2 l3 (l4, (t1, (t2, (H1, (H2, H3)))))
(l5, (t3, (t4, (H4, (H5, H6))))).
Proof.
red in |- *.
exists (node t1 t2 :: l4); exists (node t3 t4 :: l5); auto; simpl in |- *;
auto.
Expand Down
1 change: 0 additions & 1 deletion theories/OrderedCover.v
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ Theorem ordered_cover_cover :
forall (l : list (btree A)) (t : btree A), ordered_cover l t -> cover l t.
intros l t H; elim H; auto.
intros t1 t2 l1 l2 l3 H0 H1 H2 H3.
Proof.
apply cover_app; auto.
Qed.

Expand Down
Loading