:: NAT_1 semantic presentation :: Showing IDV graph ... (Click the Palm Trees again to close it)
theorem :: NAT_1:1 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem Th2: :: NAT_1:2 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NAT_1:3 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: NAT_1:4 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: NAT_1:5 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: NAT_1:6 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: NAT_1:7 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: NAT_1:8 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: NAT_1:9 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: NAT_1:10 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: NAT_1:11 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: NAT_1:12 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: NAT_1:13 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: NAT_1:14 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: NAT_1:15 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: NAT_1:16 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: NAT_1:17 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem Th18: :: NAT_1:18 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NAT_1:19 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th20: :: NAT_1:20 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NAT_1:21 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th22: :: NAT_1:22 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th23: :: NAT_1:23 :: Showing IDV graph ... (Click the Palm Tree again to close it)
scheme :: NAT_1:sch 3
DefbyInd{
F1()
-> Nat,
F2(
Nat,
Nat)
-> Nat,
P1[
Nat,
Nat] } :
( ( for
k being
Nat ex
n being
Nat st
P1[
k,
n] ) & ( for
k,
n,
m being
Nat st
P1[
k,
n] &
P1[
k,
m] holds
n = m ) )
provided
A1:
for
k,
n being
Nat holds
(
P1[
k,
n] iff ( (
k = 0 &
n = F1() ) or ex
m,
l being
Nat st
(
k = m + 1 &
P1[
m,
l] &
n = F2(
k,
l) ) ) )
theorem :: NAT_1:24 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: NAT_1:25 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem Th26: :: NAT_1:26 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NAT_1:27 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th28: :: NAT_1:28 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th29: :: NAT_1:29 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NAT_1:30 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: NAT_1:31 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: NAT_1:32 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: NAT_1:33 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: NAT_1:34 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: NAT_1:35 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: NAT_1:36 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem Th37: :: NAT_1:37 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th38: :: NAT_1:38 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th39: :: NAT_1:39 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th40: :: NAT_1:40 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th41: :: NAT_1:41 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th42: :: NAT_1:42 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
m being
Nat st 0
< m holds
for
n being
Nat ex
k,
t being
Nat st
(
n = (m * k) + t &
t < m )
theorem Th43: :: NAT_1:43 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
n,
m,
k,
k1,
t,
t1 being
natural number st
n = (m * k) + t &
t < m &
n = (m * k1) + t1 &
t1 < m holds
(
k = k1 &
t = t1 )
:: deftheorem Def1 defines div NAT_1:def 1 :
for
k,
l being
natural number for
b3 being
Nat holds
(
b3 = k div l iff ( ex
t being
Nat st
(
k = (l * b3) + t &
t < l ) or (
b3 = 0 &
l = 0 ) ) );
:: deftheorem Def2 defines mod NAT_1:def 2 :
for
k,
l being
natural number for
b3 being
Nat holds
(
b3 = k mod l iff ( ex
t being
Nat st
(
k = (l * t) + b3 &
b3 < l ) or (
b3 = 0 &
l = 0 ) ) );
theorem :: NAT_1:44 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: NAT_1:45 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem Th46: :: NAT_1:46 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th47: :: NAT_1:47 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem Def3 defines divides NAT_1:def 3 :
theorem :: NAT_1:48 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem Th49: :: NAT_1:49 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NAT_1:50 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: NAT_1:51 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th52: :: NAT_1:52 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th53: :: NAT_1:53 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th54: :: NAT_1:54 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th55: :: NAT_1:55 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th56: :: NAT_1:56 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th57: :: NAT_1:57 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th58: :: NAT_1:58 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem Def4 defines lcm NAT_1:def 4 :
:: deftheorem Def5 defines hcf NAT_1:def 5 :
scheme :: NAT_1:sch 8
Euklides{
F1(
Nat)
-> Nat,
F2()
-> Nat,
F3()
-> Nat } :
ex
n being
Nat st
(
F1(
n)
= F2()
hcf F3() &
F1(
(n + 1))
= 0 )
provided
A1:
( 0
< F3() &
F3()
< F2() )
and A2:
(
F1(0)
= F2() &
F1(1)
= F3() )
and A3:
for
n being
Nat holds
F1(
(n + 2))
= F1(
n)
mod F1(
(n + 1))
theorem :: NAT_1:59 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NAT_1:60 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th61: :: NAT_1:61 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NAT_1:62 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NAT_1:63 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NAT_1:64 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NAT_1:65 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NAT_1:66 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NAT_1:67 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NAT_1:68 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NAT_1:69 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th70: :: NAT_1:70 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
m,
n being
Nat holds
( not
m < n + 1 or
m < n or
m = n )
theorem :: NAT_1:71 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
k being
Nat holds
( not
k < 2 or
k = 0 or
k = 1 )
theorem :: NAT_1:72 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
m,
k being
Nat st
k <> 0 holds
(m * k) div k = m
theorem Th1: :: NAT_1:73 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th2: :: NAT_1:74 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: NAT_1:75 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th4: :: NAT_1:76 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th5: :: NAT_1:77 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th6: :: NAT_1:78 :: Showing IDV graph ... (Click the Palm Tree again to close it)