let a, c, d be Real; :: thesis: ( a > 0 & a <> 1 & c <> d implies a to_power c <> a to_power d )
assume that
A1: a > 0 and
A2: a <> 1 and
A3: c <> d ; :: thesis: a to_power c <> a to_power d
now :: thesis: a to_power c <> a to_power dend;
hence a to_power c <> a to_power d ; :: thesis: verum