HomeHome Intuitionistic Logic Explorer
Theorem List (p. 142 of 171)
< Previous  Next >
Bad symbols? Try the
GIF version.

Mirrors  >  Metamath Home Page  >  ILE Home Page  >  Theorem List Contents  >  Recent Proofs       This page: Page List

Theorem List for Intuitionistic Logic Explorer - 14101-14200   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoremgsumfzsnfd 14101* Group sum of a singleton, deduction form, using bound-variable hypotheses instead of distinct variable conditions. (Contributed by Mario Carneiro, 19-Dec-2014.) (Revised by Thierry Arnoux, 28-Mar-2018.) (Revised by AV, 11-Dec-2019.)
𝐵 = (Base‘𝐺)    &   (𝜑𝐺 ∈ Mnd)    &   (𝜑𝑀 ∈ ℤ)    &   (𝜑𝐶𝐵)    &   ((𝜑𝑘 = 𝑀) → 𝐴 = 𝐶)    &   𝑘𝜑    &   𝑘𝐶       (𝜑 → (𝐺 Σg (𝑘 ∈ {𝑀} ↦ 𝐴)) = 𝐶)
 
Theoremgsumsplit0 14102 Splitting off the rightmost summand of a group sum (even if it is the only summand). Similar to gsumsplit1r 13664 except that 𝑁 can equal 𝑀 − 1. (Contributed by Jim Kingdon, 4-Apr-2026.)
𝐵 = (Base‘𝐺)    &    + = (+g𝐺)    &   (𝜑𝐺 ∈ Mnd)    &   (𝜑𝑀 ∈ ℤ)    &   (𝜑𝑁 ∈ (ℤ‘(𝑀 − 1)))    &   (𝜑𝐹:(𝑀...(𝑁 + 1))⟶𝐵)       (𝜑 → (𝐺 Σg 𝐹) = ((𝐺 Σg (𝐹 ↾ (𝑀...𝑁))) + (𝐹‘(𝑁 + 1))))
 
7.2.6  Finite group sum over unordered finite set
 
Syntaxcgfsu 14103 Extend class notation to include finite group sum over unordered finite set.
class Σgf
 
Definitiondf-gfsum 14104* Define the finite group sum (iterated sum) over an unordered finite set.

Given 𝐺 Σgf 𝐹 where 𝐹:𝐴⟶(Base‘𝐺), the set of indices is 𝐴 and the values are given by 𝐹 at each index. For this notation, 𝐴 is a finite set and 𝐺 is a commutative monoid, and the sum adds up these elements in some order (the sum does not depend on the order).

For a sum indexed by consecutive integers (and thus defining an order for the sum), see df-igsum 13559. (Contributed by Jim Kingdon, 23-Mar-2026.)

Σgf = (𝑤 ∈ CMnd, 𝑓 ∈ V ↦ (℩𝑥(dom 𝑓 ∈ Fin ∧ ∃𝑔(𝑔:(1...(♯‘dom 𝑓))–1-1-onto→dom 𝑓𝑥 = (𝑤 Σg (𝑓𝑔))))))
 
Theoremgfsumval 14105 Value of the finite group sum over an unordered finite set. (Contributed by Jim Kingdon, 24-Mar-2026.)
𝐵 = (Base‘𝑊)    &   (𝜑𝑊 ∈ CMnd)    &   (𝜑𝐹:𝐴𝐵)    &   (𝜑𝐴 ∈ Fin)    &   (𝜑𝐺:(1...(♯‘𝐴))–1-1-onto𝐴)       (𝜑 → (𝑊 Σgf 𝐹) = (𝑊 Σg (𝐹𝐺)))
 
Theoremgsumgfsum1 14106 On an integer range starting at one, Σg and Σgf agree. (Contributed by Jim Kingdon, 25-Mar-2026.)
𝐵 = (Base‘𝐺)    &   (𝜑𝐺 ∈ CMnd)    &   (𝜑𝑁 ∈ ℕ0)    &   (𝜑𝐹:(1...𝑁)⟶𝐵)       (𝜑 → (𝐺 Σg 𝐹) = (𝐺 Σgf 𝐹))
 
Theoremgfsum0 14107 An empty finite group sum is the identity. (Contributed by Jim Kingdon, 26-Mar-2026.)
(𝐺 ∈ CMnd → (𝐺 Σgf ∅) = (0g𝐺))
 
Theoremgsumshift 14108* Shifting the indexes of a group sum indexed by consecutive integers. (Contributed by Jim Kingdon, 26-Mar-2026.)
𝐵 = (Base‘𝐺)    &   (𝜑𝐺 ∈ CMnd)    &   (𝜑𝑁 ∈ (ℤ𝑀))    &   (𝜑𝐹:(𝑀...𝑁)⟶𝐵)    &   𝑆 = (𝑗 ∈ (1...(𝑁 + (1 − 𝑀))) ↦ (𝑗 − (1 − 𝑀)))       (𝜑 → (𝐺 Σg 𝐹) = (𝐺 Σg (𝐹𝑆)))
 
Theoremgsumgfsum 14109 On an integer range, Σg and Σgf agree. (Contributed by Jim Kingdon, 25-Mar-2026.)
𝐵 = (Base‘𝐺)    &   (𝜑𝐺 ∈ CMnd)    &   (𝜑𝑀 ∈ ℤ)    &   (𝜑𝑁 ∈ ℤ)    &   (𝜑𝐹:(𝑀...𝑁)⟶𝐵)       (𝜑 → (𝐺 Σg 𝐹) = (𝐺 Σgf 𝐹))
 
Theoremgfsumsn 14110* Group sum of a singleton. (Contributed by Jim Kingdon, 2-Apr-2026.)
𝐵 = (Base‘𝐺)    &   (𝑘 = 𝑀𝐴 = 𝐶)       ((𝐺 ∈ CMnd ∧ 𝑀𝑉𝐶𝐵) → (𝐺 Σgf (𝑘 ∈ {𝑀} ↦ 𝐴)) = 𝐶)
 
Theoremgfsump1 14111 Splitting off one element from a finite group sum. This would typically used in a proof by induction. (Contributed by Jim Kingdon, 3-Apr-2026.)
𝐵 = (Base‘𝐺)    &    + = (+g𝐺)    &   (𝜑𝐺 ∈ CMnd)    &   (𝜑𝐹:(𝑌 ∪ {𝑍})⟶𝐵)    &   (𝜑𝑌 ∈ Fin)    &   (𝜑𝑍𝑉)    &   (𝜑 → ¬ 𝑍𝑌)       (𝜑 → (𝐺 Σgf 𝐹) = ((𝐺 Σgf (𝐹𝑌)) + (𝐹𝑍)))
 
Theoremgfsumz 14112* Value of a finite group sum over the zero element. (Contributed by Jim Kingdon, 24-May-2026.)
0 = (0g𝐺)       ((𝐺 ∈ CMnd ∧ 𝐴 ∈ Fin) → (𝐺 Σgf (𝑘𝐴0 )) = 0 )
 
Theoremgfsumcl 14113 Closure of a finite group sum. (Contributed by Jim Kingdon, 8-Apr-2026.)
𝐵 = (Base‘𝐺)    &    0 = (0g𝐺)    &   (𝜑𝐺 ∈ CMnd)    &   (𝜑𝐴 ∈ Fin)    &   (𝜑𝐹:𝐴𝐵)       (𝜑 → (𝐺 Σgf 𝐹) ∈ 𝐵)
 
7.2.7  Structure product
 
