let k be non zero Nat; :: thesis: ( k is square-free implies Radical k = k )
assume A1: k is square-free ; :: thesis: Radical k = k
for i being object st i in SetPrimes holds
(PFactors k) . i = (ppf k) . i
proof end;
then PFactors k = ppf k by PBOOLE:3;
hence Radical k = k by NAT_3:61; :: thesis: verum