Mathlib Map

Theorems · Definition · commutative algebra

AdicCompletion.map

{R : Type u_1} →
  [inst : CommRing R] →
    (I : Ideal R) →
      {M : Type u_2} →
        [inst_1 : AddCommGroup M] →
          [inst_2 : Module R M] →
            {N : Type u_3} →
              [inst_3 : AddCommGroup N] →
                [inst_4 : Module R N] → (M →ₗ[R] N) → AdicCompletion I M →ₗ[AdicCompletion I R] AdicCompletion I N

A linear map induces a map on adic completions.

Defined in
Mathlib.RingTheory.AdicCompletion.Functoriality
Cited by
24 results in Mathlib
Foundations
Depth 108 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingAddCommGroupModuleAddCommGroupModule

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

AdicCompletion.ofPowSMul · cited by 6AdicCompletion.ofPowSMulAdicCompletion.sum · cited by 5AdicCompletion.sumAdicCompletion.sumInv · cited by 5AdicCompletion.sumInvAdicCompletion.pow_smul_top_eq_ker_eval · cited by 4AdicCompletion.pow_smul_t…AdicCompletion.map_comp · cited by 3AdicCompletion.map_compAdicCompletion.pi · cited by 3AdicCompletion.piAdicCompletion.map_id · cited by 2AdicCompletion.map_idAdicCompletion.map_surjective · cited by 2AdicCompletion.map_surjec…AdicCompletion.map_val_apply · cited by 2AdicCompletion.map_val_ap…AdicCompletion.sum_lof · cited by 2AdicCompletion.sum_lofAdicCompletion.congr · cited by 2AdicCompletion.congrAdicCompletion.map_injective · cited by 1AdicCompletion.map_inject…AdicCompletion.map_of · cited by 1AdicCompletion.map_ofAdicCompletion.map_surjective_of_mkQ_comp_surjective · cited by 1AdicCompletion.map_surjec…AdicCompletion.map_zero · cited by 1AdicCompletion.map_zeroModule · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idCommRing · cited by 17173CommRingAddCommGroup · cited by 12871AddCommGroupLinearMap · cited by 10215LinearMapIdeal · cited by 4748IdealLinearMap.comp · cited by 1642LinearMap.compLinearMap.restrictScalars · cited by 215LinearMap.restrictScalarsLinearMap.toAddHom · cited by 165LinearMap.toAddHomAdicCompletion · cited by 160AdicCompletionAdicCompletion.eval · cited by 24AdicCompletion.evalAdicCompletion.lift · cited by 9AdicCompletion.liftLinearMap.reduceModIdeal · cited by 6LinearMap.reduceModIdealAdicCompletion.mapCITED BYCITES

Cites13

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by29

Results whose statement or proof uses this declaration.