HomeHome Intuitionistic Logic Explorer
Theorem List (p. 147 of 172)
< 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 - 14601-14700   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoremaprnzr 14601 If the relation given by df-apr 14592 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)
 
Theoremaprlring 14602 A ring is a local ring if and only if the relation given by df-apr 14592 is an apartness relation. (Contributed by Jim Kingdon, 28-May-2026.)
(𝑅 ∈ Ring → (𝑅 ∈ LRing ↔ (#r𝑅) Ap (Base‘𝑅)))
 
Theoremaprprop 14603 If two structures have the same ring components (properties), df-apr 14592 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
 
Syntaxcdr 14604 Extend class notation with class of all division rings.
class DivRing
 
Syntaxcfield 14605 Class of fields.
class Field
 
Definitiondf-drngap 14606 Define class of all division rings. A division ring is a ring in which the relation given by df-apr 14592 is a tight apartness. (Contributed by Jim Kingdon, 29-May-2026.)
DivRing = {𝑟 ∈ Ring ∣ (#r𝑟) TAp (Base‘𝑟)}
 
Definitiondf-field 14607 A field is a commutative division ring. (Contributed by Mario Carneiro, 17-Jun-2015.)
Field = (DivRing ∩ CRing)
 
Theoremisdrngtap 14608 The predicate "is a division ring". (Contributed by Jim Kingdon, 29-May-2026.)
𝐵 = (Base‘𝑅)    &    # = (#r𝑅)       (𝑅 ∈ DivRing ↔ (𝑅 ∈ Ring ∧ # TAp 𝐵))
 
Theoremdrnglring 14609 A division ring is a local ring. (Contributed by Jim Kingdon, 29-May-2026.)
(𝑅 ∈ DivRing → 𝑅 ∈ LRing)
 
Theoremdrngunitap 14610 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 )))
 
Theoremdrnguiap 14611* The set of units of a division ring. (Contributed by Mario Carneiro, 2-Dec-2014.)
𝐵 = (Base‘𝑅)    &    0 = (0g𝑅)    &    # = (#r𝑅)       (𝑅 ∈ DivRing → {𝑥𝐵𝑥 # 0 } = (Unit‘𝑅))
 
Theoremdrngring 14612 A division ring is a ring. (Contributed by NM, 8-Sep-2011.)
(𝑅 ∈ DivRing → 𝑅 ∈ Ring)
 
Theoremdrngringd 14613 A division ring is a ring. (Contributed by SN, 16-May-2024.)
(𝜑𝑅 ∈ DivRing)       (𝜑𝑅 ∈ Ring)
 
Theoremdrnggrpd 14614 A division ring is a group (deduction form). (Contributed by SN, 16-May-2024.)
(𝜑𝑅 ∈ DivRing)       (𝜑𝑅 ∈ Grp)
 
Theoremdrnggrp 14615 A division ring is a group (closed form). (Contributed by NM, 8-Sep-2011.)
(𝑅 ∈ DivRing → 𝑅 ∈ Grp)
 
Theoremisfld 14616 A field is a commutative division ring. (Contributed by Mario Carneiro, 17-Jun-2015.)
(𝑅 ∈ Field ↔ (𝑅 ∈ DivRing ∧ 𝑅 ∈ CRing))
 
Theoremflddrngd 14617 A field is a division ring. (Contributed by SN, 17-Jan-2025.)
(𝜑𝑅 ∈ Field)       (𝜑𝑅 ∈ DivRing)
 
Theoremfldcrngd 14618 A field is a commutative ring. (Contributed by SN, 23-Nov-2024.)
(𝜑𝑅 ∈ Field)       (𝜑𝑅 ∈ CRing)
 
Theoremdrngprop 14619 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)
 
Theoremdrngunz 14620 A division ring's unity is different from its zero. (Contributed by NM, 8-Sep-2011.)
0 = (0g𝑅)    &    1 = (1r𝑅)       (𝑅 ∈ DivRing → 10 )
 
Theoremdrngnzr 14621 A division ring is a nonzero ring. (Contributed by Stefan O'Rear, 24-Feb-2015.)
(𝑅 ∈ DivRing → 𝑅 ∈ NzRing)
 
Theoremopprdrng 14622 The opposite of a division ring is also a division ring. (Contributed by NM, 18-Oct-2014.)
𝑂 = (oppr𝑅)       (𝑅 ∈ DivRing ↔ 𝑂 ∈ DivRing)
 
Theoremring1zr 14623 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 14261, and semirings, see srg1zr 14293. (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 (𝐵 × 𝐵)) ∧ 𝑍𝐵) → (𝐵 = {𝑍} ↔ ( + = {⟨⟨𝑍, 𝑍⟩, 𝑍⟩} ∧ = {⟨⟨𝑍, 𝑍⟩, 𝑍⟩})))
 
