Skip to content

Commit

Permalink
chore(analysis/special_functions/trigonometric/basic): move results a…
Browse files Browse the repository at this point in the history
…bout derivatives to a new file (#10109)

This is part of a refactor of the `analysis/special_functions` folder, in which I will isolate all lemmas about derivatives. The result will be a definition of Lp spaces that does not import derivatives.
  • Loading branch information
RemyDegenne committed Nov 2, 2021
1 parent d43daf0 commit 70ed9dc
Show file tree
Hide file tree
Showing 6 changed files with 885 additions and 851 deletions.
2 changes: 1 addition & 1 deletion src/analysis/special_functions/arsinh.lean
Expand Up @@ -3,7 +3,7 @@ Copyright (c) 2020 James Arthur. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: James Arthur, Chris Hughes, Shing Tak Lam
-/
import analysis.special_functions.trigonometric.basic
import analysis.special_functions.trigonometric.deriv
import analysis.special_functions.log

/-!
Expand Down

0 comments on commit 70ed9dc

Please sign in to comment.