We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a1a207 + 14fc12b commit 92d2dc5Copy full SHA for 92d2dc5
Mathlib/Geometry/Euclidean/Incenter.lean
@@ -1129,7 +1129,7 @@ variable {s} in
1129
@[simp] lemma ExcenterExists.touchpointWeights_map {signs : Finset (Fin (n + 1))}
1130
(h : s.ExcenterExists signs) (f : P →ᵃⁱ[ℝ] P₂) :
1131
(s.map f.toAffineMap f.injective).touchpointWeights signs = s.touchpointWeights signs := by
1132
- ext1 i
+ ext i : 1
1133
rw [← affineCombination_eq_touchpoint_iff
1134
((s.map f.toAffineMap f.injective).sum_touchpointWeights _ _)]
1135
have hc := (s.map f.toAffineMap f.injective).affineCombination_touchpointWeights signs i
0 commit comments