let a be Real; :: thesis: for n being Nat st a >= 0 & n >= 1 holds
n -root a >= 0

let n be 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 :: thesis: n -root a >= 0 end;
hence n -root a >= 0 ; :: thesis: verum