let m, n be Element of NAT ; :: thesis: ( m <= n implies PrimRec-Approximation . m c= PrimRec-Approximation . n )
set prd = PrimRec-Approximation ;
defpred S2[ Element of NAT ] means ( m <= $1 implies PrimRec-Approximation . m c= PrimRec-Approximation . $1 );
A1: for n being Element of NAT st S2[n] holds
S2[n + 1]
proof end;
A6: S2[ 0 ] ;
for n being Element of NAT holds S2[n] from NAT_1:sch 1(A6, A1);
hence ( m <= n implies PrimRec-Approximation . m c= PrimRec-Approximation . n ) ; :: thesis: verum