Skip to content

Commit

Permalink
fix proof in diffeology on Array
Browse files Browse the repository at this point in the history
  • Loading branch information
lecopivo committed Nov 5, 2024
1 parent b952a2e commit 0176741
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions SciLean/Analysis/Diffeology/Array.lean
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ theorem fixSize_arrayN_data [Nonempty α] (f : α → ArrayN β n) :
fixSize (fun x => (f x).data) = fun x => cast (by simp) (f x) := by
simp[fixSize]
funext a
sorry

rw[← cast_arrayN_mk]

@[fun_prop]
theorem cast_clm
Expand Down

0 comments on commit 0176741

Please sign in to comment.