This commit is contained in:
Thomas Baruchel 2023-10-30 14:12:09 +01:00
parent 81f0311165
commit c49f18c94a
1 changed files with 0 additions and 5 deletions

View File

@ -125,10 +125,6 @@ Proof.
Qed.
Theorem subsequence2_cons_eq : forall (l1 l2: list Type) (a: Type),
subsequence2 (a::l1) (a::l2) <-> subsequence2 l1 l2.
Proof.
@ -171,7 +167,6 @@ Qed.
*)
Theorem subsequence2_dec :
(forall x y : Type, {x = y} + {x <> y})
-> forall (l s : list Type), { subsequence2 l s } + { ~ subsequence2 l s }.