:: ARYTM_3 semantic presentation :: Showing IDV graph ... (Click the Palm Trees again to close it)
Lm1:
one in omega
by ORDINAL1:41, ORDINAL2:19;
theorem Th1: :: ARYTM_3:1 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th2: :: ARYTM_3:2 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th3: :: ARYTM_3:3 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th4: :: ARYTM_3:4 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem Def1 defines are_relative_prime ARYTM_3:def 1 :
theorem Th5: :: ARYTM_3:5 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th6: :: ARYTM_3:6 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th7: :: ARYTM_3:7 :: Showing IDV graph ... (Click the Palm Tree again to close it)
defpred S1[ set ] means ex B being Ordinal st
( B c= $1 & $1 in omega & $1 <> {} & ( for c, d1, d2 being natural Ordinal holds
( not d1,d2 are_relative_prime or not $1 = c *^ d1 or not B = c *^ d2 ) ) );
theorem :: ARYTM_3:8 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem Def2 defines divides ARYTM_3:def 2 :
theorem Th9: :: ARYTM_3:9 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th10: :: ARYTM_3:10 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th11: :: ARYTM_3:11 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ARYTM_3:12 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem Th13: :: ARYTM_3:13 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th14: :: ARYTM_3:14 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th15: :: ARYTM_3:15 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th16: :: ARYTM_3:16 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem Def3 defines lcm ARYTM_3:def 3 :
theorem Th17: :: ARYTM_3:17 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th18: :: ARYTM_3:18 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem Def4 defines hcf ARYTM_3:def 4 :
theorem Th19: :: ARYTM_3:19 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th20: :: ARYTM_3:20 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th21: :: ARYTM_3:21 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th22: :: ARYTM_3:22 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th23: :: ARYTM_3:23 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th24: :: ARYTM_3:24 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th25: :: ARYTM_3:25 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem defines RED ARYTM_3:def 5 :
theorem Th26: :: ARYTM_3:26 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th27: :: ARYTM_3:27 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th28: :: ARYTM_3:28 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th29: :: ARYTM_3:29 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th30: :: ARYTM_3:30 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th31: :: ARYTM_3:31 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th32: :: ARYTM_3:32 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th33: :: ARYTM_3:33 :: Showing IDV graph ... (Click the Palm Tree again to close it)
set RATplus = { [a,b] where a, b is Element of omega : ( a,b are_relative_prime & b <> {} ) } ;
reconsider 01 = one as Element of omega by ORDINAL2:def 21;
( 01 <> {} & 01,01 are_relative_prime )
by Th6;
then
[01,01] in { [a,b] where a, b is Element of omega : ( a,b are_relative_prime & b <> {} ) }
;
then reconsider RATplus = { [a,b] where a, b is Element of omega : ( a,b are_relative_prime & b <> {} ) } as non empty set ;
Lm2:
for a, b being natural Ordinal st [a,b] in RATplus holds
( a,b are_relative_prime & b <> {} )
:: deftheorem defines RAT+ ARYTM_3:def 6 :
theorem Th34: :: ARYTM_3:34 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th35: :: ARYTM_3:35 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th36: :: ARYTM_3:36 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th37: :: ARYTM_3:37 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th38: :: ARYTM_3:38 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th39: :: ARYTM_3:39 :: Showing IDV graph ... (Click the Palm Tree again to close it)
definition
let x be
Element of
RAT+ ;
func numerator x -> Element of
omega means :
Def7:
:: ARYTM_3:def 7
it = x if x in omega otherwise ex
a being
natural Ordinal st
x = [it,a];
existence
( ( x in omega implies ex b1 being Element of omega st b1 = x ) & ( not x in omega implies ex b1 being Element of omega ex a being natural Ordinal st x = [b1,a] ) )
correctness
consistency
for b1 being Element of omega holds verum;
uniqueness
for b1, b2 being Element of omega holds
( ( x in omega & b1 = x & b2 = x implies b1 = b2 ) & ( not x in omega & ex a being natural Ordinal st x = [b1,a] & ex a being natural Ordinal st x = [b2,a] implies b1 = b2 ) );
by ZFMISC_1:33;
func denominator x -> Element of
omega means :
Def8:
:: ARYTM_3:def 8
it = one if x in omega otherwise ex
a being
natural Ordinal st
x = [a,it];
existence
( ( x in omega implies ex b1 being Element of omega st b1 = one ) & ( not x in omega implies ex b1 being Element of omega ex a being natural Ordinal st x = [a,b1] ) )
correctness
consistency
for b1 being Element of omega holds verum;
uniqueness
for b1, b2 being Element of omega holds
( ( x in omega & b1 = one & b2 = one implies b1 = b2 ) & ( not x in omega & ex a being natural Ordinal st x = [a,b1] & ex a being natural Ordinal st x = [a,b2] implies b1 = b2 ) );
by ZFMISC_1:33;
end;
:: deftheorem Def7 defines numerator ARYTM_3:def 7 :
:: deftheorem Def8 defines denominator ARYTM_3:def 8 :
theorem Th40: :: ARYTM_3:40 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th41: :: ARYTM_3:41 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th42: :: ARYTM_3:42 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th43: :: ARYTM_3:43 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ARYTM_3:44 :: Showing IDV graph ... (Click the Palm Tree again to close it)
definition
let i,
j be
natural Ordinal;
func i / j -> Element of
RAT+ equals :
Def9:
:: ARYTM_3:def 9
{} if j = {} RED i,
j if RED j,
i = one otherwise [(RED i,j),(RED j,i)];
coherence
( ( j = {} implies {} is Element of RAT+ ) & ( RED j,i = one implies RED i,j is Element of RAT+ ) & ( not j = {} & not RED j,i = one implies [(RED i,j),(RED j,i)] is Element of RAT+ ) )
consistency
for b1 being Element of RAT+ st j = {} & RED j,i = one holds
( b1 = {} iff b1 = RED i,j )
by Th31;
end;
:: deftheorem Def9 defines / ARYTM_3:def 9 :
theorem Th45: :: ARYTM_3:45 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th46: :: ARYTM_3:46 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th47: :: ARYTM_3:47 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th48: :: ARYTM_3:48 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th49: :: ARYTM_3:49 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th50: :: ARYTM_3:50 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th51: :: ARYTM_3:51 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem defines + ARYTM_3:def 10 :
:: deftheorem defines *' ARYTM_3:def 11 :
theorem Th52: :: ARYTM_3:52 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th53: :: ARYTM_3:53 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th54: :: ARYTM_3:54 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th55: :: ARYTM_3:55 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th56: :: ARYTM_3:56 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th57: :: ARYTM_3:57 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th58: :: ARYTM_3:58 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th59: :: ARYTM_3:59 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th60: :: ARYTM_3:60 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th61: :: ARYTM_3:61 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th62: :: ARYTM_3:62 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th63: :: ARYTM_3:63 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th64: :: ARYTM_3:64 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ARYTM_3:65 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th66: :: ARYTM_3:66 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem Def12 defines <=' ARYTM_3:def 12 :
theorem :: ARYTM_3:67 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: ARYTM_3:68 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th69: :: ARYTM_3:69 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th70: :: ARYTM_3:70 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th71: :: ARYTM_3:71 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ARYTM_3:72 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th73: :: ARYTM_3:73 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th74: :: ARYTM_3:74 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ARYTM_3:75 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ARYTM_3:76 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ARYTM_3:77 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th78: :: ARYTM_3:78 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th79: :: ARYTM_3:79 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th80: :: ARYTM_3:80 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ARYTM_3:81 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ARYTM_3:82 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th83: :: ARYTM_3:83 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ARYTM_3:84 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: ARYTM_3:85 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th86: :: ARYTM_3:86 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th87: :: ARYTM_3:87 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ARYTM_3:88 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ARYTM_3:89 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th90: :: ARYTM_3:90 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ARYTM_3:91 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ARYTM_3:92 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ARYTM_3:93 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th94: :: ARYTM_3:94 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ARYTM_3:95 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ARYTM_3:96 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ARYTM_3:97 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ARYTM_3:98 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ARYTM_3:99 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ARYTM_3:100 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ARYTM_3:101 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ARYTM_3:102 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: ARYTM_3:103 :: Showing IDV graph ... (Click the Palm Tree again to close it)