Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

[Merged by Bors] - feat(data/sum/interval): The lexicographic sum of two locally finite orders is locally finite#11352

Closed
YaelDillies wants to merge 10 commits intomasterfrom
localfinorder_sum_lex
Closed

[Merged by Bors] - feat(data/sum/interval): The lexicographic sum of two locally finite orders is locally finite#11352
YaelDillies wants to merge 10 commits intomasterfrom
localfinorder_sum_lex

Conversation

@YaelDillies
Copy link
Copy Markdown
Collaborator

@YaelDillies YaelDillies commented Jan 10, 2022

This proves locally_finite_order (α ⊕ₗ β) where α and β are locally finite themselves.


Open in Gitpod

@YaelDillies YaelDillies added the WIP Work in progress label Jan 10, 2022
@leanprover-community-bot-assistant leanprover-community-bot-assistant added the blocked-by-other-PR This PR depends on another PR which is still in the queue. A bot manages this label via PR comment. label Jan 10, 2022
@leanprover-community-bot-assistant leanprover-community-bot-assistant removed the blocked-by-other-PR This PR depends on another PR which is still in the queue. A bot manages this label via PR comment. label Jan 19, 2022
@leanprover-community-bot-assistant
Copy link
Copy Markdown
Collaborator

@leanprover-community-bot-assistant leanprover-community-bot-assistant added the merge-conflict Please `git merge origin/master` then a bot will remove this label. label Jan 19, 2022
@leanprover-community-bot-assistant leanprover-community-bot-assistant removed the merge-conflict Please `git merge origin/master` then a bot will remove this label. label Jan 19, 2022
@BoltonBailey
Copy link
Copy Markdown
Collaborator

Sorry, but is "The lexicographic sum of two locally finite orders is locally finite" true? It seems to me that if you took the lexicographic sum of two copies of the integers, and asked for an interval with the lower bound in the lower copy and the upper bound in the upper copy, the interval would not be finite.

@YaelDillies
Copy link
Copy Markdown
Collaborator Author

I sure hope it is if you require the left summand to have a top and the right summand to have a bot!

@github-actions github-actions bot added the modifies-synchronized-file This PR touches a files that has already been ported to mathlib4, and may need a synchronization PR. label Jun 10, 2023
@YaelDillies YaelDillies added awaiting-review The author would like community review of the PR t-order Order hierarchy and removed WIP Work in progress labels Jun 10, 2023
@eric-wieser eric-wieser added the not-too-late This PR was ready at the point mathlib3 was frozen: we will try to merge it and port it to mathlib4 label Jul 15, 2023
@kim-em
Copy link
Copy Markdown
Collaborator

kim-em commented Jul 30, 2023

bors d+

Please merge whenever seems a good moment to be able to promptly forward port. :-)

@bors
Copy link
Copy Markdown

bors bot commented Jul 30, 2023

✌️ YaelDillies can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@github-actions github-actions bot added delegated The PR author may merge after reviewing final suggestions. and removed awaiting-review The author would like community review of the PR labels Jul 30, 2023
@YaelDillies
Copy link
Copy Markdown
Collaborator Author

bors merge

bors bot pushed a commit that referenced this pull request Aug 2, 2023
…orders is locally finite (#11352)

This proves `locally_finite_order (α ⊕ₗ β)` where `α` and `β` are locally finite themselves.
@bors
Copy link
Copy Markdown

bors bot commented Aug 2, 2023

Pull request successfully merged into master.

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot changed the title feat(data/sum/interval): The lexicographic sum of two locally finite orders is locally finite [Merged by Bors] - feat(data/sum/interval): The lexicographic sum of two locally finite orders is locally finite Aug 2, 2023
@bors bors bot closed this Aug 2, 2023
@bors bors bot deleted the localfinorder_sum_lex branch August 2, 2023 19:42
YaelDillies added a commit to leanprover-community/mathlib4 that referenced this pull request Aug 3, 2023
bors bot pushed a commit to leanprover-community/mathlib4 that referenced this pull request Nov 1, 2023
…inite (#6340)

Forward-ports leanprover-community/mathlib3#11352




Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
fgdorais pushed a commit to leanprover-community/mathlib4 that referenced this pull request Nov 1, 2023
…inite (#6340)

Forward-ports leanprover-community/mathlib3#11352




Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
chenjulang added a commit to chenjulang/mathlib that referenced this pull request May 11, 2024
* commit '65a1391a0106c9204fe45bc73a039f056558cb83': (12443 commits)
  feat(data/{list,multiset,finset}/*): `attach` and `filter` lemmas (leanprover-community#18087)
  feat(combinatorics/simple_graph): More clique lemmas (leanprover-community#19203)
  feat(measure_theory/order/upper_lower): Order-connected sets in `ℝⁿ` are measurable (leanprover-community#16976)
  move old README.md to OLD_README.md
  doc: Add a warning mentioning Lean 4 to the readme (leanprover-community#19243)
  feat(topology/metric_space): diameter of pointwise zero and addition (leanprover-community#19028)
  feat(topology/algebra/order/liminf_limsup): Eventual boundedness of neighborhoods (leanprover-community#18629)
  feat(probability/independence): Independence of singletons (leanprover-community#18506)
  feat(combinatorics/set_family/ahlswede_zhang): Ahlswede-Zhang identity, part I (leanprover-community#18612)
  feat(data/finset/lattice): `sup'`/`inf'` lemmas (leanprover-community#18989)
  chore(order/liminf_limsup): Generalise and move lemmas (leanprover-community#18628)
  feat(algebraic_topology/dold_kan): The Dold-Kan equivalence for abelian categories (leanprover-community#17926)
  feat(data/sum/interval): The lexicographic sum of two locally finite orders is locally finite (leanprover-community#11352)
  feat(analysis/convex/proj_Icc): Extending convex functions (leanprover-community#18797)
  feat(algebraic_topology/dold_kan): The Dold-Kan equivalence for pseudoabelian categories (leanprover-community#17925)
  feat(measure_theory/measure/haar_quotient): the Unfolding Trick (leanprover-community#18863)
  feat(linear_algebra/orientation): add `orientation.reindex` (leanprover-community#19236)
  feat(combinatorics/quiver/covering): Definition of coverings and unique lifting of paths (leanprover-community#17828)
  feat(set_theory/game/pgame): small sets of pre-games / games / surreals are bounded (leanprover-community#15260)
  feat(tactic/positivity): Extension for `ite` (leanprover-community#17650)
  ...

# Conflicts:
#	README.md
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

delegated The PR author may merge after reviewing final suggestions. modifies-synchronized-file This PR touches a files that has already been ported to mathlib4, and may need a synchronization PR. not-too-late This PR was ready at the point mathlib3 was frozen: we will try to merge it and port it to mathlib4 t-order Order hierarchy

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants