Theorems · Definition · commutative algebra
Derivation.liftOfRightInverse
{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} →
{f_inv : M → A} →
Function.RightInverse f_inv ⇑f →
⦃d : Derivation R A A⦄ → (∀ (x : A), f x = 0 → f (d x) = 0) → Derivation R M MLift a derivation via an algebra homomorphism f with a right inverse such that
f(x) = 0 → f(d(x)) = 0. This gives the derivation f ∘ d ∘ f⁻¹.
This is needed for an argument in [Rosenlicht, M. Integration in finite terms][Rosenlicht_1972].
- Defined in
- Mathlib.RingTheory.Derivation.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 29 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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
Cited by4
Results whose statement or proof uses this declaration.
- Derivation.liftOfSurjectiveproof · cited by 2
- Derivation.liftOfRightInverse_applystatement · cited by 2
- Derivation.liftOfRightInverse_eqstatement · cited by 0
- Derivation.liftOfRightInverse.congr_simpstatement and proof · cited by 0