Theorems · Theorem · commutative algebra
IsAdicComplete.eq_liftRingHom
∀ {R : Type u_1} {S : Type u_2} [inst : NonAssocSemiring R] [inst_1 : CommRing S] (I : Ideal S)
[inst_2 : IsAdicComplete I S] (f : (n : ℕ) → R →+* S ⧸ I ^ n)
(hf : ∀ {m n : ℕ} (hle : m ≤ n), (Ideal.Quotient.factorPow I hle).comp (f n) = f m) (F : R →+* S),
(∀ (n : ℕ), (Ideal.Quotient.mk (I ^ n)).comp F = f n) → F = IsAdicComplete.liftRingHom I f ⋯Uniqueness of the lift.
Given a compatible family of linear maps f n : R →ₗ[R] S ⧸ (I ^ n).
If F : R →+* S makes the following diagram commute
``
R
| \
F| \ f n
| \
v v
S --> S ⧸ (I ^ n)
`
Then it is the map IsAdicComplete.lift`.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 111 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- RingHomstatement and proof · cited by 10,189
- Idealstatement and proof · cited by 4,748
- HasQuotient.Quotientstatement and proof · cited by 2,301
- RingHom.compstatement and proof · cited by 899
- NonAssocSemiringstatement and proof · cited by 805
- Ideal.Quotient.mkstatement and proof · cited by 610
- DFunLike.coe_injectiveproof · cited by 161
- IsAdicCompletestatement and proof · cited by 124
- Ideal.Quotient.factorPowstatement and proof · cited by 18
- IsAdicComplete.liftRingHomstatement and proof · cited by 6
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.