Skip to content

Commit 1a4eaa2

Browse files
committed
Merge branch 'incenter_map' into dist_secondInter_excenter
2 parents 196eaad + 14fc12b commit 1a4eaa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mathlib/Geometry/Euclidean/Incenter.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ variable {s} in
10641064
@[simp] lemma ExcenterExists.touchpointWeights_map {signs : Finset (Fin (n + 1))}
10651065
(h : s.ExcenterExists signs) (f : P →ᵃⁱ[ℝ] P₂) :
10661066
(s.map f.toAffineMap f.injective).touchpointWeights signs = s.touchpointWeights signs := by
1067-
ext1 i
1067+
ext i : 1
10681068
rw [← affineCombination_eq_touchpoint_iff
10691069
((s.map f.toAffineMap f.injective).sum_touchpointWeights _ _)]
10701070
have hc := (s.map f.toAffineMap f.injective).affineCombination_touchpointWeights signs i

0 commit comments

Comments
 (0)