let G be _Graph; SubgraphRel G partially_orders G .allSG()
then A1:
SubgraphRel G is_reflexive_in G .allSG()
by RELAT_2:def 1;
then A4:
SubgraphRel G is_antisymmetric_in G .allSG()
by RELAT_2:def 4;
now for x, y, z being object st x in G .allSG() & y in G .allSG() & z in G .allSG() & [x,y] in SubgraphRel G & [y,z] in SubgraphRel G holds
[x,z] in SubgraphRel Glet x,
y,
z be
object ;
( x in G .allSG() & y in G .allSG() & z in G .allSG() & [x,y] in SubgraphRel G & [y,z] in SubgraphRel G implies [x,z] in SubgraphRel G )assume that A5:
(
x in G .allSG() &
y in G .allSG() &
z in G .allSG() )
and A6:
(
[x,y] in SubgraphRel G &
[y,z] in SubgraphRel G )
;
[x,z] in SubgraphRel Greconsider H1 =
x,
H2 =
y,
H3 =
z as
Element of
G .allSG() by A5;
(
H1 is
Subgraph of
H2 &
H2 is
Subgraph of
H3 )
by A6, Def6;
then
H1 is
Subgraph of
H3
by GLIB_000:43;
hence
[x,z] in SubgraphRel G
by Def6;
verum end;
hence
SubgraphRel G partially_orders G .allSG()
by A1, A4, RELAT_2:def 8, ORDERS_1:def 8; verum