Theorems · Definition · commutative algebra
AdicCompletion.lift
{R : Type u_1} →
[inst : CommRing R] →
(I : Ideal R) →
{M : Type u_4} →
[inst_1 : AddCommGroup M] →
[inst_2 : Module R M] →
{N : Type u_5} →
[inst_3 : AddCommGroup N] →
[inst_4 : Module R N] →
(f : (n : ℕ) → M →ₗ[R] N ⧸ I ^ n • ⊤) →
(∀ {m n : ℕ} (hle : m ≤ n), AdicCompletion.transitionMap I N hle ∘ₗ f n = f m) →
M →ₗ[R] AdicCompletion I NLift a compatible family of linear maps M →ₗ[R] N ⧸ (I ^ n • ⊤ : Submodule R N) to
the I-adic completion of M.
- Defined in
- Mathlib.RingTheory.AdicCompletion.Basic
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 100 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement and proof · cited by 10,215
- Top.topstatement and proof · cited by 9,680
- Submodulestatement · cited by 7,192
- Idealstatement and proof · cited by 4,748
- HasQuotient.Quotientstatement and proof · cited by 2,301
- LinearMap.compstatement and proof · cited by 1,642
- AdicCompletionstatement · cited by 160
Cited by11
Results whose statement or proof uses this declaration.
- AdicCompletion.mapproof · cited by 24
- IsAdicComplete.liftproof · cited by 6
- IsAdicComplete.StrictMono.mk_liftproof · cited by 2
- IsAdicComplete.mk_liftproof · cited by 2
- IsAdicComplete.of_liftstatement and proof · cited by 2
- IsAdicComplete.of_comp_liftstatement and proof · cited by 1
- IsAdicComplete.StrictMono.of_comp_liftstatement · cited by 0
- IsAdicComplete.StrictMono.of_liftstatement · cited by 0
- AdicCompletion.lift.congr_simpstatement and proof · cited by 0
- AdicCompletion.eval_liftstatement · cited by 0
- AdicCompletion.eval_lift_applystatement · cited by 0