We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3192d6 commit 9749f79Copy full SHA for 9749f79
Mathlib/Algebra/Category/Ring/Under/Adjunctions.lean
@@ -1,3 +1,8 @@
1
+/-
2
+Copyright (c) 2025 Ruiqi Chen. All rights reserved.
3
+Released under Apache 2.0 license as described in the file LICENSE.
4
+Authors: Ruiqi Chen
5
+-/
6
import Mathlib.Algebra.Category.Ring.Under.Basic
7
import Mathlib.Algebra.MvPolynomial.Basic
8
import Mathlib.RingTheory.TensorProduct.MvPolynomial
@@ -151,7 +156,6 @@ noncomputable def freeAbs_ℤ_tauto : free ⋙ Under_ℤ.inverse ≅ freeAbs (of
151
156
rw [this]
152
157
exact MvPolynomial.map_id x
153
158
154
-
155
159
instance (R : CommRingCat.{u}) : Algebra (of (ULift.{u, 0} ℤ)) R
160
:= RingHom.toAlgebra RingHom.smulOneHom
161
Mathlib/Algebra/Category/Ring/Under/Topology.lean
0 commit comments