:: GLIB_001 semantic presentation :: Showing IDV graph ... (Click the Palm Trees again to close it)
theorem Th1: :: GLIB_001:1 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
x,
y being
odd Nat holds
(
x < y iff
x + 2
<= y )
Lm1:
for x, y, z being real number st 0 < z & x * z <= y * z holds
x <= y
by XREAL_1:70;
Lm2:
for F being finite Function holds card (dom F) = card F
by PRE_CIRC:21;
theorem Th2: :: GLIB_001:2 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th3: :: GLIB_001:3 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th4: :: GLIB_001:4 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th5: :: GLIB_001:5 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th6: :: GLIB_001:6 :: Showing IDV graph ... (Click the Palm Tree again to close it)
:: deftheorem Def1 defines VertexSeq GLIB_001:def 1 :
:: deftheorem Def2 defines EdgeSeq GLIB_001:def 2 :
:: deftheorem Def3 defines Walk GLIB_001:def 3 :
:: deftheorem defines .walkOf GLIB_001:def 4 :
definition
let G be
_Graph;
let x,
y,
e be
set ;
func G .walkOf x,
e,
y -> Walk of
G equals :
Def5:
:: GLIB_001:def 5
<*x,e,y*> if e Joins x,
y,
G otherwise G .walkOf (choose (the_Vertices_of G));
coherence
( ( e Joins x,y,G implies <*x,e,y*> is Walk of G ) & ( not e Joins x,y,G implies G .walkOf (choose (the_Vertices_of G)) is Walk of G ) )
consistency
for b1 being Walk of G holds verum
;
end;
:: deftheorem Def5 defines .walkOf GLIB_001:def 5 :
for
G being
_Graph for
x,
y,
e being
set holds
( (
e Joins x,
y,
G implies
G .walkOf x,
e,
y = <*x,e,y*> ) & ( not
e Joins x,
y,
G implies
G .walkOf x,
e,
y = G .walkOf (choose (the_Vertices_of G)) ) );
:: deftheorem defines .first() GLIB_001:def 6 :
:: deftheorem defines .last() GLIB_001:def 7 :
:: deftheorem Def8 defines .vertexAt GLIB_001:def 8 :
:: deftheorem defines .reverse() GLIB_001:def 9 :
:: deftheorem Def10 defines .append GLIB_001:def 10 :
:: deftheorem Def11 defines .cut GLIB_001:def 11 :
:: deftheorem Def12 defines .remove GLIB_001:def 12 :
:: deftheorem defines .addEdge GLIB_001:def 13 :
:: deftheorem Def14 defines .vertexSeq() GLIB_001:def 14 :
:: deftheorem Def15 defines .edgeSeq() GLIB_001:def 15 :
:: deftheorem defines .vertices() GLIB_001:def 16 :
:: deftheorem defines .edges() GLIB_001:def 17 :
:: deftheorem defines .length() GLIB_001:def 18 :
:: deftheorem Def19 defines .find GLIB_001:def 19 :
:: deftheorem Def20 defines .find GLIB_001:def 20 :
:: deftheorem Def21 defines .rfind GLIB_001:def 21 :
:: deftheorem Def22 defines .rfind GLIB_001:def 22 :
:: deftheorem Def23 defines is_Walk_from GLIB_001:def 23 :
:: deftheorem Def24 defines closed GLIB_001:def 24 :
:: deftheorem Def25 defines directed GLIB_001:def 25 :
:: deftheorem Def26 defines trivial GLIB_001:def 26 :
:: deftheorem Def27 defines Trail-like GLIB_001:def 27 :
:: deftheorem Def28 defines Path-like GLIB_001:def 28 :
:: deftheorem Def29 defines vertex-distinct GLIB_001:def 29 :
:: deftheorem Def30 defines Circuit-like GLIB_001:def 30 :
:: deftheorem Def31 defines Cycle-like GLIB_001:def 31 :
Lm3:
for G being _Graph
for W being Walk of G
for n being odd Nat st n <= len W holds
W . n in the_Vertices_of G
Lm4:
for G being _Graph
for W being Walk of G
for n being even Nat st n in dom W holds
ex naa1 being odd Nat st
( naa1 = n - 1 & n - 1 in dom W & n + 1 in dom W & W . n Joins W . naa1,W . (n + 1),G )
Lm5:
for G being _Graph
for W being Walk of G
for n being odd Nat st n < len W holds
( n in dom W & n + 1 in dom W & n + 2 in dom W )
Lm6:
for G being _Graph
for v being Vertex of G holds
( G .walkOf v is closed & G .walkOf v is directed & G .walkOf v is trivial & G .walkOf v is Trail-like & G .walkOf v is Path-like )
Lm7:
for G being _Graph
for x, e, y being set st e Joins x,y,G holds
len (G .walkOf x,e,y) = 3
Lm8:
for G being _Graph
for x, e, y being set st e Joins x,y,G holds
( (G .walkOf x,e,y) .first() = x & (G .walkOf x,e,y) .last() = y & G .walkOf x,e,y is_Walk_from x,y )
Lm9:
for G being _Graph
for W being Walk of G holds
( len W = len (W .reverse() ) & dom W = dom (W .reverse() ) & rng W = rng (W .reverse() ) )
by FINSEQ_5:def 3, FINSEQ_5:60;
Lm10:
for G being _Graph
for W being Walk of G holds
( W .first() = (W .reverse() ) .last() & W .last() = (W .reverse() ) .first() )
Lm11:
for G being _Graph
for W being Walk of G
for n being Nat st n in dom (W .reverse() ) holds
( (W .reverse() ) . n = W . (((len W) - n) + 1) & ((len W) - n) + 1 in dom W )
Lm12:
for G being _Graph
for W being Walk of G holds (W .reverse() ) .reverse() = W
by FINSEQ_6:29;
Lm13:
for G being _Graph
for W1, W2 being Walk of G st W1 .last() = W2 .first() holds
(len (W1 .append W2)) + 1 = (len W1) + (len W2)
Lm14:
for G being _Graph
for W1, W2 being Walk of G st W1 .last() = W2 .first() holds
( len W1 <= len (W1 .append W2) & len W2 <= len (W1 .append W2) )
Lm15:
for G being _Graph
for W1, W2 being Walk of G st W1 .last() = W2 .first() holds
( (W1 .append W2) .first() = W1 .first() & (W1 .append W2) .last() = W2 .last() & W1 .append W2 is_Walk_from W1 .first() ,W2 .last() )
Lm16:
for G being _Graph
for W1, W2 being Walk of G
for n being Nat st n in dom W1 holds
( (W1 .append W2) . n = W1 . n & n in dom (W1 .append W2) )
Lm17:
for G being _Graph
for W1, W2 being Walk of G st W1 .last() = W2 .first() holds
for n being Nat st n < len W2 holds
( (W1 .append W2) . ((len W1) + n) = W2 . (n + 1) & (len W1) + n in dom (W1 .append W2) )
Lm18:
for G being _Graph
for W1, W2 being Walk of G
for n being Nat holds
( not n in dom (W1 .append W2) or n in dom W1 or ex k being Nat st
( k < len W2 & n = (len W1) + k ) )
Lm19:
for G being _Graph
for W being Walk of G
for m, n being odd Nat st m <= n & n <= len W holds
( (len (W .cut m,n)) + m = n + 1 & ( for i being Nat st i < len (W .cut m,n) holds
( (W .cut m,n) . (i + 1) = W . (m + i) & m + i in dom W ) ) )
Lm20:
for G being _Graph
for W being Walk of G
for m, n being odd Nat st m <= n & n <= len W holds
( (W .cut m,n) .first() = W . m & (W .cut m,n) .last() = W . n & W .cut m,n is_Walk_from W . m,W . n )
Lm21:
for G being _Graph
for W being Walk of G
for m, n, o being odd Nat st m <= n & n <= o & o <= len W holds
(W .cut m,n) .append (W .cut n,o) = W .cut m,o
Lm22:
for G being _Graph
for W being Walk of G holds W .cut 1,(len W) = W
Lm23:
for G being _Graph
for W being Walk of G
for n being odd Nat st n <= len W holds
W .cut n,n = <*(W .vertexAt n)*>
Lm24:
for G being _Graph
for W being Walk of G
for m, n being Nat st not m is even & m <= n holds
(W .cut 1,n) .cut 1,m = W .cut 1,m
Lm25:
for G being _Graph
for W1, W2 being Walk of G
for m, n being odd Nat st m <= n & n <= len W1 & W1 .last() = W2 .first() holds
(W1 .append W2) .cut m,n = W1 .cut m,n
Lm26:
for G being _Graph
for W being Walk of G
for m being odd Nat st m <= len W holds
len (W .cut 1,m) = m
Lm27:
for G being _Graph
for W being Walk of G
for m being odd Nat
for x being Nat st x in dom (W .cut 1,m) & m <= len W holds
(W .cut 1,m) . x = W . x
Lm28:
for G being _Graph
for W being Walk of G
for m, n being odd Nat st m <= n & n <= len W & W . m = W . n holds
(len (W .remove m,n)) + n = (len W) + m
Lm29:
for G being _Graph
for W being Walk of G
for m, n being Nat
for x, y being set st W is_Walk_from x,y holds
W .remove m,n is_Walk_from x,y
Lm30:
for G being _Graph
for W being Walk of G
for m, n being Nat holds len (W .remove m,n) <= len W
Lm31:
for G being _Graph
for W being Walk of G
for m being Nat holds W .remove m,m = W
Lm32:
for G being _Graph
for W being Walk of G
for m, n being odd Nat st m <= n & n <= len W & W . m = W . n holds
(W .cut 1,m) .last() = (W .cut n,(len W)) .first()
Lm33:
for G being _Graph
for W being Walk of G
for x, y being set
for m, n being odd Nat st m <= n & n <= len W & W . m = W . n holds
for x being Nat st x in Seg m holds
(W .remove m,n) . x = W . x
Lm34:
for G being _Graph
for W being Walk of G
for m, n being odd Nat st m <= n & n <= len W & W . m = W . n holds
for x being Nat st m <= x & x <= len (W .remove m,n) holds
( (W .remove m,n) . x = W . ((x - m) + n) & (x - m) + n is Nat & (x - m) + n <= len W )
Lm35:
for G being _Graph
for W being Walk of G
for m, n being odd Nat st m <= n & n <= len W & W . m = W . n holds
len (W .remove m,n) = ((len W) + m) - n
Lm36:
for G being _Graph
for W being Walk of G
for m being Nat st W .first() = W . m holds
W .remove 1,m = W .cut m,(len W)
Lm37:
for G being _Graph
for W being Walk of G
for m, n being Nat holds
( (W .remove m,n) .first() = W .first() & (W .remove m,n) .last() = W .last() )
Lm38:
for G being _Graph
for W being Walk of G
for m, n being odd Nat
for x being Nat st m <= n & n <= len W & W . m = W . n & x in dom (W .remove m,n) & not x in Seg m holds
( m <= x & x <= len (W .remove m,n) )
Lm39:
for G being _Graph
for W being Walk of G
for e, x being set st e Joins W .last() ,x,G holds
W .addEdge e = W ^ <*e,x*>
Lm40:
for G being _Graph
for W being Walk of G
for e, x being set st e Joins W .last() ,x,G holds
( (W .addEdge e) .first() = W .first() & (W .addEdge e) .last() = x & W .addEdge e is_Walk_from W .first() ,x )
Lm41:
for G being _Graph
for W being Walk of G
for e, x being set st e Joins W .last() ,x,G holds
len (W .addEdge e) = (len W) + 2
Lm42:
for G being _Graph
for W being Walk of G
for e, x being set st e Joins W .last() ,x,G holds
( (W .addEdge e) . ((len W) + 1) = e & (W .addEdge e) . ((len W) + 2) = x & ( for n being Nat st n in dom W holds
(W .addEdge e) . n = W . n ) )
Lm43:
for G being _Graph
for W being Walk of G
for e, x, y, z being set st W is_Walk_from x,y & e Joins y,z,G holds
W .addEdge e is_Walk_from x,z
Lm44:
for G being _Graph
for W being Walk of G
for n being even Nat st 1 <= n & n <= len W holds
( n div 2 in dom (W .edgeSeq() ) & W . n = (W .edgeSeq() ) . (n div 2) )
Lm45:
for G being _Graph
for W being Walk of G
for n being Nat holds
( n in dom (W .edgeSeq() ) iff 2 * n in dom W )
Lm46:
for G being _Graph
for W being Walk of G ex lenWaa1 being even Nat st
( lenWaa1 = (len W) - 1 & len (W .edgeSeq() ) = lenWaa1 div 2 )
Lm47:
for G being _Graph
for W being Walk of G
for n being Nat holds (W .cut 1,n) .edgeSeq() c= W .edgeSeq()
Lm48:
for G being _Graph
for W being Walk of G
for e, x being set st e Joins W .last() ,x,G holds
(W .addEdge e) .edgeSeq() = (W .edgeSeq() ) ^ <*e*>
Lm49:
for G being _Graph
for W being Walk of G
for x being set holds
( x in W .vertices() iff ex n being odd Nat st
( n <= len W & W . n = x ) )
Lm50:
for G being _Graph
for W being Walk of G
for e being set holds
( e in W .edges() iff ex n being even Nat st
( 1 <= n & n <= len W & W . n = e ) )
Lm51:
for G being _Graph
for W being Walk of G
for e being set st e in W .edges() holds
ex v1, v2 being Vertex of G ex n being odd Nat st
( n + 2 <= len W & v1 = W . n & e = W . (n + 1) & v2 = W . (n + 2) & e Joins v1,v2,G )
Lm52:
for G being _Graph
for W being Walk of G
for e, x, y being set st e in W .edges() & e Joins x,y,G holds
( x in W .vertices() & y in W .vertices() )
Lm53:
for G being _Graph
for W being Walk of G holds len W = (2 * (W .length() )) + 1
by Def15;
Lm54:
for G being _Graph
for W being Walk of G
for n being odd Nat st n <= len W holds
W .find n <= n
Lm55:
for G being _Graph
for W being Walk of G
for n being odd Nat st n <= len W holds
W .rfind n >= n
Lm56:
for G being _Graph
for W being Walk of G holds
( W is directed iff for n being odd Nat st n < len W holds
W . (n + 1) DJoins W . n,W . (n + 2),G )
Lm57:
for G being _Graph
for W being Walk of G
for x, e, y, z being set st W is directed & W is_Walk_from x,y & e DJoins y,z,G holds
( W .addEdge e is directed & W .addEdge e is_Walk_from x,z )
Lm58:
for G being _Graph
for W being Walk of G
for m, n being Nat st W is directed holds
W .cut m,n is directed
Lm59:
for G being _Graph
for W being Walk of G holds
( not W is trivial iff 3 <= len W )
Lm60:
for G being _Graph
for W being Walk of G holds
( not W is trivial iff len W <> 1 )
Lm61:
for G being _Graph
for W being Walk of G holds
( W is trivial iff ex v being Vertex of G st W = G .walkOf v )
Lm62:
for G being _Graph
for W being Walk of G holds
( W is Trail-like iff for m, n being even Nat st 1 <= m & m < n & n <= len W holds
W . m <> W . n )
Lm63:
for G being _Graph
for W being Walk of G holds
( W is Trail-like iff W .reverse() is Trail-like )
Lm64:
for G being _Graph
for W being Walk of G
for m, n being Nat st W is Trail-like holds
W .cut m,n is Trail-like
Lm65:
for G being _Graph
for W being Walk of G
for e being set st W is Trail-like & e in (W .last() ) .edgesInOut() & not e in W .edges() holds
W .addEdge e is Trail-like
Lm66:
for G being _Graph
for W being Walk of G st len W <= 3 holds
W is Trail-like
Lm67:
for G being _Graph
for x, e, y being set st e Joins x,y,G holds
G .walkOf x,e,y is Path-like
Lm68:
for G being _Graph
for W being Walk of G holds
( W is Path-like iff W .reverse() is Path-like )
Lm69:
for G being _Graph
for W being Walk of G
for m, n being Nat st W is Path-like holds
W .cut m,n is Path-like
Lm70:
for G being _Graph
for W being Walk of G
for e, v being set st W is Path-like & e Joins W .last() ,v,G & not e in W .edges() & ( W is trivial or not W is closed ) & ( for n being odd Nat st 1 < n & n <= len W holds
W . n <> v ) holds
W .addEdge e is Path-like
Lm71:
for G being _Graph
for W being Walk of G st ( for m, n being odd Nat st m <= len W & n <= len W & W . m = W . n holds
m = n ) holds
W is Path-like
Lm72:
for G being _Graph
for W being Walk of G st ( for n being odd Nat st n <= len W holds
W .rfind n = n ) holds
W is Path-like
Lm73:
for G being _Graph
for W being Walk of G
for e, v being set st e Joins W .last() ,v,G & W is Path-like & not v in W .vertices() & ( W is trivial or not W is closed ) holds
W .addEdge e is Path-like
Lm74:
for G being _Graph
for W being Walk of G st len W <= 3 holds
W is Path-like
:: deftheorem Def32 defines Subwalk GLIB_001:def 32 :
Lm75:
for G being _Graph
for W being Walk of G holds W is Subwalk of W
Lm76:
for G being _Graph
for W1 being Walk of G
for W2 being Subwalk of W1
for W3 being Subwalk of W2 holds W3 is Subwalk of W1
Lm77:
for G being _Graph
for W1, W2 being Walk of G st W1 is Subwalk of W2 holds
len W1 <= len W2
:: deftheorem defines .allWalks() GLIB_001:def 33 :
:: deftheorem defines .allTrails() GLIB_001:def 34 :
:: deftheorem defines .allPaths() GLIB_001:def 35 :
:: deftheorem defines .allDWalks() GLIB_001:def 36 :
:: deftheorem defines .allDTrails() GLIB_001:def 37 :
:: deftheorem defines .allDPaths() GLIB_001:def 38 :
theorem :: GLIB_001:7 :: Showing IDV graph ... (Click the Palm Tree again to close it)
canceled;
theorem :: GLIB_001:8 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th9: :: GLIB_001:9 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:10 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th11: :: GLIB_001:11 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th12: :: GLIB_001:12 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:13 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th14: :: GLIB_001:14 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th15: :: GLIB_001:15 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th16: :: GLIB_001:16 :: Showing IDV graph ... (Click the Palm Tree again to close it)
for
G being
_Graph for
e,
x,
y being
set st
e Joins x,
y,
G holds
(
(G .walkOf x,e,y) .first() = x &
(G .walkOf x,e,y) .last() = y &
G .walkOf x,
e,
y is_Walk_from x,
y )
theorem :: GLIB_001:17 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th18: :: GLIB_001:18 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:19 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:20 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:21 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:22 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th23: :: GLIB_001:23 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th24: :: GLIB_001:24 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th25: :: GLIB_001:25 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:26 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:27 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:28 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:29 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:30 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:31 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th32: :: GLIB_001:32 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:33 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:34 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:35 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th36: :: GLIB_001:36 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:37 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:38 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:39 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:40 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th41: :: GLIB_001:41 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th42: :: GLIB_001:42 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:43 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:44 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:45 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:46 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:47 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:48 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th49: :: GLIB_001:49 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:50 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:51 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:52 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:53 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:54 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:55 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:56 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:57 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th58: :: GLIB_001:58 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:59 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:60 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:61 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:62 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:63 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:64 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:65 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:66 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:67 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th68: :: GLIB_001:68 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th69: :: GLIB_001:69 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:70 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th71: :: GLIB_001:71 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:72 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:73 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th74: :: GLIB_001:74 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:75 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th76: :: GLIB_001:76 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th77: :: GLIB_001:77 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:78 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:79 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:80 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:81 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:82 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:83 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th84: :: GLIB_001:84 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:85 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:86 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th87: :: GLIB_001:87 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:88 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th89: :: GLIB_001:89 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th90: :: GLIB_001:90 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:91 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th92: :: GLIB_001:92 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:93 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th94: :: GLIB_001:94 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:95 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th96: :: GLIB_001:96 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:97 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:98 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th99: :: GLIB_001:99 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:100 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th101: :: GLIB_001:101 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th102: :: GLIB_001:102 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th103: :: GLIB_001:103 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:104 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th105: :: GLIB_001:105 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:106 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:107 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th108: :: GLIB_001:108 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th109: :: GLIB_001:109 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:110 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:111 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:112 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:113 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:114 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:115 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th116: :: GLIB_001:116 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:117 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:118 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th119: :: GLIB_001:119 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:120 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:121 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:122 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:123 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:124 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:125 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:126 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:127 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th128: :: GLIB_001:128 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:129 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:130 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:131 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:132 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th133: :: GLIB_001:133 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th134: :: GLIB_001:134 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th135: :: GLIB_001:135 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:136 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:137 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:138 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:139 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:140 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:141 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:142 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:143 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:144 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:145 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:146 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:147 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:148 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:149 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:150 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th151: :: GLIB_001:151 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:152 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:153 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:154 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:155 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:156 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:157 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:158 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:159 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:160 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:161 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th162: :: GLIB_001:162 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:163 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th164: :: GLIB_001:164 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th165: :: GLIB_001:165 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:166 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:167 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th168: :: GLIB_001:168 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th169: :: GLIB_001:169 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th170: :: GLIB_001:170 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th171: :: GLIB_001:171 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:172 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:173 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th174: :: GLIB_001:174 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:175 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th176: :: GLIB_001:176 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem Th177: :: GLIB_001:177 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:178 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:179 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:180 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:181 :: Showing IDV graph ... (Click the Palm Tree again to close it)
theorem :: GLIB_001:182 :: Showing IDV graph ... (Click the Palm Tree again to close it)