Syntaxcprds 14114 The function constructing structure products.
class Xs
 
Definitiondf-prds 14115* Define a structure product. This can be a product of groups, rings, modules, or ordered topological fields; any unused components will have garbage in them but this is usually not relevant for the purpose of inheriting the structures present in the factors. (Contributed by Stefan O'Rear, 3-Jan-2015.) (Revised by Thierry Arnoux, 15-Jun-2019.) (Revised by Zhi Wang, 18-Aug-2024.)
Xs = (𝑠 ∈ V, 𝑟 ∈ V ↦ X𝑥 ∈ dom 𝑟(Base‘(𝑟𝑥)) / 𝑣(𝑓𝑣, 𝑔𝑣X𝑥 ∈ dom 𝑟((𝑓𝑥)(Hom ‘(𝑟𝑥))(𝑔𝑥))) / (({⟨(Base‘ndx), 𝑣⟩, ⟨(+g‘ndx), (𝑓𝑣, 𝑔𝑣 ↦ (𝑥 ∈ dom 𝑟 ↦ ((𝑓𝑥)(+g‘(𝑟𝑥))(𝑔𝑥))))⟩, ⟨(.r‘ndx), (𝑓𝑣, 𝑔𝑣 ↦ (𝑥 ∈ dom 𝑟 ↦ ((𝑓𝑥)(.r‘(𝑟𝑥))(𝑔𝑥))))⟩} ∪ {⟨(Scalar‘ndx), 𝑠⟩, ⟨( ·𝑠 ‘ndx), (𝑓 ∈ (Base‘𝑠), 𝑔𝑣 ↦ (𝑥 ∈ dom 𝑟 ↦ (𝑓( ·𝑠 ‘(𝑟𝑥))(𝑔𝑥))))⟩, ⟨(·𝑖‘ndx), (𝑓𝑣, 𝑔𝑣 ↦ (𝑠 Σg (𝑥 ∈ dom 𝑟 ↦ ((𝑓𝑥)(·𝑖‘(𝑟𝑥))(𝑔𝑥)))))⟩}) ∪ ({⟨(TopSet‘ndx), (∏t‘(TopOpen ∘ 𝑟))⟩, ⟨(le‘ndx), {⟨𝑓, 𝑔⟩ ∣ ({𝑓, 𝑔} ⊆ 𝑣 ∧ ∀𝑥 ∈ dom 𝑟(𝑓𝑥)(le‘(𝑟𝑥))(𝑔𝑥))}⟩, ⟨(dist‘ndx), (𝑓𝑣, 𝑔𝑣 ↦ sup((ran (𝑥 ∈ dom 𝑟 ↦ ((𝑓𝑥)(dist‘(𝑟𝑥))(𝑔𝑥))) ∪ {0}), ℝ*, < ))⟩} ∪ {⟨(Hom ‘ndx), ⟩, ⟨(comp‘ndx), (𝑎 ∈ (𝑣 × 𝑣), 𝑐𝑣 ↦ (𝑑 ∈ ((2nd𝑎)𝑐), 𝑒 ∈ (𝑎) ↦ (𝑥 ∈ dom 𝑟 ↦ ((𝑑𝑥)(⟨((1st𝑎)‘𝑥), ((2nd𝑎)‘𝑥)⟩(comp‘(𝑟𝑥))(𝑐𝑥))(𝑒𝑥)))))⟩})))
 
Theoremreldmprds 14116 The structure product is a well-behaved binary operator. (Contributed by Stefan O'Rear, 7-Jan-2015.) (Revised by Thierry Arnoux, 15-Jun-2019.)
Rel dom Xs
 
Theoremprdsex 14117 Existence of the structure product. (Contributed by Jim Kingdon, 18-Mar-2025.)
((𝑆𝑉𝑅𝑊) → (𝑆Xs𝑅) ∈ V)
 
Theoremprdsval 14118* Value of the structure product. (Contributed by Stefan O'Rear, 3-Jan-2015.) (Revised by Mario Carneiro, 7-Jan-2017.) (Revised by Thierry Arnoux, 16-Jun-2019.) (Revised by Zhi Wang, 18-Aug-2024.)
𝑃 = (𝑆Xs𝑅)    &   𝐾 = (Base‘𝑆)    &   (𝜑 → dom 𝑅 = 𝐼)    &   (𝜑𝐵 = X𝑥𝐼 (Base‘(𝑅𝑥)))    &   (𝜑+ = (𝑓𝐵, 𝑔𝐵 ↦ (𝑥𝐼 ↦ ((𝑓𝑥)(+g‘(𝑅𝑥))(𝑔𝑥)))))    &   (𝜑× = (𝑓𝐵, 𝑔𝐵 ↦ (𝑥𝐼 ↦ ((𝑓𝑥)(.r‘(𝑅𝑥))(𝑔𝑥)))))    &   (𝜑· = (𝑓𝐾, 𝑔𝐵 ↦ (𝑥𝐼 ↦ (𝑓( ·𝑠 ‘(𝑅𝑥))(𝑔𝑥)))))    &   (𝜑, = (𝑓𝐵, 𝑔𝐵 ↦ (𝑆 Σg (𝑥𝐼 ↦ ((𝑓𝑥)(·𝑖‘(𝑅𝑥))(𝑔𝑥))))))    &   (𝜑𝑂 = (∏t‘(TopOpen ∘ 𝑅)))    &   (𝜑 = {⟨𝑓, 𝑔⟩ ∣ ({𝑓, 𝑔} ⊆ 𝐵 ∧ ∀𝑥𝐼 (𝑓𝑥)(le‘(𝑅𝑥))(𝑔𝑥))})    &   (𝜑𝐷 = (𝑓𝐵, 𝑔𝐵 ↦ sup((ran (𝑥𝐼 ↦ ((𝑓𝑥)(dist‘(𝑅𝑥))(𝑔𝑥))) ∪ {0}), ℝ*, < )))    &   (𝜑𝐻 = (𝑓𝐵, 𝑔𝐵X𝑥𝐼 ((𝑓𝑥)(Hom ‘(𝑅𝑥))(𝑔𝑥))))    &   (𝜑 = (𝑎 ∈ (𝐵 × 𝐵), 𝑐𝐵 ↦ (𝑑 ∈ ((2nd𝑎)𝐻𝑐), 𝑒 ∈ (𝐻𝑎) ↦ (𝑥𝐼 ↦ ((𝑑𝑥)(⟨((1st𝑎)‘𝑥), ((2nd𝑎)‘𝑥)⟩(comp‘(𝑅𝑥))(𝑐𝑥))(𝑒𝑥))))))    &   (𝜑𝑆𝑊)    &   (𝜑𝑅𝑍)       (𝜑𝑃 = (({⟨(Base‘ndx), 𝐵⟩, ⟨(+g‘ndx), + ⟩, ⟨(.r‘ndx), × ⟩} ∪ {⟨(Scalar‘ndx), 𝑆⟩, ⟨( ·𝑠 ‘ndx), · ⟩, ⟨(·𝑖‘ndx), , ⟩}) ∪ ({⟨(TopSet‘ndx), 𝑂⟩, ⟨(le‘ndx), ⟩, ⟨(dist‘ndx), 𝐷⟩} ∪ {⟨(Hom ‘ndx), 𝐻⟩, ⟨(comp‘ndx), ⟩})))
 
Theoremprdsbaslemss 14119 Lemma for prdsbas 14121 and similar theorems. (Contributed by Jim Kingdon, 10-Nov-2025.)
𝑃 = (𝑆Xs𝑅)    &   (𝜑𝑆𝑉)    &   (𝜑𝑅𝑊)    &   𝐴 = (𝐸𝑃)    &   𝐸 = Slot (𝐸‘ndx)    &   (𝐸‘ndx) ∈ ℕ    &   (𝜑𝑇𝑋)    &   (𝜑 → {⟨(𝐸‘ndx), 𝑇⟩} ⊆ 𝑃)       (𝜑𝐴 = 𝑇)
 
Theoremprdssca 14120 Scalar ring of a structure product. (Contributed by Stefan O'Rear, 5-Jan-2015.) (Revised by Mario Carneiro, 15-Aug-2015.) (Revised by Thierry Arnoux, 16-Jun-2019.) (Revised by Zhi Wang, 18-Aug-2024.)
𝑃 = (𝑆Xs𝑅)    &   (𝜑𝑆𝑉)    &   (𝜑𝑅𝑊)       (𝜑𝑆 = (Scalar‘𝑃))
 
Theoremprdsbas 14121* Base set of a structure product. (Contributed by Stefan O'Rear, 3-Jan-2015.) (Revised by Mario Carneiro, 15-Aug-2015.) (Revised by Thierry Arnoux, 16-Jun-2019.) (Revised by Zhi Wang, 18-Aug-2024.)
𝑃 = (𝑆Xs𝑅)    &   (𝜑𝑆𝑉)    &   (𝜑𝑅𝑊)    &   𝐵 = (Base‘𝑃)    &   (𝜑 → dom 𝑅 = 𝐼)       (𝜑𝐵 = X𝑥𝐼 (Base‘(𝑅𝑥)))
 
Theoremprdsplusg 14122* Addition in a structure product. (Contributed by Stefan O'Rear, 3-Jan-2015.) (Revised by Mario Carneiro, 15-Aug-2015.) (Revised by Thierry Arnoux, 16-Jun-2019.) (Revised by Zhi Wang, 18-Aug-2024.)
𝑃 = (𝑆Xs𝑅)    &   (𝜑𝑆𝑉)    &   (𝜑𝑅𝑊)    &   𝐵 = (Base‘𝑃)    &   (𝜑 → dom 𝑅 = 𝐼)    &    + = (+g𝑃)       (𝜑+ = (𝑓𝐵, 𝑔𝐵 ↦ (𝑥𝐼 ↦ ((𝑓𝑥)(+g‘(𝑅𝑥))(𝑔𝑥)))))
 
Theoremprdsmulr 14123* Multiplication in a structure product. (Contributed by Mario Carneiro, 11-Jan-2015.) (Revised by Mario Carneiro, 15-Aug-2015.) (Revised by Thierry Arnoux, 16-Jun-2019.) (Revised by Zhi Wang, 18-Aug-2024.)
𝑃 = (𝑆Xs𝑅)    &   (𝜑𝑆𝑉)    &   (𝜑𝑅𝑊)    &   𝐵 = (Base‘𝑃)    &   (𝜑 → dom 𝑅 = 𝐼)    &    · = (.r𝑃)       (𝜑· = (𝑓𝐵, 𝑔𝐵 ↦ (𝑥𝐼 ↦ ((𝑓𝑥)(.r‘(𝑅𝑥))(𝑔𝑥)))))
 
Theoremprdsbas2 14124* The base set of a structure product is an indexed set product. (Contributed by Stefan O'Rear, 10-Jan-2015.) (Revised by Mario Carneiro, 15-Aug-2015.)
𝑌 = (𝑆Xs𝑅)    &   𝐵 = (Base‘𝑌)    &   (𝜑𝑆𝑉)    &   (𝜑𝐼𝑊)    &   (𝜑𝑅 Fn 𝐼)       (𝜑𝐵 = X𝑥𝐼 (Base‘(𝑅𝑥)))
 
Theoremprdsbasmpt 14125* A constructed tuple is a point in a structure product iff each coordinate is in the proper base set. (Contributed by Stefan O'Rear, 10-Jan-2015.)
𝑌 = (𝑆Xs𝑅)    &   𝐵 = (Base‘𝑌)    &   (𝜑𝑆𝑉)    &   (𝜑𝐼𝑊)    &   (𝜑𝑅 Fn 𝐼)       (𝜑 → ((𝑥𝐼𝑈) ∈ 𝐵 ↔ ∀𝑥𝐼 𝑈 ∈ (Base‘(𝑅𝑥))))
 
Theoremprdsbasfn 14126 Points in the structure product are functions; use this with dffn5im 5727 to establish equalities. (Contributed by Stefan O'Rear, 10-Jan-2015.)
𝑌 = (𝑆Xs𝑅)    &   𝐵 = (Base‘𝑌)    &   (𝜑𝑆𝑉)    &   (𝜑𝐼𝑊)    &   (𝜑𝑅 Fn 𝐼)    &   (𝜑𝑇𝐵)       (𝜑𝑇 Fn 𝐼)
 
Theoremprdsbasprj 14127 Each point in a structure product restricts on each coordinate to the relevant base set. (Contributed by Stefan O'Rear, 10-Jan-2015.)
𝑌 = (𝑆Xs𝑅)    &   𝐵 = (Base‘𝑌)    &   (𝜑𝑆𝑉)    &   (𝜑𝐼𝑊)    &   (𝜑𝑅 Fn 𝐼)    &   (𝜑𝑇𝐵)    &   (𝜑𝐽𝐼)       (𝜑 → (𝑇𝐽) ∈ (Base‘(𝑅𝐽)))
 
Theoremprdsplusgval 14128* Value of a componentwise sum in a structure product. (Contributed by Stefan O'Rear, 10-Jan-2015.) (Revised by Mario Carneiro, 15-Aug-2015.)
𝑌 = (𝑆Xs𝑅)    &   𝐵 = (Base‘𝑌)    &   (𝜑𝑆𝑉)    &   (𝜑𝐼𝑊)    &   (𝜑𝑅 Fn 𝐼)    &   (𝜑𝐹𝐵)    &   (𝜑𝐺𝐵)    &    + = (+g𝑌)       (𝜑 → (𝐹 + 𝐺) = (𝑥𝐼 ↦ ((𝐹𝑥)(+g‘(𝑅𝑥))(𝐺𝑥))))
 
Theoremprdsplusgfval 14129 Value of a structure product sum at a single coordinate. (Contributed by Stefan O'Rear, 10-Jan-2015.)
𝑌 = (𝑆Xs𝑅)    &   𝐵 = (Base‘𝑌)    &   (𝜑𝑆𝑉)    &   (𝜑𝐼𝑊)    &   (𝜑𝑅 Fn 𝐼)    &   (𝜑𝐹𝐵)    &   (𝜑𝐺𝐵)    &    + = (+g𝑌)    &   (𝜑𝐽𝐼)       (𝜑 → ((𝐹 + 𝐺)‘𝐽) = ((𝐹𝐽)(+g‘(𝑅𝐽))(𝐺𝐽)))
 
Theoremprdsmulrval 14130* Value of a componentwise ring product in a structure product. (Contributed by Mario Carneiro, 11-Jan-2015.)
𝑌 = (𝑆Xs𝑅)    &   𝐵 = (Base‘𝑌)    &   (𝜑𝑆𝑉)    &   (𝜑𝐼𝑊)    &   (𝜑𝑅 Fn 𝐼)    &   (𝜑𝐹𝐵)    &   (𝜑𝐺𝐵)    &    · = (.r𝑌)       (𝜑 → (𝐹 · 𝐺) = (𝑥𝐼 ↦ ((𝐹𝑥)(.r‘(𝑅𝑥))(𝐺𝑥))))
 
Theoremprdsmulrfval 14131 Value of a structure product's ring product at a single coordinate. (Contributed by Mario Carneiro, 11-Jan-2015.)
𝑌 = (𝑆Xs𝑅)    &   𝐵 = (Base‘𝑌)    &   (𝜑𝑆𝑉)    &   (𝜑𝐼𝑊)    &   (𝜑𝑅 Fn 𝐼)    &   (𝜑𝐹𝐵)    &   (𝜑𝐺𝐵)    &    · = (.r𝑌)    &   (𝜑𝐽𝐼)       (𝜑 → ((𝐹 · 𝐺)‘𝐽) = ((𝐹𝐽)(.r‘(𝑅𝐽))(𝐺𝐽)))
 
Theoremprdsbas3 14132* The base set of an indexed structure product. (Contributed by Mario Carneiro, 13-Sep-2015.)
𝑌 = (𝑆Xs(𝑥𝐼𝑅))    &   𝐵 = (Base‘𝑌)    &   (𝜑𝑆𝑉)    &   (𝜑𝐼𝑊)    &   (𝜑 → ∀𝑥𝐼 𝑅𝑋)    &   𝐾 = (Base‘𝑅)       (𝜑𝐵 = X𝑥𝐼 𝐾)
 
Theoremprdsbasmpt2 14133* A constructed tuple is a point in a structure product iff each coordinate is in the proper base set. (Contributed by Mario Carneiro, 3-Jul-2015.) (Revised by Mario Carneiro, 13-Sep-2015.)
𝑌 = (𝑆Xs(𝑥𝐼𝑅))    &   𝐵 = (Base‘𝑌)    &   (𝜑𝑆𝑉)    &   (𝜑𝐼𝑊)    &   (𝜑 → ∀𝑥𝐼 𝑅𝑋)    &   𝐾 = (Base‘𝑅)       (𝜑 → ((𝑥𝐼𝑈) ∈ 𝐵 ↔ ∀𝑥𝐼 𝑈𝐾))
 
Theoremprdsbascl 14134* An element of the base has projections closed in the factors. (Contributed by Mario Carneiro, 27-Aug-2015.)
𝑌 = (𝑆Xs(𝑥𝐼𝑅))    &   𝐵 = (Base‘𝑌)    &   (𝜑𝑆𝑉)    &   (𝜑𝐼𝑊)    &   (𝜑 → ∀𝑥𝐼 𝑅𝑋)    &   𝐾 = (Base‘𝑅)    &   (𝜑𝐹𝐵)       (𝜑 → ∀𝑥𝐼 (𝐹𝑥) ∈ 𝐾)
 
Theoremprdsplusgsgrpcl 14135 Structure product pointwise sums are closed when the factors are semigroups. (Contributed by AV, 21-Feb-2025.)
𝑌 = (𝑆Xs𝑅)    &   𝐵 = (Base‘𝑌)    &    + = (+g𝑌)    &   (𝜑𝑆𝑉)    &   (𝜑𝐼𝑊)    &   (𝜑𝑅:𝐼⟶Smgrp)    &   (𝜑𝐹𝐵)    &   (𝜑𝐺𝐵)       (𝜑 → (𝐹 + 𝐺) ∈ 𝐵)
 
Theoremprdssgrpd 14136 The product of a family of semigroups is a semigroup. (Contributed by AV, 21-Feb-2025.)
𝑌 = (𝑆Xs𝑅)    &   (𝜑𝐼𝑊)    &   (𝜑𝑆𝑉)    &   (𝜑𝑅:𝐼⟶Smgrp)       (𝜑𝑌 ∈ Smgrp)
 
Theoremprdsplusgcl 14137 Structure product pointwise sums are closed when the factors are monoids. (Contributed by Stefan O'Rear, 10-Jan-2015.)
𝑌 = (𝑆Xs𝑅)    &   𝐵 = (Base‘𝑌)    &    + = (+g𝑌)    &   (𝜑𝑆𝑉)    &   (𝜑𝐼𝑊)    &   (𝜑𝑅:𝐼⟶Mnd)    &   (𝜑𝐹𝐵)    &   (𝜑𝐺𝐵)       (𝜑 → (𝐹 + 𝐺) ∈ 𝐵)
 
Theoremprdsidlem 14138* Characterization of identity in a structure product. (Contributed by Mario Carneiro, 10-Jan-2015.)
𝑌 = (𝑆Xs𝑅)    &   𝐵 = (Base‘𝑌)    &    + = (+g𝑌)    &   (𝜑𝑆𝑉)    &   (𝜑𝐼𝑊)    &   (𝜑𝑅:𝐼⟶Mnd)    &    0 = (0g𝑅)       (𝜑 → ( 0𝐵 ∧ ∀𝑥𝐵 (( 0 + 𝑥) = 𝑥 ∧ (𝑥 + 0 ) = 𝑥)))
 
Theoremprdsmndd 14139 The product of a family of monoids is a monoid. (Contributed by Stefan O'Rear, 10-Jan-2015.)
𝑌 = (𝑆Xs𝑅)    &   (𝜑𝐼𝑊)    &   (𝜑𝑆𝑉)    &   (𝜑𝑅:𝐼⟶Mnd)       (𝜑𝑌 ∈ Mnd)
 
Theoremprds0g 14140 The identity in a product of monoids. (Contributed by Stefan O'Rear, 10-Jan-2015.)
𝑌 = (𝑆Xs𝑅)    &   (𝜑𝐼𝑊)    &   (𝜑𝑆𝑉)    &   (𝜑𝑅:𝐼⟶Mnd)       (𝜑 → (0g𝑅) = (0g𝑌))
 
Theoremprdsinvlem 14141* Characterization of inverses in a structure product. (Contributed by Mario Carneiro, 10-Jan-2015.)
𝑌 = (𝑆Xs𝑅)    &   𝐵 = (Base‘𝑌)    &    + = (+g𝑌)    &   (𝜑𝑆𝑉)    &   (𝜑𝐼𝑊)    &   (𝜑𝑅:𝐼⟶Grp)    &   (𝜑𝐹𝐵)    &    0 = (0g𝑅)    &   𝑁 = (𝑦𝐼 ↦ ((invg‘(𝑅𝑦))‘(𝐹𝑦)))       (𝜑 → (𝑁𝐵 ∧ (𝑁 + 𝐹) = 0 ))
 
Theoremprdsgrpd 14142 The product of a family of groups is a group. (Contributed by Stefan O'Rear, 10-Jan-2015.)
𝑌 = (𝑆Xs𝑅)    &   (𝜑𝐼𝑊)    &   (𝜑𝑆𝑉)    &   (𝜑𝑅:𝐼⟶Grp)       (𝜑𝑌 ∈ Grp)
 
Theoremprdsinvgd 14143* Negation in a product of groups. (Contributed by Stefan O'Rear, 10-Jan-2015.)
𝑌 = (𝑆Xs𝑅)    &   (𝜑𝐼𝑊)    &   (𝜑𝑆𝑉)    &   (𝜑𝑅:𝐼⟶Grp)    &   𝐵 = (Base‘𝑌)    &   𝑁 = (invg𝑌)    &   (𝜑𝑋𝐵)       (𝜑 → (𝑁𝑋) = (𝑥𝐼 ↦ ((invg‘(𝑅𝑥))‘(𝑋𝑥))))
 
7.2.8  Binary product on structures
 
Syntaxcxps 14144 Binary product structure function.
class ×s
 
Definitiondf-xps 14145* Define a binary product on structures. (Contributed by Mario Carneiro, 14-Aug-2015.) (Revised by Jim Kingdon, 25-Sep-2023.)
×s = (𝑟 ∈ V, 𝑠 ∈ V ↦ ((𝑥 ∈ (Base‘𝑟), 𝑦 ∈ (Base‘𝑠) ↦ {⟨∅, 𝑥⟩, ⟨1o, 𝑦⟩}) “s ((Scalar‘𝑟)Xs{⟨∅, 𝑟⟩, ⟨1o, 𝑠⟩})))
 
Theoremxpsval 14146* Value of the binary structure product function. (Contributed by Mario Carneiro, 14-Aug-2015.) (Revised by Jim Kingdon, 25-Sep-2023.)
𝑇 = (𝑅 ×s 𝑆)    &   𝑋 = (Base‘𝑅)    &   𝑌 = (Base‘𝑆)    &   (𝜑𝑅𝑉)    &   (𝜑𝑆𝑊)    &   𝐹 = (𝑥𝑋, 𝑦𝑌 ↦ {⟨∅, 𝑥⟩, ⟨1o, 𝑦⟩})    &   𝐺 = (Scalar‘𝑅)    &   𝑈 = (𝐺Xs{⟨∅, 𝑅⟩, ⟨1o, 𝑆⟩})       (𝜑𝑇 = (𝐹s 𝑈))
 
7.2.9  Structure power
 
Syntaxcpws 14147 The function constructing structure powers.
class s
 
Definitiondf-pws 14148* Define a structure power, which is just a structure product where all the factors are the same. (Contributed by Mario Carneiro, 11-Jan-2015.)
s = (𝑟 ∈ V, 𝑖 ∈ V ↦ ((Scalar‘𝑟)Xs(𝑖 × {𝑟})))
 
Theorempwsval 14149 Value of a structure power. (Contributed by Mario Carneiro, 11-Jan-2015.)
𝑌 = (𝑅s 𝐼)    &   𝐹 = (Scalar‘𝑅)       ((𝑅𝑉𝐼𝑊) → 𝑌 = (𝐹Xs(𝐼 × {𝑅})))
 
Theorempwsbas 14150 Base set of a structure power. (Contributed by Mario Carneiro, 11-Jan-2015.)
𝑌 = (𝑅s 𝐼)    &   𝐵 = (Base‘𝑅)       ((𝑅𝑉𝐼𝑊) → (𝐵𝑚 𝐼) = (Base‘𝑌))
 
Theorempwselbasb 14151 Membership in the base set of a structure power. (Contributed by Stefan O'Rear, 24-Jan-2015.)
𝑌 = (𝑅s 𝐼)    &   𝐵 = (Base‘𝑅)    &   𝑉 = (Base‘𝑌)       ((𝑅𝑊𝐼𝑍) → (𝑋𝑉𝑋:𝐼𝐵))
 
Theorempwselbas 14152 An element of a structure power is a function from the index set to the base set of the structure. (Contributed by Mario Carneiro, 11-Jan-2015.) (Revised by Mario Carneiro, 5-Jun-2015.)
𝑌 = (𝑅s 𝐼)    &   𝐵 = (Base‘𝑅)    &   𝑉 = (Base‘𝑌)    &   (𝜑𝑅𝑊)    &   (𝜑𝐼𝑍)    &   (𝜑𝑋𝑉)       (𝜑𝑋:𝐼𝐵)
 
Theorempwsplusgval 14153 Value of addition in a structure power. (Contributed by Mario Carneiro, 11-Jan-2015.)
𝑌 = (𝑅s 𝐼)    &   𝐵 = (Base‘𝑌)    &   (𝜑𝑅𝑉)    &   (𝜑𝐼𝑊)    &   (𝜑𝐹𝐵)    &   (𝜑𝐺𝐵)    &    + = (+g𝑅)    &    = (+g𝑌)       (𝜑 → (𝐹 𝐺) = (𝐹𝑓 + 𝐺))
 
Theorempwsmulrval 14154 Value of multiplication in a structure power. (Contributed by Mario Carneiro, 11-Jan-2015.)
𝑌 = (𝑅s 𝐼)    &   𝐵 = (Base‘𝑌)    &   (𝜑𝑅𝑉)    &   (𝜑𝐼𝑊)    &   (𝜑𝐹𝐵)    &   (𝜑𝐺𝐵)    &    · = (.r𝑅)    &    = (.r𝑌)       (𝜑 → (𝐹 𝐺) = (𝐹𝑓 · 𝐺))
 
Theorempwsdiagel 14155 Membership of diagonal elements in the structure power base set. (Contributed by Stefan O'Rear, 24-Jan-2015.)
𝑌 = (𝑅s 𝐼)    &   𝐵 = (Base‘𝑅)    &   𝐶 = (Base‘𝑌)       (((𝑅𝑉𝐼𝑊) ∧ 𝐴𝐵) → (𝐼 × {𝐴}) ∈ 𝐶)
 
Theorempwssnf1o 14156* Triviality of singleton powers: set equipollence. (Contributed by Stefan O'Rear, 24-Jan-2015.)
𝑌 = (𝑅s {𝐼})    &   𝐵 = (Base‘𝑅)    &   𝐹 = (𝑥𝐵 ↦ ({𝐼} × {𝑥}))    &   𝐶 = (Base‘𝑌)       ((𝑅𝑉𝐼𝑊) → 𝐹:𝐵1-1-onto𝐶)
 
Theorempwsmnd 14157 The structure power of a monoid is a monoid. (Contributed by Mario Carneiro, 11-Jan-2015.)
𝑌 = (𝑅s 𝐼)       ((𝑅 ∈ Mnd ∧ 𝐼𝑉) → 𝑌 ∈ Mnd)
 
Theorempws0g 14158 The identity in a structure power of a monoid. (Contributed by Mario Carneiro, 11-Jan-2015.)
𝑌 = (𝑅s 𝐼)    &    0 = (0g𝑅)       ((𝑅 ∈ Mnd ∧ 𝐼𝑉) → (𝐼 × { 0 }) = (0g𝑌))
 
Theorempwsgrp 14159 A structure power of a group is a group. (Contributed by Mario Carneiro, 11-Jan-2015.)
𝑌 = (𝑅s 𝐼)       ((𝑅 ∈ Grp ∧ 𝐼𝑉) → 𝑌 ∈ Grp)
 
Theorempwsinvg 14160 Negation in a structure power. (Contributed by Mario Carneiro, 11-Jan-2015.)
𝑌 = (𝑅s 𝐼)    &   𝐵 = (Base‘𝑌)    &   𝑀 = (invg𝑅)    &   𝑁 = (invg𝑌)       ((𝑅 ∈ Grp ∧ 𝐼𝑉𝑋𝐵) → (𝑁𝑋) = (𝑀𝑋))
 
Theorempwssub 14161 Subtraction in a structure power. (Contributed by Mario Carneiro, 12-Jan-2015.)
𝑌 = (𝑅s 𝐼)    &   𝐵 = (Base‘𝑌)    &   𝑀 = (-g𝑅)    &    = (-g𝑌)       (((𝑅 ∈ Grp ∧ 𝐼𝑉) ∧ (𝐹𝐵𝐺𝐵)) → (𝐹 𝐺) = (𝐹𝑓 𝑀𝐺))
 
7.3  Rings
 
7.3.1  Multiplicative Group
 
Syntaxcmgp 14162 Multiplicative group.
class mulGrp
 
Definitiondf-mgp 14163 Define a structure that puts the multiplication operation of a ring in the addition slot. Note that this will not actually be a group for the average ring, or even for a field, but it will be a monoid, and we get a group if we restrict to the elements that have inverses. This allows us to formalize such notions as "the multiplication operation of a ring is a monoid" or "the multiplicative identity" in terms of the identity of a monoid (df-ur 14206). (Contributed by Mario Carneiro, 21-Dec-2014.)
mulGrp = (𝑤 ∈ V ↦ (𝑤 sSet ⟨(+g‘ndx), (.r𝑤)⟩))
 
Theoremfnmgp 14164 The multiplicative group operator is a function. (Contributed by Mario Carneiro, 11-Mar-2015.)
mulGrp Fn V
 
Theoremmgpvalg 14165 Value of the multiplication group operation. (Contributed by Mario Carneiro, 21-Dec-2014.)
𝑀 = (mulGrp‘𝑅)    &    · = (.r𝑅)       (𝑅𝑉𝑀 = (𝑅 sSet ⟨(+g‘ndx), · ⟩))
 
Theoremmgpplusgg 14166 Value of the group operation of the multiplication group. (Contributed by Mario Carneiro, 21-Dec-2014.)
𝑀 = (mulGrp‘𝑅)    &    · = (.r𝑅)       (𝑅𝑉· = (+g𝑀))
 
Theoremmgpex 14167 Existence of the multiplication group. If 𝑅 is known to be a semiring, see srgmgp 14214. (Contributed by Jim Kingdon, 10-Jan-2025.)
𝑀 = (mulGrp‘𝑅)       (𝑅𝑉𝑀 ∈ V)
 
Theoremmgpbasg 14168 Base set of the multiplication group. (Contributed by Mario Carneiro, 21-Dec-2014.) (Revised by Mario Carneiro, 5-Oct-2015.)
𝑀 = (mulGrp‘𝑅)    &   𝐵 = (Base‘𝑅)       (𝑅𝑉𝐵 = (Base‘𝑀))
 
Theoremmgpscag 14169 The multiplication monoid has the same (if any) scalars as the original ring. (Contributed by Mario Carneiro, 12-Mar-2015.) (Revised by Mario Carneiro, 5-May-2015.)
𝑀 = (mulGrp‘𝑅)    &   𝑆 = (Scalar‘𝑅)       (𝑅𝑉𝑆 = (Scalar‘𝑀))
 
Theoremmgptsetg 14170 Topology component of the multiplication group. (Contributed by Mario Carneiro, 5-Oct-2015.)
𝑀 = (mulGrp‘𝑅)       (𝑅𝑉 → (TopSet‘𝑅) = (TopSet‘𝑀))
 
Theoremmgptopng 14171 Topology of the multiplication group. (Contributed by Mario Carneiro, 5-Oct-2015.)
𝑀 = (mulGrp‘𝑅)    &   𝐽 = (TopOpen‘𝑅)       (𝑅𝑉𝐽 = (TopOpen‘𝑀))
 
Theoremmgpdsg 14172 Distance function of the multiplication group. (Contributed by Mario Carneiro, 5-Oct-2015.)
𝑀 = (mulGrp‘𝑅)    &   𝐵 = (dist‘𝑅)       (𝑅𝑉𝐵 = (dist‘𝑀))
 
Theoremmgpress 14173 Subgroup commutes with the multiplicative group operator. (Contributed by Mario Carneiro, 10-Jan-2015.) (Proof shortened by AV, 18-Oct-2024.)
𝑆 = (𝑅s 𝐴)    &   𝑀 = (mulGrp‘𝑅)       ((𝑅𝑉𝐴𝑊) → (𝑀s 𝐴) = (mulGrp‘𝑆))
 
7.3.2  Non-unital rings ("rngs")

According to Wikipedia, "... in abstract algebra, a rng (or non-unital ring or pseudo-ring) is an algebraic structure satisfying the same properties as a [unital] ring, without assuming the existence of a multiplicative identity. The term "rng" (pronounced rung) is meant to suggest that it is a "ring" without "i", i.e. without the requirement for an "identity element"." (see https://en.wikipedia.org/wiki/Rng_(algebra), 28-Mar-2025).

 
Syntaxcrng 14174 Extend class notation with class of all non-unital rings.
class Rng
 
Definitiondf-rng 14175* Define the class of all non-unital rings. A non-unital ring (or rng, or pseudoring) is a set equipped with two everywhere-defined internal operations, whose first one is an additive abelian group operation and the second one is a multiplicative semigroup operation, and where the addition is left- and right-distributive for the multiplication. Definition of a pseudo-ring in section I.8.1 of [BourbakiAlg1] p. 93 or the definition of a ring in part Preliminaries of [Roman] p. 18. As almost always in mathematics, "non-unital" means "not necessarily unital". Therefore, by talking about a ring (in general) or a non-unital ring the "unital" case is always included. In contrast to a unital ring, the commutativity of addition must be postulated and cannot be proven from the other conditions. (Contributed by AV, 6-Jan-2020.)
Rng = {𝑓 ∈ Abel ∣ ((mulGrp‘𝑓) ∈ Smgrp ∧ [(Base‘𝑓) / 𝑏][(+g𝑓) / 𝑝][(.r𝑓) / 𝑡]𝑥𝑏𝑦𝑏𝑧𝑏 ((𝑥𝑡(𝑦𝑝𝑧)) = ((𝑥𝑡𝑦)𝑝(𝑥𝑡𝑧)) ∧ ((𝑥𝑝𝑦)𝑡𝑧) = ((𝑥𝑡𝑧)𝑝(𝑦𝑡𝑧))))}
 
Theoremisrng 14176* The predicate "is a non-unital ring." (Contributed by AV, 6-Jan-2020.)
𝐵 = (Base‘𝑅)    &   𝐺 = (mulGrp‘𝑅)    &    + = (+g𝑅)    &    · = (.r𝑅)       (𝑅 ∈ Rng ↔ (𝑅 ∈ Abel ∧ 𝐺 ∈ Smgrp ∧ ∀𝑥𝐵𝑦𝐵𝑧𝐵 ((𝑥 · (𝑦 + 𝑧)) = ((𝑥 · 𝑦) + (𝑥 · 𝑧)) ∧ ((𝑥 + 𝑦) · 𝑧) = ((𝑥 · 𝑧) + (𝑦 · 𝑧)))))
 
Theoremrngabl 14177 A non-unital ring is an (additive) abelian group. (Contributed by AV, 17-Feb-2020.)
(𝑅 ∈ Rng → 𝑅 ∈ Abel)
 
Theoremrngmgp 14178 A non-unital ring is a semigroup under multiplication. (Contributed by AV, 17-Feb-2020.)
𝐺 = (mulGrp‘𝑅)       (𝑅 ∈ Rng → 𝐺 ∈ Smgrp)
 
Theoremrngmgpf 14179 Restricted functionality of the multiplicative group on non-unital rings (mgpf 14257 analog). (Contributed by AV, 22-Feb-2025.)
(mulGrp ↾ Rng):Rng⟶Smgrp
 
Theoremrnggrp 14180 A non-unital ring is a (additive) group. (Contributed by AV, 16-Feb-2025.)
(𝑅 ∈ Rng → 𝑅 ∈ Grp)
 
Theoremrngass 14181 Associative law for the multiplication operation of a non-unital ring. (Contributed by NM, 27-Aug-2011.) (Revised by AV, 13-Feb-2025.)
𝐵 = (Base‘𝑅)    &    · = (.r𝑅)       ((𝑅 ∈ Rng ∧ (𝑋𝐵𝑌𝐵𝑍𝐵)) → ((𝑋 · 𝑌) · 𝑍) = (𝑋 · (𝑌 · 𝑍)))
 
Theoremrngdi 14182 Distributive law for the multiplication operation of a non-unital ring (left-distributivity). (Contributed by AV, 14-Feb-2025.)
𝐵 = (Base‘𝑅)    &    + = (+g𝑅)    &    · = (.r𝑅)       ((𝑅 ∈ Rng ∧ (𝑋𝐵𝑌𝐵𝑍𝐵)) → (𝑋 · (𝑌 + 𝑍)) = ((𝑋 · 𝑌) + (𝑋 · 𝑍)))
 
Theoremrngdir 14183 Distributive law for the multiplication operation of a non-unital ring (right-distributivity). (Contributed by AV, 17-Apr-2020.)
𝐵 = (Base‘𝑅)    &    + = (+g𝑅)    &    · = (.r𝑅)       ((𝑅 ∈ Rng ∧ (𝑋𝐵𝑌𝐵𝑍𝐵)) → ((𝑋 + 𝑌) · 𝑍) = ((𝑋 · 𝑍) + (𝑌 · 𝑍)))
 
Theoremrngacl 14184 Closure of the addition operation of a non-unital ring. (Contributed by AV, 16-Feb-2025.)
𝐵 = (Base‘𝑅)    &    + = (+g𝑅)       ((𝑅 ∈ Rng ∧ 𝑋𝐵𝑌𝐵) → (𝑋 + 𝑌) ∈ 𝐵)
 
Theoremrng0cl 14185 The zero element of a non-unital ring belongs to its base set. (Contributed by AV, 16-Feb-2025.)
𝐵 = (Base‘𝑅)    &    0 = (0g𝑅)       (𝑅 ∈ Rng → 0𝐵)
 
Theoremrngcl 14186 Closure of the multiplication operation of a non-unital ring. (Contributed by AV, 17-Apr-2020.)
𝐵 = (Base‘𝑅)    &    · = (.r𝑅)       ((𝑅 ∈ Rng ∧ 𝑋𝐵𝑌𝐵) → (𝑋 · 𝑌) ∈ 𝐵)
 
Theoremrnglz 14187 The zero of a non-unital ring is a left-absorbing element. (Contributed by FL, 31-Aug-2009.) Generalization of ringlz 14289. (Revised by AV, 17-Apr-2020.)
𝐵 = (Base‘𝑅)    &    · = (.r𝑅)    &    0 = (0g𝑅)       ((𝑅 ∈ Rng ∧ 𝑋𝐵) → ( 0 · 𝑋) = 0 )
 
Theoremrngrz 14188 The zero of a non-unital ring is a right-absorbing element. (Contributed by FL, 31-Aug-2009.) Generalization of ringrz 14290. (Revised by AV, 16-Feb-2025.)
𝐵 = (Base‘𝑅)    &    · = (.r𝑅)    &    0 = (0g𝑅)       ((𝑅 ∈ Rng ∧ 𝑋𝐵) → (𝑋 · 0 ) = 0 )
 
Theoremrngmneg1 14189 Negation of a product in a non-unital ring (mulneg1 8686 analog). In contrast to ringmneg1 14299, the proof does not (and cannot) make use of the existence of a ring unity. (Contributed by AV, 17-Feb-2025.)
𝐵 = (Base‘𝑅)    &    · = (.r𝑅)    &   𝑁 = (invg𝑅)    &   (𝜑𝑅 ∈ Rng)    &   (𝜑𝑋𝐵)    &   (𝜑𝑌𝐵)       (𝜑 → ((𝑁𝑋) · 𝑌) = (𝑁‘(𝑋 · 𝑌)))
 
Theoremrngmneg2 14190 Negation of a product in a non-unital ring (mulneg2 8687 analog). In contrast to ringmneg2 14300, the proof does not (and cannot) make use of the existence of a ring unity. (Contributed by AV, 17-Feb-2025.)
𝐵 = (Base‘𝑅)    &    · = (.r𝑅)    &   𝑁 = (invg𝑅)    &   (𝜑𝑅 ∈ Rng)    &   (𝜑𝑋𝐵)    &   (𝜑𝑌𝐵)       (𝜑 → (𝑋 · (𝑁𝑌)) = (𝑁‘(𝑋 · 𝑌)))
 
Theoremrngm2neg 14191 Double negation of a product in a non-unital ring (mul2neg 8689 analog). (Contributed by Mario Carneiro, 4-Dec-2014.) Generalization of ringm2neg 14301. (Revised by AV, 17-Feb-2025.)
𝐵 = (Base‘𝑅)    &    · = (.r𝑅)    &   𝑁 = (invg𝑅)    &   (𝜑𝑅 ∈ Rng)    &   (𝜑𝑋𝐵)    &   (𝜑𝑌𝐵)       (𝜑 → ((𝑁𝑋) · (𝑁𝑌)) = (𝑋 · 𝑌))
 
Theoremrngansg 14192 Every additive subgroup of a non-unital ring is normal. (Contributed by AV, 25-Feb-2025.)
(𝑅 ∈ Rng → (NrmSGrp‘𝑅) = (SubGrp‘𝑅))
 
Theoremrngsubdi 14193 Ring multiplication distributes over subtraction. (subdi 8676 analog.) (Contributed by Jeff Madsen, 19-Jun-2010.) (Revised by Mario Carneiro, 2-Jul-2014.) Generalization of ringsubdi 14302. (Revised by AV, 23-Feb-2025.)
𝐵 = (Base‘𝑅)    &    · = (.r𝑅)    &    = (-g𝑅)    &   (𝜑𝑅 ∈ Rng)    &   (𝜑𝑋𝐵)    &   (𝜑𝑌𝐵)    &   (𝜑𝑍𝐵)       (𝜑 → (𝑋 · (𝑌 𝑍)) = ((𝑋 · 𝑌) (𝑋 · 𝑍)))
 
Theoremrngsubdir 14194 Ring multiplication distributes over subtraction. (subdir 8677 analog.) (Contributed by Jeff Madsen, 19-Jun-2010.) (Revised by Mario Carneiro, 2-Jul-2014.) Generalization of ringsubdir 14303. (Revised by AV, 23-Feb-2025.)
𝐵 = (Base‘𝑅)    &    · = (.r𝑅)    &    = (-g𝑅)    &   (𝜑𝑅 ∈ Rng)    &   (𝜑𝑋𝐵)    &   (𝜑𝑌𝐵)    &   (𝜑𝑍𝐵)       (𝜑 → ((𝑋 𝑌) · 𝑍) = ((𝑋 · 𝑍) (𝑌 · 𝑍)))
 
Theoremisrngd 14195* Properties that determine a non-unital ring. (Contributed by AV, 14-Feb-2025.)
(𝜑𝐵 = (Base‘𝑅))    &   (𝜑+ = (+g𝑅))    &   (𝜑· = (.r𝑅))    &   (𝜑𝑅 ∈ Abel)    &   ((𝜑𝑥𝐵𝑦𝐵) → (𝑥 · 𝑦) ∈ 𝐵)    &   ((𝜑 ∧ (𝑥𝐵𝑦𝐵𝑧𝐵)) → ((𝑥 · 𝑦) · 𝑧) = (𝑥 · (𝑦 · 𝑧)))    &   ((𝜑 ∧ (𝑥𝐵𝑦𝐵𝑧𝐵)) → (𝑥 · (𝑦 + 𝑧)) = ((𝑥 · 𝑦) + (𝑥 · 𝑧)))    &   ((𝜑 ∧ (𝑥𝐵𝑦𝐵𝑧𝐵)) → ((𝑥 + 𝑦) · 𝑧) = ((𝑥 · 𝑧) + (𝑦 · 𝑧)))       (𝜑𝑅 ∈ Rng)
 
Theoremrngressid 14196 A non-unital ring restricted to its base set is a non-unital ring. It will usually be the original non-unital ring exactly, of course, but to show that needs additional conditions such as those in strressid 13371. (Contributed by Jim Kingdon, 5-May-2025.)
𝐵 = (Base‘𝐺)       (𝐺 ∈ Rng → (𝐺s 𝐵) ∈ Rng)
 
Theoremrngpropd 14197* If two structures have the same base set, and the values of their group (addition) and ring (multiplication) operations are equal for all pairs of elements of the base set, one is a non-unital ring iff the other one is. (Contributed by AV, 15-Feb-2025.)
(𝜑𝐵 = (Base‘𝐾))    &   (𝜑𝐵 = (Base‘𝐿))    &   ((𝜑 ∧ (𝑥𝐵𝑦𝐵)) → (𝑥(+g𝐾)𝑦) = (𝑥(+g𝐿)𝑦))    &   ((𝜑 ∧ (𝑥𝐵𝑦𝐵)) → (𝑥(.r𝐾)𝑦) = (𝑥(.r𝐿)𝑦))       (𝜑 → (𝐾 ∈ Rng ↔ 𝐿 ∈ Rng))
 
Theoremimasrng 14198* The image structure of a non-unital ring is a non-unital ring (imasring 14310 analog). (Contributed by AV, 22-Feb-2025.)
(𝜑𝑈 = (𝐹s 𝑅))    &   (𝜑𝑉 = (Base‘𝑅))    &    + = (+g𝑅)    &    · = (.r𝑅)    &   (𝜑𝐹:𝑉onto𝐵)    &   ((𝜑 ∧ (𝑎𝑉𝑏𝑉) ∧ (𝑝𝑉𝑞𝑉)) → (((𝐹𝑎) = (𝐹𝑝) ∧ (𝐹𝑏) = (𝐹𝑞)) → (𝐹‘(𝑎 + 𝑏)) = (𝐹‘(𝑝 + 𝑞))))    &   ((𝜑 ∧ (𝑎𝑉𝑏𝑉) ∧ (𝑝𝑉𝑞𝑉)) → (((𝐹𝑎) = (𝐹𝑝) ∧ (𝐹𝑏) = (𝐹𝑞)) → (𝐹‘(𝑎 · 𝑏)) = (𝐹‘(𝑝 · 𝑞))))    &   (𝜑𝑅 ∈ Rng)       (𝜑𝑈 ∈ Rng)
 
Theoremimasrngf1 14199 The image of a non-unital ring under an injection is a non-unital ring. (Contributed by AV, 22-Feb-2025.)
𝑈 = (𝐹s 𝑅)    &   𝑉 = (Base‘𝑅)       ((𝐹:𝑉1-1𝐵𝑅 ∈ Rng) → 𝑈 ∈ Rng)
 
Theoremqusrng 14200* The quotient structure of a non-unital ring is a non-unital ring (qusring2 14312 analog). (Contributed by AV, 23-Feb-2025.)
(𝜑𝑈 = (𝑅 /s ))    &   (𝜑𝑉 = (Base‘𝑅))    &    + = (+g𝑅)    &    · = (.r𝑅)    &   (𝜑 Er 𝑉)    &   (𝜑 → ((𝑎 𝑝𝑏 𝑞) → (𝑎 + 𝑏) (𝑝 + 𝑞)))    &   (𝜑 → ((𝑎 𝑝𝑏 𝑞) → (𝑎 · 𝑏) (𝑝 · 𝑞)))    &   (𝜑𝑅 ∈ Rng)       (𝜑𝑈 ∈ Rng)
    < Previous  Next >

Page List
Jump to page: Contents  1 1-100 2 101-200 3 201-300 4 301-400 5 401-500 6 501-600 7 601-700 8 701-800 9 801-900 10 901-1000 11 1001-1100 12 1101-1200 13 1201-1300 14 1301-1400 15 1401-1500 16 1501-1600 17 1601-1700 18 1701-1800 19 1801-1900 20 1901-2000 21 2001-2100 22 2101-2200 23 2201-2300 24 2301-2400 25 2401-2500 26 2501-2600 27 2601-2700 28 2701-2800 29 2801-2900 30 2901-3000 31 3001-3100 32 3101-3200 33 3201-3300 34 3301-3400 35 3401-3500 36 3501-3600 37 3601-3700 38 3701-3800 39 3801-3900 40 3901-4000 41 4001-4100 42 4101-4200 43 4201-4300 44 4301-4400 45 4401-4500 46 4501-4600 47 4601-4700 48 4701-4800 49 4801-4900 50 4901-5000 51 5001-5100 52 5101-5200 53 5201-5300 54 5301-5400 55 5401-5500 56 5501-5600 57 5601-5700 58 5701-5800 59 5801-5900 60 5901-6000 61 6001-6100 62 6101-6200 63 6201-6300 64 6301-6400 65 6401-6500 66 6501-6600 67 6601-6700 68 6701-6800 69 6801-6900 70 6901-7000 71 7001-7100 72 7101-7200 73 7201-7300 74 7301-7400 75 7401-7500 76 7501-7600 77 7601-7700 78 7701-7800 79 7801-7900 80 7901-8000 81 8001-8100 82 8101-8200 83 8201-8300 84 8301-8400 85 8401-8500 86 8501-8600 87 8601-8700 88 8701-8800 89 8801-8900 90 8901-9000 91 9001-9100 92 9101-9200 93 9201-9300 94 9301-9400 95 9401-9500 96 9501-9600 97 9601-9700 98 9701-9800 99 9801-9900 100 9901-10000 101 10001-10100 102 10101-10200 103 10201-10300 104 10301-10400 105 10401-10500 106 10501-10600 107 10601-10700 108 10701-10800 109 10801-10900 110 10901-11000 111 11001-11100 112 11101-11200 113 11201-11300 114 11301-11400 115 11401-11500 116 11501-11600 117 11601-11700 118 11701-11800 119 11801-11900 120 11901-12000 121 12001-12100 122 12101-12200 123 12201-12300 124 12301-12400 125 12401-12500 126 12501-12600 127 12601-12700 128 12701-12800 129 12801-12900 130 12901-13000 131 13001-13100 132 13101-13200 133 13201-13300 134 13301-13400 135 13401-13500 136 13501-13600 137 13601-13700 138 13701-13800 139 13801-13900 140 13901-14000 141 14001-14100 142 14101-14200 143 14201-14300 144 14301-14400 145 14401-14500 146 14501-14600 147 14601-14700 148 14701-14800 149 14801-14900 150 14901-15000 151 15001-15100 152 15101-15200 153 15201-15300 154 15301-15400 155 15401-15500 156 15501-15600 157 15601-15700 158 15701-15800 159 15801-15900 160 15901-16000 161 16001-16100 162 16101-16200 163 16201-16300 164 16301-16400 165 16401-16500 166 16501-16600 167 16601-16700 168 16701-16800 169 16801-16900 170 16901-17000 171 17001-17009
  Copyright terms: Public domain < Previous  Next >