aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Reals/Rtrigo_reg.v
diff options
context:
space:
mode:
authorGravatar desmettr <desmettr@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-01-22 16:46:36 +0000
committerGravatar desmettr <desmettr@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-01-22 16:46:36 +0000
commit9aeaac7698c670cc7ac92dd53cd674b5b321aab3 (patch)
treeb02945c21c26e6c67d0e17175bfb0e3f52b89f5c /theories/Reals/Rtrigo_reg.v
parent096310efb4266fe89455d473f704ec6c7ed5a97c (diff)
Modifications dans SeqProp
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3590 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Reals/Rtrigo_reg.v')
-rw-r--r--theories/Reals/Rtrigo_reg.v6
1 files changed, 3 insertions, 3 deletions
diff --git a/theories/Reals/Rtrigo_reg.v b/theories/Reals/Rtrigo_reg.v
index 7694cf0a2..ac5c9ed20 100644
--- a/theories/Reals/Rtrigo_reg.v
+++ b/theories/Reals/Rtrigo_reg.v
@@ -114,7 +114,7 @@ Apply H4.
Intros; Rewrite (H0 x); Rewrite (H0 x1); Apply H5; Apply H6.
Intro; Unfold cos SFL.
Case (cv x); Case (exist_cos (Rsqr x)); Intros.
-Symmetry; EApply UL_suite.
+Symmetry; EApply UL_sequence.
Apply u.
Unfold cos_in in c; Unfold infinit_sum in c; Unfold Un_cv; Intros.
Elim (c ? H0); Intros N0 H1.
@@ -259,7 +259,7 @@ Unfold SFL sin.
Case (cv h); Intros.
Case (exist_sin (Rsqr h)); Intros.
Unfold Rdiv; Rewrite (Rinv_r_simpl_m h x0 H6).
-EApply UL_suite.
+EApply UL_sequence.
Apply u.
Unfold sin_in in s; Unfold sin_n infinit_sum in s; Unfold SP fn Un_cv; Intros.
Elim (s ? H10); Intros N0 H11.
@@ -270,7 +270,7 @@ Apply H11; Assumption.
Apply sum_eq; Intros; Apply Rmult_mult_r; Unfold Rsqr; Rewrite pow_sqr; Reflexivity.
Unfold SFL sin.
Case (cv R0); Intros.
-EApply UL_suite.
+EApply UL_sequence.
Apply u.
Unfold SP fn; Unfold Un_cv; Intros; Exists (S O); Intros.
Unfold R_dist; Replace (sum_f_R0 [k:nat]``(pow ( -1) k)/(INR (fact (plus (mult (S (S O)) k) (S O))))*(pow 0 (mult (S (S O)) k))`` n) with R1.