let B be set ; for R being Rule
for t being object st B,R |- t holds
t in B \/ (rng R)
let R be Rule; for t being object st B,R |- t holds
t in B \/ (rng R)
let t be object ; ( B,R |- t implies t in B \/ (rng R) )
assume
B,R |- t
; t in B \/ (rng R)
then consider P being B,R -correct Formula-sequence such that
A2:
t in rng P
;
set X = B \/ (rng R);
consider b being object such that
A3:
b in dom P
and
A4:
t = P . b
by A2, FUNCT_1:def 3;
b in Seg (len P)
by A3, FINSEQ_1:def 3;
then reconsider n = b as Nat ;
P is B,R -correct
;
then
P,n is_a_correct_step_wrt B,R
by A3;