Skip to content

Commit a3b66ec

Browse files
int-y10art0xroblotchabulhwikbuzzard
committed
feat: port RingTheory.Kaehler (#4668)
Co-authored-by: ART <anand.rao.art@gmail.com> Co-authored-by: Xavier-François Roblot <46200072+xroblot@users.noreply.github.com> Co-authored-by: Bulhwi Cha <chabulhwi@semmalgil.com> Co-authored-by: Kevin Buzzard <k.buzzard@imperial.ac.uk> Co-authored-by: Matthew Ballard <matt@mrb.email> Co-authored-by: Kyle Miller <kmill31415@gmail.com> Co-authored-by: Parcly Taxel <reddeloostw@gmail.com> Co-authored-by: Scott Morrison <scott.morrison@gmail.com>
1 parent adca8e2 commit a3b66ec

File tree

3 files changed

+698
-1
lines changed

3 files changed

+698
-1
lines changed

Mathlib.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2725,6 +2725,7 @@ import Mathlib.RingTheory.IsAdjoinRoot
27252725
import Mathlib.RingTheory.IsTensorProduct
27262726
import Mathlib.RingTheory.Jacobson
27272727
import Mathlib.RingTheory.JacobsonIdeal
2728+
import Mathlib.RingTheory.Kaehler
27282729
import Mathlib.RingTheory.LaurentSeries
27292730
import Mathlib.RingTheory.LocalProperties
27302731
import Mathlib.RingTheory.Localization.AsSubring

Mathlib/RingTheory/Ideal/Cotangent.lean

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,14 @@ instance Cotangent.moduleOfTower : Module S I.Cotangent :=
5050
Submodule.Quotient.module' _
5151
#align ideal.cotangent.module_of_tower Ideal.Cotangent.moduleOfTower
5252

53-
instance : IsScalarTower S S' I.Cotangent := by
53+
instance Cotangent.isScalarTower : IsScalarTower S S' I.Cotangent := by
5454
delta Cotangent
5555
constructor
5656
intro s s' x
5757
rw [← @IsScalarTower.algebraMap_smul S' R, ← @IsScalarTower.algebraMap_smul S' R, ← smul_assoc, ←
5858
IsScalarTower.toAlgHom_apply S S' R, map_smul]
5959
rfl
60+
#align ideal.cotangent.is_scalar_tower Ideal.Cotangent.isScalarTower
6061

6162
instance [IsNoetherian R I] : IsNoetherian R I.Cotangent := by delta Cotangent; infer_instance
6263

0 commit comments

Comments
 (0)