Skip to content

Commit f8148c2

Browse files
mans0954j-loreaux
andauthored
Update Mathlib/Analysis/LocallyConvex/Basic.lean
Co-authored-by: Jireh Loreaux <[email protected]>
1 parent 5d1a072 commit f8148c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mathlib/Analysis/LocallyConvex/Basic.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ theorem balanced_iInter₂ {f : ∀ i, κ i → Set E} (h : ∀ i j, Balanced
104104
balanced_iInter fun _ => balanced_iInter <| h _
105105

106106
theorem Balanced.mulActionHom_preimage [SMul 𝕜 F] {s : Set F} (hs : Balanced 𝕜 s)
107-
(f : E →ₑ[(RingHom.id 𝕜)] F) : Balanced 𝕜 (f ⁻¹' s) := fun a ha x ⟨y,⟨hy₁,hy₂⟩⟩ => by
107+
(f : E →[𝕜] F) : Balanced 𝕜 (f ⁻¹' s) := fun a ha x ⟨y,⟨hy₁,hy₂⟩⟩ => by
108108
rw [mem_preimage, ← hy₂, map_smul]
109109
exact hs a ha (smul_mem_smul_set hy₁)
110110

0 commit comments

Comments
 (0)