:: SERIES_3 semantic presentation
Lemma1:
for b1 being real number holds b1 ^2 = b1 |^ 2
Lemma2:
1 |^ 3 = 1
by NEWTON:15;
Lemma3:
2 |^ 3 = 8
Lemma4:
3 |^ 3 = 27
Lemma5:
for b1 being real number holds (- b1) |^ 3 = - (b1 |^ 3)
Lemma6:
for b1, b2 being real number holds (b1 + b2) |^ 3 = (((b1 |^ 3) + ((3 * (b1 ^2 )) * b2)) + ((3 * b1) * (b2 ^2 ))) + (b2 |^ 3)
Lemma7:
for b1, b2 being real number holds (b1 |^ 3) + (b2 |^ 3) = (b1 + b2) * (((b1 ^2 ) - (b1 * b2)) + (b2 ^2 ))
Lemma8:
for b1, b2, b3 being real number st b1 ^2 <= b2 * b3 holds
abs b1 <= sqrt (b2 * b3)
theorem Th1: :: SERIES_3:1
theorem Th2: :: SERIES_3:2
theorem Th3: :: SERIES_3:3
theorem Th4: :: SERIES_3:4
theorem Th5: :: SERIES_3:5
theorem Th6: :: SERIES_3:6
theorem Th7: :: SERIES_3:7
theorem Th8: :: SERIES_3:8
theorem Th9: :: SERIES_3:9
theorem Th10: :: SERIES_3:10
theorem Th11: :: SERIES_3:11
theorem Th12: :: SERIES_3:12
theorem Th13: :: SERIES_3:13
theorem Th14: :: SERIES_3:14
theorem Th15: :: SERIES_3:15
theorem Th16: :: SERIES_3:16
theorem Th17: :: SERIES_3:17
for
b1,
b2,
b3 being
real number st
(b1 + b2) + b3 = 1 holds
((b1 * b2) + (b2 * b3)) + (b1 * b3) <= 1
/ 3
theorem Th18: :: SERIES_3:18
theorem Th19: :: SERIES_3:19
theorem Th20: :: SERIES_3:20
theorem Th21: :: SERIES_3:21
theorem Th22: :: SERIES_3:22
theorem Th23: :: SERIES_3:23
theorem Th24: :: SERIES_3:24
theorem Th25: :: SERIES_3:25
theorem Th26: :: SERIES_3:26
theorem Th27: :: SERIES_3:27
theorem Th28: :: SERIES_3:28
theorem Th29: :: SERIES_3:29
theorem Th30: :: SERIES_3:30
theorem Th31: :: SERIES_3:31
theorem Th32: :: SERIES_3:32
theorem Th33: :: SERIES_3:33
theorem Th34: :: SERIES_3:34
theorem Th35: :: SERIES_3:35
theorem Th36: :: SERIES_3:36
theorem Th37: :: SERIES_3:37
theorem Th38: :: SERIES_3:38
theorem Th39: :: SERIES_3:39
theorem Th40: :: SERIES_3:40
theorem Th41: :: SERIES_3:41
:: deftheorem Def1 defines Partial_Product SERIES_3:def 1 :
theorem Th42: :: SERIES_3:42
theorem Th43: :: SERIES_3:43
theorem Th44: :: SERIES_3:44
theorem Th45: :: SERIES_3:45
theorem Th46: :: SERIES_3:46
theorem Th47: :: SERIES_3:47
Lemma30:
for b1 being Real_Sequence st ( for b2 being Nat holds
( b1 . b2 > - 1 & b1 . b2 < 0 ) ) holds
for b2 being Nat holds ((Partial_Sums b1) . b2) * (b1 . (b2 + 1)) >= 0
theorem Th48: :: SERIES_3:48
Lemma31:
for b1 being Real_Sequence st ( for b2 being Nat holds b1 . b2 >= 0 ) holds
for b2 being Nat holds ((Partial_Sums b1) . b2) * (b1 . (b2 + 1)) >= 0
theorem Th49: :: SERIES_3:49
theorem Th50: :: SERIES_3:50
Lemma32:
for b1 being Nat
for b2, b3, b4 being Real_Sequence st ( for b5 being Nat holds b2 . b5 = ((b3 . b5) + (b4 . b5)) ^2 ) holds
(Partial_Sums b2) . b1 >= 0
theorem Th51: :: SERIES_3:51
Lemma33:
for b1 being Nat
for b2 being Real_Sequence st ( for b3 being Nat holds b2 . b3 > 0 ) holds
(b1 + 1) -root ((Partial_Product b2) . b1) > 0
Lemma34:
for b1 being Nat
for b2 being Real_Sequence st ( for b3 being Nat holds
( b2 . b3 > 0 & b2 . b3 > b2 . (b3 - 1) ) ) holds
((b2 . (b1 + 1)) - (((Partial_Sums b2) . b1) / (b1 + 1))) / (b1 + 2) > 0
theorem Th52: :: SERIES_3:52