Mathlib Map

Theorems · Theorem · commutative algebra

Ideal.IsMaximal.exists_inv_pow

∀ {R : Type u} [inst : CommSemiring R] (I : Ideal R) [I.IsMaximal] {x : R},
  x ∉ I → ∀ (n : ℕ), ∃ y, ∃ i ∈ I ^ n, y * x + i = 1

Generalize Ideal.IsMaximal.exists_inv to power of maximal ideals.

Defined in
Mathlib.RingTheory.Ideal.Operations
Cited by
1 results in Mathlib
Foundations
Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiringIdeal.IsMaximal

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.

Cited by1

Results whose statement or proof uses this declaration.