chore: Fix build errors

This commit is contained in:
jstoobysmith 2024-10-20 14:22:10 +00:00
parent 6287c91b2d
commit 6ebd7a2137
2 changed files with 3 additions and 3 deletions

View file

@ -35,8 +35,9 @@ lemma exists_plane_exists_basis {n : } (hE : ExistsPlane n) :
rw [@Fintype.sum_sum_type, @add_eq_zero_iff_eq_neg, ← @Finset.sum_neg_distrib] at hg
have h1 : ∑ x : Fin n, -(g (Sum.inr x) • Y (Sum.inr x)) =
∑ x : Fin n, (-g (Sum.inr x)) • Y (Sum.inr x) := by
apply Finset.sum_congr
rfl
apply Finset.sum_congr rfl
intro i _
simp
rw [h1] at hg
have h2 : ∑ a₁ : Fin 11, g (Sum.inl a₁) • Y (Sum.inl a₁) = 0 := by
apply hB2