-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Merged by Bors] - feat(RingTheory/Kaehler): The exact sequence I/I² → B ⊗[A] Ω[A⁄R] → Ω[B⁄R] → 0
#13093
Conversation
erdOne
commented
May 21, 2024
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…lib4 into erd1/kaehlerexact2
PR summary 8ee44bc6f2Import changesDependency changes
|
|
||
/-- The map `I/I² → B ⊗[A] B ⊗[A] Ω[A⁄R]` where `I = ker(A → B)`. -/ | ||
noncomputable | ||
def KaehlerDifferential.kerCotangentToTensor : |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you avoid tactic mode here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The hole is a Prop, so I think it's fine?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean something like
noncomputable
def KaehlerDifferential.kerCotangentToTensor :
(RingHom.ker (algebraMap A B)).Cotangent →ₗ[A] B ⊗[A] Ω[A⁄R] :=
Submodule.liftQ _ (kerToTensor R A B) (iSup_le_iff.mpr (by
simp only [Submodule.map_le_iff_le_comap, Subtype.forall]
rintro x hx y -
simp only [Submodule.mem_comap, LinearMap.lsmul_apply, LinearMap.mem_ker, map_smul,
kerToTensor_apply, TensorProduct.smul_tmul', ← algebraMap_eq_smul_one,
(RingHom.mem_ker _).mp hx, TensorProduct.zero_tmul]))
Or to prove the thing in a separate lemma (tbh I didn't look at what it is, so I am not sure this is reasonable).
Thanks! bors d+ |
✌️ erdOne can now approve this pull request. To approve and merge a pull request, simply reply with |
Thanks! |
…Ω[B⁄R] → 0` (#13093) Co-authored-by: Andrew Yang <[email protected]>
Pull request successfully merged into master. Build succeeded: |
I/I² → B ⊗[A] Ω[A⁄R] → Ω[B⁄R] → 0
I/I² → B ⊗[A] Ω[A⁄R] → Ω[B⁄R] → 0
…Ω[B⁄R] → 0` (#13093) Co-authored-by: Andrew Yang <[email protected]>
…Ω[B⁄R] → 0` (#13093) Co-authored-by: Andrew Yang <[email protected]>