From: Claudio Sacerdoti Coen Date: Wed, 6 Dec 2006 15:52:45 +0000 (+0000) Subject: More simplification using better notation. X-Git-Tag: 0.4.95@7852~747 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=7a94800f065f001bf08f911ffcec28cea08c2187;p=helm.git More simplification using better notation. --- diff --git a/matita/library/demo/power_derivative.ma b/matita/library/demo/power_derivative.ma index 24656c1d3..dc3f4c828 100644 --- a/matita/library/demo/power_derivative.ma +++ b/matita/library/demo/power_derivative.ma @@ -319,8 +319,8 @@ theorem derivative_power': ∀n:nat. D[x \sup (1+n)] = (1+n) · x \sup n. (D[x \sup (2+m)] = (2+m) · x \sup (1+m)). conclude (D[x \sup (2+m)]) - = (D[x \sup 1 · x \sup (1+m)]) by _. - = (D[x \sup 1] · x \sup (1+m) + x · D[x \sup (1+m)]) by _. + = (D[x · x \sup (1+m)]) by _. + = (D[x] · x \sup (1+m) + x · D[x \sup (1+m)]) by _. = (x \sup (1+m) + x · (costante (1+m) · x \sup m)) by _. clear H. = (x \sup (1+m) + costante (1+m) · x \sup (1+m)) by _.