theorem
  a>0 & a<>1 implies log(a,a) = 1
proof
  assume
A1: a>0 & a<>1;
 a to_power 1 = a;
  hence thesis by A1,Def3;
end;
