let G be Graph; for H1, H2 being strict Subgraph of G st the carrier of H1 = the carrier of H2 & the carrier' of H1 = the carrier' of H2 holds
H1 = H2
let H1, H2 be strict Subgraph of G; ( the carrier of H1 = the carrier of H2 & the carrier' of H1 = the carrier' of H2 implies H1 = H2 )
assume that
A1:
the carrier of H1 = the carrier of H2
and
A2:
the carrier' of H1 = the carrier' of H2
; H1 = H2
A3:
( dom the Source of H1 = the carrier' of H1 & dom the Source of H2 = the carrier' of H2 )
by FUNCT_2:def 1;
A4:
( dom the Target of H1 = the carrier' of H1 & dom the Target of H2 = the carrier' of H2 )
by FUNCT_2:def 1;
A5:
for x being set st x in the carrier' of H1 holds
the Source of H1 . x = the Source of H2 . x
A7:
the Source of H1 = the Source of H2
by A2, A3, A5, FUNCT_1:9;
A8:
for x being set st x in the carrier' of H1 holds
the Target of H1 . x = the Target of H2 . x
thus
H1 = H2
by A1, A2, A4, A7, A8, FUNCT_1:9; verum