Skip to content

Commit 432a037

Browse files
committed
docs(Analysis/Calculus/Gradient/Basic): decapitalize (#29847)
1 parent 24d97c4 commit 432a037

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Mathlib/Analysis/Calculus/Gradient/Basic.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ This file contains the following parts of gradient.
2828
* the definition of gradient.
2929
* the theorems translating between `HasGradientAtFilter` and `HasFDerivAtFilter`,
3030
`HasGradientWithinAt` and `HasFDerivWithinAt`, `HasGradientAt` and `HasFDerivAt`,
31-
`Gradient` and `fderiv`.
31+
`gradient` and `fderiv`.
3232
* theorems the Uniqueness of Gradient.
3333
* the theorems translating between `HasGradientAtFilter` and `HasDerivAtFilter`,
34-
`HasGradientAt` and `HasDerivAt`, `Gradient` and `deriv` when `F = 𝕜`.
34+
`HasGradientAt` and `HasDerivAt`, `gradient` and `deriv` when `F = 𝕜`.
3535
* the theorems about the congruence of the gradient.
3636
* the theorems about the gradient of constant function.
3737
* the theorems about the continuity of a function admitting a gradient.

0 commit comments

Comments
 (0)