A1:
g in PrimRec
by Def19;
A2:
1 <= 1 + 1
;
A3:
arity g = 1 + 2
by Def24;
A4:
arity f = 1
by Def24;
f in PrimRec
by Def19;
hence
primrec (f,g,1) in PrimRec
by A2, A4, A3, A1, Th77; COMPUT_1:def 16 primrec (f,g,1) is 2 -ary
thus
arity (primrec (f,g,1)) = 2
by A2, A4, A3, Th61; COMPUT_1:def 21 verum