Skip to content

Commit 000e0df

Browse files
committed
fix
1 parent 4a34e76 commit 000e0df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/RingTheory/IdealFilter/Topology.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ theorem isUniform_iff_exists_ringFilterBasis {A : Type*} [Ring A] {F : IdealFilt
7878
refine ⟨fun _ ↦ ⟨F.ringFilterBasis, rfl⟩, fun ⟨B, hB⟩ ↦ ⟨fun {I} hI a ↦ ?_⟩⟩
7979
obtain ⟨V, hbasis, hsub⟩ := B.mul_right a (U := I) (hB.ge (by simpa))
8080
obtain ⟨J, hJ, rfl⟩ := hB.le hbasis
81-
exact Order.PFilter.mem_of_le (fun x hx ↦ by simpa using (hsub hx)) hJ
81+
exact F.upper (fun x hx ↦ by simpa using (hsub hx)) hJ
8282

8383
end IdealFilter
8484

0 commit comments

Comments
 (0)