Skip to content

Commit e08dcd2

Browse files
committed
fix
1 parent 96461bd commit e08dcd2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Mathlib/NumberTheory/ModularForms/Delta.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ lemma delta_T_invariant : (Δ ∣[(12 : ℤ)] ModularGroup.T) = Δ := by
154154
ext z
155155
rw [SL_slash_apply, denom, UpperHalfPlane.modular_T_smul, ModularGroup.T]
156156
simp [delta_eq_q_prod, eta_q, Periodic.qParam, ← exp_periodic (2 * π * I * z)]
157-
ring_nf
157+
ring_nf --is this non-squeeze simp safe since its before a ring?
158158

159159
/-- The transformation formula for `η` under `S : z ↦ -1 / z`: we have
160160
`η(-1 / z) = (√I)⁻¹ · √z · η(z)` on the upper half-plane. -/

Mathlib/Topology/Algebra/InfiniteSum/Basic.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ lemma Multipliable.pow (hf : Multipliable f L) (n : ℕ) :
640640
simp [pow_zero, multipliable_one]
641641
| succ n hn =>
642642
simp_rw [pow_succ]
643-
apply Multipliable.mul hn hf
643+
exact Multipliable.mul hn hf
644644

645645
lemma Multipliable.tprod_pow [L.NeBot] (hf : Multipliable f L) (n : ℕ) :
646646
(∏'[L] b, f b) ^ n = ∏'[L] b, (f b) ^ n := by

0 commit comments

Comments
 (0)