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