X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2FCoRN-Decl%2Ftransc%2FRealPowers.ma;h=fd081416a06d63a6b8fadb81dd41cb59cf548e21;hb=a0c0e92cee3ed99995e12b02f18e30f018d946ea;hp=28455b520bfe8b31b6e9f75f1e93a9022cedad35;hpb=7a8f91f8aa2d6ba24bf6b3093866f759ee16e690;p=helm.git diff --git a/helm/software/matita/contribs/CoRN-Decl/transc/RealPowers.ma b/helm/software/matita/contribs/CoRN-Decl/transc/RealPowers.ma index 28455b520..fd081416a 100644 --- a/helm/software/matita/contribs/CoRN-Decl/transc/RealPowers.ma +++ b/helm/software/matita/contribs/CoRN-Decl/transc/RealPowers.ma @@ -16,7 +16,7 @@ set "baseuri" "cic:/matita/CoRN-Decl/transc/RealPowers". -include "CoRN_notation.ma". +include "CoRN.ma". (* $Id: RealPowers.v,v 1.5 2004/04/23 10:01:08 lcf Exp $ *) @@ -41,6 +41,10 @@ $x^y=e^{y\times\log(x)}$#xy=ey*log(x)#, whenever inline "cic:/CoRN/transc/RealPowers/power.con". +(* NOTATION +Notation "x [!] y [//] Hy" := (power x y Hy) (at level 20). +*) + (*#* This definition yields a well defined, strongly extensional function which extends the algebraic exponentiation to an integer power and @@ -125,7 +129,7 @@ Hint Resolve power_div: algebra. *) (* UNEXPORTED -Section Power_Function. +Section Power_Function *) (*#* **Power Function @@ -137,11 +141,11 @@ on partial functions which preserves continuity. %\end{convention}% *) -inline "cic:/CoRN/transc/RealPowers/J.var". +alias id "J" = "cic:/CoRN/transc/RealPowers/Power_Function/J.var". -inline "cic:/CoRN/transc/RealPowers/F.var". +alias id "F" = "cic:/CoRN/transc/RealPowers/Power_Function/F.var". -inline "cic:/CoRN/transc/RealPowers/G.var". +alias id "G" = "cic:/CoRN/transc/RealPowers/Power_Function/G.var". inline "cic:/CoRN/transc/RealPowers/FPower.con". @@ -150,11 +154,15 @@ inline "cic:/CoRN/transc/RealPowers/FPower_domain.con". inline "cic:/CoRN/transc/RealPowers/Continuous_power.con". (* UNEXPORTED -End Power_Function. +End Power_Function +*) + +(* NOTATION +Notation "F {!} G" := (FPower F G) (at level 20). *) (* UNEXPORTED -Section More_on_Power_Function. +Section More_on_Power_Function *) (* UNEXPORTED @@ -180,7 +188,7 @@ inline "cic:/CoRN/transc/RealPowers/Derivative_power.con". inline "cic:/CoRN/transc/RealPowers/Diffble_power.con". (* UNEXPORTED -End More_on_Power_Function. +End More_on_Power_Function *) (* UNEXPORTED