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(order/hom): rearrange definitions of order_{hom,iso,embedding} #10752

Closed
wants to merge 6 commits 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
4 changes: 2 additions & 2 deletions src/algebra/lie/solvable.lean
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Copyright (c) 2021 Oliver Nash. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Oliver Nash
-/
import algebra.lie.ideal_operations
import algebra.lie.abelian
import order.order_hom
import algebra.lie.ideal_operations
import order.hom.basic

/-!
# Solvable Lie algebras
Expand Down
2 changes: 1 addition & 1 deletion src/algebra/order/monoid.lean
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import algebra.group.prod
import algebra.order.monoid_lemmas
import order.bounded_order
import order.min_max
import order.rel_iso
import order.hom.basic

/-!
# Ordered monoids
Expand Down
1 change: 1 addition & 0 deletions src/combinatorics/set_family/shadow.lean
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
Authors: Bhavik Mehta, Alena Gusakov, Yaël Dillies
-/
import data.finset.lattice
import logic.function.iterate

/-!
# Shadows
Expand Down
2 changes: 1 addition & 1 deletion src/data/finset/option.lean
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
Authors: Yury Kudryashov, Mario Carneiro, Sean Leather
-/
import data.finset.basic
import order.order_hom
import order.hom.basic

/-!
# Finite sets in `option α`
Expand Down
1 change: 1 addition & 0 deletions src/data/nat/fib.lean
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
Authors: Kevin Kappelmann
-/
import data.nat.gcd
import logic.function.iterate
import tactic.ring

/-!
Expand Down
4 changes: 2 additions & 2 deletions src/linear_algebra/eigenspace.lean
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Authors: Alexander Bentkamp
-/

import field_theory.is_alg_closed.basic
import linear_algebra.charpoly.basic
import linear_algebra.finsupp
import linear_algebra.matrix.to_lin
import order.order_hom
import linear_algebra.charpoly.basic
import order.hom.basic

/-!
# Eigenvectors and eigenvalues
Expand Down
2 changes: 1 addition & 1 deletion src/order/category/Preorder.lean
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Authors: Johan Commelin
-/
import category_theory.concrete_category.bundled_hom
import algebra.punit_instances
import order.order_hom
import order.hom.basic

/-! # Category of preorders -/

Expand Down
2 changes: 1 addition & 1 deletion src/order/closure.lean
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Authors: Bhavik Mehta, Yaël Dillies
import data.set.lattice
import data.set_like.basic
import order.galois_connection
import order.order_hom
import order.hom.basic
import tactic.monotonicity

/-!
Expand Down
2 changes: 1 addition & 1 deletion src/order/fixed_points.lean
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Copyright (c) 2017 Johannes Hölzl. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Johannes Hölzl, Kenny Lau, Yury Kudryashov
-/
import order.order_hom
import dynamics.fixed_points.basic
import order.hom.lattice

/-!
# Fixed point construction on complete lattices
Expand Down