Skip to content

Commit 7ca8bd0

Browse files
committed
chore: remove shortcut instance that is no longer needed (leanprover-community#38284)
1 parent 898eace commit 7ca8bd0

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Mathlib/Analysis/Fourier/AddCircleMulti.lean

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -216,11 +216,6 @@ theorem coeFn_mFourierLp (p : ℝ≥0∞) [Fact (1 ≤ p)] (n : d → ℤ) :
216216
mFourierLp p n =ᵐ[volume] mFourier n :=
217217
ContinuousMap.coeFn_toLp volume (mFourier n)
218218

219-
-- shortcut instance: avoids `synthInstance.maxHeartbeats` issue in `span_mFourierLp_closure_eq_top`
220-
instance {p : ℝ≥0∞} [Fact (1 ≤ p)] :
221-
ContinuousSMul ℂ (Lp ℂ p (volume : Measure (UnitAddTorus d))) :=
222-
inferInstance
223-
224219
/-- For each `1 ≤ p < ∞`, the linear span of the monomials `mFourier n` is dense in the `Lᵖ` space
225220
of functions on `UnitAddTorus d`. -/
226221
theorem span_mFourierLp_closure_eq_top {p : ℝ≥0∞} [Fact (1 ≤ p)] (hp : p ≠ ∞) :

0 commit comments

Comments
 (0)