:: SCMFSA_2 semantic presentation  Show TPTP formulae Show IDV graph for whole article:: Showing IDV graph ... (Click the Palm Trees again to close it)

theorem :: SCMFSA_2:1  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
canceled;

theorem :: SCMFSA_2:2  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
canceled;

theorem :: SCMFSA_2:3  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for N being with_non-empty_elements set
for S being non void AMI-Struct of N
for s being State of S holds the Instruction-Locations of S c= dom s
proof end;

theorem :: SCMFSA_2:4  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for N being with_non-empty_elements set
for S being non empty non void IC-Ins-separated AMI-Struct of N
for s being State of S holds IC s in dom s
proof end;

theorem :: SCMFSA_2:5  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for N being with_non-empty_elements set
for S being non empty non void AMI-Struct of N
for s being State of S
for l being Instruction-Location of S holds l in dom s
proof end;

definition
func SCM+FSA -> strict AMI-Struct of {INT ,(INT * )} equals :: SCMFSA_2:def 1
AMI-Struct(# INT ,(In 0,INT ),SCM+FSA-Instr-Loc ,(Segm 13),SCM+FSA-Instr ,SCM+FSA-OK ,SCM+FSA-Exec #);
coherence
AMI-Struct(# INT ,(In 0,INT ),SCM+FSA-Instr-Loc ,(Segm 13),SCM+FSA-Instr ,SCM+FSA-OK ,SCM+FSA-Exec #) is strict AMI-Struct of {INT ,(INT * )}
;
end;

:: deftheorem defines SCM+FSA SCMFSA_2:def 1 :
SCM+FSA = AMI-Struct(# INT ,(In 0,INT ),SCM+FSA-Instr-Loc ,(Segm 13),SCM+FSA-Instr ,SCM+FSA-OK ,SCM+FSA-Exec #);

registration
cluster SCM+FSA -> non empty strict non void ;
coherence
( not SCM+FSA is empty & not SCM+FSA is void )
by AMI_1:def 3, STRUCT_0:def 1;
end;

theorem :: SCMFSA_2:6  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
( the Instruction-Locations of SCM+FSA <> INT & the Instructions of SCM+FSA <> INT & the Instruction-Locations of SCM+FSA <> the Instructions of SCM+FSA & the Instruction-Locations of SCM+FSA <> INT * & the Instructions of SCM+FSA <> INT * ) by SCMFSA_1:13;

theorem Th7: :: SCMFSA_2:7  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
IC SCM+FSA = 0
proof end;

definition
func Int-Locations -> Subset of SCM+FSA equals :: SCMFSA_2:def 2
SCM+FSA-Data-Loc ;
coherence
SCM+FSA-Data-Loc is Subset of SCM+FSA
;
func FinSeq-Locations -> Subset of SCM+FSA equals :: SCMFSA_2:def 3
SCM+FSA-Data*-Loc ;
coherence
SCM+FSA-Data*-Loc is Subset of SCM+FSA
;
end;

:: deftheorem defines Int-Locations SCMFSA_2:def 2 :
Int-Locations = SCM+FSA-Data-Loc ;

:: deftheorem defines FinSeq-Locations SCMFSA_2:def 3 :
FinSeq-Locations = SCM+FSA-Data*-Loc ;

theorem :: SCMFSA_2:8  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
the carrier of SCM+FSA = ((Int-Locations \/ FinSeq-Locations ) \/ {(IC SCM+FSA )}) \/ the Instruction-Locations of SCM+FSA by Th7, SCMFSA_1:8, XBOOLE_1:4;

definition
mode Int-Location -> Object of SCM+FSA means :Def4: :: SCMFSA_2:def 4
it in SCM+FSA-Data-Loc ;
existence
ex b1 being Object of SCM+FSA st b1 in SCM+FSA-Data-Loc
proof end;
mode FinSeq-Location -> Object of SCM+FSA means :Def5: :: SCMFSA_2:def 5
it in SCM+FSA-Data*-Loc ;
existence
ex b1 being Object of SCM+FSA st b1 in SCM+FSA-Data*-Loc
proof end;
end;

:: deftheorem Def4 defines Int-Location SCMFSA_2:def 4 :
for b1 being Object of SCM+FSA holds
( b1 is Int-Location iff b1 in SCM+FSA-Data-Loc );

:: deftheorem Def5 defines FinSeq-Location SCMFSA_2:def 5 :
for b1 being Object of SCM+FSA holds
( b1 is FinSeq-Location iff b1 in SCM+FSA-Data*-Loc );

theorem :: SCMFSA_2:9  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for da being Int-Location holds da in Int-Locations by Def4;

theorem :: SCMFSA_2:10  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for fa being FinSeq-Location holds fa in FinSeq-Locations by Def5;

theorem :: SCMFSA_2:11  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for x being set st x in Int-Locations holds
x is Int-Location by Def4;

theorem :: SCMFSA_2:12  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for x being set st x in FinSeq-Locations holds
x is FinSeq-Location by Def5;

theorem :: SCMFSA_2:13  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
Int-Locations misses the Instruction-Locations of SCM+FSA by AMI_5:33, SCMFSA_1:def 1, SCMFSA_1:def 3;

theorem :: SCMFSA_2:14  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
FinSeq-Locations misses the Instruction-Locations of SCM+FSA
proof end;

theorem :: SCMFSA_2:15  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
Int-Locations misses FinSeq-Locations
proof end;

definition
let k be natural number ;
func intloc k -> Int-Location equals :: SCMFSA_2:def 6
dl. k;
coherence
dl. k is Int-Location
proof end;
func insloc k -> Instruction-Location of SCM+FSA equals :: SCMFSA_2:def 7
il. k;
coherence
il. k is Instruction-Location of SCM+FSA
by AMI_3:def 1, SCMFSA_1:def 3;
func fsloc k -> FinSeq-Location equals :: SCMFSA_2:def 8
- (k + 1);
coherence
- (k + 1) is FinSeq-Location
proof end;
end;

:: deftheorem defines intloc SCMFSA_2:def 6 :
for k being natural number holds intloc k = dl. k;

:: deftheorem defines insloc SCMFSA_2:def 7 :
for k being natural number holds insloc k = il. k;

:: deftheorem defines fsloc SCMFSA_2:def 8 :
for k being natural number holds fsloc k = - (k + 1);

theorem :: SCMFSA_2:16  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for k1, k2 being natural number st k1 <> k2 holds
intloc k1 <> intloc k2 by AMI_3:52;

theorem Th17: :: SCMFSA_2:17  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for k1, k2 being natural number st k1 <> k2 holds
fsloc k1 <> fsloc k2
proof end;

theorem :: SCMFSA_2:18  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for k1, k2 being natural number st k1 <> k2 holds
insloc k1 <> insloc k2 by AMI_3:53;

theorem :: SCMFSA_2:19  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for dl being Int-Location ex i being Nat st dl = intloc i
proof end;

theorem Th20: :: SCMFSA_2:20  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for fl being FinSeq-Location ex i being Nat st fl = fsloc i
proof end;

theorem :: SCMFSA_2:21  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for il being Instruction-Location of SCM+FSA ex i being Nat st il = insloc i
proof end;

theorem :: SCMFSA_2:22  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
not Int-Locations is finite by SCMFSA_1:def 1;

theorem :: SCMFSA_2:23  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
not FinSeq-Locations is finite
proof end;

theorem :: SCMFSA_2:24  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
not the Instruction-Locations of SCM+FSA is finite
proof end;

theorem Th25: :: SCMFSA_2:25  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for I being Int-Location holds I is Data-Location
proof end;

theorem Th26: :: SCMFSA_2:26  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for l being Int-Location holds ObjectKind l = INT
proof end;

theorem Th27: :: SCMFSA_2:27  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for l being FinSeq-Location holds ObjectKind l = INT *
proof end;

theorem :: SCMFSA_2:28  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for x being set st x in SCM+FSA-Data-Loc holds
x is Int-Location by Def4;

theorem :: SCMFSA_2:29  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for x being set st x in SCM+FSA-Data*-Loc holds
x is FinSeq-Location by Def5;

theorem :: SCMFSA_2:30  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for x being set st x in SCM+FSA-Instr-Loc holds
x is Instruction-Location of SCM+FSA ;

definition
let loc be Instruction-Location of SCM+FSA ;
func Next loc -> Instruction-Location of SCM+FSA means :Def9: :: SCMFSA_2:def 9
ex mj being Element of SCM+FSA-Instr-Loc st
( mj = loc & it = Next mj );
existence
ex b1 being Instruction-Location of SCM+FSA ex mj being Element of SCM+FSA-Instr-Loc st
( mj = loc & b1 = Next mj )
proof end;
correctness
uniqueness
for b1, b2 being Instruction-Location of SCM+FSA st ex mj being Element of SCM+FSA-Instr-Loc st
( mj = loc & b1 = Next mj ) & ex mj being Element of SCM+FSA-Instr-Loc st
( mj = loc & b2 = Next mj ) holds
b1 = b2
;
;
end;

:: deftheorem Def9 defines Next SCMFSA_2:def 9 :
for loc, b2 being Instruction-Location of SCM+FSA holds
( b2 = Next loc iff ex mj being Element of SCM+FSA-Instr-Loc st
( mj = loc & b2 = Next mj ) );

theorem Th31: :: SCMFSA_2:31  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for loc being Instruction-Location of SCM+FSA
for mj being Element of SCM+FSA-Instr-Loc st mj = loc holds
Next mj = Next loc by Def9;

theorem :: SCMFSA_2:32  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for k being natural number holds Next (insloc k) = insloc (k + 1)
proof end;

theorem Th33: :: SCMFSA_2:33  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for la being Instruction-Location of SCM+FSA
for La being Instruction-Location of SCM st la = La holds
Next la = Next La
proof end;

registration
let I be Instruction of SCM+FSA ;
cluster InsCode I -> natural ;
coherence
InsCode I is natural
proof end;
end;

theorem Th34: :: SCMFSA_2:34  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for I being Instruction of SCM+FSA st InsCode I <= 8 holds
I is Instruction of SCM
proof end;

theorem Th35: :: SCMFSA_2:35  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for I being Instruction of SCM+FSA holds InsCode I <= 12
proof end;

theorem :: SCMFSA_2:36  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
canceled;

theorem Th37: :: SCMFSA_2:37  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for i being Instruction of SCM+FSA
for I being Instruction of SCM st i = I holds
InsCode i = InsCode I
proof end;

theorem Th38: :: SCMFSA_2:38  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for I being Instruction of SCM holds I is Instruction of SCM+FSA
proof end;

definition
let a, b be Int-Location ;
canceled;
func a := b -> Instruction of SCM+FSA means :Def11: :: SCMFSA_2:def 11
ex A, B being Data-Location st
( a = A & b = B & it = A := B );
existence
ex b1 being Instruction of SCM+FSA ex A, B being Data-Location st
( a = A & b = B & b1 = A := B )
proof end;
correctness
uniqueness
for b1, b2 being Instruction of SCM+FSA st ex A, B being Data-Location st
( a = A & b = B & b1 = A := B ) & ex A, B being Data-Location st
( a = A & b = B & b2 = A := B ) holds
b1 = b2
;
;
func AddTo a,b -> Instruction of SCM+FSA means :Def12: :: SCMFSA_2:def 12
ex A, B being Data-Location st
( a = A & b = B & it = AddTo A,B );
existence
ex b1 being Instruction of SCM+FSA ex A, B being Data-Location st
( a = A & b = B & b1 = AddTo A,B )
proof end;
correctness
uniqueness
for b1, b2 being Instruction of SCM+FSA st ex A, B being Data-Location st
( a = A & b = B & b1 = AddTo A,B ) & ex A, B being Data-Location st
( a = A & b = B & b2 = AddTo A,B ) holds
b1 = b2
;
;
func SubFrom a,b -> Instruction of SCM+FSA means :Def13: :: SCMFSA_2:def 13
ex A, B being Data-Location st
( a = A & b = B & it = SubFrom A,B );
existence
ex b1 being Instruction of SCM+FSA ex A, B being Data-Location st
( a = A & b = B & b1 = SubFrom A,B )
proof end;
correctness
uniqueness
for b1, b2 being Instruction of SCM+FSA st ex A, B being Data-Location st
( a = A & b = B & b1 = SubFrom A,B ) & ex A, B being Data-Location st
( a = A & b = B & b2 = SubFrom A,B ) holds
b1 = b2
;
;
func MultBy a,b -> Instruction of SCM+FSA means :Def14: :: SCMFSA_2:def 14
ex A, B being Data-Location st
( a = A & b = B & it = MultBy A,B );
existence
ex b1 being Instruction of SCM+FSA ex A, B being Data-Location st
( a = A & b = B & b1 = MultBy A,B )
proof end;
correctness
uniqueness
for b1, b2 being Instruction of SCM+FSA st ex A, B being Data-Location st
( a = A & b = B & b1 = MultBy A,B ) & ex A, B being Data-Location st
( a = A & b = B & b2 = MultBy A,B ) holds
b1 = b2
;
;
func Divide a,b -> Instruction of SCM+FSA means :Def15: :: SCMFSA_2:def 15
ex A, B being Data-Location st
( a = A & b = B & it = Divide A,B );
existence
ex b1 being Instruction of SCM+FSA ex A, B being Data-Location st
( a = A & b = B & b1 = Divide A,B )
proof end;
correctness
uniqueness
for b1, b2 being Instruction of SCM+FSA st ex A, B being Data-Location st
( a = A & b = B & b1 = Divide A,B ) & ex A, B being Data-Location st
( a = A & b = B & b2 = Divide A,B ) holds
b1 = b2
;
;
end;

:: deftheorem SCMFSA_2:def 10 :
canceled;

:: deftheorem Def11 defines := SCMFSA_2:def 11 :
for a, b being Int-Location
for b3 being Instruction of SCM+FSA holds
( b3 = a := b iff ex A, B being Data-Location st
( a = A & b = B & b3 = A := B ) );

:: deftheorem Def12 defines AddTo SCMFSA_2:def 12 :
for a, b being Int-Location
for b3 being Instruction of SCM+FSA holds
( b3 = AddTo a,b iff ex A, B being Data-Location st
( a = A & b = B & b3 = AddTo A,B ) );

:: deftheorem Def13 defines SubFrom SCMFSA_2:def 13 :
for a, b being Int-Location
for b3 being Instruction of SCM+FSA holds
( b3 = SubFrom a,b iff ex A, B being Data-Location st
( a = A & b = B & b3 = SubFrom A,B ) );

:: deftheorem Def14 defines MultBy SCMFSA_2:def 14 :
for a, b being Int-Location
for b3 being Instruction of SCM+FSA holds
( b3 = MultBy a,b iff ex A, B being Data-Location st
( a = A & b = B & b3 = MultBy A,B ) );

:: deftheorem Def15 defines Divide SCMFSA_2:def 15 :
for a, b being Int-Location
for b3 being Instruction of SCM+FSA holds
( b3 = Divide a,b iff ex A, B being Data-Location st
( a = A & b = B & b3 = Divide A,B ) );

theorem :: SCMFSA_2:39  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
the Instruction-Locations of SCM = the Instruction-Locations of SCM+FSA by AMI_3:def 1, SCMFSA_1:def 3;

definition
let la be Instruction-Location of SCM+FSA ;
func goto la -> Instruction of SCM+FSA means :Def16: :: SCMFSA_2:def 16
ex La being Instruction-Location of SCM st
( la = La & it = goto La );
existence
ex b1 being Instruction of SCM+FSA ex La being Instruction-Location of SCM st
( la = La & b1 = goto La )
proof end;
correctness
uniqueness
for b1, b2 being Instruction of SCM+FSA st ex La being Instruction-Location of SCM st
( la = La & b1 = goto La ) & ex La being Instruction-Location of SCM st
( la = La & b2 = goto La ) holds
b1 = b2
;
;
let a be Int-Location ;
func a =0_goto la -> Instruction of SCM+FSA means :Def17: :: SCMFSA_2:def 17
ex A being Data-Location ex La being Instruction-Location of SCM st
( a = A & la = La & it = A =0_goto La );
existence
ex b1 being Instruction of SCM+FSA ex A being Data-Location ex La being Instruction-Location of SCM st
( a = A & la = La & b1 = A =0_goto La )
proof end;
correctness
uniqueness
for b1, b2 being Instruction of SCM+FSA st ex A being Data-Location ex La being Instruction-Location of SCM st
( a = A & la = La & b1 = A =0_goto La ) & ex A being Data-Location ex La being Instruction-Location of SCM st
( a = A & la = La & b2 = A =0_goto La ) holds
b1 = b2
;
;
func a >0_goto la -> Instruction of SCM+FSA means :Def18: :: SCMFSA_2:def 18
ex A being Data-Location ex La being Instruction-Location of SCM st
( a = A & la = La & it = A >0_goto La );
existence
ex b1 being Instruction of SCM+FSA ex A being Data-Location ex La being Instruction-Location of SCM st
( a = A & la = La & b1 = A >0_goto La )
proof end;
correctness
uniqueness
for b1, b2 being Instruction of SCM+FSA st ex A being Data-Location ex La being Instruction-Location of SCM st
( a = A & la = La & b1 = A >0_goto La ) & ex A being Data-Location ex La being Instruction-Location of SCM st
( a = A & la = La & b2 = A >0_goto La ) holds
b1 = b2
;
;
end;

:: deftheorem Def16 defines goto SCMFSA_2:def 16 :
for la being Instruction-Location of SCM+FSA
for b2 being Instruction of SCM+FSA holds
( b2 = goto la iff ex La being Instruction-Location of SCM st
( la = La & b2 = goto La ) );

:: deftheorem Def17 defines =0_goto SCMFSA_2:def 17 :
for la being Instruction-Location of SCM+FSA
for a being Int-Location
for b3 being Instruction of SCM+FSA holds
( b3 = a =0_goto la iff ex A being Data-Location ex La being Instruction-Location of SCM st
( a = A & la = La & b3 = A =0_goto La ) );

:: deftheorem Def18 defines >0_goto SCMFSA_2:def 18 :
for la being Instruction-Location of SCM+FSA
for a being Int-Location
for b3 being Instruction of SCM+FSA holds
( b3 = a >0_goto la iff ex A being Data-Location ex La being Instruction-Location of SCM st
( a = A & la = La & b3 = A >0_goto La ) );

definition
let c, i be Int-Location ;
let a be FinSeq-Location ;
func c := a,i -> Instruction of SCM+FSA equals :: SCMFSA_2:def 19
[9,<*c,a,i*>];
coherence
[9,<*c,a,i*>] is Instruction of SCM+FSA
proof end;
func a,i := c -> Instruction of SCM+FSA equals :: SCMFSA_2:def 20
[10,<*c,a,i*>];
coherence
[10,<*c,a,i*>] is Instruction of SCM+FSA
proof end;
end;

:: deftheorem defines := SCMFSA_2:def 19 :
for c, i being Int-Location
for a being FinSeq-Location holds c := a,i = [9,<*c,a,i*>];

:: deftheorem defines := SCMFSA_2:def 20 :
for c, i being Int-Location
for a being FinSeq-Location holds a,i := c = [10,<*c,a,i*>];

definition
let i be Int-Location ;
let a be FinSeq-Location ;
func i :=len a -> Instruction of SCM+FSA equals :: SCMFSA_2:def 21
[11,<*i,a*>];
coherence
[11,<*i,a*>] is Instruction of SCM+FSA
proof end;
func a :=<0,...,0> i -> Instruction of SCM+FSA equals :: SCMFSA_2:def 22
[12,<*i,a*>];
coherence
[12,<*i,a*>] is Instruction of SCM+FSA
proof end;
end;

:: deftheorem defines :=len SCMFSA_2:def 21 :
for i being Int-Location
for a being FinSeq-Location holds i :=len a = [11,<*i,a*>];

:: deftheorem defines :=<0,...,0> SCMFSA_2:def 22 :
for i being Int-Location
for a being FinSeq-Location holds a :=<0,...,0> i = [12,<*i,a*>];

theorem :: SCMFSA_2:40  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
canceled;

theorem :: SCMFSA_2:41  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
canceled;

theorem :: SCMFSA_2:42  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being Int-Location holds InsCode (a := b) = 1
proof end;

theorem :: SCMFSA_2:43  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being Int-Location holds InsCode (AddTo a,b) = 2
proof end;

theorem :: SCMFSA_2:44  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being Int-Location holds InsCode (SubFrom a,b) = 3
proof end;

theorem :: SCMFSA_2:45  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being Int-Location holds InsCode (MultBy a,b) = 4
proof end;

theorem :: SCMFSA_2:46  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being Int-Location holds InsCode (Divide a,b) = 5
proof end;

theorem :: SCMFSA_2:47  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for lb being Instruction-Location of SCM+FSA holds InsCode (goto lb) = 6
proof end;

theorem :: SCMFSA_2:48  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for lb being Instruction-Location of SCM+FSA
for a being Int-Location holds InsCode (a =0_goto lb) = 7
proof end;

theorem :: SCMFSA_2:49  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for lb being Instruction-Location of SCM+FSA
for a being Int-Location holds InsCode (a >0_goto lb) = 8
proof end;

theorem :: SCMFSA_2:50  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for fa being FinSeq-Location
for c, a being Int-Location holds InsCode (c := fa,a) = 9
proof end;

theorem :: SCMFSA_2:51  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for fa being FinSeq-Location
for a, c being Int-Location holds InsCode (fa,a := c) = 10
proof end;

theorem :: SCMFSA_2:52  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for fa being FinSeq-Location
for a being Int-Location holds InsCode (a :=len fa) = 11
proof end;

theorem :: SCMFSA_2:53  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for fa being FinSeq-Location
for a being Int-Location holds InsCode (fa :=<0,...,0> a) = 12
proof end;

theorem Th54: :: SCMFSA_2:54  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for ins being Instruction of SCM+FSA st InsCode ins = 1 holds
ex da, db being Int-Location st ins = da := db
proof end;

theorem Th55: :: SCMFSA_2:55  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for ins being Instruction of SCM+FSA st InsCode ins = 2 holds
ex da, db being Int-Location st ins = AddTo da,db
proof end;

theorem Th56: :: SCMFSA_2:56  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for ins being Instruction of SCM+FSA st InsCode ins = 3 holds
ex da, db being Int-Location st ins = SubFrom da,db
proof end;

theorem Th57: :: SCMFSA_2:57  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for ins being Instruction of SCM+FSA st InsCode ins = 4 holds
ex da, db being Int-Location st ins = MultBy da,db
proof end;

theorem Th58: :: SCMFSA_2:58  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for ins being Instruction of SCM+FSA st InsCode ins = 5 holds
ex da, db being Int-Location st ins = Divide da,db
proof end;

theorem Th59: :: SCMFSA_2:59  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for ins being Instruction of SCM+FSA st InsCode ins = 6 holds
ex lb being Instruction-Location of SCM+FSA st ins = goto lb
proof end;

theorem Th60: :: SCMFSA_2:60  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for ins being Instruction of SCM+FSA st InsCode ins = 7 holds
ex lb being Instruction-Location of SCM+FSA ex da being Int-Location st ins = da =0_goto lb
proof end;

theorem Th61: :: SCMFSA_2:61  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for ins being Instruction of SCM+FSA st InsCode ins = 8 holds
ex lb being Instruction-Location of SCM+FSA ex da being Int-Location st ins = da >0_goto lb
proof end;

theorem Th62: :: SCMFSA_2:62  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for ins being Instruction of SCM+FSA st InsCode ins = 9 holds
ex a, b being Int-Location ex fa being FinSeq-Location st ins = b := fa,a
proof end;

theorem Th63: :: SCMFSA_2:63  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for ins being Instruction of SCM+FSA st InsCode ins = 10 holds
ex a, b being Int-Location ex fa being FinSeq-Location st ins = fa,a := b
proof end;

theorem Th64: :: SCMFSA_2:64  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for ins being Instruction of SCM+FSA st InsCode ins = 11 holds
ex a being Int-Location ex fa being FinSeq-Location st ins = a :=len fa
proof end;

theorem Th65: :: SCMFSA_2:65  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for ins being Instruction of SCM+FSA st InsCode ins = 12 holds
ex a being Int-Location ex fa being FinSeq-Location st ins = fa :=<0,...,0> a
proof end;

theorem :: SCMFSA_2:66  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for s being State of SCM+FSA
for d being Int-Location holds d in dom s
proof end;

theorem :: SCMFSA_2:67  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for f being FinSeq-Location
for s being State of SCM+FSA holds f in dom s
proof end;

theorem Th68: :: SCMFSA_2:68  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for f being FinSeq-Location
for S being State of SCM holds not f in dom S
proof end;

theorem Th69: :: SCMFSA_2:69  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for s being State of SCM+FSA holds Int-Locations c= dom s
proof end;

theorem Th70: :: SCMFSA_2:70  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for s being State of SCM+FSA holds FinSeq-Locations c= dom s
proof end;

theorem :: SCMFSA_2:71  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for s being State of SCM+FSA holds dom (s | Int-Locations ) = Int-Locations
proof end;

theorem :: SCMFSA_2:72  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for s being State of SCM+FSA holds dom (s | FinSeq-Locations ) = FinSeq-Locations
proof end;

theorem :: SCMFSA_2:73  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for s being State of SCM+FSA
for i being Instruction of SCM holds (s | NAT ) +* (SCM-Instr-Loc --> i) is State of SCM by AMI_3:def 1, SCMFSA_1:18;

theorem :: SCMFSA_2:74  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for s being State of SCM+FSA
for s' being State of SCM holds (s +* s') +* (s | SCM+FSA-Instr-Loc ) is State of SCM+FSA by AMI_3:def 1, SCMFSA_1:19;

theorem Th75: :: SCMFSA_2:75  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for i being Instruction of SCM
for ii being Instruction of SCM+FSA
for s being State of SCM
for ss being State of SCM+FSA st i = ii & s = (ss | NAT ) +* (SCM-Instr-Loc --> i) holds
Exec ii,ss = (ss +* (Exec i,s)) +* (ss | SCM+FSA-Instr-Loc )
proof end;

definition
let s be State of SCM+FSA ;
let d be Int-Location ;
:: original: .
redefine func s . d -> Integer;
coherence
s . d is Integer
proof end;
end;

definition
let s be State of SCM+FSA ;
let d be FinSeq-Location ;
:: original: .
redefine func s . d -> FinSequence of INT ;
coherence
s . d is FinSequence of INT
proof end;
end;

theorem Th76: :: SCMFSA_2:76  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for I being Instruction of SCM
for S being State of SCM
for s being State of SCM+FSA st S = (s | NAT ) +* (SCM-Instr-Loc --> I) holds
s = (s +* S) +* (s | SCM+FSA-Instr-Loc )
proof end;

theorem Th77: :: SCMFSA_2:77  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for i being Instruction of SCM+FSA
for s being State of SCM+FSA
for I being Element of SCM+FSA-Instr st I = i holds
for S being SCM+FSA-State st S = s holds
Exec i,s = SCM+FSA-Exec-Res I,S by SCMFSA_1:def 18;

theorem Th78: :: SCMFSA_2:78  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for S being State of SCM
for s1, s being State of SCM+FSA st s1 = (s +* S) +* (s | SCM+FSA-Instr-Loc ) holds
s1 . (IC SCM+FSA ) = S . (IC SCM )
proof end;

theorem Th79: :: SCMFSA_2:79  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for A being Data-Location
for a being Int-Location
for S being State of SCM
for s1, s being State of SCM+FSA st s1 = (s +* S) +* (s | SCM+FSA-Instr-Loc ) & A = a holds
S . A = s1 . a
proof end;

theorem Th80: :: SCMFSA_2:80  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for I being Instruction of SCM
for A being Data-Location
for a being Int-Location
for S being State of SCM
for s being State of SCM+FSA st S = (s | NAT ) +* (SCM-Instr-Loc --> I) & A = a holds
S . A = s . a
proof end;

registration
cluster SCM+FSA -> non empty strict non void IC-Ins-separated data-oriented steady-programmed definite realistic ;
coherence
( SCM+FSA is realistic & SCM+FSA is IC-Ins-separated & SCM+FSA is data-oriented & SCM+FSA is definite & SCM+FSA is steady-programmed )
proof end;
end;

theorem :: SCMFSA_2:81  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for dl being Int-Location holds dl <> IC SCM+FSA
proof end;

theorem :: SCMFSA_2:82  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for dl being FinSeq-Location holds dl <> IC SCM+FSA
proof end;

theorem :: SCMFSA_2:83  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for il being Int-Location
for dl being FinSeq-Location holds il <> dl
proof end;

theorem :: SCMFSA_2:84  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for il being Instruction-Location of SCM+FSA
for dl being Int-Location holds il <> dl
proof end;

theorem :: SCMFSA_2:85  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for il being Instruction-Location of SCM+FSA
for dl being FinSeq-Location holds il <> dl
proof end;

theorem :: SCMFSA_2:86  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for s1, s2 being State of SCM+FSA st IC s1 = IC s2 & ( for a being Int-Location holds s1 . a = s2 . a ) & ( for f being FinSeq-Location holds s1 . f = s2 . f ) & ( for i being Instruction-Location of SCM+FSA holds s1 . i = s2 . i ) holds
s1 = s2
proof end;

theorem :: SCMFSA_2:87  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
canceled;

theorem Th88: :: SCMFSA_2:88  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for I being Instruction of SCM
for S being State of SCM
for s being State of SCM+FSA st S = (s | NAT ) +* (SCM-Instr-Loc --> I) holds
IC s = IC S
proof end;

theorem Th89: :: SCMFSA_2:89  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being Int-Location
for s being State of SCM+FSA holds
( (Exec (a := b),s) . (IC SCM+FSA ) = Next (IC s) & (Exec (a := b),s) . a = s . b & ( for c being Int-Location st c <> a holds
(Exec (a := b),s) . c = s . c ) & ( for f being FinSeq-Location holds (Exec (a := b),s) . f = s . f ) )
proof end;

theorem Th90: :: SCMFSA_2:90  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being Int-Location
for s being State of SCM+FSA holds
( (Exec (AddTo a,b),s) . (IC SCM+FSA ) = Next (IC s) & (Exec (AddTo a,b),s) . a = (s . a) + (s . b) & ( for c being Int-Location st c <> a holds
(Exec (AddTo a,b),s) . c = s . c ) & ( for f being FinSeq-Location holds (Exec (AddTo a,b),s) . f = s . f ) )
proof end;

theorem Th91: :: SCMFSA_2:91  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being Int-Location
for s being State of SCM+FSA holds
( (Exec (SubFrom a,b),s) . (IC SCM+FSA ) = Next (IC s) & (Exec (SubFrom a,b),s) . a = (s . a) - (s . b) & ( for c being Int-Location st c <> a holds
(Exec (SubFrom a,b),s) . c = s . c ) & ( for f being FinSeq-Location holds (Exec (SubFrom a,b),s) . f = s . f ) )
proof end;

theorem Th92: :: SCMFSA_2:92  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being Int-Location
for s being State of SCM+FSA holds
( (Exec (MultBy a,b),s) . (IC SCM+FSA ) = Next (IC s) & (Exec (MultBy a,b),s) . a = (s . a) * (s . b) & ( for c being Int-Location st c <> a holds
(Exec (MultBy a,b),s) . c = s . c ) & ( for f being FinSeq-Location holds (Exec (MultBy a,b),s) . f = s . f ) )
proof end;

theorem Th93: :: SCMFSA_2:93  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being Int-Location
for s being State of SCM+FSA holds
( (Exec (Divide a,b),s) . (IC SCM+FSA ) = Next (IC s) & ( a <> b implies (Exec (Divide a,b),s) . a = (s . a) div (s . b) ) & (Exec (Divide a,b),s) . b = (s . a) mod (s . b) & ( for c being Int-Location st c <> a & c <> b holds
(Exec (Divide a,b),s) . c = s . c ) & ( for f being FinSeq-Location holds (Exec (Divide a,b),s) . f = s . f ) )
proof end;

theorem :: SCMFSA_2:94  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a being Int-Location
for s being State of SCM+FSA holds
( (Exec (Divide a,a),s) . (IC SCM+FSA ) = Next (IC s) & (Exec (Divide a,a),s) . a = (s . a) mod (s . a) & ( for c being Int-Location st c <> a holds
(Exec (Divide a,a),s) . c = s . c ) & ( for f being FinSeq-Location holds (Exec (Divide a,a),s) . f = s . f ) )
proof end;

theorem Th95: :: SCMFSA_2:95  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for l being Instruction-Location of SCM+FSA
for s being State of SCM+FSA holds
( (Exec (goto l),s) . (IC SCM+FSA ) = l & ( for c being Int-Location holds (Exec (goto l),s) . c = s . c ) & ( for f being FinSeq-Location holds (Exec (goto l),s) . f = s . f ) )
proof end;

theorem Th96: :: SCMFSA_2:96  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for l being Instruction-Location of SCM+FSA
for a being Int-Location
for s being State of SCM+FSA holds
( ( s . a = 0 implies (Exec (a =0_goto l),s) . (IC SCM+FSA ) = l ) & ( s . a <> 0 implies (Exec (a =0_goto l),s) . (IC SCM+FSA ) = Next (IC s) ) & ( for c being Int-Location holds (Exec (a =0_goto l),s) . c = s . c ) & ( for f being FinSeq-Location holds (Exec (a =0_goto l),s) . f = s . f ) )
proof end;

theorem Th97: :: SCMFSA_2:97  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for l being Instruction-Location of SCM+FSA
for a being Int-Location
for s being State of SCM+FSA holds
( ( s . a > 0 implies (Exec (a >0_goto l),s) . (IC SCM+FSA ) = l ) & ( s . a <= 0 implies (Exec (a >0_goto l),s) . (IC SCM+FSA ) = Next (IC s) ) & ( for c being Int-Location holds (Exec (a >0_goto l),s) . c = s . c ) & ( for f being FinSeq-Location holds (Exec (a >0_goto l),s) . f = s . f ) )
proof end;

theorem Th98: :: SCMFSA_2:98  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for g being FinSeq-Location
for c, a being Int-Location
for s being State of SCM+FSA holds
( (Exec (c := g,a),s) . (IC SCM+FSA ) = Next (IC s) & ex k being Nat st
( k = abs (s . a) & (Exec (c := g,a),s) . c = (s . g) /. k ) & ( for b being Int-Location st b <> c holds
(Exec (c := g,a),s) . b = s . b ) & ( for f being FinSeq-Location holds (Exec (c := g,a),s) . f = s . f ) )
proof end;

theorem Th99: :: SCMFSA_2:99  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for g being FinSeq-Location
for a, c being Int-Location
for s being State of SCM+FSA holds
( (Exec (g,a := c),s) . (IC SCM+FSA ) = Next (IC s) & ex k being Nat st
( k = abs (s . a) & (Exec (g,a := c),s) . g = (s . g) +* k,(s . c) ) & ( for b being Int-Location holds (Exec (g,a := c),s) . b = s . b ) & ( for f being FinSeq-Location st f <> g holds
(Exec (g,a := c),s) . f = s . f ) )
proof end;

theorem Th100: :: SCMFSA_2:100  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for g being FinSeq-Location
for c being Int-Location
for s being State of SCM+FSA holds
( (Exec (c :=len g),s) . (IC SCM+FSA ) = Next (IC s) & (Exec (c :=len g),s) . c = len (s . g) & ( for b being Int-Location st b <> c holds
(Exec (c :=len g),s) . b = s . b ) & ( for f being FinSeq-Location holds (Exec (c :=len g),s) . f = s . f ) )
proof end;

theorem Th101: :: SCMFSA_2:101  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for g being FinSeq-Location
for c being Int-Location
for s being State of SCM+FSA holds
( (Exec (g :=<0,...,0> c),s) . (IC SCM+FSA ) = Next (IC s) & ex k being Nat st
( k = abs (s . c) & (Exec (g :=<0,...,0> c),s) . g = k |-> 0 ) & ( for b being Int-Location holds (Exec (g :=<0,...,0> c),s) . b = s . b ) & ( for f being FinSeq-Location st f <> g holds
(Exec (g :=<0,...,0> c),s) . f = s . f ) )
proof end;

theorem Th102: :: SCMFSA_2:102  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for s being State of SCM+FSA
for S being SCM+FSA-State st S = s holds
IC s = IC S by SCMFSA_1:def 16, Th7;

theorem Th103: :: SCMFSA_2:103  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for i being Instruction of SCM
for I being Instruction of SCM+FSA st i = I & i is halting holds
I is halting
proof end;

theorem Th104: :: SCMFSA_2:104  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for I being Instruction of SCM+FSA st ex s being State of SCM+FSA st (Exec I,s) . (IC SCM+FSA ) = Next (IC s) holds
not I is halting
proof end;

theorem Th105: :: SCMFSA_2:105  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being Int-Location holds not a := b is halting
proof end;

theorem Th106: :: SCMFSA_2:106  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being Int-Location holds not AddTo a,b is halting
proof end;

theorem Th107: :: SCMFSA_2:107  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being Int-Location holds not SubFrom a,b is halting
proof end;

theorem Th108: :: SCMFSA_2:108  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being Int-Location holds not MultBy a,b is halting
proof end;

theorem Th109: :: SCMFSA_2:109  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for a, b being Int-Location holds not Divide a,b is halting
proof end;

theorem Th110: :: SCMFSA_2:110  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for la being Instruction-Location of SCM+FSA holds not goto la is halting
proof end;

theorem Th111: :: SCMFSA_2:111  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for la being Instruction-Location of SCM+FSA
for a being Int-Location holds not a =0_goto la is halting
proof end;

theorem Th112: :: SCMFSA_2:112  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for la being Instruction-Location of SCM+FSA
for a being Int-Location holds not a >0_goto la is halting
proof end;

theorem Th113: :: SCMFSA_2:113  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for f being FinSeq-Location
for c, a being Int-Location holds not c := f,a is halting
proof end;

theorem Th114: :: SCMFSA_2:114  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for f being FinSeq-Location
for a, c being Int-Location holds not f,a := c is halting
proof end;

theorem Th115: :: SCMFSA_2:115  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for f being FinSeq-Location
for c being Int-Location holds not c :=len f is halting
proof end;

theorem Th116: :: SCMFSA_2:116  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for f being FinSeq-Location
for c being Int-Location holds not f :=<0,...,0> c is halting
proof end;

theorem :: SCMFSA_2:117  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
[0,{} ] is Instruction of SCM+FSA by SCMFSA_1:4;

theorem :: SCMFSA_2:118  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for I being Instruction of SCM+FSA st I = [0,{} ] holds
I is halting by Th103, AMI_3:71;

theorem Th119: :: SCMFSA_2:119  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for I being Instruction of SCM+FSA st InsCode I = 0 holds
I = [0,{} ]
proof end;

theorem Th120: :: SCMFSA_2:120  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for I being set holds
( I is Instruction of SCM+FSA iff ( I = [0,{} ] or ex a, b being Int-Location st I = a := b or ex a, b being Int-Location st I = AddTo a,b or ex a, b being Int-Location st I = SubFrom a,b or ex a, b being Int-Location st I = MultBy a,b or ex a, b being Int-Location st I = Divide a,b or ex la being Instruction-Location of SCM+FSA st I = goto la or ex lb being Instruction-Location of SCM+FSA ex da being Int-Location st I = da =0_goto lb or ex lb being Instruction-Location of SCM+FSA ex da being Int-Location st I = da >0_goto lb or ex b, a being Int-Location ex fa being FinSeq-Location st I = a := fa,b or ex a, b being Int-Location ex fa being FinSeq-Location st I = fa,a := b or ex a being Int-Location ex f being FinSeq-Location st I = a :=len f or ex a being Int-Location ex f being FinSeq-Location st I = f :=<0,...,0> a ) )
proof end;

registration
cluster SCM+FSA -> non empty strict non void halting IC-Ins-separated data-oriented steady-programmed definite realistic ;
coherence
SCM+FSA is halting
proof end;
end;

theorem Th121: :: SCMFSA_2:121  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for I being Instruction of SCM+FSA st I is halting holds
I = halt SCM+FSA
proof end;

theorem Th122: :: SCMFSA_2:122  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for I being Instruction of SCM+FSA st InsCode I = 0 holds
I = halt SCM+FSA
proof end;

theorem Th123: :: SCMFSA_2:123  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
halt SCM = halt SCM+FSA
proof end;

theorem :: SCMFSA_2:124  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
InsCode (halt SCM+FSA ) = 0
proof end;

theorem :: SCMFSA_2:125  Show TPTP formulae Show IDV graph:: Showing IDV graph ... (Click the Palm Tree again to close it) Show TPTP problem
for i being Instruction of SCM
for I being Instruction of SCM+FSA st i = I & not i is halting holds
not I is halting by Th121, Th123;