let tm be TuringStr ; for t being Tape of tm
for h being Integer
for s being Symbol of tm
for i being object holds
( (Tape-Chg (t,h,s)) . h = s & ( i <> h implies (Tape-Chg (t,h,s)) . i = t . i ) )
let t be Tape of tm; for h being Integer
for s being Symbol of tm
for i being object holds
( (Tape-Chg (t,h,s)) . h = s & ( i <> h implies (Tape-Chg (t,h,s)) . i = t . i ) )
let h be Integer; for s being Symbol of tm
for i being object holds
( (Tape-Chg (t,h,s)) . h = s & ( i <> h implies (Tape-Chg (t,h,s)) . i = t . i ) )
let s be Symbol of tm; for i being object holds
( (Tape-Chg (t,h,s)) . h = s & ( i <> h implies (Tape-Chg (t,h,s)) . i = t . i ) )
let i be object ; ( (Tape-Chg (t,h,s)) . h = s & ( i <> h implies (Tape-Chg (t,h,s)) . i = t . i ) )
set t1 = Tape-Chg (t,h,s);
set p = h .--> s;
thus
(Tape-Chg (t,h,s)) . h = s
by FUNCT_7:94; ( i <> h implies (Tape-Chg (t,h,s)) . i = t . i )
assume
i <> h
; (Tape-Chg (t,h,s)) . i = t . i
then
not i in dom (h .--> s)
by TARSKI:def 1;
hence
(Tape-Chg (t,h,s)) . i = t . i
by FUNCT_4:11; verum