let N be Pnet; for x being Element of Elements N holds
( not Elements N <> {} or exit (N,x) = {x} or exit (N,x) = Post (N,x) )
let x be Element of Elements N; ( not Elements N <> {} or exit (N,x) = {x} or exit (N,x) = Post (N,x) )
assume
Elements N <> {}
; ( exit (N,x) = {x} or exit (N,x) = Post (N,x) )
then
( x in the carrier of N or x in the carrier' of N )
by XBOOLE_0:def 3;
hence
( exit (N,x) = {x} or exit (N,x) = Post (N,x) )
by Def9; verum