let N be non empty with_non-empty_elements set ; :: thesis: for S being non empty AMI-Struct of N
for p being PartState of S holds
( p is data-only iff dom p c= Data-Locations S )

let S be non empty AMI-Struct of N; :: thesis: for p being PartState of S holds
( p is data-only iff dom p c= Data-Locations S )

let p be PartState of S; :: thesis: ( p is data-only iff dom p c= Data-Locations S )
thus ( p is data-only implies dom p c= Data-Locations S ) :: thesis: ( dom p c= Data-Locations S implies p is data-only )
proof end;
assume dom p c= Data-Locations S ; :: thesis: p is data-only
hence dom p misses {(IC S)} \/ NAT by XBOOLE_1:106; :: according to AMI_1:def 51 :: thesis: verum