Step * 1 1 1 1 1 2 of Lemma rinv-functionality-lemma


1. : ℤ@i
2. : ℤ@i
3. : ℕ+@i
4. : ℕ+@i
5. : ℕ+@i
6. n ≤ (a |x|)@i
7. n ≤ (b |y|)@i
8. |x y| ≤ 4@i
9. x ≠ 0
10. y ≠ 0
11. |((-4) x) (4 y) (x (4 rem y)) (-(y (4 rem x)))| ≤ (|(4 n)
                                                                                                     (y x)|
    |x (4 rem y)|
    |-(y (4 rem x))|)
12. (|4 n| |y x|) ≤ (16 |x| |y|)
⊢ (|x| |4 rem y|) ≤ (|x| |y|)
BY
(BLemma `mul_preserves_le` THEN Auto) }


Latex:


Latex:

1.  x  :  \mBbbZ{}@i
2.  y  :  \mBbbZ{}@i
3.  a  :  \mBbbN{}\msupplus{}@i
4.  b  :  \mBbbN{}\msupplus{}@i
5.  n  :  \mBbbN{}\msupplus{}@i
6.  n  \mleq{}  (a  *  |x|)@i
7.  n  \mleq{}  (b  *  |y|)@i
8.  |x  -  y|  \mleq{}  4@i
9.  x  \mneq{}  0
10.  y  \mneq{}  0
11.  |((-4)  *  n  *  n  *  x)  +  (4  *  n  *  n  *  y)  +  (x  *  (4  *  n  *  n  rem  y))  +  (-(y  *  (4  *  n  *  n  rem  x)))| 
        \mleq{}  (|(4  *  n  *  n)  *  (y  -  x)|  +  |x  *  (4  *  n  *  n  rem  y)|  +  |-(y  *  (4  *  n  *  n  rem  x))|)
12.  (|4  *  n  *  n|  *  |y  -  x|)  \mleq{}  (16  *  a  *  b  *  |x|  *  |y|)
\mvdash{}  (|x|  *  |4  *  n  *  n  rem  y|)  \mleq{}  (|x|  *  |y|)


By


Latex:
(BLemma  `mul\_preserves\_le`  THEN  Auto)




Home Index