Skip to content

Commit

Permalink
bug fix in HasAjdDiff for (.^.)
Browse files Browse the repository at this point in the history
  • Loading branch information
lecopivo committed Nov 22, 2023
1 parent 833b291 commit 81a6162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SciLean/Core/FunctionPropositions/HasAdjDiff.lean
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ by

@[fprop]
def HPow.hPow.arg_a0.HasAdjDiff_rule
(n : Nat) (x : X) (f : X → K) (hf : HasAdjDiff K f)
(n : Nat) (f : X → K) (hf : HasAdjDiff K f)
: HasAdjDiff K (fun x => f x ^ n) :=
by
have ⟨_,_⟩ := hf
Expand Down

0 comments on commit 81a6162

Please sign in to comment.