diff options
| author | Hugo Herbelin | 2018-08-27 11:34:06 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2018-08-27 11:34:06 +0200 |
| commit | 85f05717483af9fb6905e4117a66d5c7bde394da (patch) | |
| tree | 1f8c5035e3d8097f48ea30b675021789e3b22e0a /theories/FSets | |
| parent | 56b355e9e3e0394625cc40084f7cf11a949ebb29 (diff) | |
| parent | 632b4d0121bda71a3e6186ceff10323aacd0b9ea (diff) | |
Merge PR #8293: Fix typo of caracterisation -> c*h*aracterisation
Diffstat (limited to 'theories/FSets')
| -rw-r--r-- | theories/FSets/FSetEqProperties.v | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theories/FSets/FSetEqProperties.v b/theories/FSets/FSetEqProperties.v index 56844f4773..59b2f789ab 100644 --- a/theories/FSets/FSetEqProperties.v +++ b/theories/FSets/FSetEqProperties.v @@ -333,7 +333,7 @@ Proof. auto with set. Qed. -(* caracterisation of [union] via [subset] *) +(* characterisation of [union] via [subset] *) Lemma union_subset_1: subset s (union s s')=true. Proof. @@ -408,7 +408,7 @@ intros; apply equal_1; apply inter_add_2. rewrite not_mem_iff; auto. Qed. -(* caracterisation of [union] via [subset] *) +(* characterisation of [union] via [subset] *) Lemma inter_subset_1: subset (inter s s') s=true. Proof. |