Theoremringen1zr0 14624 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 14263, and semirings, see srgen1zr0 14294. (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
 
Syntaxclmod 14625 Extend class notation with class of all left modules.
class LMod
 
Syntaxcscaf 14626 The functionalization of the scalar multiplication operation.
class ·sf
 
Definitiondf-lmod 14627* 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𝑓)𝑠𝑤) = 𝑤)))}
 
Definitiondf-scaf 14628* 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‘𝑔) ↦ (𝑥( ·𝑠𝑔)𝑦)))
 
Theoremislmod 14629* 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 · 𝑤) = 𝑤))))
 
Theoremlmodlema 14630 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 · 𝑌) = 𝑌)))
 
Theoremislmodd 14631* Properties that determine a left module. See note in isgrpd2 13828 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)
 
Theoremlmodgrp 14632 A left module is a group. (Contributed by NM, 8-Dec-2013.) (Revised by Mario Carneiro, 25-Jun-2014.)
(𝑊 ∈ LMod → 𝑊 ∈ Grp)
 
Theoremlmodring 14633 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)
 
Theoremlmodfgrp 14634 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)
 
Theoremlmodgrpd 14635 A left module is a group. (Contributed by SN, 16-May-2024.)
(𝜑𝑊 ∈ LMod)       (𝜑𝑊 ∈ Grp)
 
Theoremlmodbn0 14636 The base set of a left module is nonempty. It is also inhabited (by lmod0vcl 14656). (Contributed by NM, 8-Dec-2013.) (Revised by Mario Carneiro, 19-Jun-2014.)
𝐵 = (Base‘𝑊)       (𝑊 ∈ LMod → 𝐵 ≠ ∅)
 
Theoremlmodacl 14637 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 ∧ 𝑋𝐾𝑌𝐾) → (𝑋 + 𝑌) ∈ 𝐾)
 
Theoremlmodmcl 14638 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 ∧ 𝑋𝐾𝑌𝐾) → (𝑋 · 𝑌) ∈ 𝐾)
 
Theoremlmodsn0 14639 The set of scalars in a left module is nonempty. It is also inhabited, by lmod0cl 14653. (Contributed by NM, 8-Dec-2013.) (Revised by Mario Carneiro, 19-Jun-2014.)
𝐹 = (Scalar‘𝑊)    &   𝐵 = (Base‘𝐹)       (𝑊 ∈ LMod → 𝐵 ≠ ∅)
 
Theoremlmodvacl 14640 Closure of vector addition for a left module. (Contributed by NM, 8-Dec-2013.) (Revised by Mario Carneiro, 19-Jun-2014.)
𝑉 = (Base‘𝑊)    &    + = (+g𝑊)       ((𝑊 ∈ LMod ∧ 𝑋𝑉𝑌𝑉) → (𝑋 + 𝑌) ∈ 𝑉)
 
Theoremlmodass 14641 Left module vector sum is associative. (Contributed by NM, 10-Jan-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
𝑉 = (Base‘𝑊)    &    + = (+g𝑊)       ((𝑊 ∈ LMod ∧ (𝑋𝑉𝑌𝑉𝑍𝑉)) → ((𝑋 + 𝑌) + 𝑍) = (𝑋 + (𝑌 + 𝑍)))
 
Theoremlmodlcan 14642 Left cancellation law for vector sum. (Contributed by NM, 12-Jan-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
𝑉 = (Base‘𝑊)    &    + = (+g𝑊)       ((𝑊 ∈ LMod ∧ (𝑋𝑉𝑌𝑉𝑍𝑉)) → ((𝑍 + 𝑋) = (𝑍 + 𝑌) ↔ 𝑋 = 𝑌))
 
Theoremlmodvscl 14643 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 ∧ 𝑅𝐾𝑋𝑉) → (𝑅 · 𝑋) ∈ 𝑉)
 
Theoremlmodvscld 14644 Closure of scalar product for a left module. (Contributed by SN, 15-Mar-2025.)
𝑉 = (Base‘𝑊)    &   𝐹 = (Scalar‘𝑊)    &    · = ( ·𝑠𝑊)    &   𝐾 = (Base‘𝐹)    &   (𝜑𝑊 ∈ LMod)    &   (𝜑𝑅𝐾)    &   (𝜑𝑋𝑉)       (𝜑 → (𝑅 · 𝑋) ∈ 𝑉)
 
