let R be non empty transitive asymmetric RelStr ; :: thesis: for a, b being Element of (DershowitzMannaOrder R) st a <= b holds
b <> EmptyBag the carrier of R

set DM = DershowitzMannaOrder R;
set I = the carrier of R;
set E = EmptyBag the carrier of R;
let a, b be Element of (DershowitzMannaOrder R); :: thesis: ( a <= b implies b <> EmptyBag the carrier of R )
assume Z0: a <= b ; :: thesis: b <> EmptyBag the carrier of R
per cases ( a = EmptyBag the carrier of R or a <> EmptyBag the carrier of R ) ;
end;