:: WSIERP_1 semantic presentation :: Showing IDV graph ... (Click the Palm Trees again to close it)
theorem :: WSIERP_1:1 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem Th2: :: WSIERP_1:2 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th3: :: WSIERP_1:3 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: WSIERP_1:4 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem Th5: :: WSIERP_1:5 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th6: :: WSIERP_1:6 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm1:
for x, y being real number holds
( ( x >= 0 implies x + y >= y ) & ( x + y >= y implies x >= 0 ) & ( x > 0 implies x + y > y ) & ( x + y > y implies x > 0 ) & ( x >= 0 implies y >= y - x ) & ( y >= y - x implies x >= 0 ) & ( x > 0 implies y > y - x ) & ( y > y - x implies x > 0 ) )
Lm2:
for x, y, z being real number st x >= 0 & y >= z holds
( x + y >= z & y >= z - x )
Lm3:
for x, y, z being real number st ( ( x >= 0 & y > z ) or ( x > 0 & y >= z ) ) holds
( x + y > z & y > z - x )
theorem :: WSIERP_1:7 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: WSIERP_1:8 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm4:
for a, b being Nat holds
( a divides b iff a divides b )
Lm5:
for a being Nat holds abs a = a
by ABSVALUE:def 1;
Lm6:
for a being Nat ex b being Nat st
( a = 2 * b or a = (2 * b) + 1 )
Lm7:
for d, a, b being Nat st d > 0 & a |^ d = b |^ d holds
a = b
by Th5;
theorem Th9: :: WSIERP_1:9 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th10: :: WSIERP_1:10 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm8:
for a, b being Nat holds a gcd b = a hcf b
Lm9:
for a, b being Nat holds
( a,b are_relative_prime iff a,b are_relative_prime )
theorem Th11: :: WSIERP_1:11 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th12: :: WSIERP_1:12 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th13: :: WSIERP_1:13 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th14: :: WSIERP_1:14 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th15: :: WSIERP_1:15 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th16: :: WSIERP_1:16 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th17: :: WSIERP_1:17 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm10:
for a, b, d, c being Nat st a hcf b = 1 holds
( a hcf (b |^ d) = 1 & (a |^ c) hcf (b |^ d) = 1 )
theorem :: WSIERP_1:18 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th19: :: WSIERP_1:19 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th20: :: WSIERP_1:20 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th21: :: WSIERP_1:21 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm11:
for a, b being Nat st a <> 0 holds
( a divides b iff b / a is Nat )
theorem :: WSIERP_1:22 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm12:
for b, a being Nat
for k being Integer st b <> 0 & a * k = b holds
k is Nat
Lm13:
for a being Nat
for k being Integer st a <= k holds
k is Nat
by INT_1:16;
Lm14:
for a, b, c being Nat st a + b <= c holds
( a <= c & b <= c )
theorem :: WSIERP_1:23 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
a,
b,
c being
Nat st
a <= b - c holds
(
a <= b &
c <= b )
Lm15:
for k, m being Integer holds
( k < m iff k <= m - 1 )
Lm16:
for k, m being Integer holds
( k < m + 1 iff k <= m )
Lm17:
for x being real number
for f being Function holds
( ( x in dom f & f . x in rng f ) or f . x = {} )
Lm18:
for a being Nat
for X being set st 0 in X holds
for s being FinSequence of X holds s . a is Element of X
Lm19:
for a being Nat
for fs being FinSequence st a in dom fs holds
ex fs1, fs2 being FinSequence st
( fs = (fs1 ^ <*(fs . a)*>) ^ fs2 & len fs1 = a - 1 & len fs2 = (len fs) - a )
:: deftheorem Def1 defines Del WSIERP_1:def 1 :
for
a being
Nat for
fs being
FinSequence for
b3 being
set holds
( ( not
a in dom fs implies (
b3 = Del fs,
a iff
b3 = fs ) ) & (
a in dom fs implies (
b3 = Del fs,
a iff (
(len b3) + 1
= len fs & ( for
b being
Nat holds
( (
b < a implies
b3 . b = fs . b ) & (
b >= a implies
b3 . b = fs . (b + 1) ) ) ) ) ) ) );
Lm20:
for a being Nat
for fs, fs1, fs2 being FinSequence
for v being set st a in dom fs & fs = (fs1 ^ <*v*>) ^ fs2 & len fs1 = a - 1 holds
Del fs,a = fs1 ^ fs2
Lm21:
for a being Nat
for fs being FinSequence holds dom (Del fs,a) c= dom fs
Lm22:
for a being Nat
for fs1, fs2 being FinSequence holds
( ( a <= len fs1 implies Del (fs1 ^ fs2),a = (Del fs1,a) ^ fs2 ) & ( a >= 1 implies Del (fs1 ^ fs2),((len fs1) + a) = fs1 ^ (Del fs2,a) ) )
Lm23:
for fs being FinSequence
for v being set holds
( Del (<*v*> ^ fs),1 = fs & Del (fs ^ <*v*>),((len fs) + 1) = fs )
theorem :: WSIERP_1:24 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: WSIERP_1:25 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: WSIERP_1:26 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
v1,
v2,
v3 being
set holds
(
Del <*v1*>,1
= {} &
Del <*v1,v2*>,1
= <*v2*> &
Del <*v1,v2*>,2
= <*v1*> &
Del <*v1,v2,v3*>,1
= <*v2,v3*> &
Del <*v1,v2,v3*>,2
= <*v1,v3*> &
Del <*v1,v2,v3*>,3
= <*v1,v2*> )
Lm24:
for fs being FinSequence st 1 <= len fs holds
( fs = <*(fs . 1)*> ^ (Del fs,1) & fs = (Del fs,(len fs)) ^ <*(fs . (len fs))*> )
Lm25:
for a being Nat
for ft being FinSequence of REAL st a in dom ft holds
(Product (Del ft,a)) * (ft . a) = Product ft
theorem :: WSIERP_1:27 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: WSIERP_1:28 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th29: :: WSIERP_1:29 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: WSIERP_1:30 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th31: :: WSIERP_1:31 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th32: :: WSIERP_1:32 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: WSIERP_1:33 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th34: :: WSIERP_1:34 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th35: :: WSIERP_1:35 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th36: :: WSIERP_1:36 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th37: :: WSIERP_1:37 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th38: :: WSIERP_1:38 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
a,
b being
Nat st
a <> 0 &
b <> 0 holds
ex
c,
d being
Nat st
a hcf b = (a * c) - (b * d)
theorem :: WSIERP_1:39 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
f,
g,
a,
b being
Nat st
f > 0 &
g > 0 &
f hcf g = 1 &
a |^ f = b |^ g holds
ex
e being
Nat st
(
a = e |^ g &
b = e |^ f )
theorem Th40: :: WSIERP_1:40 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: WSIERP_1:41 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: WSIERP_1:42 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
a,
b,
c,
d being
Nat st
a hcf b = 1 &
a * b = c |^ d holds
ex
e,
f being
Nat st
(
a = e |^ d &
b = f |^ d )
theorem Th43: :: WSIERP_1:43 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: WSIERP_1:44 :: Showing IDV graph ... (Click the Palm Tree again to close it)
Lm26:
for a, b being Nat st a divides b & b < a holds
b = 0
Lm27:
for k, m being Integer holds
( k divides m iff k divides abs m )
Lm28:
for a being Nat
for m being Integer holds
( a divides m iff a divides abs m )
Lm29:
for m, n being Integer holds (m * n) mod n = 0
Lm30:
for k, n, m being Integer st k mod n = m mod n holds
(k - m) mod n = 0
Lm31:
for n, m being Integer st n <> 0 & m mod n = 0 holds
n divides m
Lm32:
for x being Integer holds
( ( 1 < x implies ( 1 < sqrt x & sqrt x < x ) ) & ( 0 < x & x < 1 implies ( 0 < sqrt x & sqrt x < 1 & x < sqrt x ) ) )
theorem :: WSIERP_1:45 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: WSIERP_1:46 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: WSIERP_1:47 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: WSIERP_1:48 :: Showing IDV graph ... (Click the Palm Tree again to close it)