Theorems · Definition · commutative algebra
RingHom.liftOfRightInverse
{A : Type u_1} →
{B : Type u_2} →
{C : Type u_3} →
[inst : Ring A] →
[inst_1 : Ring B] →
[inst_2 : Ring C] →
(f : A →+* B) →
(f_inv : B → A) → Function.RightInverse f_inv ⇑f → { g // RingHom.ker f ≤ RingHom.ker g } ≃ (B →+* C)liftOfRightInverse f hf g hg is the unique ring homomorphism φ
* such that φ.comp f = g (RingHom.liftOfRightInverse_comp),
* where f : A →+* B has a right inverse f_inv (hf),
* and g : B →+* C satisfies hg : f.ker ≤ g.ker.
See RingHom.eq_liftOfRightInverse for the uniqueness lemma.
``
A .
| \
f | \ g
| \
v \⌟
B -> C
∃!φ
``
- Defined in
- Mathlib.RingTheory.Ideal.Maps
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 33 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
- RingHomstatement and proof · cited by 10,189
- Equivstatement · cited by 8,337
- Ringstatement and proof · cited by 7,463
- Idealstatement · cited by 4,748
- RingHom.compproof · cited by 899
- RingHom.kerstatement and proof · cited by 363
- RingHom.liftOfRightInverseAuxproof · cited by 2
Cited by9
Results whose statement or proof uses this declaration.
- TruncatedWittVector.truncateproof · cited by 20
- RingHom.liftOfSurjectiveproof · cited by 6
- RingHom.liftOfRightInverse_comp_applystatement · cited by 5
- RingHom.liftOfRightInverse_compstatement · cited by 3
- CommRingCat.HomTopology.isClosedEmbedding_precomp_of_surjectiveproof · cited by 1
- ZMod.ringHom_eq_of_ker_eqproof · cited by 1
- RingHom.eq_liftOfRightInversestatement and proof · cited by 1
- RingHom.EssFiniteType.exists_eq_comp_ι_app_of_isColimitproof · cited by 1
- RingHom.liftOfRightInverse.congr_simpstatement and proof · cited by 0