Step * 2 2 of Lemma sine-medium_wf


1. : ℝ
2. r(-2) ≤ x
3. x ≤ r(2)
4. x < r1
5. y1 x < (r1)/2
⊢ case rless-case((r(-1))/2;(r(-49))/100;250;x)
   of inl(_) =>
   sine-small(x)
   inr(_) =>
   case rless-case(r(-1);(r(-99))/100;250;x)
    of inl(_) =>
    sine-small((x)/2) cosine-small((x)/2)
    inr(_) =>
    cosine-small((x)/4) (sine-small((x)/4) sine-small((x)/4)^3) ∈ {y:ℝsine(x)} 
BY
((GenConclTerm ⌜rless-case((r(-1))/2;(r(-49))/100;250;x)⌝⋅ THENA Auto) THEN Thin (-1) THEN -1 THEN Reduce 0) }

1
1. : ℝ
2. r(-2) ≤ x
3. x ≤ r(2)
4. x < r1
5. y1 x < (r1)/2
6. x1 (r(-1))/2 < x
⊢ sine-small(x) ∈ {y:ℝsine(x)} 

2
1. : ℝ
2. r(-2) ≤ x
3. x ≤ r(2)
4. x < r1
5. y1 x < (r1)/2
6. y2 x < (r(-49))/100
⊢ case rless-case(r(-1);(r(-99))/100;250;x)
   of inl(_) =>
   sine-small((x)/2) cosine-small((x)/2)
   inr(_) =>
   cosine-small((x)/4) (sine-small((x)/4) sine-small((x)/4)^3) ∈ {y:ℝsine(x)} 


Latex:


Latex:

1.  x  :  \mBbbR{}
2.  r(-2)  \mleq{}  x
3.  x  \mleq{}  r(2)
4.  y  :  x  <  r1
5.  y1  :  x  <  (r1)/2
\mvdash{}  case  rless-case((r(-1))/2;(r(-49))/100;250;x)
      of  inl($_{}$)  =>
      sine-small(x)
      |  inr($_{}$)  =>
      case  rless-case(r(-1);(r(-99))/100;250;x)
        of  inl($_{}$)  =>
        2  *  sine-small((x)/2)  *  cosine-small((x)/2)
        |  inr($_{}$)  =>
        4  *  cosine-small((x)/4)  *  (sine-small((x)/4)  -  2  *  sine-small((x)/4)\^{}3)  \mmember{}  \{y:\mBbbR{}|  y  =  sine(x)\} 


By


Latex:
((GenConclTerm  \mkleeneopen{}rless-case((r(-1))/2;(r(-49))/100;250;x)\mkleeneclose{}\mcdot{}  THENA  Auto)
  THEN  Thin  (-1)
  THEN  D  -1
  THEN  Reduce  0)




Home Index