Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions Mathlib/AlgebraicGeometry/EllipticCurve/Affine/Point.lean
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,11 @@ abbrev FunctionField : Type r :=

namespace CoordinateRing

noncomputable instance : Algebra R W'.CoordinateRing :=
Quotient.algebra R
noncomputable instance : Algebra R W'.CoordinateRing := inferInstance

noncomputable instance : Algebra R[X] W'.CoordinateRing :=
Quotient.algebra R[X]
noncomputable instance : Algebra R[X] W'.CoordinateRing := inferInstance

instance : IsScalarTower R R[X] W'.CoordinateRing :=
Quotient.isScalarTower R R[X] _
instance : IsScalarTower R R[X] W'.CoordinateRing := inferInstance

instance [Subsingleton R] : Subsingleton W'.CoordinateRing :=
Module.subsingleton R[X] _
Expand Down
Loading