Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Parcly-Taxel committed May 7, 2023
1 parent 2d2ad99 commit e6aac88
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions Mathlib/Algebra/Order/LatticeGroup.lean
Expand Up @@ -4,7 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
Authors: Christopher Hoskin
! This file was ported from Lean 3 source module algebra.order.lattice_group
! leanprover-community/mathlib commit 474656fdf40ae1741dfffcdd7c685a0f198da61a
! leanprover-community/mathlib commit db07e6feaf211fe704c1e79ba5f480fd6d218523
! Please do not edit these lines, except to modify the commit id
! if you have ported upstream changes.
-/
Expand Down Expand Up @@ -66,16 +66,6 @@ lattice, ordered, group
-- Needed for squares
universe u

-- A linearly ordered additive commutative group is a lattice ordered commutative group
-- see Note [lower instance priority]
@[to_additive]
instance (priority := 100) LinearOrderedCommGroup.to_covariantClass (α : Type u)
[LinearOrderedCommGroup α] :
CovariantClass α α (· * ·)
(· ≤ ·) where elim a _ _ bc := OrderedCommGroup.mul_le_mul_left _ _ bc a
#align linear_ordered_comm_group.to_covariant_class LinearOrderedCommGroup.to_covariantClass
#align linear_ordered_add_comm_group.to_covariant_class LinearOrderedAddCommGroup.to_covariantClass

variable {α : Type u} [Lattice α] [CommGroup α]

-- Special case of Bourbaki A.VI.9 (1)
Expand Down

0 comments on commit e6aac88

Please sign in to comment.