aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Sets/Powerset_facts.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Sets/Powerset_facts.v')
-rwxr-xr-xtheories/Sets/Powerset_facts.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/theories/Sets/Powerset_facts.v b/theories/Sets/Powerset_facts.v
index 57e51123d..b886f1211 100755
--- a/theories/Sets/Powerset_facts.v
+++ b/theories/Sets/Powerset_facts.v
@@ -81,7 +81,7 @@ Theorem Couple_as_union:
(x, y: U) (Union U (Singleton U x) (Singleton U y)) == (Couple U x y).
Proof.
Intros x y; Apply Extensionality_Ensembles; Split; Red.
-Intros x0 H'; Elim H'; '(Intros x1 H'0; Elim H'0; Auto with sets).
+Intros x0 H'; Elim H'; (Intros x1 H'0; Elim H'0; Auto with sets).
Intros x0 H'; Elim H'; Auto with sets.
Qed.
@@ -92,7 +92,7 @@ Theorem Triple_as_union :
Proof.
Intros x y z; Apply Extensionality_Ensembles; Split; Red.
Intros x0 H'; Elim H'.
-Intros x1 H'0; Elim H'0; '(Intros x2 H'1; Elim H'1; Auto with sets).
+Intros x1 H'0; Elim H'0; (Intros x2 H'1; Elim H'1; Auto with sets).
Intros x1 H'0; Elim H'0; Auto with sets.
Intros x0 H'; Elim H'; Auto with sets.
Qed.