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.
- DFunLike.coestatement · cited by 62,936
- Semiringstatement and proof · cited by 13,802
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- Finsuppstatement · cited by 5,255
- Idealstatement and proof · cited by 4,748
- Module.Basisstatement and proof · cited by 1,477
- LinearEquiv.symmproof · cited by 1,461
- Finsupp.sumstatement · cited by 481
- Module.Basis.mapproof · cited by 70
- LinearEquiv.restrictScalarsproof · cited by 46
- Submodule.restrictScalarsEquivproof · cited by 6
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.