Step * of Lemma ireal-approx-rmul

No Annotations
[x,y:ℝ]. ∀[j,M:ℕ+]. ∀[a,b:ℤ].
  ∀k:ℕ+
    ((|x| ≤ (r1/r(4)))
     ((2 |b|) ≤ (k M))
     j-approx(x;k M;a)
     j-approx(y;M;b)
     j-approx(x y;M;(a b) ÷ M))
BY
(Auto THEN All (Unfold `ireal-approx`)) }

1
1. : ℝ
2. : ℝ
3. : ℕ+
4. : ℕ+
5. : ℤ
6. : ℤ
7. : ℕ+
8. |x| ≤ (r1/r(4))
9. (2 |b|) ≤ (k M)
10. |x (r(a)/r(2 M))| ≤ (r(j)/r(k M))
11. |y (r(b)/r(2 M))| ≤ (r(j)/r(M))
⊢ |(x y) (r((a b) ÷ M)/r(2 M))| ≤ (r(j)/r(M))


Latex:


Latex:
No  Annotations
\mforall{}[x,y:\mBbbR{}].  \mforall{}[j,M:\mBbbN{}\msupplus{}].  \mforall{}[a,b:\mBbbZ{}].
    \mforall{}k:\mBbbN{}\msupplus{}
        ((|x|  \mleq{}  (r1/r(4)))
        {}\mRightarrow{}  ((2  *  |b|)  \mleq{}  (k  *  M))
        {}\mRightarrow{}  j-approx(x;k  *  M;a)
        {}\mRightarrow{}  j-approx(y;M;b)
        {}\mRightarrow{}  j-approx(x  *  y;M;(a  *  b)  \mdiv{}  2  *  k  *  M))


By


Latex:
(Auto  THEN  All  (Unfold  `ireal-approx`))




Home Index