Theorems · Definition · commutative algebra
Derivation.liftOfSurjective
{R : Type u_1} →
{A : Type u_2} →
{M : Type u_3} →
[inst : CommSemiring R] →
[inst_1 : CommRing A] →
[inst_2 : CommRing M] →
[inst_3 : Algebra R A] →
[inst_4 : Algebra R M] →
{F : Type u_4} →
[inst_5 : FunLike F A M] →
[AlgHomClass F R A M] →
{f : F} →
Function.Surjective ⇑f →
⦃d : Derivation R A A⦄ → (∀ (x : A), f x = 0 → f (d x) = 0) → Derivation R M MA noncomputable version of liftOfRightInverse for surjective homomorphisms.
- Defined in
- Mathlib.RingTheory.Derivation.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 30 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- FunLikestatement and proof · cited by 2,560
- Derivationstatement and proof · cited by 293
- AlgHomClassstatement and proof · cited by 50
- Derivation.liftOfRightInverseproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- Derivation.liftOfSurjective_applystatement · cited by 0
- Derivation.liftOfSurjective.congr_simpstatement and proof · cited by 0