Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
shingtaklam1324 committed Sep 4, 2022
1 parent e2f0924 commit 17c6fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/inner_product_space/reproducing_kernel.lean
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ lemma eval'_eq_eval_adjoint (x : X) : eval' 𝕜 X H₁ x = (eval 𝕜 𝕜 H₁
begin
apply (to_dual 𝕜 H₁).injective,
ext f,
simp [eval'_def],
simp [continuous_linear_map.adjoint_apply, eval'_def],
end

lemma scalar_kernel_def (x y : X) :
Expand Down

0 comments on commit 17c6fca

Please sign in to comment.