Skip to content

Commit 7c4b969

Browse files
Update Mathlib/Geometry/Manifold/ExistsRiemannianMetric.lean
Co-authored-by: Rida Hamadani <mridahamadani@gmail.com>
1 parent 2edcde8 commit 7c4b969

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Mathlib/Geometry/Manifold/ExistsRiemannianMetric.lean

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -371,9 +371,9 @@ lemma finsum_image_eq_sum {B E F : Type*} [AddCommMonoid E] [AddCommMonoid F]
371371

372372
def evalAt (b : B) (v w : E b) :
373373
(E b →L[ℝ] (E b →L[ℝ] ℝ)) →+ ℝ where
374-
toFun := fun f => (f.toFun v).toFun w
375-
map_zero' := by simp
376-
map_add' := by intro f g; exact rfl
374+
toFun f := (f.toFun v).toFun w
375+
map_zero' := by simp
376+
map_add' _ _ := rfl
377377

378378
private lemma g_global_bilin_aux_support_finite (f : SmoothPartitionOfUnity B IB B) (b : B) :
379379
(Function.support fun j ↦ ((f j) b • (g_bilin_aux F j b) :

0 commit comments

Comments
 (0)