Step * 2 2 1 of Lemma add-monotonic

.....assertion..... 
1. : ℤ
2. : ℤ
3. : ℤ
4. : ℤ
5. a < b
6. c < d
7. if (a c) < (b c)  then True  else False
⊢ if (b c) < (b d)  then True  else False
BY
(RWO "add-comm" THENA Auto) }

1
1. : ℤ
2. : ℤ
3. : ℤ
4. : ℤ
5. a < b
6. c < d
7. if (a c) < (b c)  then True  else False
⊢ if (c b) < (d b)  then True  else False


Latex:


Latex:
.....assertion..... 
1.  a  :  \mBbbZ{}
2.  b  :  \mBbbZ{}
3.  c  :  \mBbbZ{}
4.  d  :  \mBbbZ{}
5.  a  <  b
6.  c  <  d
7.  if  (a  +  c)  <  (b  +  c)    then  True    else  False
\mvdash{}  if  (b  +  c)  <  (b  +  d)    then  True    else  False


By


Latex:
(RWO  "add-comm"  0  THENA  Auto)




Home Index