let G be _finite _Graph; P1[G]
consider p being non empty Graph-yielding _finite FinSequence such that
A4:
( p . 1 is _trivial & p . 1 is edgeless & p . (len p) = G & len p = (G .order()) + (G .size()) )
and
A5:
for n being Element of dom p holds
( not n <= (len p) - 1 or ex v1, v2 being Vertex of G ex e being object st
( p . (n + 1) is addEdge of p . n,v1,e,v2 & e in (the_Edges_of G) \ (the_Edges_of (p . n)) & v1 in the_Vertices_of (p . n) & v2 in the_Vertices_of (p . n) ) or ex v being Vertex of G st
( p . (n + 1) is addVertex of p . n,v & not v in the_Vertices_of (p . n) ) )
by Th69;
defpred S1[ Nat] means ( $1 <= len p implies ex k being Element of dom p st
( $1 = k & P1[p . k] ) );
A6:
S1[1]
A7:
for m being non zero Nat st S1[m] holds
S1[m + 1]
proof
let m be non
zero Nat;
( S1[m] implies S1[m + 1] )
assume A8:
S1[
m]
;
S1[m + 1]
assume A9:
m + 1
<= len p
;
ex k being Element of dom p st
( m + 1 = k & P1[p . k] )
0 + 1
<= m + 1
by XREAL_1:6;
then reconsider k =
m + 1 as
Element of
dom p by A9, FINSEQ_3:25;
take
k
;
( m + 1 = k & P1[p . k] )
thus
m + 1
= k
;
P1[p . k]
(m + 1) - 1
<= (len p) - 0
by A9, XREAL_1:13;
then consider k0 being
Element of
dom p such that A10:
(
m = k0 &
P1[
p . k0] )
by A8;
(m + 1) - 1
<= (len p) - 1
by A9, XREAL_1:9;
per cases then
( ex v1, v2 being Vertex of G ex e being object st
( p . (k0 + 1) is addEdge of p . k0,v1,e,v2 & e in (the_Edges_of G) \ (the_Edges_of (p . k0)) & v1 in the_Vertices_of (p . k0) & v2 in the_Vertices_of (p . k0) ) or ex v being Vertex of G st
( p . (k0 + 1) is addVertex of p . k0,v & not v in the_Vertices_of (p . k0) ) )
by A5, A10;
suppose
ex
v1,
v2 being
Vertex of
G ex
e being
object st
(
p . (k0 + 1) is
addEdge of
p . k0,
v1,
e,
v2 &
e in (the_Edges_of G) \ (the_Edges_of (p . k0)) &
v1 in the_Vertices_of (p . k0) &
v2 in the_Vertices_of (p . k0) )
;
P1[p . k]then consider v1,
v2 being
Vertex of
G,
e being
object such that A11:
p . (k0 + 1) is
addEdge of
p . k0,
v1,
e,
v2
and A12:
(
e in (the_Edges_of G) \ (the_Edges_of (p . k0)) &
v1 in the_Vertices_of (p . k0) &
v2 in the_Vertices_of (p . k0) )
;
reconsider v1 =
v1,
v2 =
v2 as
Vertex of
(p . k0) by A12;
A13:
not
e in the_Edges_of (p . k0)
by A12, XBOOLE_0:def 5;
A14:
p . k is
addEdge of
p . k0,
v1,
e,
v2
by A10, A11;
thus
P1[
p . k]
by A3, A10, A13, A14;
verum end; end;
end;
A16:
for m being non zero Nat holds S1[m]
from NAT_1:sch 10(A6, A7);
consider k being Element of dom p such that
A17:
( len p = k & P1[p . k] )
by A16;
thus
P1[G]
by A4, A17; verum