Skip to content

Commit

Permalink
basic rules for revDerivProj(Update)
Browse files Browse the repository at this point in the history
  • Loading branch information
lecopivo committed Nov 22, 2023
1 parent 81a6162 commit db9a9f9
Show file tree
Hide file tree
Showing 5 changed files with 579 additions and 79 deletions.
7 changes: 7 additions & 0 deletions SciLean/Core/FunctionTransformations/RevCDeriv.lean
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ theorem revCDeriv_fst (f : X → Y) (x : X)
by
rfl

@[simp, ftrans_simp]
theorem revCDeriv_snd_zero (f : X → Y) (x : X)
: (revCDeriv K f x).2 0 = 0 :=
by
simp[revCDeriv]


@[ftrans]
theorem semiAdjoint.arg_a3.cderiv_rule
(f : X → Y) (a0 : W → Y) (ha0 : IsDifferentiable K a0)
Expand Down
Loading

0 comments on commit db9a9f9

Please sign in to comment.