]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/contribs/CoRN-Decl/transc/RealPowers.ma
fix
[helm.git] / matita / contribs / CoRN-Decl / transc / RealPowers.ma
index 28455b520bfe8b31b6e9f75f1e93a9022cedad35..015d267fe3b99331278d39fc79fcb3e86d0170d7 100644 (file)
@@ -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)}$#x<sup>y</sup>=e<sup>y*log(x)</sup>#, 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
@@ -153,6 +157,10 @@ inline "cic:/CoRN/transc/RealPowers/Continuous_power.con".
 End Power_Function.
 *)
 
+(* NOTATION
+Notation "F {!} G" := (FPower F G) (at level 20).
+*)
+
 (* UNEXPORTED
 Section More_on_Power_Function.
 *)