let a, b, c be real number ; :: thesis: ( a > 1 & b > 0 & c > b implies log a,c > log a,b )
assume that
A1:
( a > 1 & b > 0 & c > b )
and
A2:
log a,c <= log a,b
; :: thesis: contradiction
A3:
a to_power (log a,b) = b
by A1, Def3;
A4:
a to_power (log a,c) = c
by A1, Def3;
hence
contradiction
; :: thesis: verum