:: ABSVALUE semantic presentation
:: deftheorem Def1 defines |. ABSVALUE:def 1 :
theorem Th1: :: ABSVALUE:1
Lemma2:
for b1 being real number holds 0 <= abs b1
by COMPLEX1:132;
Lemma3:
for b1 being real number holds
not ( b1 <> 0 & not 0 < abs b1 )
by COMPLEX1:133;
theorem Th2: :: ABSVALUE:2
canceled;
theorem Th3: :: ABSVALUE:3
canceled;
theorem Th4: :: ABSVALUE:4
canceled;
theorem Th5: :: ABSVALUE:5
canceled;
theorem Th6: :: ABSVALUE:6
canceled;
theorem Th7: :: ABSVALUE:7
theorem Th8: :: ABSVALUE:8
canceled;
theorem Th9: :: ABSVALUE:9
Lemma4:
for b1, b2 being real number holds abs (b1 * b2) = (abs b1) * (abs b2)
by COMPLEX1:151;
theorem Th10: :: ABSVALUE:10
canceled;
theorem Th11: :: ABSVALUE:11
theorem Th12: :: ABSVALUE:12
Lemma5:
for b1, b2 being real number holds abs (b1 + b2) <= (abs b1) + (abs b2)
by COMPLEX1:142;
theorem Th13: :: ABSVALUE:13
canceled;
theorem Th14: :: ABSVALUE:14
theorem Th15: :: ABSVALUE:15
Lemma7:
for b1, b2 being real number holds abs (b1 / b2) = (abs b1) / (abs b2)
by COMPLEX1:153;
theorem Th16: :: ABSVALUE:16
canceled;
theorem Th17: :: ABSVALUE:17
canceled;
theorem Th18: :: ABSVALUE:18
canceled;
theorem Th19: :: ABSVALUE:19
canceled;
theorem Th20: :: ABSVALUE:20
theorem Th21: :: ABSVALUE:21
theorem Th22: :: ABSVALUE:22
canceled;
theorem Th23: :: ABSVALUE:23
theorem Th24: :: ABSVALUE:24
theorem Th25: :: ABSVALUE:25
theorem Th26: :: ABSVALUE:26
proof
let c
1, c
2 be
real number ;
set c
3 =
abs c
1;
set c
4 =
abs c
2;
set c
5 =
abs (c1 + c2);
E8:
abs (c1 + c2) <= (abs c1) + (abs c2)
by Lemma5;
E9:
0
<= abs c
1
by Lemma2;
E10:
0
<= abs c
2
by Lemma2;
E11:
0
<= abs (c1 + c2)
by Lemma2;
E12:
0
+ 0
<= (abs c1) + (abs c2)
by E9, E10, XREAL_1:9;
then E13:
0
+ 0
< 1
+ ((abs c1) + (abs c2))
by XREAL_1:10;
E14:
0
< 1
+ ((abs c1) + (abs c2))
by E12, XREAL_1:10;
E15:
0
+ 0
< 1
+ (abs (c1 + c2))
by E11, XREAL_1:10;
E16:
0
+ 0
< 1
+ (abs c1)
by E9, XREAL_1:10;
E17:
0
+ 0
< 1
+ (abs c2)
by E10, XREAL_1:10;
for b
1, b
2 being
real number holds
( b
1 <= b
2 & 0
< 1
+ b
1 & 0
< 1
+ b
2 implies b
1 / (1 + b1) <= b
2 / (1 + b2) )
then E18:
(abs (c1 + c2)) / (1 + (abs (c1 + c2))) <= ((abs c1) + (abs c2)) / (1 + ((abs c1) + (abs c2)))
by E8, E14, E15;
((abs c1) + (abs c2)) / ((1 + (abs c1)) + (abs c2)) <= ((abs c1) / (1 + (abs c1))) + ((abs c2) / (1 + (abs c2)))