let a, c, d be real number ; :: thesis: ( a > 0 & a <> 1 & c <> d implies a to_power c <> a to_power d )
assume A1: ( a > 0 & a <> 1 & c <> d ) ; :: thesis: a to_power c <> a to_power d
now end;
hence a to_power c <> a to_power d ; :: thesis: verum