Mathlib Map

Theorems · Definition · commutative algebra

AdicCompletion.AdicCauchySequence.mk

{R : Type u_1} →
  [inst : CommRing R] →
    (I : Ideal R) →
      (M : Type u_4) →
        [inst_1 : AddCommGroup M] →
          [inst_2 : Module R M] →
            (f : ℕ → M) → (∀ (n : ℕ), f n ≡ f (n + 1) [SMOD I ^ n • ⊤]) → AdicCompletion.AdicCauchySequence I M

Construct I-adic Cauchy sequence from sequence satisfying the successive Cauchy condition.

Defined in
Mathlib.RingTheory.AdicCompletion.Basic
Cited by
4 results in Mathlib
Foundations
Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingAddCommGroupModule

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.

Cited by5

Results whose statement or proof uses this declaration.