Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em committed Dec 5, 2024
1 parent b95be65 commit b01be4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Mathlib/Analysis/Calculus/ContDiff/FaaDiBruno.lean
Original file line number Diff line number Diff line change
Expand Up @@ -678,8 +678,8 @@ def extendEquiv (n : ℕ) :
· simp only [↓reduceDIte, comp_apply]
rcases eq_or_ne j 0 with rfl | hj
· simpa using c.emb_zero
· let j' := Fin.pred (cast B.symm j) (by simpa using hj)
have : j = cast B (succ j') := by simp [j']
· let j' := Fin.pred (j.cast B.symm) (by simpa using hj)
have : j = (succ j').cast B := by simp [j']
simp only [this, coe_cast, val_succ, cast_mk, cases_succ', comp_apply, succ_mk,
Nat.succ_eq_add_one, succ_pred]
rfl
Expand Down

0 comments on commit b01be4b

Please sign in to comment.