Skip to content

Commit 9749f79

Browse files
Remove Topology & add copyright
1 parent e3192d6 commit 9749f79

File tree

2 files changed

+5
-53
lines changed

2 files changed

+5
-53
lines changed

Mathlib/Algebra/Category/Ring/Under/Adjunctions.lean

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
-/
16
import Mathlib.Algebra.Category.Ring.Under.Basic
27
import Mathlib.Algebra.MvPolynomial.Basic
38
import Mathlib.RingTheory.TensorProduct.MvPolynomial
@@ -151,7 +156,6 @@ noncomputable def freeAbs_ℤ_tauto : free ⋙ Under_ℤ.inverse ≅ freeAbs (of
151156
rw [this]
152157
exact MvPolynomial.map_id x
153158

154-
155159
instance (R : CommRingCat.{u}) : Algebra (of (ULift.{u, 0} ℤ)) R
156160
:= RingHom.toAlgebra RingHom.smulOneHom
157161

Mathlib/Algebra/Category/Ring/Under/Topology.lean

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)