Mathlib Map

Theorems · Theorem · commutative algebra

Basis.mem_ideal_iff

∀ {ι : Type u_1} {R : Type u_2} {S : Type u_3} [inst : CommSemiring R] [inst_1 : Semiring S] [inst_2 : Algebra R S]
  {I : Ideal S} (b : Module.Basis ι R ↥I) {x : S}, x ∈ I ↔ ∃ c, x = c.sum fun i x => x • ↑(b i)

If I : Ideal S has a basis over R, x ∈ I iff it is a linear combination of basis vectors.

Defined in
Mathlib.RingTheory.Ideal.Basis
Cited by
0 results in Mathlib
Foundations
Depth 88 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiringSemiringAlgebra

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 by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.