let x, y be set ; :: thesis: for N being Pnet st [x,y] in the Flow of N & x in the Places of N holds
y in the Transitions of N

let N be Pnet; :: thesis: ( [x,y] in the Flow of N & x in the Places of N implies y in the Transitions of N )
assume A1: ( [x,y] in the Flow of N & x in the Places of N ) ; :: thesis: y in the Transitions of N
the Flow of N c= [:the Places of N,the Transitions of N:] \/ [:the Transitions of N,the Places of N:] by Def1;
then A2: ( [x,y] in [:the Transitions of N,the Places of N:] or [x,y] in [:the Places of N,the Transitions of N:] ) by A1, XBOOLE_0:def 3;
not x in the Transitions of N by A1, Th11;
hence y in the Transitions of N by A2, ZFMISC_1:106; :: thesis: verum