%------------------------------------------------------------------------------ % nth roots of nnreals % % Author: David Lester, Manchester University & NIA % % Version 1.0 19/08/08 Initial version (DRL) % % (Note that we have the essentials of continuity proved, without % using of defining these concepts. This means that the definition can % be used stand-alone.) %------------------------------------------------------------------------------
nn_root: THEORY
BEGIN
IMPORTING exponentiation_aux
x,x1,x2,y: VAR nnreal
epsilon, px,py,
delta: VAR posreal
pm,pn: VAR posnat
lt1x: VAR {r:posreal | r < 1}
gt1x: VAR {r:posreal | r > 1}
both_sides_nn_root_lt: LEMMA nn_root(x,pn) < nn_root(y,pn) IFF x < y
both_sides_nn_root_le: LEMMA nn_root(x,pn) <= nn_root(y,pn) IFF x <= y
both_sides_nn_root_gt: LEMMA nn_root(x,pn) > nn_root(y,pn) IFF x > y
both_sides_nn_root_ge: LEMMA nn_root(x,pn) >= nn_root(y,pn) IFF x >= y
both_sides_nn_root: LEMMA nn_root(x,pn) = nn_root(y,pn) IFF x = 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.