We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a34e76 commit 000e0dfCopy full SHA for 000e0df
1 file changed
Mathlib/RingTheory/IdealFilter/Topology.lean
@@ -78,7 +78,7 @@ theorem isUniform_iff_exists_ringFilterBasis {A : Type*} [Ring A] {F : IdealFilt
78
refine ⟨fun _ ↦ ⟨F.ringFilterBasis, rfl⟩, fun ⟨B, hB⟩ ↦ ⟨fun {I} hI a ↦ ?_⟩⟩
79
obtain ⟨V, hbasis, hsub⟩ := B.mul_right a (U := I) (hB.ge (by simpa))
80
obtain ⟨J, hJ, rfl⟩ := hB.le hbasis
81
- exact Order.PFilter.mem_of_le (fun x hx ↦ by simpa using (hsub hx)) hJ
+ exact F.upper (fun x hx ↦ by simpa using (hsub hx)) hJ
82
83
end IdealFilter
84
0 commit comments