Theorems · Theorem · commutative algebra
MulMemClass.mul_mem_add_closure
∀ {M : Type u_1} {R : Type u_2} [inst : NonUnitalNonAssocSemiring R] [inst_1 : SetLike M R] [MulMemClass M R] {S : M}
{a b : R}, a ∈ AddSubmonoid.closure ↑S → b ∈ AddSubmonoid.closure ↑S → a * b ∈ AddSubmonoid.closure ↑SThe product of two elements of the additive closure of a submonoid M is an element of the
additive closure of M.
- Defined in
- Mathlib.Algebra.Ring.Submonoid.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 66 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- SetLike.coestatement and proof · cited by 8,199
- MulZeroClass.mul_zeroproof · cited by 2,091
- AddSubmonoidstatement and proof · cited by 1,178
- SetLikestatement and proof · cited by 1,084
- NonUnitalNonAssocSemiringstatement and proof · cited by 1,081
- mul_addproof · cited by 413
- AddMemClass.add_memproof · cited by 229
- AddSubmonoid.closurestatement and proof · cited by 224
- ZeroMemClass.zero_memproof · cited by 162
- AddSubmonoid.closure_inductionproof · cited by 30
- MulMemClassstatement and proof · cited by 25
- ZeroMemClassproof · cited by 25
Cited by1
Results whose statement or proof uses this declaration.
- MulMemClass.mul_left_mem_add_closureproof · cited by 0