diff options
| -rw-r--r-- | theories/FSets/FSetFacts.v | 5 | ||||
| -rw-r--r-- | theories/FSets/FSetWeakFacts.v | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/theories/FSets/FSetFacts.v b/theories/FSets/FSetFacts.v index 7eb9b04f63..4de3480d05 100644 --- a/theories/FSets/FSetFacts.v +++ b/theories/FSets/FSetFacts.v @@ -469,11 +469,6 @@ unfold Subset; intros s s' H s'' s''' H0 a. do 2 rewrite diff_iff; intuition. Qed. -Add Morphism Subset with signature Subset --> Subset ++> impl as Subset_s_m. -Proof. -unfold Subset, impl; auto. -Qed. - (* [fold], [filter], [for_all], [exists_] and [partition] cannot be proved morphism without additional hypothesis on [f]. For instance: *) diff --git a/theories/FSets/FSetWeakFacts.v b/theories/FSets/FSetWeakFacts.v index ff98648dc5..12bef504d9 100644 --- a/theories/FSets/FSetWeakFacts.v +++ b/theories/FSets/FSetWeakFacts.v @@ -466,11 +466,6 @@ unfold Subset; intros s s' H s'' s''' H0 a. do 2 rewrite diff_iff; intuition. Qed. -Add Morphism Subset with signature Subset --> Subset ++> impl as Subset_s_m. -Proof. -unfold Subset, impl; auto. -Qed. - (* [fold], [filter], [for_all], [exists_] and [partition] cannot be proved morphism without additional hypothesis on [f]. For instance: *) |
