Feat: Upgrade versions

This commit is contained in:
jstoobysmith 2024-05-06 14:55:22 -04:00
parent ce66368876
commit 44adfbb0c7
7 changed files with 16 additions and 17 deletions

View file

@ -88,7 +88,7 @@ lemma sum_of_vectors {n : } (f : Fin k → (PureU1 n).LinSols) (j : Fin n) :
induction k
simp
rfl
rename_i k l hl
rename_i _ l hl
rw [Fin.sum_univ_castSucc, Fin.sum_univ_castSucc]
have hlt := hl (f ∘ Fin.castSucc)
erw [← hlt]

View file

@ -64,7 +64,7 @@ lemma lineInPlaneCond_eq_last' {S : (PureU1 (n.succ.succ)).LinSols} (hS : lineIn
have h1 (i : Fin n) : S.val i.castSucc.castSucc =
- (S.val ((Fin.last n).castSucc) + (S.val ((Fin.last n).succ))) / 2 := by
have h1S := hS (Fin.last n).castSucc ((Fin.last n).succ) i.castSucc.castSucc
(by simp; rw [Fin.ext_iff]; simp; omega)
(by simp; rw [Fin.ext_iff]; simp)
(by simp; rw [Fin.ext_iff]; simp; omega)
(by simp; rw [Fin.ext_iff]; simp; omega)
simp_all

View file

@ -228,7 +228,6 @@ def tolinearParametersQNeqZero (S : {S : linearParameters // S.Q' ≠ 0 ∧ S.
by
simp only [ne_eq, neg_add_rev, neg_sub]
field_simp
rw [not_or]
ring_nf
simp only [neg_eq_zero, mul_eq_zero, OfNat.ofNat_ne_zero, or_false]
exact S.2⟩