aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Reals/Cos_plus.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Reals/Cos_plus.v')
-rw-r--r--theories/Reals/Cos_plus.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Reals/Cos_plus.v b/theories/Reals/Cos_plus.v
index 15f68c1bb..9a4e04283 100644
--- a/theories/Reals/Cos_plus.v
+++ b/theories/Reals/Cos_plus.v
@@ -924,7 +924,7 @@ Intros.
Cut (Un_cv (C1 x y) ``(cos x)*(cos y)-(sin x)*(sin y)``).
Cut (Un_cv (C1 x y) ``(cos (x+y))``).
Intros.
-Apply UL_suite with (C1 x y); Assumption.
+Apply UL_sequence with (C1 x y); Assumption.
Apply C1_cvg.
Unfold Un_cv; Unfold R_dist.
Intros.