Theorem List for Intuitionistic Logic Explorer - 14001-14100 *Has distinct variable
group(s)
| Type | Label | Description |
| Statement |
| |
| Definition | df-srg 14001* |
Define class of all semirings. A semiring is a set equipped with two
everywhere-defined internal operations, whose first one is an additive
commutative monoid structure and the second one is a multiplicative
monoid structure, and where multiplication is (left- and right-)
distributive over addition. Like with rings, the additive identity is
an absorbing element of the multiplicative law, but in the case of
semirings, this has to be part of the definition, as it cannot be
deduced from distributivity alone. Definition of [Golan] p. 1. Note
that our semirings are unital. Such semirings are sometimes called
"rigs", being "rings without negatives".
(Contributed by Thierry
Arnoux, 21-Mar-2018.)
|
| ⊢ SRing = {𝑓 ∈ CMnd ∣ ((mulGrp‘𝑓) ∈ Mnd ∧
[(Base‘𝑓) /
𝑟][(+g‘𝑓) / 𝑝][(.r‘𝑓) / 𝑡][(0g‘𝑓) / 𝑛]∀𝑥 ∈ 𝑟 (∀𝑦 ∈ 𝑟 ∀𝑧 ∈ 𝑟 ((𝑥𝑡(𝑦𝑝𝑧)) = ((𝑥𝑡𝑦)𝑝(𝑥𝑡𝑧)) ∧ ((𝑥𝑝𝑦)𝑡𝑧) = ((𝑥𝑡𝑧)𝑝(𝑦𝑡𝑧))) ∧ ((𝑛𝑡𝑥) = 𝑛 ∧ (𝑥𝑡𝑛) = 𝑛)))} |
| |
| Theorem | issrg 14002* |
The predicate "is a semiring". (Contributed by Thierry Arnoux,
21-Mar-2018.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ 𝐺 = (mulGrp‘𝑅)
& ⊢ + =
(+g‘𝑅)
& ⊢ · =
(.r‘𝑅)
& ⊢ 0 =
(0g‘𝑅) ⇒ ⊢ (𝑅 ∈ SRing ↔ (𝑅 ∈ CMnd ∧ 𝐺 ∈ Mnd ∧ ∀𝑥 ∈ 𝐵 (∀𝑦 ∈ 𝐵 ∀𝑧 ∈ 𝐵 ((𝑥 · (𝑦 + 𝑧)) = ((𝑥 · 𝑦) + (𝑥 · 𝑧)) ∧ ((𝑥 + 𝑦) · 𝑧) = ((𝑥 · 𝑧) + (𝑦 · 𝑧))) ∧ (( 0 · 𝑥) = 0 ∧ (𝑥 · 0 ) = 0 )))) |
| |
| Theorem | srgcmn 14003 |
A semiring is a commutative monoid. (Contributed by Thierry Arnoux,
21-Mar-2018.)
|
| ⊢ (𝑅 ∈ SRing → 𝑅 ∈ CMnd) |
| |
| Theorem | srgmnd 14004 |
A semiring is a monoid. (Contributed by Thierry Arnoux,
21-Mar-2018.)
|
| ⊢ (𝑅 ∈ SRing → 𝑅 ∈ Mnd) |
| |
| Theorem | srgmgp 14005 |
A semiring is a monoid under multiplication. (Contributed by Thierry
Arnoux, 21-Mar-2018.)
|
| ⊢ 𝐺 = (mulGrp‘𝑅) ⇒ ⊢ (𝑅 ∈ SRing → 𝐺 ∈ Mnd) |
| |
| Theorem | srgdilem 14006 |
Lemma for srgdi 14011 and srgdir 14012. (Contributed by NM, 26-Aug-2011.)
(Revised by Mario Carneiro, 6-Jan-2015.) (Revised by Thierry Arnoux,
1-Apr-2018.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ + =
(+g‘𝑅)
& ⊢ · =
(.r‘𝑅) ⇒ ⊢ ((𝑅 ∈ SRing ∧ (𝑋 ∈ 𝐵 ∧ 𝑌 ∈ 𝐵 ∧ 𝑍 ∈ 𝐵)) → ((𝑋 · (𝑌 + 𝑍)) = ((𝑋 · 𝑌) + (𝑋 · 𝑍)) ∧ ((𝑋 + 𝑌) · 𝑍) = ((𝑋 · 𝑍) + (𝑌 · 𝑍)))) |
| |
| Theorem | srgcl 14007 |
Closure of the multiplication operation of a semiring. (Contributed by
NM, 26-Aug-2011.) (Revised by Mario Carneiro, 6-Jan-2015.) (Revised by
Thierry Arnoux, 1-Apr-2018.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅) ⇒ ⊢ ((𝑅 ∈ SRing ∧ 𝑋 ∈ 𝐵 ∧ 𝑌 ∈ 𝐵) → (𝑋 · 𝑌) ∈ 𝐵) |
| |
| Theorem | srgass 14008 |
Associative law for the multiplication operation of a semiring.
(Contributed by NM, 27-Aug-2011.) (Revised by Mario Carneiro,
6-Jan-2015.) (Revised by Thierry Arnoux, 1-Apr-2018.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅) ⇒ ⊢ ((𝑅 ∈ SRing ∧ (𝑋 ∈ 𝐵 ∧ 𝑌 ∈ 𝐵 ∧ 𝑍 ∈ 𝐵)) → ((𝑋 · 𝑌) · 𝑍) = (𝑋 · (𝑌 · 𝑍))) |
| |
| Theorem | srgideu 14009* |
The unity element of a semiring is unique. (Contributed by NM,
27-Aug-2011.) (Revised by Mario Carneiro, 6-Jan-2015.) (Revised by
Thierry Arnoux, 1-Apr-2018.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅) ⇒ ⊢ (𝑅 ∈ SRing → ∃!𝑢 ∈ 𝐵 ∀𝑥 ∈ 𝐵 ((𝑢 · 𝑥) = 𝑥 ∧ (𝑥 · 𝑢) = 𝑥)) |
| |
| Theorem | srgfcl 14010 |
Functionality of the multiplication operation of a ring. (Contributed
by Steve Rodriguez, 9-Sep-2007.) (Revised by AV, 24-Aug-2021.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅) ⇒ ⊢ ((𝑅 ∈ SRing ∧ · Fn (𝐵 × 𝐵)) → · :(𝐵 × 𝐵)⟶𝐵) |
| |
| Theorem | srgdi 14011 |
Distributive law for the multiplication operation of a semiring.
(Contributed by Steve Rodriguez, 9-Sep-2007.) (Revised by Thierry
Arnoux, 1-Apr-2018.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ + =
(+g‘𝑅)
& ⊢ · =
(.r‘𝑅) ⇒ ⊢ ((𝑅 ∈ SRing ∧ (𝑋 ∈ 𝐵 ∧ 𝑌 ∈ 𝐵 ∧ 𝑍 ∈ 𝐵)) → (𝑋 · (𝑌 + 𝑍)) = ((𝑋 · 𝑌) + (𝑋 · 𝑍))) |
| |
| Theorem | srgdir 14012 |
Distributive law for the multiplication operation of a semiring.
(Contributed by Steve Rodriguez, 9-Sep-2007.) (Revised by Thierry
Arnoux, 1-Apr-2018.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ + =
(+g‘𝑅)
& ⊢ · =
(.r‘𝑅) ⇒ ⊢ ((𝑅 ∈ SRing ∧ (𝑋 ∈ 𝐵 ∧ 𝑌 ∈ 𝐵 ∧ 𝑍 ∈ 𝐵)) → ((𝑋 + 𝑌) · 𝑍) = ((𝑋 · 𝑍) + (𝑌 · 𝑍))) |
| |
| Theorem | srgidcl 14013 |
The unity element of a semiring belongs to the base set of the semiring.
(Contributed by NM, 27-Aug-2011.) (Revised by Mario Carneiro,
27-Dec-2014.) (Revised by Thierry Arnoux, 1-Apr-2018.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ 1 =
(1r‘𝑅) ⇒ ⊢ (𝑅 ∈ SRing → 1 ∈ 𝐵) |
| |
| Theorem | srg0cl 14014 |
The zero element of a semiring belongs to its base set. (Contributed by
Mario Carneiro, 12-Jan-2014.) (Revised by Thierry Arnoux,
1-Apr-2018.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ 0 =
(0g‘𝑅) ⇒ ⊢ (𝑅 ∈ SRing → 0 ∈ 𝐵) |
| |
| Theorem | srgidmlem 14015 |
Lemma for srglidm 14016 and srgridm 14017. (Contributed by NM, 15-Sep-2011.)
(Revised by Mario Carneiro, 27-Dec-2014.) (Revised by Thierry Arnoux,
1-Apr-2018.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅)
& ⊢ 1 =
(1r‘𝑅) ⇒ ⊢ ((𝑅 ∈ SRing ∧ 𝑋 ∈ 𝐵) → (( 1 · 𝑋) = 𝑋 ∧ (𝑋 · 1 ) = 𝑋)) |
| |
| Theorem | srglidm 14016 |
The unity element of a semiring is a left multiplicative identity.
(Contributed by NM, 15-Sep-2011.) (Revised by Thierry Arnoux,
1-Apr-2018.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅)
& ⊢ 1 =
(1r‘𝑅) ⇒ ⊢ ((𝑅 ∈ SRing ∧ 𝑋 ∈ 𝐵) → ( 1 · 𝑋) = 𝑋) |
| |
| Theorem | srgridm 14017 |
The unity element of a semiring is a right multiplicative identity.
(Contributed by NM, 15-Sep-2011.) (Revised by Thierry Arnoux,
1-Apr-2018.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅)
& ⊢ 1 =
(1r‘𝑅) ⇒ ⊢ ((𝑅 ∈ SRing ∧ 𝑋 ∈ 𝐵) → (𝑋 · 1 ) = 𝑋) |
| |
| Theorem | issrgid 14018* |
Properties showing that an element 𝐼 is the unity element of a
semiring. (Contributed by NM, 7-Aug-2013.) (Revised by Thierry Arnoux,
1-Apr-2018.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅)
& ⊢ 1 =
(1r‘𝑅) ⇒ ⊢ (𝑅 ∈ SRing → ((𝐼 ∈ 𝐵 ∧ ∀𝑥 ∈ 𝐵 ((𝐼 · 𝑥) = 𝑥 ∧ (𝑥 · 𝐼) = 𝑥)) ↔ 1 = 𝐼)) |
| |
| Theorem | srgacl 14019 |
Closure of the addition operation of a semiring. (Contributed by Mario
Carneiro, 14-Jan-2014.) (Revised by Thierry Arnoux, 1-Apr-2018.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ + =
(+g‘𝑅) ⇒ ⊢ ((𝑅 ∈ SRing ∧ 𝑋 ∈ 𝐵 ∧ 𝑌 ∈ 𝐵) → (𝑋 + 𝑌) ∈ 𝐵) |
| |
| Theorem | srgcom 14020 |
Commutativity of the additive group of a semiring. (Contributed by
Thierry Arnoux, 1-Apr-2018.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ + =
(+g‘𝑅) ⇒ ⊢ ((𝑅 ∈ SRing ∧ 𝑋 ∈ 𝐵 ∧ 𝑌 ∈ 𝐵) → (𝑋 + 𝑌) = (𝑌 + 𝑋)) |
| |
| Theorem | srgrz 14021 |
The zero of a semiring is a right-absorbing element. (Contributed by
Thierry Arnoux, 1-Apr-2018.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅)
& ⊢ 0 =
(0g‘𝑅) ⇒ ⊢ ((𝑅 ∈ SRing ∧ 𝑋 ∈ 𝐵) → (𝑋 · 0 ) = 0 ) |
| |
| Theorem | srglz 14022 |
The zero of a semiring is a left-absorbing element. (Contributed by AV,
23-Aug-2019.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅)
& ⊢ 0 =
(0g‘𝑅) ⇒ ⊢ ((𝑅 ∈ SRing ∧ 𝑋 ∈ 𝐵) → ( 0 · 𝑋) = 0 ) |
| |
| Theorem | srgisid 14023* |
In a semiring, the only left-absorbing element is the additive identity.
Remark in [Golan] p. 1. (Contributed by
Thierry Arnoux, 1-May-2018.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅)
& ⊢ 0 =
(0g‘𝑅)
& ⊢ (𝜑 → 𝑅 ∈ SRing) & ⊢ (𝜑 → 𝑍 ∈ 𝐵)
& ⊢ ((𝜑 ∧ 𝑥 ∈ 𝐵) → (𝑍 · 𝑥) = 𝑍) ⇒ ⊢ (𝜑 → 𝑍 = 0 ) |
| |
| Theorem | srg1zr 14024 |
The only semiring with a base set consisting of one element is the zero
ring (at least if its operations are internal binary operations).
(Contributed by FL, 13-Feb-2010.) (Revised by AV, 25-Jan-2020.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ + =
(+g‘𝑅)
& ⊢ ∗ =
(.r‘𝑅) ⇒ ⊢ (((𝑅 ∈ SRing ∧ + Fn (𝐵 × 𝐵) ∧ ∗ Fn (𝐵 × 𝐵)) ∧ 𝑍 ∈ 𝐵) → (𝐵 = {𝑍} ↔ ( + = {〈〈𝑍, 𝑍〉, 𝑍〉} ∧ ∗ =
{〈〈𝑍, 𝑍〉, 𝑍〉}))) |
| |
| Theorem | srgen1zr 14025 |
The only semiring with one element is the zero ring (at least if its
operations are internal binary operations). (Contributed by FL,
14-Feb-2010.) (Revised by AV, 25-Jan-2020.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ + =
(+g‘𝑅)
& ⊢ ∗ =
(.r‘𝑅)
& ⊢ 𝑍 = (0g‘𝑅) ⇒ ⊢ ((𝑅 ∈ SRing ∧ + Fn (𝐵 × 𝐵) ∧ ∗ Fn (𝐵 × 𝐵)) → (𝐵 ≈ 1o ↔ ( + =
{〈〈𝑍, 𝑍〉, 𝑍〉} ∧ ∗ =
{〈〈𝑍, 𝑍〉, 𝑍〉}))) |
| |
| Theorem | srgmulgass 14026 |
An associative property between group multiple and ring multiplication
for semirings. (Contributed by AV, 23-Aug-2019.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.g‘𝑅)
& ⊢ × =
(.r‘𝑅) ⇒ ⊢ ((𝑅 ∈ SRing ∧ (𝑁 ∈ ℕ0 ∧ 𝑋 ∈ 𝐵 ∧ 𝑌 ∈ 𝐵)) → ((𝑁 · 𝑋) × 𝑌) = (𝑁 · (𝑋 × 𝑌))) |
| |
| Theorem | srgpcomp 14027 |
If two elements of a semiring commute, they also commute if one of the
elements is raised to a higher power. (Contributed by AV,
23-Aug-2019.)
|
| ⊢ 𝑆 = (Base‘𝑅)
& ⊢ × =
(.r‘𝑅)
& ⊢ 𝐺 = (mulGrp‘𝑅)
& ⊢ ↑ =
(.g‘𝐺)
& ⊢ (𝜑 → 𝑅 ∈ SRing) & ⊢ (𝜑 → 𝐴 ∈ 𝑆)
& ⊢ (𝜑 → 𝐵 ∈ 𝑆)
& ⊢ (𝜑 → 𝐾 ∈ ℕ0) & ⊢ (𝜑 → (𝐴 × 𝐵) = (𝐵 × 𝐴)) ⇒ ⊢ (𝜑 → ((𝐾 ↑ 𝐵) × 𝐴) = (𝐴 × (𝐾 ↑ 𝐵))) |
| |
| Theorem | srgpcompp 14028 |
If two elements of a semiring commute, they also commute if the elements
are raised to a higher power. (Contributed by AV, 23-Aug-2019.)
|
| ⊢ 𝑆 = (Base‘𝑅)
& ⊢ × =
(.r‘𝑅)
& ⊢ 𝐺 = (mulGrp‘𝑅)
& ⊢ ↑ =
(.g‘𝐺)
& ⊢ (𝜑 → 𝑅 ∈ SRing) & ⊢ (𝜑 → 𝐴 ∈ 𝑆)
& ⊢ (𝜑 → 𝐵 ∈ 𝑆)
& ⊢ (𝜑 → 𝐾 ∈ ℕ0) & ⊢ (𝜑 → (𝐴 × 𝐵) = (𝐵 × 𝐴)) & ⊢ (𝜑 → 𝑁 ∈
ℕ0) ⇒ ⊢ (𝜑 → (((𝑁 ↑ 𝐴) × (𝐾 ↑ 𝐵)) × 𝐴) = (((𝑁 + 1) ↑ 𝐴) × (𝐾 ↑ 𝐵))) |
| |
| Theorem | srgpcomppsc 14029 |
If two elements of a semiring commute, they also commute if the elements
are raised to a higher power and a scalar multiplication is involved.
(Contributed by AV, 23-Aug-2019.)
|
| ⊢ 𝑆 = (Base‘𝑅)
& ⊢ × =
(.r‘𝑅)
& ⊢ 𝐺 = (mulGrp‘𝑅)
& ⊢ ↑ =
(.g‘𝐺)
& ⊢ (𝜑 → 𝑅 ∈ SRing) & ⊢ (𝜑 → 𝐴 ∈ 𝑆)
& ⊢ (𝜑 → 𝐵 ∈ 𝑆)
& ⊢ (𝜑 → 𝐾 ∈ ℕ0) & ⊢ (𝜑 → (𝐴 × 𝐵) = (𝐵 × 𝐴)) & ⊢ (𝜑 → 𝑁 ∈ ℕ0) & ⊢ · =
(.g‘𝑅)
& ⊢ (𝜑 → 𝐶 ∈
ℕ0) ⇒ ⊢ (𝜑 → ((𝐶 · ((𝑁 ↑ 𝐴) × (𝐾 ↑ 𝐵))) × 𝐴) = (𝐶 · (((𝑁 + 1) ↑ 𝐴) × (𝐾 ↑ 𝐵)))) |
| |
| Theorem | srglmhm 14030* |
Left-multiplication in a semiring by a fixed element of the ring is a
monoid homomorphism. (Contributed by AV, 23-Aug-2019.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅) ⇒ ⊢ ((𝑅 ∈ SRing ∧ 𝑋 ∈ 𝐵) → (𝑥 ∈ 𝐵 ↦ (𝑋 · 𝑥)) ∈ (𝑅 MndHom 𝑅)) |
| |
| Theorem | srgrmhm 14031* |
Right-multiplication in a semiring by a fixed element of the ring is a
monoid homomorphism. (Contributed by AV, 23-Aug-2019.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅) ⇒ ⊢ ((𝑅 ∈ SRing ∧ 𝑋 ∈ 𝐵) → (𝑥 ∈ 𝐵 ↦ (𝑥 · 𝑋)) ∈ (𝑅 MndHom 𝑅)) |
| |
| Theorem | srg1expzeq1 14032 |
The exponentiation (by a nonnegative integer) of the multiplicative
identity of a semiring, analogous to mulgnn0z 13759. (Contributed by AV,
25-Nov-2019.)
|
| ⊢ 𝐺 = (mulGrp‘𝑅)
& ⊢ · =
(.g‘𝐺)
& ⊢ 1 =
(1r‘𝑅) ⇒ ⊢ ((𝑅 ∈ SRing ∧ 𝑁 ∈ ℕ0) → (𝑁 · 1 ) = 1 ) |
| |
| 7.3.5 Definition and basic properties of unital
rings
|
| |
| Syntax | crg 14033 |
Extend class notation with class of all (unital) rings.
|
| class Ring |
| |
| Syntax | ccrg 14034 |
Extend class notation with class of all (unital) commutative rings.
|
| class CRing |
| |
| Definition | df-ring 14035* |
Define class of all (unital) rings. A unital ring is a set equipped
with two everywhere-defined internal operations, whose first one is an
additive group structure and the second one is a multiplicative monoid
structure, and where the addition is left- and right-distributive for
the multiplication. Definition 1 in [BourbakiAlg1] p. 92 or definition
of a ring with identity in part Preliminaries of [Roman] p. 19. So that
the additive structure must be abelian (see ringcom 14068), care must be
taken that in the case of a non-unital ring, the commutativity of
addition must be postulated and cannot be proved from the other
conditions. (Contributed by NM, 18-Oct-2012.) (Revised by Mario
Carneiro, 27-Dec-2014.)
|
| ⊢ Ring = {𝑓 ∈ Grp ∣ ((mulGrp‘𝑓) ∈ Mnd ∧
[(Base‘𝑓) /
𝑟][(+g‘𝑓) / 𝑝][(.r‘𝑓) / 𝑡]∀𝑥 ∈ 𝑟 ∀𝑦 ∈ 𝑟 ∀𝑧 ∈ 𝑟 ((𝑥𝑡(𝑦𝑝𝑧)) = ((𝑥𝑡𝑦)𝑝(𝑥𝑡𝑧)) ∧ ((𝑥𝑝𝑦)𝑡𝑧) = ((𝑥𝑡𝑧)𝑝(𝑦𝑡𝑧))))} |
| |
| Definition | df-cring 14036 |
Define class of all commutative rings. (Contributed by Mario Carneiro,
7-Jan-2015.)
|
| ⊢ CRing = {𝑓 ∈ Ring ∣ (mulGrp‘𝑓) ∈ CMnd} |
| |
| Theorem | isring 14037* |
The predicate "is a (unital) ring". Definition of "ring with
unit" in
[Schechter] p. 187. (Contributed by
NM, 18-Oct-2012.) (Revised by
Mario Carneiro, 6-Jan-2015.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ 𝐺 = (mulGrp‘𝑅)
& ⊢ + =
(+g‘𝑅)
& ⊢ · =
(.r‘𝑅) ⇒ ⊢ (𝑅 ∈ Ring ↔ (𝑅 ∈ Grp ∧ 𝐺 ∈ Mnd ∧ ∀𝑥 ∈ 𝐵 ∀𝑦 ∈ 𝐵 ∀𝑧 ∈ 𝐵 ((𝑥 · (𝑦 + 𝑧)) = ((𝑥 · 𝑦) + (𝑥 · 𝑧)) ∧ ((𝑥 + 𝑦) · 𝑧) = ((𝑥 · 𝑧) + (𝑦 · 𝑧))))) |
| |
| Theorem | ringgrp 14038 |
A ring is a group. (Contributed by NM, 15-Sep-2011.)
|
| ⊢ (𝑅 ∈ Ring → 𝑅 ∈ Grp) |
| |
| Theorem | ringmgp 14039 |
A ring is a monoid under multiplication. (Contributed by Mario
Carneiro, 6-Jan-2015.)
|
| ⊢ 𝐺 = (mulGrp‘𝑅) ⇒ ⊢ (𝑅 ∈ Ring → 𝐺 ∈ Mnd) |
| |
| Theorem | iscrng 14040 |
A commutative ring is a ring whose multiplication is a commutative
monoid. (Contributed by Mario Carneiro, 7-Jan-2015.)
|
| ⊢ 𝐺 = (mulGrp‘𝑅) ⇒ ⊢ (𝑅 ∈ CRing ↔ (𝑅 ∈ Ring ∧ 𝐺 ∈ CMnd)) |
| |
| Theorem | crngmgp 14041 |
A commutative ring's multiplication operation is commutative.
(Contributed by Mario Carneiro, 7-Jan-2015.)
|
| ⊢ 𝐺 = (mulGrp‘𝑅) ⇒ ⊢ (𝑅 ∈ CRing → 𝐺 ∈ CMnd) |
| |
| Theorem | ringgrpd 14042 |
A ring is a group. (Contributed by SN, 16-May-2024.)
|
| ⊢ (𝜑 → 𝑅 ∈ Ring)
⇒ ⊢ (𝜑 → 𝑅 ∈ Grp) |
| |
| Theorem | ringmnd 14043 |
A ring is a monoid under addition. (Contributed by Mario Carneiro,
7-Jan-2015.)
|
| ⊢ (𝑅 ∈ Ring → 𝑅 ∈ Mnd) |
| |
| Theorem | ringmgm 14044 |
A ring is a magma. (Contributed by AV, 31-Jan-2020.)
|
| ⊢ (𝑅 ∈ Ring → 𝑅 ∈ Mgm) |
| |
| Theorem | crngring 14045 |
A commutative ring is a ring. (Contributed by Mario Carneiro,
7-Jan-2015.)
|
| ⊢ (𝑅 ∈ CRing → 𝑅 ∈ Ring) |
| |
| Theorem | crngringd 14046 |
A commutative ring is a ring. (Contributed by SN, 16-May-2024.)
|
| ⊢ (𝜑 → 𝑅 ∈ CRing)
⇒ ⊢ (𝜑 → 𝑅 ∈ Ring) |
| |
| Theorem | crnggrpd 14047 |
A commutative ring is a group. (Contributed by SN, 16-May-2024.)
|
| ⊢ (𝜑 → 𝑅 ∈ CRing)
⇒ ⊢ (𝜑 → 𝑅 ∈ Grp) |
| |
| Theorem | mgpf 14048 |
Restricted functionality of the multiplicative group on rings.
(Contributed by Mario Carneiro, 11-Mar-2015.)
|
| ⊢ (mulGrp ↾
Ring):Ring⟶Mnd |
| |
| Theorem | ringdilem 14049 |
Properties of a unital ring. (Contributed by NM, 26-Aug-2011.)
(Revised by Mario Carneiro, 6-Jan-2015.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ + =
(+g‘𝑅)
& ⊢ · =
(.r‘𝑅) ⇒ ⊢ ((𝑅 ∈ Ring ∧ (𝑋 ∈ 𝐵 ∧ 𝑌 ∈ 𝐵 ∧ 𝑍 ∈ 𝐵)) → ((𝑋 · (𝑌 + 𝑍)) = ((𝑋 · 𝑌) + (𝑋 · 𝑍)) ∧ ((𝑋 + 𝑌) · 𝑍) = ((𝑋 · 𝑍) + (𝑌 · 𝑍)))) |
| |
| Theorem | ringcl 14050 |
Closure of the multiplication operation of a ring. (Contributed by NM,
26-Aug-2011.) (Revised by Mario Carneiro, 6-Jan-2015.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅) ⇒ ⊢ ((𝑅 ∈ Ring ∧ 𝑋 ∈ 𝐵 ∧ 𝑌 ∈ 𝐵) → (𝑋 · 𝑌) ∈ 𝐵) |
| |
| Theorem | crngcom 14051 |
A commutative ring's multiplication operation is commutative.
(Contributed by Mario Carneiro, 7-Jan-2015.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅) ⇒ ⊢ ((𝑅 ∈ CRing ∧ 𝑋 ∈ 𝐵 ∧ 𝑌 ∈ 𝐵) → (𝑋 · 𝑌) = (𝑌 · 𝑋)) |
| |
| Theorem | iscrng2 14052* |
A commutative ring is a ring whose multiplication is a commutative
monoid. (Contributed by Mario Carneiro, 15-Jun-2015.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅) ⇒ ⊢ (𝑅 ∈ CRing ↔ (𝑅 ∈ Ring ∧ ∀𝑥 ∈ 𝐵 ∀𝑦 ∈ 𝐵 (𝑥 · 𝑦) = (𝑦 · 𝑥))) |
| |
| Theorem | ringass 14053 |
Associative law for multiplication in a ring. (Contributed by NM,
27-Aug-2011.) (Revised by Mario Carneiro, 6-Jan-2015.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅) ⇒ ⊢ ((𝑅 ∈ Ring ∧ (𝑋 ∈ 𝐵 ∧ 𝑌 ∈ 𝐵 ∧ 𝑍 ∈ 𝐵)) → ((𝑋 · 𝑌) · 𝑍) = (𝑋 · (𝑌 · 𝑍))) |
| |
| Theorem | ringideu 14054* |
The unity element of a ring is unique. (Contributed by NM,
27-Aug-2011.) (Revised by Mario Carneiro, 6-Jan-2015.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅) ⇒ ⊢ (𝑅 ∈ Ring → ∃!𝑢 ∈ 𝐵 ∀𝑥 ∈ 𝐵 ((𝑢 · 𝑥) = 𝑥 ∧ (𝑥 · 𝑢) = 𝑥)) |
| |
| Theorem | ringdi 14055 |
Distributive law for the multiplication operation of a ring
(left-distributivity). (Contributed by Steve Rodriguez, 9-Sep-2007.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ + =
(+g‘𝑅)
& ⊢ · =
(.r‘𝑅) ⇒ ⊢ ((𝑅 ∈ Ring ∧ (𝑋 ∈ 𝐵 ∧ 𝑌 ∈ 𝐵 ∧ 𝑍 ∈ 𝐵)) → (𝑋 · (𝑌 + 𝑍)) = ((𝑋 · 𝑌) + (𝑋 · 𝑍))) |
| |
| Theorem | ringdir 14056 |
Distributive law for the multiplication operation of a ring
(right-distributivity). (Contributed by Steve Rodriguez,
9-Sep-2007.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ + =
(+g‘𝑅)
& ⊢ · =
(.r‘𝑅) ⇒ ⊢ ((𝑅 ∈ Ring ∧ (𝑋 ∈ 𝐵 ∧ 𝑌 ∈ 𝐵 ∧ 𝑍 ∈ 𝐵)) → ((𝑋 + 𝑌) · 𝑍) = ((𝑋 · 𝑍) + (𝑌 · 𝑍))) |
| |
| Theorem | ringidcl 14057 |
The unity element of a ring belongs to the base set of the ring.
(Contributed by NM, 27-Aug-2011.) (Revised by Mario Carneiro,
27-Dec-2014.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ 1 =
(1r‘𝑅) ⇒ ⊢ (𝑅 ∈ Ring → 1 ∈ 𝐵) |
| |
| Theorem | ring0cl 14058 |
The zero element of a ring belongs to its base set. (Contributed by
Mario Carneiro, 12-Jan-2014.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ 0 =
(0g‘𝑅) ⇒ ⊢ (𝑅 ∈ Ring → 0 ∈ 𝐵) |
| |
| Theorem | ringidmlem 14059 |
Lemma for ringlidm 14060 and ringridm 14061. (Contributed by NM, 15-Sep-2011.)
(Revised by Mario Carneiro, 27-Dec-2014.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅)
& ⊢ 1 =
(1r‘𝑅) ⇒ ⊢ ((𝑅 ∈ Ring ∧ 𝑋 ∈ 𝐵) → (( 1 · 𝑋) = 𝑋 ∧ (𝑋 · 1 ) = 𝑋)) |
| |
| Theorem | ringlidm 14060 |
The unity element of a ring is a left multiplicative identity.
(Contributed by NM, 15-Sep-2011.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅)
& ⊢ 1 =
(1r‘𝑅) ⇒ ⊢ ((𝑅 ∈ Ring ∧ 𝑋 ∈ 𝐵) → ( 1 · 𝑋) = 𝑋) |
| |
| Theorem | ringridm 14061 |
The unity element of a ring is a right multiplicative identity.
(Contributed by NM, 15-Sep-2011.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅)
& ⊢ 1 =
(1r‘𝑅) ⇒ ⊢ ((𝑅 ∈ Ring ∧ 𝑋 ∈ 𝐵) → (𝑋 · 1 ) = 𝑋) |
| |
| Theorem | isringid 14062* |
Properties showing that an element 𝐼 is the unity element of a ring.
(Contributed by NM, 7-Aug-2013.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅)
& ⊢ 1 =
(1r‘𝑅) ⇒ ⊢ (𝑅 ∈ Ring → ((𝐼 ∈ 𝐵 ∧ ∀𝑥 ∈ 𝐵 ((𝐼 · 𝑥) = 𝑥 ∧ (𝑥 · 𝐼) = 𝑥)) ↔ 1 = 𝐼)) |
| |
| Theorem | ringid 14063* |
The multiplication operation of a unital ring has (one or more) identity
elements. (Contributed by Steve Rodriguez, 9-Sep-2007.) (Revised by
Mario Carneiro, 22-Dec-2013.) (Revised by AV, 24-Aug-2021.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅) ⇒ ⊢ ((𝑅 ∈ Ring ∧ 𝑋 ∈ 𝐵) → ∃𝑢 ∈ 𝐵 ((𝑢 · 𝑋) = 𝑋 ∧ (𝑋 · 𝑢) = 𝑋)) |
| |
| Theorem | ringadd2 14064* |
A ring element plus itself is two times the element. (Contributed by
Steve Rodriguez, 9-Sep-2007.) (Revised by Mario Carneiro, 22-Dec-2013.)
(Revised by AV, 24-Aug-2021.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ + =
(+g‘𝑅)
& ⊢ · =
(.r‘𝑅) ⇒ ⊢ ((𝑅 ∈ Ring ∧ 𝑋 ∈ 𝐵) → ∃𝑥 ∈ 𝐵 (𝑋 + 𝑋) = ((𝑥 + 𝑥) · 𝑋)) |
| |
| Theorem | ringo2times 14065 |
A ring element plus itself is two times the element. "Two" in an
arbitrary unital ring is the sum of the unity element with itself.
(Contributed by AV, 24-Aug-2021.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ + =
(+g‘𝑅)
& ⊢ · =
(.r‘𝑅)
& ⊢ 1 =
(1r‘𝑅) ⇒ ⊢ ((𝑅 ∈ Ring ∧ 𝐴 ∈ 𝐵) → (𝐴 + 𝐴) = (( 1 + 1 ) · 𝐴)) |
| |
| Theorem | ringidss 14066 |
A subset of the multiplicative group has the multiplicative identity as
its identity if the identity is in the subset. (Contributed by Mario
Carneiro, 27-Dec-2014.) (Revised by Mario Carneiro, 30-Apr-2015.)
|
| ⊢ 𝑀 = ((mulGrp‘𝑅) ↾s 𝐴)
& ⊢ 𝐵 = (Base‘𝑅)
& ⊢ 1 =
(1r‘𝑅) ⇒ ⊢ ((𝑅 ∈ Ring ∧ 𝐴 ⊆ 𝐵 ∧ 1 ∈ 𝐴) → 1 =
(0g‘𝑀)) |
| |
| Theorem | ringacl 14067 |
Closure of the addition operation of a ring. (Contributed by Mario
Carneiro, 14-Jan-2014.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ + =
(+g‘𝑅) ⇒ ⊢ ((𝑅 ∈ Ring ∧ 𝑋 ∈ 𝐵 ∧ 𝑌 ∈ 𝐵) → (𝑋 + 𝑌) ∈ 𝐵) |
| |
| Theorem | ringcom 14068 |
Commutativity of the additive group of a ring. (Contributed by
Gérard Lang, 4-Dec-2014.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ + =
(+g‘𝑅) ⇒ ⊢ ((𝑅 ∈ Ring ∧ 𝑋 ∈ 𝐵 ∧ 𝑌 ∈ 𝐵) → (𝑋 + 𝑌) = (𝑌 + 𝑋)) |
| |
| Theorem | ringabl 14069 |
A ring is an Abelian group. (Contributed by NM, 26-Aug-2011.)
|
| ⊢ (𝑅 ∈ Ring → 𝑅 ∈ Abel) |
| |
| Theorem | ringcmn 14070 |
A ring is a commutative monoid. (Contributed by Mario Carneiro,
7-Jan-2015.)
|
| ⊢ (𝑅 ∈ Ring → 𝑅 ∈ CMnd) |
| |
| Theorem | ringabld 14071 |
A ring is an Abelian group. (Contributed by SN, 1-Jun-2024.)
|
| ⊢ (𝜑 → 𝑅 ∈ Ring)
⇒ ⊢ (𝜑 → 𝑅 ∈ Abel) |
| |
| Theorem | ringcmnd 14072 |
A ring is a commutative monoid. (Contributed by SN, 1-Jun-2024.)
|
| ⊢ (𝜑 → 𝑅 ∈ Ring)
⇒ ⊢ (𝜑 → 𝑅 ∈ CMnd) |
| |
| Theorem | ringrng 14073 |
A unital ring is a non-unital ring. (Contributed by AV, 6-Jan-2020.)
|
| ⊢ (𝑅 ∈ Ring → 𝑅 ∈ Rng) |
| |
| Theorem | ringssrng 14074 |
The unital rings are non-unital rings. (Contributed by AV,
20-Mar-2020.)
|
| ⊢ Ring ⊆ Rng |
| |
| Theorem | ringpropd 14075* |
If two structures have the same group components (properties), one is a
ring iff the other one is. (Contributed by Mario Carneiro, 6-Dec-2014.)
(Revised by Mario Carneiro, 6-Jan-2015.)
|
| ⊢ (𝜑 → 𝐵 = (Base‘𝐾)) & ⊢ (𝜑 → 𝐵 = (Base‘𝐿)) & ⊢ ((𝜑 ∧ (𝑥 ∈ 𝐵 ∧ 𝑦 ∈ 𝐵)) → (𝑥(+g‘𝐾)𝑦) = (𝑥(+g‘𝐿)𝑦))
& ⊢ ((𝜑 ∧ (𝑥 ∈ 𝐵 ∧ 𝑦 ∈ 𝐵)) → (𝑥(.r‘𝐾)𝑦) = (𝑥(.r‘𝐿)𝑦)) ⇒ ⊢ (𝜑 → (𝐾 ∈ Ring ↔ 𝐿 ∈ Ring)) |
| |
| Theorem | crngpropd 14076* |
If two structures have the same group components (properties), one is a
commutative ring iff the other one is. (Contributed by Mario Carneiro,
8-Feb-2015.)
|
| ⊢ (𝜑 → 𝐵 = (Base‘𝐾)) & ⊢ (𝜑 → 𝐵 = (Base‘𝐿)) & ⊢ ((𝜑 ∧ (𝑥 ∈ 𝐵 ∧ 𝑦 ∈ 𝐵)) → (𝑥(+g‘𝐾)𝑦) = (𝑥(+g‘𝐿)𝑦))
& ⊢ ((𝜑 ∧ (𝑥 ∈ 𝐵 ∧ 𝑦 ∈ 𝐵)) → (𝑥(.r‘𝐾)𝑦) = (𝑥(.r‘𝐿)𝑦)) ⇒ ⊢ (𝜑 → (𝐾 ∈ CRing ↔ 𝐿 ∈ CRing)) |
| |
| Theorem | ringprop 14077 |
If two structures have the same ring components (properties), one is a
ring iff the other one is. (Contributed by Mario Carneiro,
11-Oct-2013.)
|
| ⊢ (Base‘𝐾) = (Base‘𝐿)
& ⊢ (+g‘𝐾) = (+g‘𝐿)
& ⊢ (.r‘𝐾) = (.r‘𝐿) ⇒ ⊢ (𝐾 ∈ Ring ↔ 𝐿 ∈ Ring) |
| |
| Theorem | isringd 14078* |
Properties that determine a ring. (Contributed by NM, 2-Aug-2013.)
|
| ⊢ (𝜑 → 𝐵 = (Base‘𝑅)) & ⊢ (𝜑 → + =
(+g‘𝑅)) & ⊢ (𝜑 → · =
(.r‘𝑅)) & ⊢ (𝜑 → 𝑅 ∈ Grp) & ⊢ ((𝜑 ∧ 𝑥 ∈ 𝐵 ∧ 𝑦 ∈ 𝐵) → (𝑥 · 𝑦) ∈ 𝐵)
& ⊢ ((𝜑 ∧ (𝑥 ∈ 𝐵 ∧ 𝑦 ∈ 𝐵 ∧ 𝑧 ∈ 𝐵)) → ((𝑥 · 𝑦) · 𝑧) = (𝑥 · (𝑦 · 𝑧))) & ⊢ ((𝜑 ∧ (𝑥 ∈ 𝐵 ∧ 𝑦 ∈ 𝐵 ∧ 𝑧 ∈ 𝐵)) → (𝑥 · (𝑦 + 𝑧)) = ((𝑥 · 𝑦) + (𝑥 · 𝑧))) & ⊢ ((𝜑 ∧ (𝑥 ∈ 𝐵 ∧ 𝑦 ∈ 𝐵 ∧ 𝑧 ∈ 𝐵)) → ((𝑥 + 𝑦) · 𝑧) = ((𝑥 · 𝑧) + (𝑦 · 𝑧))) & ⊢ (𝜑 → 1 ∈ 𝐵)
& ⊢ ((𝜑 ∧ 𝑥 ∈ 𝐵) → ( 1 · 𝑥) = 𝑥)
& ⊢ ((𝜑 ∧ 𝑥 ∈ 𝐵) → (𝑥 · 1 ) = 𝑥) ⇒ ⊢ (𝜑 → 𝑅 ∈ Ring) |
| |
| Theorem | iscrngd 14079* |
Properties that determine a commutative ring. (Contributed by Mario
Carneiro, 7-Jan-2015.)
|
| ⊢ (𝜑 → 𝐵 = (Base‘𝑅)) & ⊢ (𝜑 → + =
(+g‘𝑅)) & ⊢ (𝜑 → · =
(.r‘𝑅)) & ⊢ (𝜑 → 𝑅 ∈ Grp) & ⊢ ((𝜑 ∧ 𝑥 ∈ 𝐵 ∧ 𝑦 ∈ 𝐵) → (𝑥 · 𝑦) ∈ 𝐵)
& ⊢ ((𝜑 ∧ (𝑥 ∈ 𝐵 ∧ 𝑦 ∈ 𝐵 ∧ 𝑧 ∈ 𝐵)) → ((𝑥 · 𝑦) · 𝑧) = (𝑥 · (𝑦 · 𝑧))) & ⊢ ((𝜑 ∧ (𝑥 ∈ 𝐵 ∧ 𝑦 ∈ 𝐵 ∧ 𝑧 ∈ 𝐵)) → (𝑥 · (𝑦 + 𝑧)) = ((𝑥 · 𝑦) + (𝑥 · 𝑧))) & ⊢ ((𝜑 ∧ (𝑥 ∈ 𝐵 ∧ 𝑦 ∈ 𝐵 ∧ 𝑧 ∈ 𝐵)) → ((𝑥 + 𝑦) · 𝑧) = ((𝑥 · 𝑧) + (𝑦 · 𝑧))) & ⊢ (𝜑 → 1 ∈ 𝐵)
& ⊢ ((𝜑 ∧ 𝑥 ∈ 𝐵) → ( 1 · 𝑥) = 𝑥)
& ⊢ ((𝜑 ∧ 𝑥 ∈ 𝐵) → (𝑥 · 1 ) = 𝑥)
& ⊢ ((𝜑 ∧ 𝑥 ∈ 𝐵 ∧ 𝑦 ∈ 𝐵) → (𝑥 · 𝑦) = (𝑦 · 𝑥)) ⇒ ⊢ (𝜑 → 𝑅 ∈ CRing) |
| |
| Theorem | ringlz 14080 |
The zero of a unital ring is a left-absorbing element. (Contributed by
FL, 31-Aug-2009.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅)
& ⊢ 0 =
(0g‘𝑅) ⇒ ⊢ ((𝑅 ∈ Ring ∧ 𝑋 ∈ 𝐵) → ( 0 · 𝑋) = 0 ) |
| |
| Theorem | ringrz 14081 |
The zero of a unital ring is a right-absorbing element. (Contributed by
FL, 31-Aug-2009.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅)
& ⊢ 0 =
(0g‘𝑅) ⇒ ⊢ ((𝑅 ∈ Ring ∧ 𝑋 ∈ 𝐵) → (𝑋 · 0 ) = 0 ) |
| |
| Theorem | ringlzd 14082 |
The zero of a unital ring is a left-absorbing element. (Contributed by
SN, 7-Mar-2025.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅)
& ⊢ 0 =
(0g‘𝑅)
& ⊢ (𝜑 → 𝑅 ∈ Ring) & ⊢ (𝜑 → 𝑋 ∈ 𝐵) ⇒ ⊢ (𝜑 → ( 0 · 𝑋) = 0 ) |
| |
| Theorem | ringrzd 14083 |
The zero of a unital ring is a right-absorbing element. (Contributed by
SN, 7-Mar-2025.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅)
& ⊢ 0 =
(0g‘𝑅)
& ⊢ (𝜑 → 𝑅 ∈ Ring) & ⊢ (𝜑 → 𝑋 ∈ 𝐵) ⇒ ⊢ (𝜑 → (𝑋 · 0 ) = 0 ) |
| |
| Theorem | ringsrg 14084 |
Any ring is also a semiring. (Contributed by Thierry Arnoux,
1-Apr-2018.)
|
| ⊢ (𝑅 ∈ Ring → 𝑅 ∈ SRing) |
| |
| Theorem | ring1eq0 14085 |
If one and zero are equal, then any two elements of a ring are equal.
Alternately, every ring has one distinct from zero except the zero ring
containing the single element {0}. (Contributed
by Mario
Carneiro, 10-Sep-2014.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ 1 =
(1r‘𝑅)
& ⊢ 0 =
(0g‘𝑅) ⇒ ⊢ ((𝑅 ∈ Ring ∧ 𝑋 ∈ 𝐵 ∧ 𝑌 ∈ 𝐵) → ( 1 = 0 → 𝑋 = 𝑌)) |
| |
| Theorem | ringinvnz1ne0 14086* |
In a unital ring, a left invertible element is different from zero iff
1 ≠ 0. (Contributed by
FL, 18-Apr-2010.) (Revised by AV,
24-Aug-2021.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅)
& ⊢ 1 =
(1r‘𝑅)
& ⊢ 0 =
(0g‘𝑅)
& ⊢ (𝜑 → 𝑅 ∈ Ring) & ⊢ (𝜑 → 𝑋 ∈ 𝐵)
& ⊢ (𝜑 → ∃𝑎 ∈ 𝐵 (𝑎 · 𝑋) = 1
) ⇒ ⊢ (𝜑 → (𝑋 ≠ 0 ↔ 1 ≠ 0 )) |
| |
| Theorem | ringinvnzdiv 14087* |
In a unital ring, a left invertible element is not a zero divisor.
(Contributed by FL, 18-Apr-2010.) (Revised by Jeff Madsen,
18-Apr-2010.) (Revised by AV, 24-Aug-2021.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅)
& ⊢ 1 =
(1r‘𝑅)
& ⊢ 0 =
(0g‘𝑅)
& ⊢ (𝜑 → 𝑅 ∈ Ring) & ⊢ (𝜑 → 𝑋 ∈ 𝐵)
& ⊢ (𝜑 → ∃𝑎 ∈ 𝐵 (𝑎 · 𝑋) = 1 ) & ⊢ (𝜑 → 𝑌 ∈ 𝐵) ⇒ ⊢ (𝜑 → ((𝑋 · 𝑌) = 0 ↔ 𝑌 = 0 )) |
| |
| Theorem | ringnegl 14088 |
Negation in a ring is the same as left multiplication by -1.
(Contributed by Jeff Madsen, 19-Jun-2010.) (Revised by Mario Carneiro,
2-Jul-2014.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅)
& ⊢ 1 =
(1r‘𝑅)
& ⊢ 𝑁 = (invg‘𝑅)
& ⊢ (𝜑 → 𝑅 ∈ Ring) & ⊢ (𝜑 → 𝑋 ∈ 𝐵) ⇒ ⊢ (𝜑 → ((𝑁‘ 1 ) · 𝑋) = (𝑁‘𝑋)) |
| |
| Theorem | ringnegr 14089 |
Negation in a ring is the same as right multiplication by -1.
(Contributed by Jeff Madsen, 19-Jun-2010.) (Revised by Mario Carneiro,
2-Jul-2014.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅)
& ⊢ 1 =
(1r‘𝑅)
& ⊢ 𝑁 = (invg‘𝑅)
& ⊢ (𝜑 → 𝑅 ∈ Ring) & ⊢ (𝜑 → 𝑋 ∈ 𝐵) ⇒ ⊢ (𝜑 → (𝑋 · (𝑁‘ 1 )) = (𝑁‘𝑋)) |
| |
| Theorem | ringmneg1 14090 |
Negation of a product in a ring. (mulneg1 8579 analog.) (Contributed by
Jeff Madsen, 19-Jun-2010.) (Revised by Mario Carneiro, 2-Jul-2014.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅)
& ⊢ 𝑁 = (invg‘𝑅)
& ⊢ (𝜑 → 𝑅 ∈ Ring) & ⊢ (𝜑 → 𝑋 ∈ 𝐵)
& ⊢ (𝜑 → 𝑌 ∈ 𝐵) ⇒ ⊢ (𝜑 → ((𝑁‘𝑋) · 𝑌) = (𝑁‘(𝑋 · 𝑌))) |
| |
| Theorem | ringmneg2 14091 |
Negation of a product in a ring. (mulneg2 8580 analog.) (Contributed by
Jeff Madsen, 19-Jun-2010.) (Revised by Mario Carneiro, 2-Jul-2014.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅)
& ⊢ 𝑁 = (invg‘𝑅)
& ⊢ (𝜑 → 𝑅 ∈ Ring) & ⊢ (𝜑 → 𝑋 ∈ 𝐵)
& ⊢ (𝜑 → 𝑌 ∈ 𝐵) ⇒ ⊢ (𝜑 → (𝑋 · (𝑁‘𝑌)) = (𝑁‘(𝑋 · 𝑌))) |
| |
| Theorem | ringm2neg 14092 |
Double negation of a product in a ring. (mul2neg 8582 analog.)
(Contributed by Mario Carneiro, 4-Dec-2014.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅)
& ⊢ 𝑁 = (invg‘𝑅)
& ⊢ (𝜑 → 𝑅 ∈ Ring) & ⊢ (𝜑 → 𝑋 ∈ 𝐵)
& ⊢ (𝜑 → 𝑌 ∈ 𝐵) ⇒ ⊢ (𝜑 → ((𝑁‘𝑋) · (𝑁‘𝑌)) = (𝑋 · 𝑌)) |
| |
| Theorem | ringsubdi 14093 |
Ring multiplication distributes over subtraction. (subdi 8569 analog.)
(Contributed by Jeff Madsen, 19-Jun-2010.) (Revised by Mario Carneiro,
2-Jul-2014.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅)
& ⊢ − =
(-g‘𝑅)
& ⊢ (𝜑 → 𝑅 ∈ Ring) & ⊢ (𝜑 → 𝑋 ∈ 𝐵)
& ⊢ (𝜑 → 𝑌 ∈ 𝐵)
& ⊢ (𝜑 → 𝑍 ∈ 𝐵) ⇒ ⊢ (𝜑 → (𝑋 · (𝑌 − 𝑍)) = ((𝑋 · 𝑌) − (𝑋 · 𝑍))) |
| |
| Theorem | ringsubdir 14094 |
Ring multiplication distributes over subtraction. (subdir 8570 analog.)
(Contributed by Jeff Madsen, 19-Jun-2010.) (Revised by Mario Carneiro,
2-Jul-2014.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅)
& ⊢ − =
(-g‘𝑅)
& ⊢ (𝜑 → 𝑅 ∈ Ring) & ⊢ (𝜑 → 𝑋 ∈ 𝐵)
& ⊢ (𝜑 → 𝑌 ∈ 𝐵)
& ⊢ (𝜑 → 𝑍 ∈ 𝐵) ⇒ ⊢ (𝜑 → ((𝑋 − 𝑌) · 𝑍) = ((𝑋 · 𝑍) − (𝑌 · 𝑍))) |
| |
| Theorem | mulgass2 14095 |
An associative property between group multiple and ring multiplication.
(Contributed by Mario Carneiro, 14-Jun-2015.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.g‘𝑅)
& ⊢ × =
(.r‘𝑅) ⇒ ⊢ ((𝑅 ∈ Ring ∧ (𝑁 ∈ ℤ ∧ 𝑋 ∈ 𝐵 ∧ 𝑌 ∈ 𝐵)) → ((𝑁 · 𝑋) × 𝑌) = (𝑁 · (𝑋 × 𝑌))) |
| |
| Theorem | ring1 14096 |
The (smallest) structure representing a zero ring. (Contributed by
AV, 28-Apr-2019.)
|
| ⊢ 𝑀 = {〈(Base‘ndx), {𝑍}〉,
〈(+g‘ndx), {〈〈𝑍, 𝑍〉, 𝑍〉}〉,
〈(.r‘ndx), {〈〈𝑍, 𝑍〉, 𝑍〉}〉}
⇒ ⊢ (𝑍 ∈ 𝑉 → 𝑀 ∈ Ring) |
| |
| Theorem | ringn0 14097 |
The class of rings is not empty (it is also inhabited, as shown at
ring1 14096). (Contributed by AV, 29-Apr-2019.)
|
| ⊢ Ring ≠ ∅ |
| |
| Theorem | ringlghm 14098* |
Left-multiplication in a ring by a fixed element of the ring is a group
homomorphism. (It is not usually a ring homomorphism.) (Contributed by
Mario Carneiro, 4-May-2015.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅) ⇒ ⊢ ((𝑅 ∈ Ring ∧ 𝑋 ∈ 𝐵) → (𝑥 ∈ 𝐵 ↦ (𝑋 · 𝑥)) ∈ (𝑅 GrpHom 𝑅)) |
| |
| Theorem | ringrghm 14099* |
Right-multiplication in a ring by a fixed element of the ring is a group
homomorphism. (It is not usually a ring homomorphism.) (Contributed by
Mario Carneiro, 4-May-2015.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅) ⇒ ⊢ ((𝑅 ∈ Ring ∧ 𝑋 ∈ 𝐵) → (𝑥 ∈ 𝐵 ↦ (𝑥 · 𝑋)) ∈ (𝑅 GrpHom 𝑅)) |
| |
| Theorem | ringressid 14100 |
A ring restricted to its base set is a ring. It will usually be the
original ring exactly, of course, but to show that needs additional
conditions such as those in strressid 13177. (Contributed by Jim Kingdon,
28-Feb-2025.)
|
| ⊢ 𝐵 = (Base‘𝐺) ⇒ ⊢ (𝐺 ∈ Ring → (𝐺 ↾s 𝐵) ∈ Ring) |