We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 196eaad + 14fc12b commit 1a4eaa2Copy full SHA for 1a4eaa2
Mathlib/Geometry/Euclidean/Incenter.lean
@@ -1064,7 +1064,7 @@ variable {s} in
1064
@[simp] lemma ExcenterExists.touchpointWeights_map {signs : Finset (Fin (n + 1))}
1065
(h : s.ExcenterExists signs) (f : P →ᵃⁱ[ℝ] P₂) :
1066
(s.map f.toAffineMap f.injective).touchpointWeights signs = s.touchpointWeights signs := by
1067
- ext1 i
+ ext i : 1
1068
rw [← affineCombination_eq_touchpoint_iff
1069
((s.map f.toAffineMap f.injective).sum_touchpointWeights _ _)]
1070
have hc := (s.map f.toAffineMap f.injective).affineCombination_touchpointWeights signs i
0 commit comments