Theorems · Definition · ring theory
Algebra.adjoinCommSemiringOfComm
Deprecated since 2026-03-11Use Algebra.isMulCommutative_adjoin instead.
(R : Type uR) →
{A : Type uA} →
[inst : CommSemiring R] →
[inst_1 : Semiring A] →
[inst_2 : Algebra R A] → {s : Set A} → (∀ a ∈ s, ∀ b ∈ s, a * b = b * a) → CommSemiring ↥(Algebra.adjoin R s)If all elements of s : Set A commute pairwise, then adjoin R s is a non-unital commutative
semiring.
See note [reducible non-instances].
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 73 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.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Semiringstatement and proof · cited by 13,802
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- Subalgebrastatement · cited by 1,353
- Algebra.adjoinstatement and proof · cited by 535
- IsMulCommutativeproof · cited by 95
- Algebra.isMulCommutative_adjoinproof · cited by 0
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.