let a be real number ; :: thesis: for n being Element of NAT st a >= 0 & n >= 1 holds
n -root a >= 0

let n be Element of NAT ; :: thesis: ( a >= 0 & n >= 1 implies n -root a >= 0 )
assume that
A1: a >= 0 and
A2: n >= 1 ; :: thesis: n -root a >= 0
now end;
hence n -root a >= 0 ; :: thesis: verum