Theorem List for Intuitionistic Logic Explorer - 14501-14600 *Has distinct variable
group(s)
| Type | Label | Description |
| Statement |
| |
| Theorem | rhmima 14501 |
The homomorphic image of a subring is a subring. (Contributed by Stefan
O'Rear, 10-Mar-2015.) (Revised by Mario Carneiro, 6-May-2015.)
|
| ⊢ ((𝐹 ∈ (𝑀 RingHom 𝑁) ∧ 𝑋 ∈ (SubRing‘𝑀)) → (𝐹 “ 𝑋) ∈ (SubRing‘𝑁)) |
| |
| Theorem | rnrhmsubrg 14502 |
The range of a ring homomorphism is a subring. (Contributed by SN,
18-Nov-2023.)
|
| ⊢ (𝐹 ∈ (𝑀 RingHom 𝑁) → ran 𝐹 ∈ (SubRing‘𝑁)) |
| |
| Theorem | subrgpropd 14503* |
If two structures have the same group components (properties), they have
the same set of subrings. (Contributed by Mario Carneiro,
9-Feb-2015.)
|
| ⊢ (𝜑 → 𝐵 = (Base‘𝐾)) & ⊢ (𝜑 → 𝐵 = (Base‘𝐿)) & ⊢ ((𝜑 ∧ (𝑥 ∈ 𝐵 ∧ 𝑦 ∈ 𝐵)) → (𝑥(+g‘𝐾)𝑦) = (𝑥(+g‘𝐿)𝑦))
& ⊢ ((𝜑 ∧ (𝑥 ∈ 𝐵 ∧ 𝑦 ∈ 𝐵)) → (𝑥(.r‘𝐾)𝑦) = (𝑥(.r‘𝐿)𝑦)) ⇒ ⊢ (𝜑 → (SubRing‘𝐾) = (SubRing‘𝐿)) |
| |
| Theorem | rhmpropd 14504* |
Ring homomorphism depends only on the ring attributes of structures.
(Contributed by Mario Carneiro, 12-Jun-2015.)
|
| ⊢ (𝜑 → 𝐵 = (Base‘𝐽)) & ⊢ (𝜑 → 𝐶 = (Base‘𝐾)) & ⊢ (𝜑 → 𝐵 = (Base‘𝐿)) & ⊢ (𝜑 → 𝐶 = (Base‘𝑀)) & ⊢ ((𝜑 ∧ (𝑥 ∈ 𝐵 ∧ 𝑦 ∈ 𝐵)) → (𝑥(+g‘𝐽)𝑦) = (𝑥(+g‘𝐿)𝑦))
& ⊢ ((𝜑 ∧ (𝑥 ∈ 𝐶 ∧ 𝑦 ∈ 𝐶)) → (𝑥(+g‘𝐾)𝑦) = (𝑥(+g‘𝑀)𝑦))
& ⊢ ((𝜑 ∧ (𝑥 ∈ 𝐵 ∧ 𝑦 ∈ 𝐵)) → (𝑥(.r‘𝐽)𝑦) = (𝑥(.r‘𝐿)𝑦))
& ⊢ ((𝜑 ∧ (𝑥 ∈ 𝐶 ∧ 𝑦 ∈ 𝐶)) → (𝑥(.r‘𝐾)𝑦) = (𝑥(.r‘𝑀)𝑦)) ⇒ ⊢ (𝜑 → (𝐽 RingHom 𝐾) = (𝐿 RingHom 𝑀)) |
| |
| 7.3.12 Left regular elements and
domains
|
| |
| Syntax | crlreg 14505 |
Set of left-regular elements in a ring.
|
| class RLReg |
| |
| Syntax | cdomn 14506 |
Class of (ring theoretic) domains.
|
| class Domn |
| |
| Syntax | cidom 14507 |
Class of integral domains.
|
| class IDomn |
| |
| Definition | df-rlreg 14508* |
Define the set of left-regular elements in a ring as those elements
which are not left zero divisors, meaning that multiplying a nonzero
element on the left by a left-regular element gives a nonzero product.
(Contributed by Stefan O'Rear, 22-Mar-2015.)
|
| ⊢ RLReg = (𝑟 ∈ V ↦ {𝑥 ∈ (Base‘𝑟) ∣ ∀𝑦 ∈ (Base‘𝑟)((𝑥(.r‘𝑟)𝑦) = (0g‘𝑟) → 𝑦 = (0g‘𝑟))}) |
| |
| Definition | df-domn 14509* |
A domain is a nonzero ring in which there are no nontrivial zero
divisors. (Contributed by Mario Carneiro, 28-Mar-2015.)
|
| ⊢ Domn = {𝑟 ∈ NzRing ∣
[(Base‘𝑟) /
𝑏][(0g‘𝑟) / 𝑧]∀𝑥 ∈ 𝑏 ∀𝑦 ∈ 𝑏 ((𝑥(.r‘𝑟)𝑦) = 𝑧 → (𝑥 = 𝑧 ∨ 𝑦 = 𝑧))} |
| |
| Definition | df-idom 14510 |
An integral domain is a commutative domain. (Contributed by Mario
Carneiro, 17-Jun-2015.)
|
| ⊢ IDomn = (CRing ∩ Domn) |
| |
| Theorem | rrgmex 14511 |
A structure whose set of left-regular elements is inhabited is a set.
(Contributed by Jim Kingdon, 12-Aug-2025.)
|
| ⊢ 𝐸 = (RLReg‘𝑅) ⇒ ⊢ (𝐴 ∈ 𝐸 → 𝑅 ∈ V) |
| |
| Theorem | rrgval 14512* |
Value of the set or left-regular elements in a ring. (Contributed by
Stefan O'Rear, 22-Mar-2015.)
|
| ⊢ 𝐸 = (RLReg‘𝑅)
& ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅)
& ⊢ 0 =
(0g‘𝑅) ⇒ ⊢ 𝐸 = {𝑥 ∈ 𝐵 ∣ ∀𝑦 ∈ 𝐵 ((𝑥 · 𝑦) = 0 → 𝑦 = 0 )} |
| |
| Theorem | isrrg 14513* |
Membership in the set of left-regular elements. (Contributed by Stefan
O'Rear, 22-Mar-2015.)
|
| ⊢ 𝐸 = (RLReg‘𝑅)
& ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅)
& ⊢ 0 =
(0g‘𝑅) ⇒ ⊢ (𝑋 ∈ 𝐸 ↔ (𝑋 ∈ 𝐵 ∧ ∀𝑦 ∈ 𝐵 ((𝑋 · 𝑦) = 0 → 𝑦 = 0 ))) |
| |
| Theorem | rrgeq0i 14514 |
Property of a left-regular element. (Contributed by Stefan O'Rear,
22-Mar-2015.)
|
| ⊢ 𝐸 = (RLReg‘𝑅)
& ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅)
& ⊢ 0 =
(0g‘𝑅) ⇒ ⊢ ((𝑋 ∈ 𝐸 ∧ 𝑌 ∈ 𝐵) → ((𝑋 · 𝑌) = 0 → 𝑌 = 0 )) |
| |
| Theorem | rrgeq0 14515 |
Left-multiplication by a left regular element does not change zeroness.
(Contributed by Stefan O'Rear, 28-Mar-2015.)
|
| ⊢ 𝐸 = (RLReg‘𝑅)
& ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅)
& ⊢ 0 =
(0g‘𝑅) ⇒ ⊢ ((𝑅 ∈ Ring ∧ 𝑋 ∈ 𝐸 ∧ 𝑌 ∈ 𝐵) → ((𝑋 · 𝑌) = 0 ↔ 𝑌 = 0 )) |
| |
| Theorem | rrgsupp 14516 |
Left multiplication by a left regular element does not change the
support set of a vector. (Contributed by Stefan O'Rear, 28-Mar-2015.)
(Revised by AV, 20-Jul-2019.)
|
| ⊢ 𝐸 = (RLReg‘𝑅)
& ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅)
& ⊢ 0 =
(0g‘𝑅)
& ⊢ (𝜑 → 𝐼 ∈ 𝑉)
& ⊢ (𝜑 → 𝑅 ∈ Ring) & ⊢ (𝜑 → 𝑋 ∈ 𝐸)
& ⊢ (𝜑 → 𝑌:𝐼⟶𝐵) ⇒ ⊢ (𝜑 → (((𝐼 × {𝑋}) ∘𝑓 · 𝑌) supp 0 ) = (𝑌 supp 0 )) |
| |
| Theorem | rrgss 14517 |
Left-regular elements are a subset of the base set. (Contributed by
Stefan O'Rear, 22-Mar-2015.)
|
| ⊢ 𝐸 = (RLReg‘𝑅)
& ⊢ 𝐵 = (Base‘𝑅) ⇒ ⊢ 𝐸 ⊆ 𝐵 |
| |
| Theorem | unitrrg 14518 |
Units are regular elements. (Contributed by Stefan O'Rear,
22-Mar-2015.)
|
| ⊢ 𝐸 = (RLReg‘𝑅)
& ⊢ 𝑈 = (Unit‘𝑅) ⇒ ⊢ (𝑅 ∈ Ring → 𝑈 ⊆ 𝐸) |
| |
| Theorem | rrgnz 14519 |
In a nonzero ring, the zero is a left zero divisor (that is, not a
left-regular element). (Contributed by Thierry Arnoux, 6-May-2025.)
|
| ⊢ 𝐸 = (RLReg‘𝑅)
& ⊢ 0 =
(0g‘𝑅) ⇒ ⊢ (𝑅 ∈ NzRing → ¬ 0 ∈ 𝐸) |
| |
| Theorem | isdomn 14520* |
Expand definition of a domain. (Contributed by Mario Carneiro,
28-Mar-2015.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅)
& ⊢ 0 =
(0g‘𝑅) ⇒ ⊢ (𝑅 ∈ Domn ↔ (𝑅 ∈ NzRing ∧ ∀𝑥 ∈ 𝐵 ∀𝑦 ∈ 𝐵 ((𝑥 · 𝑦) = 0 → (𝑥 = 0 ∨ 𝑦 = 0 )))) |
| |
| Theorem | domnnzr 14521 |
A domain is a nonzero ring. (Contributed by Mario Carneiro,
28-Mar-2015.)
|
| ⊢ (𝑅 ∈ Domn → 𝑅 ∈ NzRing) |
| |
| Theorem | domnring 14522 |
A domain is a ring. (Contributed by Mario Carneiro, 28-Mar-2015.)
|
| ⊢ (𝑅 ∈ Domn → 𝑅 ∈ Ring) |
| |
| Theorem | domneq0 14523 |
In a domain, a product is zero iff it has a zero factor. (Contributed
by Mario Carneiro, 28-Mar-2015.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅)
& ⊢ 0 =
(0g‘𝑅) ⇒ ⊢ ((𝑅 ∈ Domn ∧ 𝑋 ∈ 𝐵 ∧ 𝑌 ∈ 𝐵) → ((𝑋 · 𝑌) = 0 ↔ (𝑋 = 0 ∨ 𝑌 = 0 ))) |
| |
| Theorem | domnmuln0 14524 |
In a domain, a product of nonzero elements is nonzero. (Contributed by
Mario Carneiro, 6-May-2015.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ · =
(.r‘𝑅)
& ⊢ 0 =
(0g‘𝑅) ⇒ ⊢ ((𝑅 ∈ Domn ∧ (𝑋 ∈ 𝐵 ∧ 𝑋 ≠ 0 ) ∧ (𝑌 ∈ 𝐵 ∧ 𝑌 ≠ 0 )) → (𝑋 · 𝑌) ≠ 0 ) |
| |
| Theorem | opprdomnbg 14525 |
A class is a domain if and only if its opposite is a domain,
biconditional form of opprdomn 14526. (Contributed by SN, 15-Jun-2015.)
|
| ⊢ 𝑂 = (oppr‘𝑅)
⇒ ⊢ (𝑅 ∈ 𝑉 → (𝑅 ∈ Domn ↔ 𝑂 ∈ Domn)) |
| |
| Theorem | opprdomn 14526 |
The opposite of a domain is also a domain. (Contributed by Mario
Carneiro, 15-Jun-2015.)
|
| ⊢ 𝑂 = (oppr‘𝑅)
⇒ ⊢ (𝑅 ∈ Domn → 𝑂 ∈ Domn) |
| |
| Theorem | isidom 14527 |
An integral domain is a commutative domain. (Contributed by Mario
Carneiro, 17-Jun-2015.)
|
| ⊢ (𝑅 ∈ IDomn ↔ (𝑅 ∈ CRing ∧ 𝑅 ∈ Domn)) |
| |
| Theorem | idomdomd 14528 |
An integral domain is a domain. (Contributed by Thierry Arnoux,
22-Mar-2025.)
|
| ⊢ (𝜑 → 𝑅 ∈ IDomn)
⇒ ⊢ (𝜑 → 𝑅 ∈ Domn) |
| |
| Theorem | idomcringd 14529 |
An integral domain is a commutative ring with unity. (Contributed by
Thierry Arnoux, 4-May-2025.) (Proof shortened by SN, 14-May-2025.)
|
| ⊢ (𝜑 → 𝑅 ∈ IDomn)
⇒ ⊢ (𝜑 → 𝑅 ∈ CRing) |
| |
| Theorem | idomringd 14530 |
An integral domain is a ring. (Contributed by Thierry Arnoux,
22-Mar-2025.)
|
| ⊢ (𝜑 → 𝑅 ∈ IDomn)
⇒ ⊢ (𝜑 → 𝑅 ∈ Ring) |
| |
| 7.4 Division rings and
fields
|
| |
| 7.4.1 Ring apartness
|
| |
| Syntax | capr 14531 |
Extend class notation with ring apartness.
|
| class #r |
| |
| Definition | df-apr 14532* |
The relation between elements whose difference is invertible, which for
a local ring is an apartness relation by aprap 14540. (Contributed by Jim
Kingdon, 13-Feb-2025.)
|
| ⊢ #r = (𝑤 ∈ V ↦ {〈𝑥, 𝑦〉 ∣ ((𝑥 ∈ (Base‘𝑤) ∧ 𝑦 ∈ (Base‘𝑤)) ∧ (𝑥(-g‘𝑤)𝑦) ∈ (Unit‘𝑤))}) |
| |
| Theorem | aprval 14533 |
Expand Definition df-apr 14532. (Contributed by Jim Kingdon,
17-Feb-2025.)
|
| ⊢ (𝜑 → 𝐵 = (Base‘𝑅)) & ⊢ (𝜑 → # =
(#r‘𝑅)) & ⊢ (𝜑 → − =
(-g‘𝑅)) & ⊢ (𝜑 → 𝑈 = (Unit‘𝑅)) & ⊢ (𝜑 → 𝑅 ∈ Ring) & ⊢ (𝜑 → 𝑋 ∈ 𝐵)
& ⊢ (𝜑 → 𝑌 ∈ 𝐵) ⇒ ⊢ (𝜑 → (𝑋 # 𝑌 ↔ (𝑋 − 𝑌) ∈ 𝑈)) |
| |
| Theorem | aprunit 14534 |
The df-apr 14532 relation with zero expresses whether a ring
element is a
unit. That is, the difference of an element of a ring and zero is
invertible iff the element is a unit. (Contributed by Jim Kingdon,
29-May-2026.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ 0 =
(0g‘𝑅)
& ⊢ 𝑈 = (Unit‘𝑅)
& ⊢ # =
(#r‘𝑅)
& ⊢ (𝜑 → 𝑅 ∈ Ring) & ⊢ (𝜑 → 𝑋 ∈ 𝐵) ⇒ ⊢ (𝜑 → (𝑋 # 0 ↔ 𝑋 ∈ 𝑈)) |
| |
| Theorem | ringunitap 14535 |
Elementhood in the set of units. (Contributed by Jim Kingdon,
30-May-2026.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ 𝑈 = (Unit‘𝑅)
& ⊢ 0 =
(0g‘𝑅)
& ⊢ # =
(#r‘𝑅) ⇒ ⊢ (𝑅 ∈ Ring → (𝑋 ∈ 𝑈 ↔ (𝑋 ∈ 𝐵 ∧ 𝑋 # 0 ))) |
| |
| Theorem | ringunitsap0 14536* |
The set of units of a ring. If 𝑅 is a local ring, # is an
apartness and this theorem states that the units of a ring are those
elements apart from zero (see aprlring 14542). Given the definition of
#r this theorem holds even if # is not an
apartness, however.
(Contributed by Jim Kingdon, 31-May-2026.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ 0 =
(0g‘𝑅)
& ⊢ # =
(#r‘𝑅) ⇒ ⊢ (𝑅 ∈ Ring → {𝑥 ∈ 𝐵 ∣ 𝑥 # 0 } = (Unit‘𝑅)) |
| |
| Theorem | aprirr 14537 |
The apartness relation given by df-apr 14532 for a nonzero ring is
irreflexive. (Contributed by Jim Kingdon, 16-Feb-2025.)
|
| ⊢ (𝜑 → 𝐵 = (Base‘𝑅)) & ⊢ (𝜑 → # =
(#r‘𝑅)) & ⊢ (𝜑 → 𝑅 ∈ Ring) & ⊢ (𝜑 → 𝑋 ∈ 𝐵)
& ⊢ (𝜑 → (1r‘𝑅) ≠
(0g‘𝑅)) ⇒ ⊢ (𝜑 → ¬ 𝑋 # 𝑋) |
| |
| Theorem | aprsym 14538 |
The apartness relation given by df-apr 14532 for a ring is symmetric.
(Contributed by Jim Kingdon, 17-Feb-2025.)
|
| ⊢ (𝜑 → 𝐵 = (Base‘𝑅)) & ⊢ (𝜑 → # =
(#r‘𝑅)) & ⊢ (𝜑 → 𝑅 ∈ Ring) & ⊢ (𝜑 → 𝑋 ∈ 𝐵)
& ⊢ (𝜑 → 𝑌 ∈ 𝐵) ⇒ ⊢ (𝜑 → (𝑋 # 𝑌 → 𝑌 # 𝑋)) |
| |
| Theorem | aprcotr 14539 |
The apartness relation given by df-apr 14532 for a local ring is
cotransitive. (Contributed by Jim Kingdon, 17-Feb-2025.)
|
| ⊢ (𝜑 → 𝐵 = (Base‘𝑅)) & ⊢ (𝜑 → # =
(#r‘𝑅)) & ⊢ (𝜑 → 𝑅 ∈ LRing) & ⊢ (𝜑 → 𝑋 ∈ 𝐵)
& ⊢ (𝜑 → 𝑌 ∈ 𝐵)
& ⊢ (𝜑 → 𝑍 ∈ 𝐵) ⇒ ⊢ (𝜑 → (𝑋 # 𝑌 → (𝑋 # 𝑍 ∨ 𝑌 # 𝑍))) |
| |
| Theorem | aprap 14540 |
The relation given by df-apr 14532 for a local ring is an apartness
relation. (Contributed by Jim Kingdon, 20-Feb-2025.)
|
| ⊢ (𝑅 ∈ LRing →
(#r‘𝑅) Ap
(Base‘𝑅)) |
| |
| Theorem | aprnzr 14541 |
If the relation given by df-apr 14532 on a ring is an apartness relation,
then the ring is a nonzero ring. (Contributed by Jim Kingdon,
27-May-2026.)
|
| ⊢ ((𝑅 ∈ Ring ∧
(#r‘𝑅) Ap
(Base‘𝑅)) →
𝑅 ∈
NzRing) |
| |
| Theorem | aprlring 14542 |
A ring is a local ring if and only if the relation given by df-apr 14532 is
an apartness relation. (Contributed by Jim Kingdon, 28-May-2026.)
|
| ⊢ (𝑅 ∈ Ring → (𝑅 ∈ LRing ↔
(#r‘𝑅) Ap
(Base‘𝑅))) |
| |
| Theorem | aprprop 14543 |
If two structures have the same ring components (properties), df-apr 14532
generates the same relation for both of them. (Contributed by Jim
Kingdon, 31-May-2026.)
|
| ⊢ (Base‘𝐾) = (Base‘𝐿)
& ⊢ (+g‘𝐾) = (+g‘𝐿)
& ⊢ (.r‘𝐾) = (.r‘𝐿) ⇒ ⊢ (𝐾 ∈ Ring →
(#r‘𝐾) =
(#r‘𝐿)) |
| |
| 7.4.2 Definition and basic
properties
|
| |
| Syntax | cdr 14544 |
Extend class notation with class of all division rings.
|
| class DivRing |
| |
| Syntax | cfield 14545 |
Class of fields.
|
| class Field |
| |
| Definition | df-drngap 14546 |
Define class of all division rings. A division ring is a ring in which
the relation given by df-apr 14532 is a tight apartness. (Contributed by Jim
Kingdon, 29-May-2026.)
|
| ⊢ DivRing = {𝑟 ∈ Ring ∣
(#r‘𝑟)
TAp (Base‘𝑟)} |
| |
| Definition | df-field 14547 |
A field is a commutative division ring. (Contributed by Mario Carneiro,
17-Jun-2015.)
|
| ⊢ Field = (DivRing ∩
CRing) |
| |
| Theorem | isdrngtap 14548 |
The predicate "is a division ring". (Contributed by Jim Kingdon,
29-May-2026.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ # =
(#r‘𝑅) ⇒ ⊢ (𝑅 ∈ DivRing ↔ (𝑅 ∈ Ring ∧ # TAp 𝐵)) |
| |
| Theorem | drnglring 14549 |
A division ring is a local ring. (Contributed by Jim Kingdon,
29-May-2026.)
|
| ⊢ (𝑅 ∈ DivRing → 𝑅 ∈ LRing) |
| |
| Theorem | drngunitap 14550 |
Elementhood in the set of units when 𝑅 is a division ring.
(Contributed by Mario Carneiro, 2-Dec-2014.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ 𝑈 = (Unit‘𝑅)
& ⊢ 0 =
(0g‘𝑅)
& ⊢ # =
(#r‘𝑅) ⇒ ⊢ (𝑅 ∈ DivRing → (𝑋 ∈ 𝑈 ↔ (𝑋 ∈ 𝐵 ∧ 𝑋 # 0 ))) |
| |
| Theorem | drnguiap 14551* |
The set of units of a division ring. (Contributed by Mario Carneiro,
2-Dec-2014.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ 0 =
(0g‘𝑅)
& ⊢ # =
(#r‘𝑅) ⇒ ⊢ (𝑅 ∈ DivRing → {𝑥 ∈ 𝐵 ∣ 𝑥 # 0 } = (Unit‘𝑅)) |
| |
| Theorem | drngring 14552 |
A division ring is a ring. (Contributed by NM, 8-Sep-2011.)
|
| ⊢ (𝑅 ∈ DivRing → 𝑅 ∈ Ring) |
| |
| Theorem | drngringd 14553 |
A division ring is a ring. (Contributed by SN, 16-May-2024.)
|
| ⊢ (𝜑 → 𝑅 ∈ DivRing)
⇒ ⊢ (𝜑 → 𝑅 ∈ Ring) |
| |
| Theorem | drnggrpd 14554 |
A division ring is a group (deduction form). (Contributed by SN,
16-May-2024.)
|
| ⊢ (𝜑 → 𝑅 ∈ DivRing)
⇒ ⊢ (𝜑 → 𝑅 ∈ Grp) |
| |
| Theorem | drnggrp 14555 |
A division ring is a group (closed form). (Contributed by NM,
8-Sep-2011.)
|
| ⊢ (𝑅 ∈ DivRing → 𝑅 ∈ Grp) |
| |
| Theorem | isfld 14556 |
A field is a commutative division ring. (Contributed by Mario Carneiro,
17-Jun-2015.)
|
| ⊢ (𝑅 ∈ Field ↔ (𝑅 ∈ DivRing ∧ 𝑅 ∈ CRing)) |
| |
| Theorem | flddrngd 14557 |
A field is a division ring. (Contributed by SN, 17-Jan-2025.)
|
| ⊢ (𝜑 → 𝑅 ∈ Field)
⇒ ⊢ (𝜑 → 𝑅 ∈ DivRing) |
| |
| Theorem | fldcrngd 14558 |
A field is a commutative ring. (Contributed by SN, 23-Nov-2024.)
|
| ⊢ (𝜑 → 𝑅 ∈ Field)
⇒ ⊢ (𝜑 → 𝑅 ∈ CRing) |
| |
| Theorem | drngprop 14559 |
If two structures have the same ring components (properties), one is a
division ring iff the other one is. (Contributed by Mario Carneiro,
11-Oct-2013.) (Revised by Mario Carneiro, 28-Dec-2014.)
|
| ⊢ (Base‘𝐾) = (Base‘𝐿)
& ⊢ (+g‘𝐾) = (+g‘𝐿)
& ⊢ (.r‘𝐾) = (.r‘𝐿) ⇒ ⊢ (𝐾 ∈ DivRing ↔ 𝐿 ∈ DivRing) |
| |
| Theorem | drngunz 14560 |
A division ring's unity is different from its zero. (Contributed by NM,
8-Sep-2011.)
|
| ⊢ 0 =
(0g‘𝑅)
& ⊢ 1 =
(1r‘𝑅) ⇒ ⊢ (𝑅 ∈ DivRing → 1 ≠ 0 ) |
| |
| Theorem | drngnzr 14561 |
A division ring is a nonzero ring. (Contributed by Stefan O'Rear,
24-Feb-2015.)
|
| ⊢ (𝑅 ∈ DivRing → 𝑅 ∈ NzRing) |
| |
| Theorem | opprdrng 14562 |
The opposite of a division ring is also a division ring. (Contributed
by NM, 18-Oct-2014.)
|
| ⊢ 𝑂 = (oppr‘𝑅)
⇒ ⊢ (𝑅 ∈ DivRing ↔ 𝑂 ∈ DivRing) |
| |
| Theorem | ring1zr 14563 |
The only unital ring with a base set consisting of one element is the
zero ring (at least if its operations are internal binary operations).
This holds already for nonunital rings, see rng1zr 14203, and semirings,
see srg1zr 14234. (Contributed by FL, 13-Feb-2010.)
(Revised by AV,
25-Jan-2020.) (Proof shortened by AV, 7-Feb-2020.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ + =
(+g‘𝑅)
& ⊢ ∗ =
(.r‘𝑅) ⇒ ⊢ (((𝑅 ∈ Ring ∧ + Fn (𝐵 × 𝐵) ∧ ∗ Fn (𝐵 × 𝐵)) ∧ 𝑍 ∈ 𝐵) → (𝐵 = {𝑍} ↔ ( + = {〈〈𝑍, 𝑍〉, 𝑍〉} ∧ ∗ =
{〈〈𝑍, 𝑍〉, 𝑍〉}))) |
| |
| Theorem | ringen1zr0 14564 |
The only unital ring with one element is the zero ring (at least if its
operations are internal binary operations). This holds already for
nonunital rings, see rngen1zr0 14205, and semirings, see srgen1zr0 14235.
(Contributed by FL, 15-Feb-2010.) (Revised by AV, 25-Jan-2020.) (Proof
shortened by AV, 19-Jun-2026.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ + =
(+g‘𝑅)
& ⊢ ∗ =
(.r‘𝑅)
& ⊢ 𝑍 = (0g‘𝑅) ⇒ ⊢ ((𝑅 ∈ Ring ∧ + Fn (𝐵 × 𝐵) ∧ ∗ Fn (𝐵 × 𝐵)) → (𝐵 ≈ 1o ↔ ( + =
{〈〈𝑍, 𝑍〉, 𝑍〉} ∧ ∗ =
{〈〈𝑍, 𝑍〉, 𝑍〉}))) |
| |
| 7.5 Left modules
|
| |
| 7.5.1 Definition and basic
properties
|
| |
| Syntax | clmod 14565 |
Extend class notation with class of all left modules.
|
| class LMod |
| |
| Syntax | cscaf 14566 |
The functionalization of the scalar multiplication operation.
|
| class
·sf |
| |
| Definition | df-lmod 14567* |
Define the class of all left modules, which are generalizations of left
vector spaces. A left module over a ring is an (Abelian) group
(vectors) together with a ring (scalars) and a left scalar product
connecting them. (Contributed by NM, 4-Nov-2013.)
|
| ⊢ LMod = {𝑔 ∈ Grp ∣
[(Base‘𝑔) /
𝑣][(+g‘𝑔) / 𝑎][(Scalar‘𝑔) / 𝑓][(
·𝑠 ‘𝑔) / 𝑠][(Base‘𝑓) / 𝑘][(+g‘𝑓) / 𝑝][(.r‘𝑓) / 𝑡](𝑓 ∈ Ring ∧ ∀𝑞 ∈ 𝑘 ∀𝑟 ∈ 𝑘 ∀𝑥 ∈ 𝑣 ∀𝑤 ∈ 𝑣 (((𝑟𝑠𝑤) ∈ 𝑣 ∧ (𝑟𝑠(𝑤𝑎𝑥)) = ((𝑟𝑠𝑤)𝑎(𝑟𝑠𝑥)) ∧ ((𝑞𝑝𝑟)𝑠𝑤) = ((𝑞𝑠𝑤)𝑎(𝑟𝑠𝑤))) ∧ (((𝑞𝑡𝑟)𝑠𝑤) = (𝑞𝑠(𝑟𝑠𝑤)) ∧ ((1r‘𝑓)𝑠𝑤) = 𝑤)))} |
| |
| Definition | df-scaf 14568* |
Define the functionalization of the ·𝑠 operator. This restricts
the
value of ·𝑠 to
the stated domain, which is necessary when working
with restricted structures, whose operations may be defined on a larger
set than the true base. (Contributed by Mario Carneiro, 5-Oct-2015.)
|
| ⊢ ·sf =
(𝑔 ∈ V ↦ (𝑥 ∈
(Base‘(Scalar‘𝑔)), 𝑦 ∈ (Base‘𝑔) ↦ (𝑥( ·𝑠
‘𝑔)𝑦))) |
| |
| Theorem | islmod 14569* |
The predicate "is a left module". (Contributed by NM, 4-Nov-2013.)
(Revised by Mario Carneiro, 19-Jun-2014.)
|
| ⊢ 𝑉 = (Base‘𝑊)
& ⊢ + =
(+g‘𝑊)
& ⊢ · = (
·𝑠 ‘𝑊)
& ⊢ 𝐹 = (Scalar‘𝑊)
& ⊢ 𝐾 = (Base‘𝐹)
& ⊢ ⨣ =
(+g‘𝐹)
& ⊢ × =
(.r‘𝐹)
& ⊢ 1 =
(1r‘𝐹) ⇒ ⊢ (𝑊 ∈ LMod ↔ (𝑊 ∈ Grp ∧ 𝐹 ∈ Ring ∧ ∀𝑞 ∈ 𝐾 ∀𝑟 ∈ 𝐾 ∀𝑥 ∈ 𝑉 ∀𝑤 ∈ 𝑉 (((𝑟 · 𝑤) ∈ 𝑉 ∧ (𝑟 · (𝑤 + 𝑥)) = ((𝑟 · 𝑤) + (𝑟 · 𝑥)) ∧ ((𝑞 ⨣ 𝑟) · 𝑤) = ((𝑞 · 𝑤) + (𝑟 · 𝑤))) ∧ (((𝑞 × 𝑟) · 𝑤) = (𝑞 · (𝑟 · 𝑤)) ∧ ( 1 · 𝑤) = 𝑤)))) |
| |
| Theorem | lmodlema 14570 |
Lemma for properties of a left module. (Contributed by NM, 8-Dec-2013.)
(Revised by Mario Carneiro, 19-Jun-2014.)
|
| ⊢ 𝑉 = (Base‘𝑊)
& ⊢ + =
(+g‘𝑊)
& ⊢ · = (
·𝑠 ‘𝑊)
& ⊢ 𝐹 = (Scalar‘𝑊)
& ⊢ 𝐾 = (Base‘𝐹)
& ⊢ ⨣ =
(+g‘𝐹)
& ⊢ × =
(.r‘𝐹)
& ⊢ 1 =
(1r‘𝐹) ⇒ ⊢ ((𝑊 ∈ LMod ∧ (𝑄 ∈ 𝐾 ∧ 𝑅 ∈ 𝐾) ∧ (𝑋 ∈ 𝑉 ∧ 𝑌 ∈ 𝑉)) → (((𝑅 · 𝑌) ∈ 𝑉 ∧ (𝑅 · (𝑌 + 𝑋)) = ((𝑅 · 𝑌) + (𝑅 · 𝑋)) ∧ ((𝑄 ⨣ 𝑅) · 𝑌) = ((𝑄 · 𝑌) + (𝑅 · 𝑌))) ∧ (((𝑄 × 𝑅) · 𝑌) = (𝑄 · (𝑅 · 𝑌)) ∧ ( 1 · 𝑌) = 𝑌))) |
| |
| Theorem | islmodd 14571* |
Properties that determine a left module. See note in isgrpd2 13780
regarding the 𝜑 on hypotheses that name structure
components.
(Contributed by Mario Carneiro, 22-Jun-2014.)
|
| ⊢ (𝜑 → 𝑉 = (Base‘𝑊)) & ⊢ (𝜑 → + =
(+g‘𝑊)) & ⊢ (𝜑 → 𝐹 = (Scalar‘𝑊)) & ⊢ (𝜑 → · = (
·𝑠 ‘𝑊)) & ⊢ (𝜑 → 𝐵 = (Base‘𝐹)) & ⊢ (𝜑 → ⨣ =
(+g‘𝐹)) & ⊢ (𝜑 → × =
(.r‘𝐹)) & ⊢ (𝜑 → 1 =
(1r‘𝐹)) & ⊢ (𝜑 → 𝐹 ∈ Ring) & ⊢ (𝜑 → 𝑊 ∈ Grp) & ⊢ ((𝜑 ∧ 𝑥 ∈ 𝐵 ∧ 𝑦 ∈ 𝑉) → (𝑥 · 𝑦) ∈ 𝑉)
& ⊢ ((𝜑 ∧ (𝑥 ∈ 𝐵 ∧ 𝑦 ∈ 𝑉 ∧ 𝑧 ∈ 𝑉)) → (𝑥 · (𝑦 + 𝑧)) = ((𝑥 · 𝑦) + (𝑥 · 𝑧))) & ⊢ ((𝜑 ∧ (𝑥 ∈ 𝐵 ∧ 𝑦 ∈ 𝐵 ∧ 𝑧 ∈ 𝑉)) → ((𝑥 ⨣ 𝑦) · 𝑧) = ((𝑥 · 𝑧) + (𝑦 · 𝑧))) & ⊢ ((𝜑 ∧ (𝑥 ∈ 𝐵 ∧ 𝑦 ∈ 𝐵 ∧ 𝑧 ∈ 𝑉)) → ((𝑥 × 𝑦) · 𝑧) = (𝑥 · (𝑦 · 𝑧))) & ⊢ ((𝜑 ∧ 𝑥 ∈ 𝑉) → ( 1 · 𝑥) = 𝑥) ⇒ ⊢ (𝜑 → 𝑊 ∈ LMod) |
| |
| Theorem | lmodgrp 14572 |
A left module is a group. (Contributed by NM, 8-Dec-2013.) (Revised by
Mario Carneiro, 25-Jun-2014.)
|
| ⊢ (𝑊 ∈ LMod → 𝑊 ∈ Grp) |
| |
| Theorem | lmodring 14573 |
The scalar component of a left module is a ring. (Contributed by NM,
8-Dec-2013.) (Revised by Mario Carneiro, 19-Jun-2014.)
|
| ⊢ 𝐹 = (Scalar‘𝑊) ⇒ ⊢ (𝑊 ∈ LMod → 𝐹 ∈ Ring) |
| |
| Theorem | lmodfgrp 14574 |
The scalar component of a left module is an additive group.
(Contributed by NM, 8-Dec-2013.) (Revised by Mario Carneiro,
19-Jun-2014.)
|
| ⊢ 𝐹 = (Scalar‘𝑊) ⇒ ⊢ (𝑊 ∈ LMod → 𝐹 ∈ Grp) |
| |
| Theorem | lmodgrpd 14575 |
A left module is a group. (Contributed by SN, 16-May-2024.)
|
| ⊢ (𝜑 → 𝑊 ∈ LMod)
⇒ ⊢ (𝜑 → 𝑊 ∈ Grp) |
| |
| Theorem | lmodbn0 14576 |
The base set of a left module is nonempty. It is also inhabited (by
lmod0vcl 14595). (Contributed by NM, 8-Dec-2013.)
(Revised by Mario
Carneiro, 19-Jun-2014.)
|
| ⊢ 𝐵 = (Base‘𝑊) ⇒ ⊢ (𝑊 ∈ LMod → 𝐵 ≠ ∅) |
| |
| Theorem | lmodacl 14577 |
Closure of ring addition for a left module. (Contributed by NM,
14-Jan-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
|
| ⊢ 𝐹 = (Scalar‘𝑊)
& ⊢ 𝐾 = (Base‘𝐹)
& ⊢ + =
(+g‘𝐹) ⇒ ⊢ ((𝑊 ∈ LMod ∧ 𝑋 ∈ 𝐾 ∧ 𝑌 ∈ 𝐾) → (𝑋 + 𝑌) ∈ 𝐾) |
| |
| Theorem | lmodmcl 14578 |
Closure of ring multiplication for a left module. (Contributed by NM,
14-Jan-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
|
| ⊢ 𝐹 = (Scalar‘𝑊)
& ⊢ 𝐾 = (Base‘𝐹)
& ⊢ · =
(.r‘𝐹) ⇒ ⊢ ((𝑊 ∈ LMod ∧ 𝑋 ∈ 𝐾 ∧ 𝑌 ∈ 𝐾) → (𝑋 · 𝑌) ∈ 𝐾) |
| |
| Theorem | lmodsn0 14579 |
The set of scalars in a left module is nonempty. It is also inhabited,
by lmod0cl 14592. (Contributed by NM, 8-Dec-2013.) (Revised
by Mario
Carneiro, 19-Jun-2014.)
|
| ⊢ 𝐹 = (Scalar‘𝑊)
& ⊢ 𝐵 = (Base‘𝐹) ⇒ ⊢ (𝑊 ∈ LMod → 𝐵 ≠ ∅) |
| |
| Theorem | lmodvacl 14580 |
Closure of vector addition for a left module. (Contributed by NM,
8-Dec-2013.) (Revised by Mario Carneiro, 19-Jun-2014.)
|
| ⊢ 𝑉 = (Base‘𝑊)
& ⊢ + =
(+g‘𝑊) ⇒ ⊢ ((𝑊 ∈ LMod ∧ 𝑋 ∈ 𝑉 ∧ 𝑌 ∈ 𝑉) → (𝑋 + 𝑌) ∈ 𝑉) |
| |
| Theorem | lmodass 14581 |
Left module vector sum is associative. (Contributed by NM,
10-Jan-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
|
| ⊢ 𝑉 = (Base‘𝑊)
& ⊢ + =
(+g‘𝑊) ⇒ ⊢ ((𝑊 ∈ LMod ∧ (𝑋 ∈ 𝑉 ∧ 𝑌 ∈ 𝑉 ∧ 𝑍 ∈ 𝑉)) → ((𝑋 + 𝑌) + 𝑍) = (𝑋 + (𝑌 + 𝑍))) |
| |
| Theorem | lmodlcan 14582 |
Left cancellation law for vector sum. (Contributed by NM, 12-Jan-2014.)
(Revised by Mario Carneiro, 19-Jun-2014.)
|
| ⊢ 𝑉 = (Base‘𝑊)
& ⊢ + =
(+g‘𝑊) ⇒ ⊢ ((𝑊 ∈ LMod ∧ (𝑋 ∈ 𝑉 ∧ 𝑌 ∈ 𝑉 ∧ 𝑍 ∈ 𝑉)) → ((𝑍 + 𝑋) = (𝑍 + 𝑌) ↔ 𝑋 = 𝑌)) |
| |
| Theorem | lmodvscl 14583 |
Closure of scalar product for a left module. (Contributed by NM,
8-Dec-2013.) (Revised by Mario Carneiro, 19-Jun-2014.)
|
| ⊢ 𝑉 = (Base‘𝑊)
& ⊢ 𝐹 = (Scalar‘𝑊)
& ⊢ · = (
·𝑠 ‘𝑊)
& ⊢ 𝐾 = (Base‘𝐹) ⇒ ⊢ ((𝑊 ∈ LMod ∧ 𝑅 ∈ 𝐾 ∧ 𝑋 ∈ 𝑉) → (𝑅 · 𝑋) ∈ 𝑉) |
| |
| Theorem | scaffvalg 14584* |
The scalar multiplication operation as a function. (Contributed by
Mario Carneiro, 5-Oct-2015.) (Proof shortened by AV, 2-Mar-2024.)
|
| ⊢ 𝐵 = (Base‘𝑊)
& ⊢ 𝐹 = (Scalar‘𝑊)
& ⊢ 𝐾 = (Base‘𝐹)
& ⊢ ∙ = (
·sf ‘𝑊)
& ⊢ · = (
·𝑠 ‘𝑊) ⇒ ⊢ (𝑊 ∈ 𝑉 → ∙ = (𝑥 ∈ 𝐾, 𝑦 ∈ 𝐵 ↦ (𝑥 · 𝑦))) |
| |
| Theorem | scafvalg 14585 |
The scalar multiplication operation as a function. (Contributed by
Mario Carneiro, 5-Oct-2015.)
|
| ⊢ 𝐵 = (Base‘𝑊)
& ⊢ 𝐹 = (Scalar‘𝑊)
& ⊢ 𝐾 = (Base‘𝐹)
& ⊢ ∙ = (
·sf ‘𝑊)
& ⊢ · = (
·𝑠 ‘𝑊) ⇒ ⊢ ((𝑊 ∈ 𝑉 ∧ 𝑋 ∈ 𝐾 ∧ 𝑌 ∈ 𝐵) → (𝑋 ∙ 𝑌) = (𝑋 · 𝑌)) |
| |
| Theorem | scafeqg 14586 |
If the scalar multiplication operation is already a function, the
functionalization of it is equal to the original operation.
(Contributed by Mario Carneiro, 5-Oct-2015.)
|
| ⊢ 𝐵 = (Base‘𝑊)
& ⊢ 𝐹 = (Scalar‘𝑊)
& ⊢ 𝐾 = (Base‘𝐹)
& ⊢ ∙ = (
·sf ‘𝑊)
& ⊢ · = (
·𝑠 ‘𝑊) ⇒ ⊢ ((𝑊 ∈ 𝑉 ∧ · Fn (𝐾 × 𝐵)) → ∙ = ·
) |
| |
| Theorem | scaffng 14587 |
The scalar multiplication operation is a function. (Contributed by
Mario Carneiro, 5-Oct-2015.)
|
| ⊢ 𝐵 = (Base‘𝑊)
& ⊢ 𝐹 = (Scalar‘𝑊)
& ⊢ 𝐾 = (Base‘𝐹)
& ⊢ ∙ = (
·sf ‘𝑊) ⇒ ⊢ (𝑊 ∈ 𝑉 → ∙ Fn (𝐾 × 𝐵)) |
| |
| Theorem | lmodscaf 14588 |
The scalar multiplication operation is a function. (Contributed by
Mario Carneiro, 5-Oct-2015.)
|
| ⊢ 𝐵 = (Base‘𝑊)
& ⊢ 𝐹 = (Scalar‘𝑊)
& ⊢ 𝐾 = (Base‘𝐹)
& ⊢ ∙ = (
·sf ‘𝑊) ⇒ ⊢ (𝑊 ∈ LMod → ∙ :(𝐾 × 𝐵)⟶𝐵) |
| |
| Theorem | lmodvsdi 14589 |
Distributive law for scalar product (left-distributivity). (Contributed
by NM, 10-Jan-2014.) (Revised by Mario Carneiro, 22-Sep-2015.)
|
| ⊢ 𝑉 = (Base‘𝑊)
& ⊢ + =
(+g‘𝑊)
& ⊢ 𝐹 = (Scalar‘𝑊)
& ⊢ · = (
·𝑠 ‘𝑊)
& ⊢ 𝐾 = (Base‘𝐹) ⇒ ⊢ ((𝑊 ∈ LMod ∧ (𝑅 ∈ 𝐾 ∧ 𝑋 ∈ 𝑉 ∧ 𝑌 ∈ 𝑉)) → (𝑅 · (𝑋 + 𝑌)) = ((𝑅 · 𝑋) + (𝑅 · 𝑌))) |
| |
| Theorem | lmodvsdir 14590 |
Distributive law for scalar product (right-distributivity).
(Contributed by NM, 10-Jan-2014.) (Revised by Mario Carneiro,
22-Sep-2015.)
|
| ⊢ 𝑉 = (Base‘𝑊)
& ⊢ + =
(+g‘𝑊)
& ⊢ 𝐹 = (Scalar‘𝑊)
& ⊢ · = (
·𝑠 ‘𝑊)
& ⊢ 𝐾 = (Base‘𝐹)
& ⊢ ⨣ =
(+g‘𝐹) ⇒ ⊢ ((𝑊 ∈ LMod ∧ (𝑄 ∈ 𝐾 ∧ 𝑅 ∈ 𝐾 ∧ 𝑋 ∈ 𝑉)) → ((𝑄 ⨣ 𝑅) · 𝑋) = ((𝑄 · 𝑋) + (𝑅 · 𝑋))) |
| |
| Theorem | lmodvsass 14591 |
Associative law for scalar product. (Contributed by NM, 10-Jan-2014.)
(Revised by Mario Carneiro, 22-Sep-2015.)
|
| ⊢ 𝑉 = (Base‘𝑊)
& ⊢ 𝐹 = (Scalar‘𝑊)
& ⊢ · = (
·𝑠 ‘𝑊)
& ⊢ 𝐾 = (Base‘𝐹)
& ⊢ × =
(.r‘𝐹) ⇒ ⊢ ((𝑊 ∈ LMod ∧ (𝑄 ∈ 𝐾 ∧ 𝑅 ∈ 𝐾 ∧ 𝑋 ∈ 𝑉)) → ((𝑄 × 𝑅) · 𝑋) = (𝑄 · (𝑅 · 𝑋))) |
| |
| Theorem | lmod0cl 14592 |
The ring zero in a left module belongs to the set of scalars.
(Contributed by NM, 11-Jan-2014.) (Revised by Mario Carneiro,
19-Jun-2014.)
|
| ⊢ 𝐹 = (Scalar‘𝑊)
& ⊢ 𝐾 = (Base‘𝐹)
& ⊢ 0 =
(0g‘𝐹) ⇒ ⊢ (𝑊 ∈ LMod → 0 ∈ 𝐾) |
| |
| Theorem | lmod1cl 14593 |
The ring unity in a left module belongs to the set of scalars.
(Contributed by NM, 11-Jan-2014.) (Revised by Mario Carneiro,
19-Jun-2014.)
|
| ⊢ 𝐹 = (Scalar‘𝑊)
& ⊢ 𝐾 = (Base‘𝐹)
& ⊢ 1 =
(1r‘𝐹) ⇒ ⊢ (𝑊 ∈ LMod → 1 ∈ 𝐾) |
| |
| Theorem | lmodvs1 14594 |
Scalar product with the ring unity. (Contributed by NM, 10-Jan-2014.)
(Revised by Mario Carneiro, 19-Jun-2014.)
|
| ⊢ 𝑉 = (Base‘𝑊)
& ⊢ 𝐹 = (Scalar‘𝑊)
& ⊢ · = (
·𝑠 ‘𝑊)
& ⊢ 1 =
(1r‘𝐹) ⇒ ⊢ ((𝑊 ∈ LMod ∧ 𝑋 ∈ 𝑉) → ( 1 · 𝑋) = 𝑋) |
| |
| Theorem | lmod0vcl 14595 |
The zero vector is a vector. (Contributed by NM, 10-Jan-2014.)
(Revised by Mario Carneiro, 19-Jun-2014.)
|
| ⊢ 𝑉 = (Base‘𝑊)
& ⊢ 0 =
(0g‘𝑊) ⇒ ⊢ (𝑊 ∈ LMod → 0 ∈ 𝑉) |
| |
| Theorem | lmod0vlid 14596 |
Left identity law for the zero vector. (Contributed by NM,
10-Jan-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
|
| ⊢ 𝑉 = (Base‘𝑊)
& ⊢ + =
(+g‘𝑊)
& ⊢ 0 =
(0g‘𝑊) ⇒ ⊢ ((𝑊 ∈ LMod ∧ 𝑋 ∈ 𝑉) → ( 0 + 𝑋) = 𝑋) |
| |
| Theorem | lmod0vrid 14597 |
Right identity law for the zero vector. (Contributed by NM,
10-Jan-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
|
| ⊢ 𝑉 = (Base‘𝑊)
& ⊢ + =
(+g‘𝑊)
& ⊢ 0 =
(0g‘𝑊) ⇒ ⊢ ((𝑊 ∈ LMod ∧ 𝑋 ∈ 𝑉) → (𝑋 + 0 ) = 𝑋) |
| |
| Theorem | lmod0vid 14598 |
Identity equivalent to the value of the zero vector. Provides a
convenient way to compute the value. (Contributed by NM, 9-Mar-2014.)
(Revised by Mario Carneiro, 19-Jun-2014.)
|
| ⊢ 𝑉 = (Base‘𝑊)
& ⊢ + =
(+g‘𝑊)
& ⊢ 0 =
(0g‘𝑊) ⇒ ⊢ ((𝑊 ∈ LMod ∧ 𝑋 ∈ 𝑉) → ((𝑋 + 𝑋) = 𝑋 ↔ 0 = 𝑋)) |
| |
| Theorem | lmod0vs 14599 |
Zero times a vector is the zero vector. Equation 1a of [Kreyszig]
p. 51. (Contributed by NM, 12-Jan-2014.) (Revised by Mario Carneiro,
19-Jun-2014.)
|
| ⊢ 𝑉 = (Base‘𝑊)
& ⊢ 𝐹 = (Scalar‘𝑊)
& ⊢ · = (
·𝑠 ‘𝑊)
& ⊢ 𝑂 = (0g‘𝐹)
& ⊢ 0 =
(0g‘𝑊) ⇒ ⊢ ((𝑊 ∈ LMod ∧ 𝑋 ∈ 𝑉) → (𝑂 · 𝑋) = 0 ) |
| |
| Theorem | lmodvs0 14600 |
Anything times the zero vector is the zero vector. Equation 1b of
[Kreyszig] p. 51. (Contributed by NM,
12-Jan-2014.) (Revised by Mario
Carneiro, 19-Jun-2014.)
|
| ⊢ 𝐹 = (Scalar‘𝑊)
& ⊢ · = (
·𝑠 ‘𝑊)
& ⊢ 𝐾 = (Base‘𝐹)
& ⊢ 0 =
(0g‘𝑊) ⇒ ⊢ ((𝑊 ∈ LMod ∧ 𝑋 ∈ 𝐾) → (𝑋 · 0 ) = 0 ) |