let N be with_non-empty_elements set ; :: thesis: for T being non empty stored-program IC-Ins-separated definite standard AMI-Struct of NAT ,N
for F, G being non empty programmed FinPartState of T st F c= G holds
LastLoc F <= LastLoc G
let T be non empty stored-program IC-Ins-separated definite standard AMI-Struct of NAT ,N; :: thesis: for F, G being non empty programmed FinPartState of T st F c= G holds
LastLoc F <= LastLoc G
let F, G be non empty programmed FinPartState of T; :: thesis: ( F c= G implies LastLoc F <= LastLoc G )
assume A1:
F c= G
; :: thesis: LastLoc F <= LastLoc G
consider M being non empty finite natural-membered set such that
A2:
M = { (locnum l) where l is Instruction-Location of T : l in dom F }
and
A3:
LastLoc F = il. T,(max M)
by Def21;
consider N being non empty finite natural-membered set such that
A4:
N = { (locnum l) where l is Instruction-Location of T : l in dom G }
and
A5:
LastLoc G = il. T,(max N)
by Def21;
reconsider MM = M, NN = N as non empty finite Subset of REAL by MEMBERED:3;
M c= N
then
max MM <= max NN
by XXREAL_2:59;
hence
LastLoc F <= LastLoc G
by A3, A5, Th28; :: thesis: verum