let j, k be Real_Sequence; :: thesis: ( ( for n being Element of NAT holds j . n = a to_power ((b * n) + c) ) & ( for n being Element of NAT holds k . n = a to_power ((b * n) + c) ) implies j = k )
assume that
A2: for n being Element of NAT holds j . n = a to_power ((b * n) + c) and
A3: for n being Element of NAT holds k . n = a to_power ((b * n) + c) ; :: thesis: j = k
now :: thesis: for n being Element of NAT holds j . n = k . n
let n be Element of NAT ; :: thesis: j . n = k . n
thus j . n = a to_power ((b * n) + c) by A2
.= k . n by A3 ; :: thesis: verum
end;
hence j = k by FUNCT_2:63; :: thesis: verum