Skip to content

Commit e3ca3a6

Browse files
authored
Derivatives of real functions defined on proper closed intervals (#1680)
Completes #1615 . Builds on #1679. We don't show any of the handy laws of derivatives yet, but show that differentiability is a proposition.
1 parent e0cb7f6 commit e3ca3a6

6 files changed

+817
-0
lines changed

src/analysis.lagda.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
module analysis where
55
66
open import analysis.convergent-series-metric-abelian-groups public
7+
open import analysis.derivatives-of-real-functions-on-proper-closed-intervals public
78
open import analysis.metric-abelian-groups public
89
open import analysis.series-metric-abelian-groups public
910
```

0 commit comments

Comments
 (0)