:: SERIES_3 semantic presentation :: Showing IDV graph ... (Click the Palm Trees again to close it)
Lm1:
for x being real number holds x ^2 = x |^ 2
Lm2:
1 |^ 3 = 1
by NEWTON:15;
Lm3:
2 |^ 3 = 8
Lm4:
3 |^ 3 = 27
Lm5:
for x being real number holds (- x) |^ 3 = - (x |^ 3)
Lm6:
for x, y being real number holds (x + y) |^ 3 = (((x |^ 3) + ((3 * (x ^2 )) * y)) + ((3 * x) * (y ^2 ))) + (y |^ 3)
Lm7:
for x, y being real number holds (x |^ 3) + (y |^ 3) = (x + y) * (((x ^2 ) - (x * y)) + (y ^2 ))
Lm8:
for x, y, z being real number st x ^2 <= y * z holds
abs x <= sqrt (y * z)
theorem :: SERIES_3:1 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th2: :: SERIES_3:2 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SERIES_3:3 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th4: :: SERIES_3:4 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SERIES_3:5 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th6: :: SERIES_3:6 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th7: :: SERIES_3:7 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th8: :: SERIES_3:8 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th9: :: SERIES_3:9 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th10: :: SERIES_3:10 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SERIES_3:11 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th12: :: SERIES_3:12 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th13: :: SERIES_3:13 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SERIES_3:14 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th15: :: SERIES_3:15 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SERIES_3:16 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SERIES_3:17 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th18: :: SERIES_3:18 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SERIES_3:19 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SERIES_3:20 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SERIES_3:21 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SERIES_3:22 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SERIES_3:23 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SERIES_3:24 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SERIES_3:25 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SERIES_3:26 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SERIES_3:27 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SERIES_3:28 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SERIES_3:29 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SERIES_3:30 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th31: :: SERIES_3:31 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SERIES_3:32 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th33: :: SERIES_3:33 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th34: :: SERIES_3:34 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th35: :: SERIES_3:35 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th36: :: SERIES_3:36 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th37: :: SERIES_3:37 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SERIES_3:38 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SERIES_3:39 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th40: :: SERIES_3:40 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SERIES_3:41 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem Def1 defines Partial_Product SERIES_3:def 1 :
theorem Th42: :: SERIES_3:42 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th43: :: SERIES_3:43 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SERIES_3:44 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SERIES_3:45 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SERIES_3:46 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SERIES_3:47 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm9:
for s being Real_Sequence st ( for n being Nat holds
( s . n > - 1 & s . n < 0 ) ) holds
for n being Nat holds ((Partial_Sums s) . n) * (s . (n + 1)) >= 0
theorem :: SERIES_3:48 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm10:
for s being Real_Sequence st ( for n being Nat holds s . n >= 0 ) holds
for n being Nat holds ((Partial_Sums s) . n) * (s . (n + 1)) >= 0
theorem :: SERIES_3:49 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: SERIES_3:50 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm11:
for n being Nat
for s, s1, s2 being Real_Sequence st ( for n being Nat holds s . n = ((s1 . n) + (s2 . n)) ^2 ) holds
(Partial_Sums s) . n >= 0
theorem :: SERIES_3:51 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm12:
for n being Nat
for s being Real_Sequence st ( for n being Nat holds s . n > 0 ) holds
(n + 1) -root ((Partial_Product s) . n) > 0
Lm13:
for n being Nat
for s being Real_Sequence st ( for n being Nat holds
( s . n > 0 & s . n > s . (n - 1) ) ) holds
((s . (n + 1)) - (((Partial_Sums s) . n) / (n + 1))) / (n + 2) > 0
theorem :: SERIES_3:52 :: Showing IDV graph ... (Click the Palm Tree again to close it)