:: ASYMPT_1 semantic presentation :: Showing IDV graph ... (Click the Palm Trees again to close it)
Lm1:
for n being Nat st n >= 2 holds
2 to_power n > n + 1
theorem :: ASYMPT_1:1 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm2:
for a being logbase Real
for f being Real_Sequence st a > 1 & f . 0 = 0 & ( for n being Nat st n > 0 holds
f . n = log a,n ) holds
f is eventually-positive
theorem :: ASYMPT_1:2 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem Def1 defines seq_a^ ASYMPT_1:def 1 :
Lm3:
for a, b, c being Real st a > 0 & c > 0 & c <> 1 holds
a to_power b = c to_power (b * (log c,a))
theorem :: ASYMPT_1:3 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem Def2 defines seq_logn ASYMPT_1:def 2 :
:: deftheorem Def3 defines seq_n^ ASYMPT_1:def 3 :
Lm4:
for f, g being Real_Sequence
for n being Nat holds (f /" g) . n = (f . n) / (g . n)
Lm5:
for f, g being eventually-nonnegative Real_Sequence holds
( ( f in Big_Oh g & g in Big_Oh f ) iff Big_Oh f = Big_Oh g )
theorem Th4: :: ASYMPT_1:4 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm6:
for a, b, c being real number st 0 < a & a <= b & c >= 0 holds
a to_power c <= b to_power c
Lm7:
2 to_power 2 = 4
Lm8:
2 to_power 3 = 8
Lm9:
2 to_power 4 = 16
Lm10:
2 to_power 5 = 32
Lm11:
2 to_power 6 = 64
Lm12:
for n being Nat st n >= 4 holds
(2 * n) + 3 < 2 to_power n
Lm13:
for n being Nat st n >= 6 holds
(n + 1) ^2 < 2 to_power n
Lm14:
for c being Real st c > 6 holds
c ^2 < 2 to_power c
Lm15:
for e being positive Real
for f being Real_Sequence st f . 0 = 0 & ( for n being Nat st n > 0 holds
f . n = log 2,(n to_power e) ) holds
( f /" (seq_n^ e) is convergent & lim (f /" (seq_n^ e)) = 0 )
Lm16:
for e being Real st e > 0 holds
( seq_logn /" (seq_n^ e) is convergent & lim (seq_logn /" (seq_n^ e)) = 0 )
theorem Th5: :: ASYMPT_1:5 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:6 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm17:
for f being Real_Sequence
for N being Nat st ( for n being Nat st n <= N holds
f . n >= 0 ) holds
Sum f,N >= 0
Lm18:
for f, g being Real_Sequence
for N being Nat st ( for n being Nat st n <= N holds
f . n <= g . n ) holds
Sum f,N <= Sum g,N
Lm19:
for f being Real_Sequence
for b being Real st f . 0 = 0 & ( for n being Nat st n > 0 holds
f . n = b ) holds
for N being Nat holds Sum f,N = b * N
Lm20:
for f being Real_Sequence
for N, M being Nat holds (Sum f,N,M) + (f . (N + 1)) = Sum f,(N + 1),M
Lm21:
for f, g being Real_Sequence
for M, N being Nat st N >= M + 1 & ( for n being Nat st M + 1 <= n & n <= N holds
f . n <= g . n ) holds
Sum f,N,M <= Sum g,N,M
Lm22:
for n being Nat holds [/(n / 2)\] <= n
Lm23:
for f being Real_Sequence
for b being Real
for N being Nat st f . 0 = 0 & ( for n being Nat st n > 0 holds
f . n = b ) holds
for M being Nat holds Sum f,N,M = b * (N - M)
theorem :: ASYMPT_1:7 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:8 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem defines seq_const ASYMPT_1:def 4 :
Lm24:
for a, b, c being Real st a > 1 & b >= a & c >= 1 holds
log a,c >= log b,c
theorem Th9: :: ASYMPT_1:9 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:10 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:11 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:12 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm25:
for a being positive Real
for b, c being Real holds seq_a^ a,b,c is eventually-positive
;
theorem :: ASYMPT_1:13 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem Def5 defines seq_n! ASYMPT_1:def 5 :
theorem :: ASYMPT_1:14 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:15 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:16 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:17 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:18 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:19 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:20 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm27:
for n being Nat holds ((n ^2 ) - n) + 1 > 0
Lm28:
for f, g being Real_Sequence
for N being Nat
for c being Real st f is convergent & lim f = c & ( for n being Nat st n >= N holds
f . n = g . n ) holds
( g is convergent & lim g = c )
Lm29:
for n being Nat st n >= 1 holds
((n ^2 ) - n) + 1 <= n ^2
Lm30:
for n being Nat st n >= 1 holds
n ^2 <= 2 * (((n ^2 ) - n) + 1)
Lm31:
for e being Real st 0 < e & e < 1 holds
ex N being Nat st
for n being Nat st n >= N holds
(n * (log 2,(1 + e))) - (8 * (log 2,n)) > 8 * (log 2,n)
theorem :: ASYMPT_1:21 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:22 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:23 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:24 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:25 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm32:
2 to_power 12 = 4096
Lm33:
for n being Nat st n >= 3 holds
n ^2 > (2 * n) + 1
Lm34:
for n being Nat st n >= 10 holds
2 to_power (n - 1) > (2 * n) ^2
Lm35:
for n being Nat st n >= 9 holds
(n + 1) to_power 6 < 2 * (n to_power 6)
Lm36:
for n being Nat st n >= 30 holds
2 to_power n > n to_power 6
Lm37:
for x being Real st x > 9 holds
2 to_power x > (2 * x) ^2
Lm38:
ex N being Nat st
for n being Nat st n >= N holds
(sqrt n) - (log 2,n) > 1
Lm39:
(4 + 1) ! = 120
Lm40:
for n being Nat st n >= 10 holds
(2 to_power (2 * n)) / (n ! ) < 1 / (2 to_power (n - 9))
Lm41:
for n being Nat st n >= 3 holds
2 * (n - 2) >= n - 1
Lm42:
5 to_power 5 = 3125
Lm43:
4 to_power 4 = 256
Lm44:
for a, b, d, e being Real holds (a / b) / (d / e) = (a / d) * (e / b)
Lm45:
for x being real number st x >= 0 holds
sqrt x = x to_power (1 / 2)
Lm46:
ex N being Nat st
for n being Nat st n >= N holds
n - ((sqrt n) * (log 2,n)) > n / 2
Lm47:
for s being Real_Sequence st ( for n being Nat holds s . n = (1 + (1 / (n + 1))) to_power (n + 1) ) holds
s is non-decreasing
Lm48:
for n being Nat st n >= 1 holds
((n + 1) / n) to_power n <= ((n + 2) / (n + 1)) to_power (n + 1)
theorem :: ASYMPT_1:26 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:27 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:28 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:29 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:30 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:31 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:32 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm49:
for k, n being Nat st k <= n holds
n choose k >= ((n + 1) choose k) / (n + 1)
theorem :: ASYMPT_1:33 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm50:
for f being Real_Sequence st ( for n being Nat holds f . n = log 2,(n ! ) ) holds
for n being Nat holds f . n = Sum seq_logn ,n
Lm51:
for n being Nat st n >= 4 holds
n * (log 2,n) >= 2 * n
theorem :: ASYMPT_1:34 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:35 :: Showing IDV graph ... (Click the Palm Tree again to close it)
definition
let n be
Nat;
let a,
b be
positive Real;
defpred S1[
Nat,
FinSequence of
REAL ,
set ]
means ex
n1 being
Nat st
(
n1 = [/((($1 + 1) + 1) / 2)\] & $3
= $2
^ <*((4 * ($2 /. n1)) + (b * (($1 + 1) + 1)))*> );
A1:
for
n being
Nat for
x,
y1,
y2 being
Element of
REAL * st
S1[
n,
x,
y1] &
S1[
n,
x,
y2] holds
y1 = y2
;
func Prob28 n,
a,
b -> Real means :
Def6:
:: ASYMPT_1:def 6
it = 0
if n = 0
otherwise ex
l being
Nat ex
prob28 being
Function of
NAT ,
REAL * st
(
l + 1
= n &
it = (prob28 . l) /. n &
prob28 . 0
= <*a*> & ( for
n being
Nat ex
n1 being
Nat st
(
n1 = [/(((n + 1) + 1) / 2)\] &
prob28 . (n + 1) = (prob28 . n) ^ <*((4 * ((prob28 . n) /. n1)) + (b * ((n + 1) + 1)))*> ) ) );
consistency
for b1 being Real holds verum
;
existence
( ( n = 0 implies ex b1 being Real st b1 = 0 ) & ( not n = 0 implies ex b1 being Real ex l being Nat ex prob28 being Function of NAT ,REAL * st
( l + 1 = n & b1 = (prob28 . l) /. n & prob28 . 0 = <*a*> & ( for n being Nat ex n1 being Nat st
( n1 = [/(((n + 1) + 1) / 2)\] & prob28 . (n + 1) = (prob28 . n) ^ <*((4 * ((prob28 . n) /. n1)) + (b * ((n + 1) + 1)))*> ) ) ) ) )
uniqueness
for b1, b2 being Real holds
( ( n = 0 & b1 = 0 & b2 = 0 implies b1 = b2 ) & ( not n = 0 & ex l being Nat ex prob28 being Function of NAT ,REAL * st
( l + 1 = n & b1 = (prob28 . l) /. n & prob28 . 0 = <*a*> & ( for n being Nat ex n1 being Nat st
( n1 = [/(((n + 1) + 1) / 2)\] & prob28 . (n + 1) = (prob28 . n) ^ <*((4 * ((prob28 . n) /. n1)) + (b * ((n + 1) + 1)))*> ) ) ) & ex l being Nat ex prob28 being Function of NAT ,REAL * st
( l + 1 = n & b2 = (prob28 . l) /. n & prob28 . 0 = <*a*> & ( for n being Nat ex n1 being Nat st
( n1 = [/(((n + 1) + 1) / 2)\] & prob28 . (n + 1) = (prob28 . n) ^ <*((4 * ((prob28 . n) /. n1)) + (b * ((n + 1) + 1)))*> ) ) ) implies b1 = b2 ) )
end;
:: deftheorem Def6 defines Prob28 ASYMPT_1:def 6 :
definition
let a,
b be
positive Real;
func seq_prob28 a,
b -> Real_Sequence means :
Def7:
:: ASYMPT_1:def 7
for
n being
Nat holds
it . n = Prob28 n,
a,
b;
existence
ex b1 being Real_Sequence st
for n being Nat holds b1 . n = Prob28 n,a,b
uniqueness
for b1, b2 being Real_Sequence st ( for n being Nat holds b1 . n = Prob28 n,a,b ) & ( for n being Nat holds b2 . n = Prob28 n,a,b ) holds
b1 = b2
end;
:: deftheorem Def7 defines seq_prob28 ASYMPT_1:def 7 :
Lm53:
for n being Nat st n >= 2 holds
[/(n / 2)\] < n
Lm54:
for a, b being positive Real holds
( Prob28 0,a,b = 0 & Prob28 1,a,b = a & ( for n being Nat st n >= 2 holds
ex n1 being Nat st
( n1 = [/(n / 2)\] & Prob28 n,a,b = (4 * (Prob28 n1,a,b)) + (b * n) ) ) )
theorem :: ASYMPT_1:36 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem defines POWEROF2SET ASYMPT_1:def 8 :
Lm55:
for n being Nat st n >= 2 holds
n ^2 > n + 1
Lm56:
for n being Nat st n >= 1 holds
(2 to_power (n + 1)) - (2 to_power n) > 1
Lm57:
for n being Nat st n >= 2 holds
not (2 to_power n) - 1 in POWEROF2SET
theorem :: ASYMPT_1:37 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:38 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:39 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm58:
for n being Nat st n >= 2 holds
n ! > 1
Lm59:
for n1, n being Nat st n <= n1 holds
n ! <= n1 !
Lm60:
for k being Nat st k >= 1 holds
ex n being Nat st
( n ! <= k & k < (n + 1) ! & ( for m being Nat st m ! <= k & k < (m + 1) ! holds
m = n ) )
:: deftheorem Def9 defines Step1 ASYMPT_1:def 9 :
for
x,
b2 being
Nat holds
( (
x <> 0 implies (
b2 = Step1 x iff ex
n being
Nat st
(
n ! <= x &
x < (n + 1) ! &
b2 = n ! ) ) ) & ( not
x <> 0 implies (
b2 = Step1 x iff
b2 = 0 ) ) );
Lm61:
for n being Nat st n >= 3 holds
n ! > n
theorem :: ASYMPT_1:40 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm62:
(seq_n^ 1) - (seq_const 1) is eventually-positive
theorem :: ASYMPT_1:41 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:42 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:43 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:44 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:45 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:46 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:47 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:48 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:49 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:50 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:51 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:52 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:53 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:54 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:55 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:56 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:57 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:58 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:59 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:60 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:61 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:62 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:63 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
k being
Nat st
k >= 1 holds
ex
n being
Nat st
(
n ! <= k &
k < (n + 1) ! & ( for
m being
Nat st
m ! <= k &
k < (m + 1) ! holds
m = n ) )
by Lm60;
theorem :: ASYMPT_1:64 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:65 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:66 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:67 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:68 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:69 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:70 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:71 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:72 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:73 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:74 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:75 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:76 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:77 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:78 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:79 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:80 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:81 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:82 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:83 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:84 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:85 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:86 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:87 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:88 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:89 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:90 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:91 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:92 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:93 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:94 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:95 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:96 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:97 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:98 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:99 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:100 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ASYMPT_1:101 :: Showing IDV graph ... (Click the Palm Tree again to close it)