%------------------------------------------------------------------------------ % Generalized log function (without ln/exp) % % Author: David Lester, Manchester University & NIA % % Version 1.0 19/08/08 Initial version (DRL) % %------------------------------------------------------------------------------
a,b,x,y,z: VAR nnreal
q: VAR nnrat
px,py,pa,pb,
delta,r,
epsilon: VAR posreal
ne1x: VAR {r | r /= 1}
gt1x,gt1y: VAR {r | r > 1}
lt1x,lt1y: VAR {r | r < 1}
nn_log(ne1x)(y:{r | ne1x>1 AND r>=1 OR ne1x<1 AND r<=1}):nnreal
= IF ne1x>1 THEN log_gt1(ne1x)(y) ELSE log_lt1(ne1x)(y) ENDIF
nn_log_expt: LEMMA nn_log(ne1x)(nnreal_expt(ne1x,y)) = y
nn_expt_log: LEMMAFORALL (y:{r | ne1x>1 AND r>=1 OR ne1x<1 AND r<=1}):
nnreal_expt(ne1x,nn_log(ne1x)(y)) = y
nn_log_plus: LEMMAFORALL (x,y:{r | ne1x>1 AND r>=1 OR ne1x<1 AND r<=1}):
nn_log(ne1x)(x*y) = nn_log(ne1x)(x) + nn_log(ne1x)(y)
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.