let a, b be Real; :: thesis: for n being Nat st a < b & ( ( a >= 0 & n >= 1 ) or n is odd ) holds
n -root a < n -root b

let n be Nat; :: thesis: ( a < b & ( ( a >= 0 & n >= 1 ) or n is odd ) implies n -root a < n -root b )
assume that
A1: a < b and
A2: ( ( 0 <= a & n >= 1 ) or n is odd ) ; :: thesis: n -root a < n -root b
A3: now :: thesis: for a, b being Real
for n being Nat st 0 <= a & n >= 1 & a < b holds
n -root a < n -root b
let a, b be Real; :: thesis: for n being Nat st 0 <= a & n >= 1 & a < b holds
n -root a < n -root b

let n be Nat; :: thesis: ( 0 <= a & n >= 1 & a < b implies n -root a < n -root b )
assume that
A4: ( 0 <= a & n >= 1 ) and
A5: a < b ; :: thesis: n -root a < n -root b
n -Root a < n -Root b by A4, A5, PREPOWER:28;
then n -Root a < n -root b by A4, A5, Def1;
hence n -root a < n -root b by A4, Def1; :: thesis: verum
end;
now :: thesis: ( n is odd implies n -root a < n -root b )end;
hence n -root a < n -root b by A1, A2, A3; :: thesis: verum