refactor: Some proof clean up

This commit is contained in:
jstoobysmith 2024-10-20 13:18:18 +00:00
parent 224cc2f195
commit 90436cc2ba
4 changed files with 2 additions and 6 deletions

View file

@ -85,7 +85,6 @@ lemma δa₂_δ₁ (j : Fin n) : δa₂ j = δ₁ j.succ := by
exact Nat.add_comm 1 ↑j
lemma δa₂_δ!₁ (j : Fin n) : δa₂ j = δ!₁ j.castSucc := by
rw [Fin.ext_iff]
rfl
lemma δa₃_δ₃ : @δa₃ n = δ₃ := by