HomeHome Intuitionistic Logic Explorer
Theorem List (p. 144 of 168)
< 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 - 14301-14400   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoremaprsym 14301 The apartness relation given by df-apr 14298 for a ring is symmetric. (Contributed by Jim Kingdon, 17-Feb-2025.)
(𝜑𝐵 = (Base‘𝑅))    &   (𝜑# = (#r𝑅))    &   (𝜑𝑅 ∈ Ring)    &   (𝜑𝑋𝐵)    &   (𝜑𝑌𝐵)       (𝜑 → (𝑋 # 𝑌𝑌 # 𝑋))
 
Theoremaprcotr 14302 The apartness relation given by df-apr 14298 for a local ring is cotransitive. (Contributed by Jim Kingdon, 17-Feb-2025.)
(𝜑𝐵 = (Base‘𝑅))    &   (𝜑# = (#r𝑅))    &   (𝜑𝑅 ∈ LRing)    &   (𝜑𝑋𝐵)    &   (𝜑𝑌𝐵)    &   (𝜑𝑍𝐵)       (𝜑 → (𝑋 # 𝑌 → (𝑋 # 𝑍𝑌 # 𝑍)))
 
Theoremaprap 14303 The relation given by df-apr 14298 for a local ring is an apartness relation. (Contributed by Jim Kingdon, 20-Feb-2025.)
(𝑅 ∈ LRing → (#r𝑅) Ap (Base‘𝑅))
 
7.5  Left modules
 
7.5.1  Definition and basic properties
 
Syntaxclmod 14304 Extend class notation with class of all left modules.
class LMod
 
Syntaxcscaf 14305 The functionalization of the scalar multiplication operation.
class ·sf
 
Definitiondf-lmod 14306* 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 14307* 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 14308* 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 14309 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 14310* Properties that determine a left module. See note in isgrpd2 13606 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 14311 A left module is a group. (Contributed by NM, 8-Dec-2013.) (Revised by Mario Carneiro, 25-Jun-2014.)
(𝑊 ∈ LMod → 𝑊 ∈ Grp)
 
Theoremlmodring 14312 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 14313 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 14314 A left module is a group. (Contributed by SN, 16-May-2024.)
(𝜑𝑊 ∈ LMod)       (𝜑𝑊 ∈ Grp)
 
Theoremlmodbn0 14315 The base set of a left module is nonempty. It is also inhabited (by lmod0vcl 14334). (Contributed by NM, 8-Dec-2013.) (Revised by Mario Carneiro, 19-Jun-2014.)
𝐵 = (Base‘𝑊)       (𝑊 ∈ LMod → 𝐵 ≠ ∅)
 
Theoremlmodacl 14316 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 14317 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 14318 The set of scalars in a left module is nonempty. It is also inhabited, by lmod0cl 14331. (Contributed by NM, 8-Dec-2013.) (Revised by Mario Carneiro, 19-Jun-2014.)
𝐹 = (Scalar‘𝑊)    &   𝐵 = (Base‘𝐹)       (𝑊 ∈ LMod → 𝐵 ≠ ∅)
 
Theoremlmodvacl 14319 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 14320 Left module vector sum is associative. (Contributed by NM, 10-Jan-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
𝑉 = (Base‘𝑊)    &    + = (+g𝑊)       ((𝑊 ∈ LMod ∧ (𝑋𝑉𝑌𝑉𝑍𝑉)) → ((𝑋 + 𝑌) + 𝑍) = (𝑋 + (𝑌 + 𝑍)))
 
Theoremlmodlcan 14321 Left cancellation law for vector sum. (Contributed by NM, 12-Jan-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
𝑉 = (Base‘𝑊)    &    + = (+g𝑊)       ((𝑊 ∈ LMod ∧ (𝑋𝑉𝑌𝑉𝑍𝑉)) → ((𝑍 + 𝑋) = (𝑍 + 𝑌) ↔ 𝑋 = 𝑌))
 
Theoremlmodvscl 14322 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 ∧ 𝑅𝐾𝑋𝑉) → (𝑅 · 𝑋) ∈ 𝑉)
 
Theoremscaffvalg 14323* 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 14324 The scalar multiplication operation as a function. (Contributed by Mario Carneiro, 5-Oct-2015.)
𝐵 = (Base‘𝑊)    &   𝐹 = (Scalar‘𝑊)    &   𝐾 = (Base‘𝐹)    &    = ( ·sf𝑊)    &    · = ( ·𝑠𝑊)       ((𝑊𝑉𝑋𝐾𝑌𝐵) → (𝑋 𝑌) = (𝑋 · 𝑌))
 
Theoremscafeqg 14325 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 14326 The scalar multiplication operation is a function. (Contributed by Mario Carneiro, 5-Oct-2015.)
𝐵 = (Base‘𝑊)    &   𝐹 = (Scalar‘𝑊)    &   𝐾 = (Base‘𝐹)    &    = ( ·sf𝑊)       (𝑊𝑉 Fn (𝐾 × 𝐵))
 
Theoremlmodscaf 14327 The scalar multiplication operation is a function. (Contributed by Mario Carneiro, 5-Oct-2015.)
𝐵 = (Base‘𝑊)    &   𝐹 = (Scalar‘𝑊)    &   𝐾 = (Base‘𝐹)    &    = ( ·sf𝑊)       (𝑊 ∈ LMod → :(𝐾 × 𝐵)⟶𝐵)
 
Theoremlmodvsdi 14328 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 14329 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 14330 Associative law for scalar product. (Contributed by NM, 10-Jan-2014.) (Revised by Mario Carneiro, 22-Sep-2015.)
𝑉 = (Base‘𝑊)    &   𝐹 = (Scalar‘𝑊)    &    · = ( ·𝑠𝑊)    &   𝐾 = (Base‘𝐹)    &    × = (.r𝐹)       ((𝑊 ∈ LMod ∧ (𝑄𝐾𝑅𝐾𝑋𝑉)) → ((𝑄 × 𝑅) · 𝑋) = (𝑄 · (𝑅 · 𝑋)))
 
Theoremlmod0cl 14331 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 14332 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 14333 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 14334 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 14335 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 14336 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 14337 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 14338 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 14339 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 14340 Distributive law for a group multiple of a scalar multiplication. (Contributed by AV, 2-Sep-2019.)
𝑉 = (Base‘𝑊)    &   𝐹 = (Scalar‘𝑊)    &    · = ( ·𝑠𝑊)    &   𝐾 = (Base‘𝐹)    &    = (.g𝑊)    &   𝐸 = (.g𝐹)       ((𝑊 ∈ LMod ∧ (𝐶𝐾𝑁 ∈ ℕ0𝑋𝑉)) → (𝑁 (𝐶 · 𝑋)) = ((𝑁𝐸𝐶) · 𝑋))
 
Theoremlmodfopnelem1 14341 Lemma 1 for lmodfopne 14343. (Contributed by AV, 2-Oct-2021.)
· = ( ·sf𝑊)    &    + = (+𝑓𝑊)    &   𝑉 = (Base‘𝑊)    &   𝑆 = (Scalar‘𝑊)    &   𝐾 = (Base‘𝑆)       ((𝑊 ∈ LMod ∧ + = · ) → 𝑉 = 𝐾)
 
Theoremlmodfopnelem2 14342 Lemma 2 for lmodfopne 14343. (Contributed by AV, 2-Oct-2021.)
· = ( ·sf𝑊)    &    + = (+𝑓𝑊)    &   𝑉 = (Base‘𝑊)    &   𝑆 = (Scalar‘𝑊)    &   𝐾 = (Base‘𝑆)    &    0 = (0g𝑆)    &    1 = (1r𝑆)       ((𝑊 ∈ LMod ∧ + = · ) → ( 0𝑉1𝑉))
 
Theoremlmodfopne 14343 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 14344 A linear-combination sum is a function. (Contributed by Stefan O'Rear, 28-Feb-2015.)
𝐹 = (Scalar‘𝑊)    &   𝐾 = (Base‘𝐹)    &    · = ( ·𝑠𝑊)    &   𝐵 = (Base‘𝑊)    &   (𝜑𝑊 ∈ LMod)    &   (𝜑𝐺:𝐼𝐾)    &   (𝜑𝐻:𝐼𝐵)    &   (𝜑𝐼𝑉)       (𝜑 → (𝐺𝑓 · 𝐻):𝐼𝐵)
 
Theoremlmodvnegcl 14345 Closure of vector negative. (Contributed by NM, 18-Apr-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
𝑉 = (Base‘𝑊)    &   𝑁 = (invg𝑊)       ((𝑊 ∈ LMod ∧ 𝑋𝑉) → (𝑁𝑋) ∈ 𝑉)
 
Theoremlmodvnegid 14346 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 14347 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 14348 Multiplication of a vector by a negated scalar. (Contributed by Stefan O'Rear, 28-Feb-2015.)
𝐵 = (Base‘𝑊)    &   𝐹 = (Scalar‘𝑊)    &    · = ( ·𝑠𝑊)    &   𝑁 = (invg𝑊)    &   𝐾 = (Base‘𝐹)    &   𝑀 = (invg𝐹)    &   (𝜑𝑊 ∈ LMod)    &   (𝜑𝑋𝐵)    &   (𝜑𝑅𝐾)       (𝜑 → (𝑁‘(𝑅 · 𝑋)) = ((𝑀𝑅) · 𝑋))
 
Theoremlmodvsubcl 14349 Closure of vector subtraction. (Contributed by NM, 31-Mar-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
𝑉 = (Base‘𝑊)    &    = (-g𝑊)       ((𝑊 ∈ LMod ∧ 𝑋𝑉𝑌𝑉) → (𝑋 𝑌) ∈ 𝑉)
 
Theoremlmodcom 14350 Left module vector sum is commutative. (Contributed by Gérard Lang, 25-Jun-2014.)
𝑉 = (Base‘𝑊)    &    + = (+g𝑊)       ((𝑊 ∈ LMod ∧ 𝑋𝑉𝑌𝑉) → (𝑋 + 𝑌) = (𝑌 + 𝑋))
 
Theoremlmodabl 14351 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 14352 A left module is a commutative monoid under addition. (Contributed by NM, 7-Jan-2015.)
(𝑊 ∈ LMod → 𝑊 ∈ CMnd)
 
Theoremlmodnegadd 14353 Distribute negation through addition of scalar products. (Contributed by NM, 9-Apr-2015.)
𝑉 = (Base‘𝑊)    &    + = (+g𝑊)    &    · = ( ·𝑠𝑊)    &   𝑁 = (invg𝑊)    &   𝑅 = (Scalar‘𝑊)    &   𝐾 = (Base‘𝑅)    &   𝐼 = (invg𝑅)    &   (𝜑𝑊 ∈ LMod)    &   (𝜑𝐴𝐾)    &   (𝜑𝐵𝐾)    &   (𝜑𝑋𝑉)    &   (𝜑𝑌𝑉)       (𝜑 → (𝑁‘((𝐴 · 𝑋) + (𝐵 · 𝑌))) = (((𝐼𝐴) · 𝑋) + ((𝐼𝐵) · 𝑌)))
 
Theoremlmod4 14354 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 14355 Relationship between vector subtraction and addition. (Contributed by NM, 31-Mar-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
𝑉 = (Base‘𝑊)    &    + = (+g𝑊)    &    = (-g𝑊)       ((𝑊 ∈ LMod ∧ (𝐴𝑉𝐵𝑉𝐶𝑉)) → ((𝐴 𝐵) = 𝐶 ↔ (𝐵 + 𝐶) = 𝐴))
 
Theoremlmodvaddsub4 14356 Vector addition/subtraction law. (Contributed by NM, 31-Mar-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
𝑉 = (Base‘𝑊)    &    + = (+g𝑊)    &    = (-g𝑊)       ((𝑊 ∈ LMod ∧ (𝐴𝑉𝐵𝑉) ∧ (𝐶𝑉𝐷𝑉)) → ((𝐴 + 𝐵) = (𝐶 + 𝐷) ↔ (𝐴 𝐶) = (𝐷 𝐵)))
 
Theoremlmodvpncan 14357 Addition/subtraction cancellation law for vectors. (Contributed by NM, 16-Apr-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
𝑉 = (Base‘𝑊)    &    + = (+g𝑊)    &    = (-g𝑊)       ((𝑊 ∈ LMod ∧ 𝐴𝑉𝐵𝑉) → ((𝐴 + 𝐵) 𝐵) = 𝐴)
 
Theoremlmodvnpcan 14358 Cancellation law for vector subtraction. (Contributed by NM, 19-Apr-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
𝑉 = (Base‘𝑊)    &    + = (+g𝑊)    &    = (-g𝑊)       ((𝑊 ∈ LMod ∧ 𝐴𝑉𝐵𝑉) → ((𝐴 𝐵) + 𝐵) = 𝐴)
 
Theoremlmodvsubval2 14359 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 14360 Subtraction of a scalar product in terms of addition. (Contributed by NM, 9-Apr-2015.)
𝑉 = (Base‘𝑊)    &    + = (+g𝑊)    &    = (-g𝑊)    &    · = ( ·𝑠𝑊)    &   𝐹 = (Scalar‘𝑊)    &   𝐾 = (Base‘𝐹)    &   𝑁 = (invg𝐹)    &   (𝜑𝑊 ∈ LMod)    &   (𝜑𝐴𝐾)    &   (𝜑𝑋𝑉)    &   (𝜑𝑌𝑉)       (𝜑 → (𝑋 (𝐴 · 𝑌)) = (𝑋 + ((𝑁𝐴) · 𝑌)))
 
Theoremlmodsubdi 14361 Scalar multiplication distributive law for subtraction. (Contributed by NM, 2-Jul-2014.)
𝑉 = (Base‘𝑊)    &    · = ( ·𝑠𝑊)    &   𝐹 = (Scalar‘𝑊)    &   𝐾 = (Base‘𝐹)    &    = (-g𝑊)    &   (𝜑𝑊 ∈ LMod)    &   (𝜑𝐴𝐾)    &   (𝜑𝑋𝑉)    &   (𝜑𝑌𝑉)       (𝜑 → (𝐴 · (𝑋 𝑌)) = ((𝐴 · 𝑋) (𝐴 · 𝑌)))
 
Theoremlmodsubdir 14362 Scalar multiplication distributive law for subtraction. (Contributed by NM, 2-Jul-2014.)
𝑉 = (Base‘𝑊)    &    · = ( ·𝑠𝑊)    &   𝐹 = (Scalar‘𝑊)    &   𝐾 = (Base‘𝐹)    &    = (-g𝑊)    &   𝑆 = (-g𝐹)    &   (𝜑𝑊 ∈ LMod)    &   (𝜑𝐴𝐾)    &   (𝜑𝐵𝐾)    &   (𝜑𝑋𝑉)       (𝜑 → ((𝐴𝑆𝐵) · 𝑋) = ((𝐴 · 𝑋) (𝐵 · 𝑋)))
 
Theoremlmodsubeq0 14363 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 14364 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 14365* If two structures have the same components (properties), one is a left module iff the other one is. This version of lmodpropd 14366 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 14366* 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 14367* Lemma for rmodislmod 14368. This is the part of the proof of rmodislmod 14368 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 14368* 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 14306 of a left module, see also islmod 14308. (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 14369 Extend class notation with linear subspaces of a left module or left vector space.
class LSubSp
 
Definitiondf-lssm 14370* 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 14371 Existence of a linear subspace. (Contributed by Jim Kingdon, 27-Apr-2025.)
(𝑊𝑉 → (LSubSp‘𝑊) ∈ V)
 
Theoremlssmex 14372 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 14373* 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 14374* 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 14375* 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 14374 instead. (New usage is discouraged.)
𝐹 = (Scalar‘𝑊)    &   𝐵 = (Base‘𝐹)    &   𝑉 = (Base‘𝑊)    &    + = (+g𝑊)    &    · = ( ·𝑠𝑊)    &   𝑆 = (LSubSp‘𝑊)       (𝑊𝑋 → (𝑈𝑆 ↔ (𝑈𝑉 ∧ ∃𝑗 𝑗𝑈 ∧ ∀𝑥𝐵𝑎𝑈𝑏𝑈 ((𝑥 · 𝑎) + 𝑏) ∈ 𝑈)))
 
Theoremislssmd 14376* 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 14377 A subspace is a set of vectors. (Contributed by NM, 8-Dec-2013.) (Revised by Mario Carneiro, 8-Jan-2015.)
𝑉 = (Base‘𝑊)    &   𝑆 = (LSubSp‘𝑊)       ((𝑊𝑋𝑈𝑆) → 𝑈𝑉)
 
Theoremlsselg 14378 A subspace member is a vector. (Contributed by NM, 11-Jan-2014.) (Revised by Mario Carneiro, 8-Jan-2015.)
𝑉 = (Base‘𝑊)    &   𝑆 = (LSubSp‘𝑊)       ((𝑊𝐶𝑈𝑆𝑋𝑈) → 𝑋𝑉)
 
Theoremlss1 14379 The set of vectors in a left module is a subspace. (Contributed by NM, 8-Dec-2013.) (Revised by Mario Carneiro, 19-Jun-2014.)
𝑉 = (Base‘𝑊)    &   𝑆 = (LSubSp‘𝑊)       (𝑊 ∈ LMod → 𝑉𝑆)
 
Theoremlssuni 14380 The union of all subspaces is the vector space. (Contributed by NM, 13-Mar-2015.)
𝑉 = (Base‘𝑊)    &   𝑆 = (LSubSp‘𝑊)    &   (𝜑𝑊 ∈ LMod)       (𝜑 𝑆 = 𝑉)
 
Theoremlssclg 14381 Closure property of a subspace. (Contributed by NM, 8-Dec-2013.) (Revised by Mario Carneiro, 8-Jan-2015.)
𝐹 = (Scalar‘𝑊)    &   𝐵 = (Base‘𝐹)    &    + = (+g𝑊)    &    · = ( ·𝑠𝑊)    &   𝑆 = (LSubSp‘𝑊)       ((𝑊𝐶𝑈𝑆 ∧ (𝑍𝐵𝑋𝑈𝑌𝑈)) → ((𝑍 · 𝑋) + 𝑌) ∈ 𝑈)
 
Theoremlssvacl 14382 Closure of vector addition in a subspace. (Contributed by NM, 11-Jan-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
+ = (+g𝑊)    &   𝑆 = (LSubSp‘𝑊)       (((𝑊 ∈ LMod ∧ 𝑈𝑆) ∧ (𝑋𝑈𝑌𝑈)) → (𝑋 + 𝑌) ∈ 𝑈)
 
Theoremlssvsubcl 14383 Closure of vector subtraction in a subspace. (Contributed by NM, 31-Mar-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
= (-g𝑊)    &   𝑆 = (LSubSp‘𝑊)       (((𝑊 ∈ LMod ∧ 𝑈𝑆) ∧ (𝑋𝑈𝑌𝑈)) → (𝑋 𝑌) ∈ 𝑈)
 
Theoremlssvancl1 14384 Non-closure: if one vector belongs to a subspace but another does not, their sum does not belong. Useful for obtaining a new vector not in a subspace. (Contributed by NM, 14-May-2015.)
𝑉 = (Base‘𝑊)    &    + = (+g𝑊)    &   𝑆 = (LSubSp‘𝑊)    &   (𝜑𝑊 ∈ LMod)    &   (𝜑𝑈𝑆)    &   (𝜑𝑋𝑈)    &   (𝜑𝑌𝑉)    &   (𝜑 → ¬ 𝑌𝑈)       (𝜑 → ¬ (𝑋 + 𝑌) ∈ 𝑈)
 
Theoremlssvancl2 14385 Non-closure: if one vector belongs to a subspace but another does not, their sum does not belong. Useful for obtaining a new vector not in a subspace. (Contributed by NM, 20-May-2015.)
𝑉 = (Base‘𝑊)    &    + = (+g𝑊)    &   𝑆 = (LSubSp‘𝑊)    &   (𝜑𝑊 ∈ LMod)    &   (𝜑𝑈𝑆)    &   (𝜑𝑋𝑈)    &   (𝜑𝑌𝑉)    &   (𝜑 → ¬ 𝑌𝑈)       (𝜑 → ¬ (𝑌 + 𝑋) ∈ 𝑈)
 
Theoremlss0cl 14386 The zero vector belongs to every subspace. (Contributed by NM, 12-Jan-2014.) (Proof shortened by Mario Carneiro, 19-Jun-2014.)
0 = (0g𝑊)    &   𝑆 = (LSubSp‘𝑊)       ((𝑊 ∈ LMod ∧ 𝑈𝑆) → 0𝑈)
 
Theoremlsssn0 14387 The singleton of the zero vector is a subspace. (Contributed by NM, 13-Jan-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
0 = (0g𝑊)    &   𝑆 = (LSubSp‘𝑊)       (𝑊 ∈ LMod → { 0 } ∈ 𝑆)
 
Theoremlss0ss 14388 The zero subspace is included in every subspace. (Contributed by NM, 27-Mar-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
0 = (0g𝑊)    &   𝑆 = (LSubSp‘𝑊)       ((𝑊 ∈ LMod ∧ 𝑋𝑆) → { 0 } ⊆ 𝑋)
 
Theoremlssle0 14389 No subspace is smaller than the zero subspace. (Contributed by NM, 20-Apr-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
0 = (0g𝑊)    &   𝑆 = (LSubSp‘𝑊)       ((𝑊 ∈ LMod ∧ 𝑋𝑆) → (𝑋 ⊆ { 0 } ↔ 𝑋 = { 0 }))
 
Theoremlssvneln0 14390 A vector 𝑋 which doesn't belong to a subspace 𝑈 is nonzero. (Contributed by NM, 14-May-2015.) (Revised by AV, 19-Jul-2022.)
0 = (0g𝑊)    &   𝑆 = (LSubSp‘𝑊)    &   (𝜑𝑊 ∈ LMod)    &   (𝜑𝑈𝑆)    &   (𝜑 → ¬ 𝑋𝑈)       (𝜑𝑋0 )
 
Theoremlssneln0 14391 A vector 𝑋 which doesn't belong to a subspace 𝑈 is nonzero. (Contributed by NM, 14-May-2015.) (Revised by AV, 17-Jul-2022.) (Proof shortened by AV, 19-Jul-2022.)
0 = (0g𝑊)    &   𝑆 = (LSubSp‘𝑊)    &   (𝜑𝑊 ∈ LMod)    &   (𝜑𝑈𝑆)    &   (𝜑𝑋𝑉)    &   (𝜑 → ¬ 𝑋𝑈)       (𝜑𝑋 ∈ (𝑉 ∖ { 0 }))
 
Theoremlssvscl 14392 Closure of scalar product in a subspace. (Contributed by NM, 11-Jan-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
𝐹 = (Scalar‘𝑊)    &    · = ( ·𝑠𝑊)    &   𝐵 = (Base‘𝐹)    &   𝑆 = (LSubSp‘𝑊)       (((𝑊 ∈ LMod ∧ 𝑈𝑆) ∧ (𝑋𝐵𝑌𝑈)) → (𝑋 · 𝑌) ∈ 𝑈)
 
Theoremlssvnegcl 14393 Closure of negative vectors in a subspace. (Contributed by Stefan O'Rear, 11-Dec-2014.)
𝑆 = (LSubSp‘𝑊)    &   𝑁 = (invg𝑊)       ((𝑊 ∈ LMod ∧ 𝑈𝑆𝑋𝑈) → (𝑁𝑋) ∈ 𝑈)
 
Theoremlsssubg 14394 All subspaces are subgroups. (Contributed by Stefan O'Rear, 11-Dec-2014.)
𝑆 = (LSubSp‘𝑊)       ((𝑊 ∈ LMod ∧ 𝑈𝑆) → 𝑈 ∈ (SubGrp‘𝑊))
 
Theoremlsssssubg 14395 All subspaces are subgroups. (Contributed by Mario Carneiro, 19-Apr-2016.)
𝑆 = (LSubSp‘𝑊)       (𝑊 ∈ LMod → 𝑆 ⊆ (SubGrp‘𝑊))
 
Theoremislss3 14396 A linear subspace of a module is a subset which is a module in its own right. (Contributed by Stefan O'Rear, 6-Dec-2014.) (Revised by Mario Carneiro, 30-Apr-2015.)
𝑋 = (𝑊s 𝑈)    &   𝑉 = (Base‘𝑊)    &   𝑆 = (LSubSp‘𝑊)       (𝑊 ∈ LMod → (𝑈𝑆 ↔ (𝑈𝑉𝑋 ∈ LMod)))
 
Theoremlsslmod 14397 A submodule is a module. (Contributed by Stefan O'Rear, 12-Dec-2014.)
𝑋 = (𝑊s 𝑈)    &   𝑆 = (LSubSp‘𝑊)       ((𝑊 ∈ LMod ∧ 𝑈𝑆) → 𝑋 ∈ LMod)
 
Theoremlsslss 14398 The subspaces of a subspace are the smaller subspaces. (Contributed by Stefan O'Rear, 12-Dec-2014.)
𝑋 = (𝑊s 𝑈)    &   𝑆 = (LSubSp‘𝑊)    &   𝑇 = (LSubSp‘𝑋)       ((𝑊 ∈ LMod ∧ 𝑈𝑆) → (𝑉𝑇 ↔ (𝑉𝑆𝑉𝑈)))
 
Theoremislss4 14399* A linear subspace is a subgroup which respects scalar multiplication. (Contributed by Stefan O'Rear, 11-Dec-2014.) (Revised by Mario Carneiro, 19-Apr-2016.)
𝐹 = (Scalar‘𝑊)    &   𝐵 = (Base‘𝐹)    &   𝑉 = (Base‘𝑊)    &    · = ( ·𝑠𝑊)    &   𝑆 = (LSubSp‘𝑊)       (𝑊 ∈ LMod → (𝑈𝑆 ↔ (𝑈 ∈ (SubGrp‘𝑊) ∧ ∀𝑎𝐵𝑏𝑈 (𝑎 · 𝑏) ∈ 𝑈)))
 
Theoremlss1d 14400* One-dimensional subspace (or zero-dimensional if 𝑋 is the zero vector). (Contributed by NM, 14-Jan-2014.) (Proof shortened by Mario Carneiro, 19-Jun-2014.)
𝑉 = (Base‘𝑊)    &   𝐹 = (Scalar‘𝑊)    &    · = ( ·𝑠𝑊)    &   𝐾 = (Base‘𝐹)    &   𝑆 = (LSubSp‘𝑊)       ((𝑊 ∈ LMod ∧ 𝑋𝑉) → {𝑣 ∣ ∃𝑘𝐾 𝑣 = (𝑘 · 𝑋)} ∈ 𝑆)
    < 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-16719
  Copyright terms: Public domain < Previous  Next >