:: NEWTON semantic presentation :: Showing IDV graph ... (Click the Palm Trees again to close it)
theorem :: NEWTON:1 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: NEWTON:2 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem Th3: :: NEWTON:3 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:4 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem Th5: :: NEWTON:5 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th6: :: NEWTON:6 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th7: :: NEWTON:7 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem defines |^ NEWTON:def 1 :
theorem :: NEWTON:8 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem Th9: :: NEWTON:9 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th10: :: NEWTON:10 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th11: :: NEWTON:11 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:12 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:13 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:14 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th15: :: NEWTON:15 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:16 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem defines ! NEWTON:def 2 :
theorem :: NEWTON:17 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem Th18: :: NEWTON:18 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th19: :: NEWTON:19 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:20 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th21: :: NEWTON:21 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th22: :: NEWTON:22 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th23: :: NEWTON:23 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:24 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem Th25: :: NEWTON:25 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem Def3 defines choose NEWTON:def 3 :
theorem :: NEWTON:26 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem Th27: :: NEWTON:27 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:28 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem Th29: :: NEWTON:29 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th30: :: NEWTON:30 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th31: :: NEWTON:31 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th32: :: NEWTON:32 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th33: :: NEWTON:33 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:34 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:35 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:36 :: Showing IDV graph ... (Click the Palm Tree again to close it)
definition
let a,
b be
real number ;
let n be
natural number ;
func a,
b In_Power n -> FinSequence of
REAL means :
Def4:
:: NEWTON:def 4
(
len it = n + 1 & ( for
i,
l,
m being
natural number st
i in dom it &
m = i - 1 &
l = n - m holds
it . i = ((n choose m) * (a |^ l)) * (b |^ m) ) );
existence
ex b1 being FinSequence of REAL st
( len b1 = n + 1 & ( for i, l, m being natural number st i in dom b1 & m = i - 1 & l = n - m holds
b1 . i = ((n choose m) * (a |^ l)) * (b |^ m) ) )
uniqueness
for b1, b2 being FinSequence of REAL st len b1 = n + 1 & ( for i, l, m being natural number st i in dom b1 & m = i - 1 & l = n - m holds
b1 . i = ((n choose m) * (a |^ l)) * (b |^ m) ) & len b2 = n + 1 & ( for i, l, m being natural number st i in dom b2 & m = i - 1 & l = n - m holds
b2 . i = ((n choose m) * (a |^ l)) * (b |^ m) ) holds
b1 = b2
end;
:: deftheorem Def4 defines In_Power NEWTON:def 4 :
theorem :: NEWTON:37 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem Th38: :: NEWTON:38 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th39: :: NEWTON:39 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th40: :: NEWTON:40 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th41: :: NEWTON:41 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem Def5 defines Newton_Coeff NEWTON:def 5 :
theorem :: NEWTON:42 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem Th43: :: NEWTON:43 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:44 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th45: :: NEWTON:45 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
l,
k being
Nat st
l >= 1 holds
k * l >= k
theorem Th46: :: NEWTON:46 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
l,
n,
k being
Nat st
l >= 1 &
n >= k * l holds
n >= k
theorem Th47: :: NEWTON:47 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:48 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
n being
Nat st
n <> 0 holds
(n + 1) / n > 1
theorem Th49: :: NEWTON:49 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
k being
Nat holds
k / (k + 1) < 1
theorem Th50: :: NEWTON:50 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
l being
Nat holds
l ! >= l
theorem Th51: :: NEWTON:51 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:52 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th53: :: NEWTON:53 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th54: :: NEWTON:54 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th55: :: NEWTON:55 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:56 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th57: :: NEWTON:57 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:58 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:59 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th60: :: NEWTON:60 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:61 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th62: :: NEWTON:62 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:63 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:64 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:65 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th66: :: NEWTON:66 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th67: :: NEWTON:67 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:68 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:69 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:70 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:71 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
n,
m being
Nat st
n > 0 holds
n hcf m > 0
theorem :: NEWTON:72 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: NEWTON:73 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
m,
n being
Nat st
m > 0 &
n > 0 holds
m lcm n > 0
theorem :: NEWTON:74 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:75 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:76 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:77 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th78: :: NEWTON:78 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th79: :: NEWTON:79 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th80: :: NEWTON:80 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:81 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
m,
n being
Nat st (
m > 0 or
n > 0 ) holds
ex
i,
i1 being
Integer st
(i * m) + (i1 * n) = m hcf n
:: deftheorem Def6 defines SetPrimes NEWTON:def 6 :
:: deftheorem Def7 defines SetPrimenumber NEWTON:def 7 :
theorem Th82: :: NEWTON:82 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:83 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th84: :: NEWTON:84 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:85 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm1:
for k being Nat holds
( k = 0 or k = 1 or 2 <= k )
theorem Th86: :: NEWTON:86 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:87 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th88: :: NEWTON:88 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:89 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th90: :: NEWTON:90 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th91: :: NEWTON:91 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th92: :: NEWTON:92 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
f being
Nat holds not
f in { k where k is Nat : ( k < f & k is prime ) }
theorem :: NEWTON:93 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th94: :: NEWTON:94 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:95 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
m,
k being
Nat st
k > m holds
not
k in { k1 where k1 is Nat : ( k1 < m & k1 is prime ) }
:: deftheorem Def8 defines primenumber NEWTON:def 8 :
theorem Th96: :: NEWTON:96 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th97: :: NEWTON:97 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm2:
for n being Nat st n is prime holds
n > 0
by INT_2:def 5;
theorem :: NEWTON:98 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:99 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:100 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NEWTON:101 :: Showing IDV graph ... (Click the Palm Tree again to close it)