let a, b be positive Real; :: thesis: for n being Real holds
( (a + b) to_power n > (a to_power n) + (b to_power n) iff ( n is heavy & n is positive ) )

let n be Real; :: thesis: ( (a + b) to_power n > (a to_power n) + (b to_power n) iff ( n is heavy & n is positive ) )
( ( not n is heavy or not n is positive ) implies (a + b) to_power n <= (a to_power n) + (b to_power n) )
proof
assume ( not n is heavy or not n is positive ) ; :: thesis: (a + b) to_power n <= (a to_power n) + (b to_power n)
then n <= 1 by TA1;
per cases then ( n = 1 or n < 1 ) by XXREAL_0:1;
end;
end;
hence ( (a + b) to_power n > (a to_power n) + (b to_power n) iff ( n is heavy & n is positive ) ) by APB; :: thesis: verum