Skip to content

Commit df89ac9

Browse files
committed
fix again
1 parent 36cfe46 commit df89ac9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/Order/PrimeSeparator.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ theorem prime_ideal_of_disjoint_filter_ideal (hFI : Disjoint (F : Set α) (I : S
117117
_ = b ⊔ (a₁ ⊓ a₂) := (sup_inf_left b a₁ a₂).symm
118118
-- Note that c₁ ⊓ c₂ ∈ F, since c₁ and c₂ are both in F and F is a filter.
119119
-- Since F is an upper set, it now follows that b ⊔ (a₁ ⊓ a₂) ∈ F.
120-
have ba₁a₂F : b ⊔ (a₁ ⊓ a₂) ∈ F := PFilter.mem_of_le ineq (PFilter.inf_mem c₁F c₂F)
120+
have ba₁a₂F : b ⊔ (a₁ ⊓ a₂) ∈ F := F.upper ineq (F.inf_mem c₁F c₂F)
121121
-- Now, if we would have a₁ ⊓ a₂ ∈ J, then, since J is an ideal and b ∈ J, we would also get
122122
-- b ⊔ (a₁ ⊓ a₂) ∈ J. But this contradicts that J is disjoint from F.
123123
contrapose JF with ha₁a₂

0 commit comments

Comments
 (0)