How to proof primitive recursive?



I have trouble in proving this function
f(0) = 0 f(1) = 1 f(x+2) = f(x)^2 + f(x+1)
assume n belongs N

.