Theoremscaffvalg 14645* 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𝑊)    &    · = ( ·𝑠𝑊)       (𝑊𝑉 = (𝑥𝐾, 𝑦𝐵 ↦ (𝑥 · 𝑦)))
 
Theoremscafvalg 14646 The scalar multiplication operation as a function. (Contributed by Mario Carneiro, 5-Oct-2015.)
𝐵 = (Base‘𝑊)    &   𝐹 = (Scalar‘𝑊)    &   𝐾 = (Base‘𝐹)    &    = ( ·sf𝑊)    &    · = ( ·𝑠𝑊)       ((𝑊𝑉𝑋𝐾𝑌𝐵) → (𝑋 𝑌) = (𝑋 · 𝑌))
 
Theoremscafeqg 14647 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 (𝐾 × 𝐵)) → = · )
 
Theoremscaffng 14648 The scalar multiplication operation is a function. (Contributed by Mario Carneiro, 5-Oct-2015.)
𝐵 = (Base‘𝑊)    &   𝐹 = (Scalar‘𝑊)    &   𝐾 = (Base‘𝐹)    &    = ( ·sf𝑊)       (𝑊𝑉 Fn (𝐾 × 𝐵))
 
Theoremlmodscaf 14649 The scalar multiplication operation is a function. (Contributed by Mario Carneiro, 5-Oct-2015.)
𝐵 = (Base‘𝑊)    &   𝐹 = (Scalar‘𝑊)    &   𝐾 = (Base‘𝐹)    &    = ( ·sf𝑊)       (𝑊 ∈ LMod → :(𝐾 × 𝐵)⟶𝐵)
 
Theoremlmodvsdi 14650 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 ∧ (𝑅𝐾𝑋𝑉𝑌𝑉)) → (𝑅 · (𝑋 + 𝑌)) = ((𝑅 · 𝑋) + (𝑅 · 𝑌)))
 
Theoremlmodvsdir 14651 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 ∧ (𝑄𝐾𝑅𝐾𝑋𝑉)) → ((𝑄 𝑅) · 𝑋) = ((𝑄 · 𝑋) + (𝑅 · 𝑋)))
 
Theoremlmodvsass 14652 Associative law for scalar product. (Contributed by NM, 10-Jan-2014.) (Revised by Mario Carneiro, 22-Sep-2015.)
𝑉 = (Base‘𝑊)    &   𝐹 = (Scalar‘𝑊)    &    · = ( ·𝑠𝑊)    &   𝐾 = (Base‘𝐹)    &    × = (.r𝐹)       ((𝑊 ∈ LMod ∧ (𝑄𝐾𝑅𝐾𝑋𝑉)) → ((𝑄 × 𝑅) · 𝑋) = (𝑄 · (𝑅 · 𝑋)))
 
Theoremlmod0cl 14653 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𝐾)
 
Theoremlmod1cl 14654 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𝐾)
 
Theoremlmodvs1 14655 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 · 𝑋) = 𝑋)
 
Theoremlmod0vcl 14656 The zero vector is a vector. (Contributed by NM, 10-Jan-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
𝑉 = (Base‘𝑊)    &    0 = (0g𝑊)       (𝑊 ∈ LMod → 0𝑉)
 
Theoremlmod0vlid 14657 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 + 𝑋) = 𝑋)
 
Theoremlmod0vrid 14658 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 ) = 𝑋)
 
Theoremlmod0vid 14659 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 = 𝑋))
 
Theoremlmod0vs 14660 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 )
 
Theoremlmodvs0 14661 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 )
 
Theoremlmodvsmmulgdi 14662 Distributive law for a group multiple of a scalar multiplication. (Contributed by AV, 2-Sep-2019.)
𝑉 = (Base‘𝑊)    &   𝐹 = (Scalar‘𝑊)    &    · = ( ·𝑠𝑊)    &   𝐾 = (Base‘𝐹)    &    = (.g𝑊)    &   𝐸 = (.g𝐹)       ((𝑊 ∈ LMod ∧ (𝐶𝐾𝑁 ∈ ℕ0𝑋𝑉)) → (𝑁 (𝐶 · 𝑋)) = ((𝑁𝐸𝐶) · 𝑋))
 
Theoremlmodfopnelem1 14663 Lemma 1 for lmodfopne 14665. (Contributed by AV, 2-Oct-2021.)
· = ( ·sf𝑊)    &    + = (+𝑓𝑊)    &   𝑉 = (Base‘𝑊)    &   𝑆 = (Scalar‘𝑊)    &   𝐾 = (Base‘𝑆)       ((𝑊 ∈ LMod ∧ + = · ) → 𝑉 = 𝐾)
 
