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
A3: now
per cases ( a > 0 or a = 0 ) by A1;
end;
end;
thus n -root a >= 0 by A3; :: thesis: verum