Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - chore: remove references to fixed lean bug #1338

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion Mathlib/Order/Antichain.lean
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ variable {ι : Type _} {α : ι → Type _} [∀ i, Preorder (α i)] {s t : Set
{a b c : ∀ i, α i}


-- Porting note: local notation given a name because of https://github.com/leanprover/lean4/issues/2000
@[inherit_doc]
local infixl:50 " ≺ " => StrongLT

Expand Down
1 change: 0 additions & 1 deletion Mathlib/Order/Chain.lean
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ section Chain
variable (r : α → α → Prop)

/-- In this file, we use `≺` as a local notation for any relation `r`. -/
-- Porting note: local notation given a name because of https://github.com/leanprover/lean4/issues/2000
local infixl:50 " ≺ " => r

/-- A chain is a set `s` satisfying `x ≺ y ∨ x = y ∨ y ≺ x` for all `x y ∈ s`. -/
Expand Down
1 change: 0 additions & 1 deletion Mathlib/Order/Zorn.lean
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ open Classical Set
variable {α β : Type _} {r : α → α → Prop} {c : Set α}

/-- Local notation for the relation being considered. -/
-- Porting note: local notation given a name because of https://github.com/leanprover/lean4/issues/2000
local infixl:50 " ≺ " => r

/-- **Zorn's lemma**
Expand Down