Theoremlmodfopnelem2 14664 Lemma 2 for lmodfopne 14665. (Contributed by AV, 2-Oct-2021.)
· = ( ·sf𝑊)    &    + = (+𝑓𝑊)    &   𝑉 = (Base‘𝑊)    &   𝑆 = (Scalar‘𝑊)    &   𝐾 = (Base‘𝑆)    &    0 = (0g𝑆)    &    1 = (1r𝑆)       ((𝑊 ∈ LMod ∧ + = · ) → ( 0𝑉1𝑉))
 
Theoremlmodfopne 14665 The (functionalized) operations of a left module (over a nonzero ring) cannot be identical. (Contributed by NM, 31-May-2008.) (Revised by AV, 2-Oct-2021.)
· = ( ·sf𝑊)    &    + = (+𝑓𝑊)    &   𝑉 = (Base‘𝑊)    &   𝑆 = (Scalar‘𝑊)    &   𝐾 = (Base‘𝑆)    &    0 = (0g𝑆)    &    1 = (1r𝑆)       ((𝑊 ∈ LMod ∧ 10 ) → +· )
 
Theoremlcomf 14666 A linear-combination sum is a function. (Contributed by Stefan O'Rear, 28-Feb-2015.)
𝐹 = (Scalar‘𝑊)    &   𝐾 = (Base‘𝐹)    &    · = ( ·𝑠𝑊)    &   𝐵 = (Base‘𝑊)    &   (𝜑𝑊 ∈ LMod)    &   (𝜑𝐺:𝐼𝐾)    &   (𝜑𝐻:𝐼𝐵)    &   (𝜑𝐼𝑉)       (𝜑 → (𝐺𝑓 · 𝐻):𝐼𝐵)
 
Theoremlmodvnegcl 14667 Closure of vector negative. (Contributed by NM, 18-Apr-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
𝑉 = (Base‘𝑊)    &   𝑁 = (invg𝑊)       ((𝑊 ∈ LMod ∧ 𝑋𝑉) → (𝑁𝑋) ∈ 𝑉)
 
Theoremlmodvnegid 14668 Addition of a vector with its negative. (Contributed by NM, 18-Apr-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
𝑉 = (Base‘𝑊)    &    + = (+g𝑊)    &    0 = (0g𝑊)    &   𝑁 = (invg𝑊)       ((𝑊 ∈ LMod ∧ 𝑋𝑉) → (𝑋 + (𝑁𝑋)) = 0 )
 
Theoremlmodvneg1 14669 Minus 1 times a vector is the negative of the vector. Equation 2 of [Kreyszig] p. 51. (Contributed by NM, 18-Apr-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
𝑉 = (Base‘𝑊)    &   𝑁 = (invg𝑊)    &   𝐹 = (Scalar‘𝑊)    &    · = ( ·𝑠𝑊)    &    1 = (1r𝐹)    &   𝑀 = (invg𝐹)       ((𝑊 ∈ LMod ∧ 𝑋𝑉) → ((𝑀1 ) · 𝑋) = (𝑁𝑋))
 
Theoremlmodvsneg 14670 Multiplication of a vector by a negated scalar. (Contributed by Stefan O'Rear, 28-Feb-2015.)
𝐵 = (Base‘𝑊)    &   𝐹 = (Scalar‘𝑊)    &    · = ( ·𝑠𝑊)    &   𝑁 = (invg𝑊)    &   𝐾 = (Base‘𝐹)    &   𝑀 = (invg𝐹)    &   (𝜑𝑊 ∈ LMod)    &   (𝜑𝑋𝐵)    &   (𝜑𝑅𝐾)       (𝜑 → (𝑁‘(𝑅 · 𝑋)) = ((𝑀𝑅) · 𝑋))
 
Theoremlmodvsubcl 14671 Closure of vector subtraction. (Contributed by NM, 31-Mar-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
𝑉 = (Base‘𝑊)    &    = (-g𝑊)       ((𝑊 ∈ LMod ∧ 𝑋𝑉𝑌𝑉) → (𝑋 𝑌) ∈ 𝑉)
 
Theoremlmodcom 14672 Left module vector sum is commutative. (Contributed by Gérard Lang, 25-Jun-2014.)
𝑉 = (Base‘𝑊)    &    + = (+g𝑊)       ((𝑊 ∈ LMod ∧ 𝑋𝑉𝑌𝑉) → (𝑋 + 𝑌) = (𝑌 + 𝑋))
 
Theoremlmodabl 14673 A left module is an abelian group (of vectors, under addition). (Contributed by NM, 8-Dec-2013.) (Revised by Mario Carneiro, 25-Jun-2014.)
(𝑊 ∈ LMod → 𝑊 ∈ Abel)
 
Theoremlmodcmn 14674 A left module is a commutative monoid under addition. (Contributed by NM, 7-Jan-2015.)
(𝑊 ∈ LMod → 𝑊 ∈ CMnd)
 
Theoremlmodnegadd 14675 Distribute negation through addition of scalar products. (Contributed by NM, 9-Apr-2015.)
𝑉 = (Base‘𝑊)    &    + = (+g𝑊)    &    · = ( ·𝑠𝑊)    &   𝑁 = (invg𝑊)    &   𝑅 = (Scalar‘𝑊)    &   𝐾 = (Base‘𝑅)    &   𝐼 = (invg𝑅)    &   (𝜑𝑊 ∈ LMod)    &   (𝜑𝐴𝐾)    &   (𝜑𝐵𝐾)    &   (𝜑𝑋𝑉)    &   (𝜑𝑌𝑉)       (𝜑 → (𝑁‘((𝐴 · 𝑋) + (𝐵 · 𝑌))) = (((𝐼𝐴) · 𝑋) + ((𝐼𝐵) · 𝑌)))
 
Theoremlmod4 14676 Commutative/associative law for left module vector sum. (Contributed by NM, 4-Feb-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
𝑉 = (Base‘𝑊)    &    + = (+g𝑊)       ((𝑊 ∈ LMod ∧ (𝑋𝑉𝑌𝑉) ∧ (𝑍𝑉𝑈𝑉)) → ((𝑋 + 𝑌) + (𝑍 + 𝑈)) = ((𝑋 + 𝑍) + (𝑌 + 𝑈)))
 
Theoremlmodvsubadd 14677 Relationship between vector subtraction and addition. (Contributed by NM, 31-Mar-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
𝑉 = (Base‘𝑊)    &    + = (+g𝑊)    &    = (-g𝑊)       ((𝑊 ∈ LMod ∧ (𝐴𝑉𝐵𝑉𝐶𝑉)) → ((𝐴 𝐵) = 𝐶 ↔ (𝐵 + 𝐶) = 𝐴))
 
Theoremlmodvaddsub4 14678 Vector addition/subtraction law. (Contributed by NM, 31-Mar-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
𝑉 = (Base‘𝑊)    &    + = (+g𝑊)    &    = (-g𝑊)       ((𝑊 ∈ LMod ∧ (𝐴𝑉𝐵𝑉) ∧ (𝐶𝑉𝐷𝑉)) → ((𝐴 + 𝐵) = (𝐶 + 𝐷) ↔ (𝐴 𝐶) = (𝐷 𝐵)))
 
Theoremlmodvpncan 14679 Addition/subtraction cancellation law for vectors. (Contributed by NM, 16-Apr-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
𝑉 = (Base‘𝑊)    &    + = (+g𝑊)    &    = (-g𝑊)       ((𝑊 ∈ LMod ∧ 𝐴𝑉𝐵𝑉) → ((𝐴 + 𝐵) 𝐵) = 𝐴)
 
Theoremlmodvnpcan 14680 Cancellation law for vector subtraction. (Contributed by NM, 19-Apr-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
𝑉 = (Base‘𝑊)    &    + = (+g𝑊)    &    = (-g𝑊)       ((𝑊 ∈ LMod ∧ 𝐴𝑉𝐵𝑉) → ((𝐴 𝐵) + 𝐵) = 𝐴)
 
Theoremlmodvsubval2 14681 Value of vector subtraction in terms of addition. (Contributed by NM, 31-Mar-2014.) (Proof shortened by Mario Carneiro, 19-Jun-2014.)
𝑉 = (Base‘𝑊)    &    + = (+g𝑊)    &    = (-g𝑊)    &   𝐹 = (Scalar‘𝑊)    &    · = ( ·𝑠𝑊)    &   𝑁 = (invg𝐹)    &    1 = (1r𝐹)       ((𝑊 ∈ LMod ∧ 𝐴𝑉𝐵𝑉) → (𝐴 𝐵) = (𝐴 + ((𝑁1 ) · 𝐵)))
 
Theoremlmodsubvs 14682 Subtraction of a scalar product in terms of addition. (Contributed by NM, 9-Apr-2015.)
𝑉 = (Base‘𝑊)    &    + = (+g𝑊)    &    = (-g𝑊)    &    · = ( ·𝑠𝑊)    &   𝐹 = (Scalar‘𝑊)    &   𝐾 = (Base‘𝐹)    &   𝑁 = (invg𝐹)    &   (𝜑𝑊 ∈ LMod)    &   (𝜑𝐴𝐾)    &   (𝜑𝑋𝑉)    &   (𝜑𝑌𝑉)       (𝜑 → (𝑋 (𝐴 · 𝑌)) = (𝑋 + ((𝑁𝐴) · 𝑌)))
 
Theoremlmodsubdi 14683 Scalar multiplication distributive law for subtraction. (Contributed by NM, 2-Jul-2014.)
𝑉 = (Base‘𝑊)    &    · = ( ·𝑠𝑊)    &   𝐹 = (Scalar‘𝑊)    &   𝐾 = (Base‘𝐹)    &    = (-g𝑊)    &   (𝜑𝑊 ∈ LMod)    &   (𝜑𝐴𝐾)    &   (𝜑𝑋𝑉)    &   (𝜑𝑌𝑉)       (𝜑 → (𝐴 · (𝑋 𝑌)) = ((𝐴 · 𝑋) (𝐴 · 𝑌)))
 
Theoremlmodsubdir 14684 Scalar multiplication distributive law for subtraction. (Contributed by NM, 2-Jul-2014.)
𝑉 = (Base‘𝑊)    &    · = ( ·𝑠𝑊)    &   𝐹 = (Scalar‘𝑊)    &   𝐾 = (Base‘𝐹)    &    = (-g𝑊)    &   𝑆 = (-g𝐹)    &   (𝜑𝑊 ∈ LMod)    &   (𝜑𝐴𝐾)    &   (𝜑𝐵𝐾)    &   (𝜑𝑋𝑉)       (𝜑 → ((𝐴𝑆𝐵) · 𝑋) = ((𝐴 · 𝑋) (𝐵 · 𝑋)))
 
Theoremlmodsubeq0 14685 If the difference between two vectors is zero, they are equal. (Contributed by NM, 31-Mar-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
𝑉 = (Base‘𝑊)    &    0 = (0g𝑊)    &    = (-g𝑊)       ((𝑊 ∈ LMod ∧ 𝐴𝑉𝐵𝑉) → ((𝐴 𝐵) = 0𝐴 = 𝐵))
 
Theoremlmodsubid 14686 Subtraction of a vector from itself. (Contributed by NM, 16-Apr-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
𝑉 = (Base‘𝑊)    &    0 = (0g𝑊)    &    = (-g𝑊)       ((𝑊 ∈ LMod ∧ 𝐴𝑉) → (𝐴 𝐴) = 0 )
 
Theoremlmodprop2d 14687* If two structures have the same components (properties), one is a left module iff the other one is. This version of lmodpropd 14688 also breaks up the components of the scalar ring. (Contributed by Mario Carneiro, 27-Jun-2015.)
(𝜑𝐵 = (Base‘𝐾))    &   (𝜑𝐵 = (Base‘𝐿))    &   𝐹 = (Scalar‘𝐾)    &   𝐺 = (Scalar‘𝐿)    &   (𝜑𝑃 = (Base‘𝐹))    &   (𝜑𝑃 = (Base‘𝐺))    &   ((𝜑 ∧ (𝑥𝐵𝑦𝐵)) → (𝑥(+g𝐾)𝑦) = (𝑥(+g𝐿)𝑦))    &   ((𝜑 ∧ (𝑥𝑃𝑦𝑃)) → (𝑥(+g𝐹)𝑦) = (𝑥(+g𝐺)𝑦))    &   ((𝜑 ∧ (𝑥𝑃𝑦𝑃)) → (𝑥(.r𝐹)𝑦) = (𝑥(.r𝐺)𝑦))    &   ((𝜑 ∧ (𝑥𝑃𝑦𝐵)) → (𝑥( ·𝑠𝐾)𝑦) = (𝑥( ·𝑠𝐿)𝑦))       (𝜑 → (𝐾 ∈ LMod ↔ 𝐿 ∈ LMod))
 
Theoremlmodpropd 14688* If two structures have the same components (properties), one is a left module iff the other one is. (Contributed by Mario Carneiro, 8-Feb-2015.) (Revised by Mario Carneiro, 27-Jun-2015.)
(𝜑𝐵 = (Base‘𝐾))    &   (𝜑𝐵 = (Base‘𝐿))    &   ((𝜑 ∧ (𝑥𝐵𝑦𝐵)) → (𝑥(+g𝐾)𝑦) = (𝑥(+g𝐿)𝑦))    &   (𝜑𝐹 = (Scalar‘𝐾))    &   (𝜑𝐹 = (Scalar‘𝐿))    &   𝑃 = (Base‘𝐹)    &   ((𝜑 ∧ (𝑥𝑃𝑦𝐵)) → (𝑥( ·𝑠𝐾)𝑦) = (𝑥( ·𝑠𝐿)𝑦))       (𝜑 → (𝐾 ∈ LMod ↔ 𝐿 ∈ LMod))
 
Theoremrmodislmodlem 14689* Lemma for rmodislmod 14690. This is the part of the proof of rmodislmod 14690 which requires the scalar ring to be commutative. (Contributed by AV, 3-Dec-2021.)
𝑉 = (Base‘𝑅)    &    + = (+g𝑅)    &    · = ( ·𝑠𝑅)    &   𝐹 = (Scalar‘𝑅)    &   𝐾 = (Base‘𝐹)    &    = (+g𝐹)    &    × = (.r𝐹)    &    1 = (1r𝐹)    &   (𝑅 ∈ Grp ∧ 𝐹 ∈ Ring ∧ ∀𝑞𝐾𝑟𝐾𝑥𝑉𝑤𝑉 (((𝑤 · 𝑟) ∈ 𝑉 ∧ ((𝑤 + 𝑥) · 𝑟) = ((𝑤 · 𝑟) + (𝑥 · 𝑟)) ∧ (𝑤 · (𝑞 𝑟)) = ((𝑤 · 𝑞) + (𝑤 · 𝑟))) ∧ ((𝑤 · (𝑞 × 𝑟)) = ((𝑤 · 𝑞) · 𝑟) ∧ (𝑤 · 1 ) = 𝑤)))    &    = (𝑠𝐾, 𝑣𝑉 ↦ (𝑣 · 𝑠))    &   𝐿 = (𝑅 sSet ⟨( ·𝑠 ‘ndx), ⟩)       ((𝐹 ∈ CRing ∧ (𝑎𝐾𝑏𝐾𝑐𝑉)) → ((𝑎 × 𝑏) 𝑐) = (𝑎 (𝑏 𝑐)))
 
Theoremrmodislmod 14690* The right module 𝑅 induces a left module 𝐿 by replacing the scalar multiplication with a reversed multiplication if the scalar ring is commutative. The hypothesis "rmodislmod.r" is a definition of a right module analogous to Definition df-lmod 14627 of a left module, see also islmod 14629. (Contributed by AV, 3-Dec-2021.) (Proof shortened by AV, 18-Oct-2024.)
𝑉 = (Base‘𝑅)    &    + = (+g𝑅)    &    · = ( ·𝑠𝑅)    &   𝐹 = (Scalar‘𝑅)    &   𝐾 = (Base‘𝐹)    &    = (+g𝐹)    &    × = (.r𝐹)    &    1 = (1r𝐹)    &   (𝑅 ∈ Grp ∧ 𝐹 ∈ Ring ∧ ∀𝑞𝐾𝑟𝐾𝑥𝑉𝑤𝑉 (((𝑤 · 𝑟) ∈ 𝑉 ∧ ((𝑤 + 𝑥) · 𝑟) = ((𝑤 · 𝑟) + (𝑥 · 𝑟)) ∧ (𝑤 · (𝑞 𝑟)) = ((𝑤 · 𝑞) + (𝑤 · 𝑟))) ∧ ((𝑤 · (𝑞 × 𝑟)) = ((𝑤 · 𝑞) · 𝑟) ∧ (𝑤 · 1 ) = 𝑤)))    &    = (𝑠𝐾, 𝑣𝑉 ↦ (𝑣 · 𝑠))    &   𝐿 = (𝑅 sSet ⟨( ·𝑠 ‘ndx), ⟩)       (𝐹 ∈ CRing → 𝐿 ∈ LMod)
 
7.5.2  Subspaces and spans in a left module
 
Syntaxclss 14691 Extend class notation with linear subspaces of a left module or left vector space.
class LSubSp
 
Definitiondf-lssm 14692* A linear subspace of a left module or left vector space is an inhabited (in contrast to non-empty for non-intuitionistic logic) subset of the base set of the left-module/vector space with a closure condition on vector addition and scalar multiplication. (Contributed by NM, 8-Dec-2013.)
LSubSp = (𝑤 ∈ V ↦ {𝑠 ∈ 𝒫 (Base‘𝑤) ∣ (∃𝑗 𝑗𝑠 ∧ ∀𝑥 ∈ (Base‘(Scalar‘𝑤))∀𝑎𝑠𝑏𝑠 ((𝑥( ·𝑠𝑤)𝑎)(+g𝑤)𝑏) ∈ 𝑠)})
 
Theoremlssex 14693 Existence of a linear subspace. (Contributed by Jim Kingdon, 27-Apr-2025.)
(𝑊𝑉 → (LSubSp‘𝑊) ∈ V)
 
Theoremlssmex 14694 If a linear subspace is inhabited, the class it is built from is a set. (Contributed by Jim Kingdon, 28-Apr-2025.)
𝑆 = (LSubSp‘𝑊)       (𝑈𝑆𝑊 ∈ V)
 
Theoremlsssetm 14695* The set of all (not necessarily closed) linear subspaces of a left module or left vector space. (Contributed by NM, 8-Dec-2013.) (Revised by Mario Carneiro, 15-Jul-2014.)
𝐹 = (Scalar‘𝑊)    &   𝐵 = (Base‘𝐹)    &   𝑉 = (Base‘𝑊)    &    + = (+g𝑊)    &    · = ( ·𝑠𝑊)    &   𝑆 = (LSubSp‘𝑊)       (𝑊𝑋𝑆 = {𝑠 ∈ 𝒫 𝑉 ∣ (∃𝑗 𝑗𝑠 ∧ ∀𝑥𝐵𝑎𝑠𝑏𝑠 ((𝑥 · 𝑎) + 𝑏) ∈ 𝑠)})
 
Theoremislssm 14696* The predicate "is a subspace" (of a left module or left vector space). (Contributed by NM, 8-Dec-2013.) (Revised by Mario Carneiro, 8-Jan-2015.)
𝐹 = (Scalar‘𝑊)    &   𝐵 = (Base‘𝐹)    &   𝑉 = (Base‘𝑊)    &    + = (+g𝑊)    &    · = ( ·𝑠𝑊)    &   𝑆 = (LSubSp‘𝑊)       (𝑈𝑆 ↔ (𝑈𝑉 ∧ ∃𝑗 𝑗𝑈 ∧ ∀𝑥𝐵𝑎𝑈𝑏𝑈 ((𝑥 · 𝑎) + 𝑏) ∈ 𝑈))
 
Theoremislssmg 14697* The predicate "is a subspace" (of a left module or left vector space). (Contributed by NM, 8-Dec-2013.) (Revised by Mario Carneiro, 8-Jan-2015.) Use islssm 14696 instead. (New usage is discouraged.)
𝐹 = (Scalar‘𝑊)    &   𝐵 = (Base‘𝐹)    &   𝑉 = (Base‘𝑊)    &    + = (+g𝑊)    &    · = ( ·𝑠𝑊)    &   𝑆 = (LSubSp‘𝑊)       (𝑊𝑋 → (𝑈𝑆 ↔ (𝑈𝑉 ∧ ∃𝑗 𝑗𝑈 ∧ ∀𝑥𝐵𝑎𝑈𝑏𝑈 ((𝑥 · 𝑎) + 𝑏) ∈ 𝑈)))
 
Theoremislssmd 14698* Properties that determine a subspace of a left module or left vector space. (Contributed by NM, 8-Dec-2013.) (Revised by Mario Carneiro, 8-Jan-2015.)
(𝜑𝐹 = (Scalar‘𝑊))    &   (𝜑𝐵 = (Base‘𝐹))    &   (𝜑𝑉 = (Base‘𝑊))    &   (𝜑+ = (+g𝑊))    &   (𝜑· = ( ·𝑠𝑊))    &   (𝜑𝑆 = (LSubSp‘𝑊))    &   (𝜑𝑈𝑉)    &   (𝜑 → ∃𝑗 𝑗𝑈)    &   ((𝜑 ∧ (𝑥𝐵𝑎𝑈𝑏𝑈)) → ((𝑥 · 𝑎) + 𝑏) ∈ 𝑈)    &   (𝜑𝑊𝑋)       (𝜑𝑈𝑆)
 
Theoremlssssg 14699 A subspace is a set of vectors. (Contributed by NM, 8-Dec-2013.) (Revised by Mario Carneiro, 8-Jan-2015.)
𝑉 = (Base‘𝑊)    &   𝑆 = (LSubSp‘𝑊)       ((𝑊𝑋𝑈𝑆) → 𝑈𝑉)
 
Theoremlsselg 14700 A subspace member is a vector. (Contributed by NM, 11-Jan-2014.) (Revised by Mario Carneiro, 8-Jan-2015.)
𝑉 = (Base‘𝑊)    &   𝑆 = (LSubSp‘𝑊)       ((𝑊𝐶𝑈𝑆𝑋𝑈) → 𝑋𝑉)
    < 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-17100 172 17101-17191
  Copyright terms: Public domain < Previous  Next >