Skip to content

Commit

Permalink
add classical
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineChambert-Loir committed Sep 20, 2024
1 parent 054ea42 commit 57fce93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mathlib/RingTheory/MvPowerSeries/PiTopology.lean
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ theorem continuous_C [Ring R] [TopologicalRing R] :

theorem variables_tendsto_zero [Semiring R] :
Filter.Tendsto (X · : σ → MvPowerSeries σ R) Filter.cofinite (nhds 0) := by
classical
rw [tendsto_pi_nhds]
simp_rw [apply_eq_coeff]
intro d s hs
Expand Down

0 comments on commit 57fce93

Please sign in to comment.