:: SGRAPH1 semantic presentation
Lemma1:
for b1 being set
for b2 being Nat st b1 in Seg b2 holds
ex b3 being Nat st
( b1 = b3 & 1 <= b3 & b3 <= b2 )
:: deftheorem Def1 defines nat_interval SGRAPH1:def 1 :
theorem Th1: :: SGRAPH1:1
canceled;
theorem Th2: :: SGRAPH1:2
theorem Th3: :: SGRAPH1:3
theorem Th4: :: SGRAPH1:4
theorem Th5: :: SGRAPH1:5
theorem Th6: :: SGRAPH1:6
theorem Th7: :: SGRAPH1:7
Lemma4:
for b1 being set
for b2 being Subset of b1
for b3 being set st b3 in b1 holds
b2 \/ {b3} is Subset of b1
:: deftheorem Def2 SGRAPH1:def 2 :
canceled;
:: deftheorem Def3 SGRAPH1:def 3 :
canceled;
:: deftheorem Def4 defines TWOELEMENTSETS SGRAPH1:def 4 :
theorem Th8: :: SGRAPH1:8
canceled;
theorem Th9: :: SGRAPH1:9
theorem Th10: :: SGRAPH1:10
theorem Th11: :: SGRAPH1:11
theorem Th12: :: SGRAPH1:12
theorem Th13: :: SGRAPH1:13
theorem Th14: :: SGRAPH1:14
theorem Th15: :: SGRAPH1:15
theorem Th16: :: SGRAPH1:16
theorem Th17: :: SGRAPH1:17
:: deftheorem Def5 SGRAPH1:def 5 :
canceled;
:: deftheorem Def6 defines SIMPLEGRAPHS SGRAPH1:def 6 :
theorem Th18: :: SGRAPH1:18
canceled;
theorem Th19: :: SGRAPH1:19
:: deftheorem Def7 defines SimpleGraph SGRAPH1:def 7 :
theorem Th20: :: SGRAPH1:20
canceled;
theorem Th21: :: SGRAPH1:21
theorem Th22: :: SGRAPH1:22
canceled;
theorem Th23: :: SGRAPH1:23
theorem Th24: :: SGRAPH1:24
canceled;
theorem Th25: :: SGRAPH1:25
theorem Th26: :: SGRAPH1:26
theorem Th27: :: SGRAPH1:27
:: deftheorem Def8 defines is_isomorphic_to SGRAPH1:def 8 :
theorem Th28: :: SGRAPH1:28
theorem Th29: :: SGRAPH1:29
canceled;
theorem Th30: :: SGRAPH1:30
theorem Th31: :: SGRAPH1:31
:: deftheorem Def9 defines is_SetOfSimpleGraphs_of SGRAPH1:def 9 :
theorem Th32: :: SGRAPH1:32
canceled;
theorem Th33: :: SGRAPH1:33
canceled;
theorem Th34: :: SGRAPH1:34
canceled;
theorem Th35: :: SGRAPH1:35
theorem Th36: :: SGRAPH1:36
theorem Th37: :: SGRAPH1:37
:: deftheorem Def10 defines SubGraph SGRAPH1:def 10 :
:: deftheorem Def11 defines degree SGRAPH1:def 11 :
theorem Th38: :: SGRAPH1:38
canceled;
theorem Th39: :: SGRAPH1:39
theorem Th40: :: SGRAPH1:40
theorem Th41: :: SGRAPH1:41
theorem Th42: :: SGRAPH1:42
:: deftheorem Def12 defines is_path_of SGRAPH1:def 12 :
:: deftheorem Def13 defines PATHS SGRAPH1:def 13 :
theorem Th43: :: SGRAPH1:43
canceled;
theorem Th44: :: SGRAPH1:44
theorem Th45: :: SGRAPH1:45
:: deftheorem Def14 defines is_cycle_of SGRAPH1:def 14 :
definition
let c1,
c2 be
Nat;
canceled;func K_ c2,
c1 -> SimpleGraph of
NAT means :: SGRAPH1:def 16
ex
b1 being
Subset of
(TWOELEMENTSETS (Seg (a2 + a1))) st
(
b1 = { {b2,b3} where B is Element of NAT , B is Element of NAT : ( b2 in Seg a2 & b3 in nat_interval (a2 + 1),(a2 + a1) ) } &
a3 = SimpleGraphStruct(#
(Seg (a2 + a1)),
b1 #) );
existence
ex b1 being SimpleGraph of NAT ex b2 being Subset of (TWOELEMENTSETS (Seg (c2 + c1))) st
( b2 = { {b3,b4} where B is Element of NAT , B is Element of NAT : ( b3 in Seg c2 & b4 in nat_interval (c2 + 1),(c2 + c1) ) } & b1 = SimpleGraphStruct(# (Seg (c2 + c1)),b2 #) )
uniqueness
for b1, b2 being SimpleGraph of NAT st ex b3 being Subset of (TWOELEMENTSETS (Seg (c2 + c1))) st
( b3 = { {b4,b5} where B is Element of NAT , B is Element of NAT : ( b4 in Seg c2 & b5 in nat_interval (c2 + 1),(c2 + c1) ) } & b1 = SimpleGraphStruct(# (Seg (c2 + c1)),b3 #) ) & ex b3 being Subset of (TWOELEMENTSETS (Seg (c2 + c1))) st
( b3 = { {b4,b5} where B is Element of NAT , B is Element of NAT : ( b4 in Seg c2 & b5 in nat_interval (c2 + 1),(c2 + c1) ) } & b2 = SimpleGraphStruct(# (Seg (c2 + c1)),b3 #) ) holds
b1 = b2
;
end;
:: deftheorem Def15 SGRAPH1:def 15 :
canceled;
:: deftheorem Def16 defines K_ SGRAPH1:def 16 :
definition
let c1 be
Nat;
func K_ c1 -> SimpleGraph of
NAT means :
Def17:
:: SGRAPH1:def 17
ex
b1 being
finite Subset of
(TWOELEMENTSETS (Seg a1)) st
(
b1 = { {b2,b3} where B is Element of NAT , B is Element of NAT : ( b2 in Seg a1 & b3 in Seg a1 & b2 <> b3 ) } &
a2 = SimpleGraphStruct(#
(Seg a1),
b1 #) );
existence
ex b1 being SimpleGraph of NAT ex b2 being finite Subset of (TWOELEMENTSETS (Seg c1)) st
( b2 = { {b3,b4} where B is Element of NAT , B is Element of NAT : ( b3 in Seg c1 & b4 in Seg c1 & b3 <> b4 ) } & b1 = SimpleGraphStruct(# (Seg c1),b2 #) )
uniqueness
for b1, b2 being SimpleGraph of NAT st ex b3 being finite Subset of (TWOELEMENTSETS (Seg c1)) st
( b3 = { {b4,b5} where B is Element of NAT , B is Element of NAT : ( b4 in Seg c1 & b5 in Seg c1 & b4 <> b5 ) } & b1 = SimpleGraphStruct(# (Seg c1),b3 #) ) & ex b3 being finite Subset of (TWOELEMENTSETS (Seg c1)) st
( b3 = { {b4,b5} where B is Element of NAT , B is Element of NAT : ( b4 in Seg c1 & b5 in Seg c1 & b4 <> b5 ) } & b2 = SimpleGraphStruct(# (Seg c1),b3 #) ) holds
b1 = b2
;
end;
:: deftheorem Def17 defines K_ SGRAPH1:def 17 :
:: deftheorem Def18 defines TriangleGraph SGRAPH1:def 18 :
theorem Th46: :: SGRAPH1:46
theorem Th47: :: SGRAPH1:47
theorem Th48: :: SGRAPH1:48
theorem Th49: :: SGRAPH1:49