defpred S1[ set ] means $1 in X;
A1:
S1[x]
;
nf (x,R) is_a_normal_form_of x,R
by REWRITE1:54;
then A2:
R reduces x, nf (x,R)
;
A3:
for y, z being set st R reduces x,y & [y,z] in R & S1[y] holds
S1[z]
S1[ nf (x,R)]
from MSAFREE4:sch 5(A1, A2, A3);
hence
nf (x,R) is Element of X
; verum