Theorem List for Intuitionistic Logic Explorer - 14601-14700 *Has distinct variable
group(s)
| Type | Label | Description |
| Statement |
| |
| Theorem | aprnzr 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) |
| |
| Theorem | aprlring 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‘𝑅))) |
| |
| Theorem | aprprop 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
|
| |
| Syntax | cdr 14604 |
Extend class notation with class of all division rings.
|
| class DivRing |
| |
| Syntax | cfield 14605 |
Class of fields.
|
| class Field |
| |
| Definition | df-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‘𝑟)} |
| |
| Definition | df-field 14607 |
A field is a commutative division ring. (Contributed by Mario Carneiro,
17-Jun-2015.)
|
| ⊢ Field = (DivRing ∩
CRing) |
| |
| Theorem | isdrngtap 14608 |
The predicate "is a division ring". (Contributed by Jim Kingdon,
29-May-2026.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ # =
(#r‘𝑅) ⇒ ⊢ (𝑅 ∈ DivRing ↔ (𝑅 ∈ Ring ∧ # TAp 𝐵)) |
| |
| Theorem | drnglring 14609 |
A division ring is a local ring. (Contributed by Jim Kingdon,
29-May-2026.)
|
| ⊢ (𝑅 ∈ DivRing → 𝑅 ∈ LRing) |
| |
| Theorem | drngunitap 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 ))) |
| |
| Theorem | drnguiap 14611* |
The set of units of a division ring. (Contributed by Mario Carneiro,
2-Dec-2014.)
|
| ⊢ 𝐵 = (Base‘𝑅)
& ⊢ 0 =
(0g‘𝑅)
& ⊢ # =
(#r‘𝑅) ⇒ ⊢ (𝑅 ∈ DivRing → {𝑥 ∈ 𝐵 ∣ 𝑥 # 0 } = (Unit‘𝑅)) |
| |
| Theorem | drngring 14612 |
A division ring is a ring. (Contributed by NM, 8-Sep-2011.)
|
| ⊢ (𝑅 ∈ DivRing → 𝑅 ∈ Ring) |
| |
| Theorem | drngringd 14613 |
A division ring is a ring. (Contributed by SN, 16-May-2024.)
|
| ⊢ (𝜑 → 𝑅 ∈ DivRing)
⇒ ⊢ (𝜑 → 𝑅 ∈ Ring) |
| |
| Theorem | drnggrpd 14614 |
A division ring is a group (deduction form). (Contributed by SN,
16-May-2024.)
|
| ⊢ (𝜑 → 𝑅 ∈ DivRing)
⇒ ⊢ (𝜑 → 𝑅 ∈ Grp) |
| |
| Theorem | drnggrp 14615 |
A division ring is a group (closed form). (Contributed by NM,
8-Sep-2011.)
|
| ⊢ (𝑅 ∈ DivRing → 𝑅 ∈ Grp) |
| |
| Theorem | isfld 14616 |
A field is a commutative division ring. (Contributed by Mario Carneiro,
17-Jun-2015.)
|
| ⊢ (𝑅 ∈ Field ↔ (𝑅 ∈ DivRing ∧ 𝑅 ∈ CRing)) |
| |
| Theorem | flddrngd 14617 |
A field is a division ring. (Contributed by SN, 17-Jan-2025.)
|
| ⊢ (𝜑 → 𝑅 ∈ Field)
⇒ ⊢ (𝜑 → 𝑅 ∈ DivRing) |
| |
| Theorem | fldcrngd 14618 |
A field is a commutative ring. (Contributed by SN, 23-Nov-2024.)
|
| ⊢ (𝜑 → 𝑅 ∈ Field)
⇒ ⊢ (𝜑 → 𝑅 ∈ CRing) |
| |
| Theorem | drngprop 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) |
| |
| Theorem | drngunz 14620 |
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 14621 |
A division ring is a nonzero ring. (Contributed by Stefan O'Rear,
24-Feb-2015.)
|
| ⊢ (𝑅 ∈ DivRing → 𝑅 ∈ NzRing) |
| |
| Theorem | opprdrng 14622 |
The opposite of a division ring is also a division ring. (Contributed
by NM, 18-Oct-2014.)
|
| ⊢ 𝑂 = (oppr‘𝑅)
⇒ ⊢ (𝑅 ∈ DivRing ↔ 𝑂 ∈ DivRing) |
| |
| Theorem | ring1zr 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 (𝐵 × 𝐵)) ∧ 𝑍 ∈ 𝐵) → (𝐵 = {𝑍} ↔ ( + = {〈〈𝑍, 𝑍〉, 𝑍〉} ∧ ∗ =
{〈〈𝑍, 𝑍〉, 𝑍〉}))) |
| |
| Theorem | ringen1zr0 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
|
| |
| Syntax | clmod 14625 |
Extend class notation with class of all left modules.
|
| class LMod |
| |
| Syntax | cscaf 14626 |
The functionalization of the scalar multiplication operation.
|
| class
·sf |
| |
| Definition | df-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‘𝑓)𝑠𝑤) = 𝑤)))} |
| |
| Definition | df-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‘𝑔) ↦ (𝑥( ·𝑠
‘𝑔)𝑦))) |
| |
| Theorem | islmod 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 · 𝑤) = 𝑤)))) |
| |
| Theorem | lmodlema 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 · 𝑌) = 𝑌))) |
| |
| Theorem | islmodd 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) |
| |
| Theorem | lmodgrp 14632 |
A left module is a group. (Contributed by NM, 8-Dec-2013.) (Revised by
Mario Carneiro, 25-Jun-2014.)
|
| ⊢ (𝑊 ∈ LMod → 𝑊 ∈ Grp) |
| |
| Theorem | lmodring 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) |
| |
| Theorem | lmodfgrp 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) |
| |
| Theorem | lmodgrpd 14635 |
A left module is a group. (Contributed by SN, 16-May-2024.)
|
| ⊢ (𝜑 → 𝑊 ∈ LMod)
⇒ ⊢ (𝜑 → 𝑊 ∈ Grp) |
| |
| Theorem | lmodbn0 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 → 𝐵 ≠ ∅) |
| |
| Theorem | lmodacl 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 ∧ 𝑋 ∈ 𝐾 ∧ 𝑌 ∈ 𝐾) → (𝑋 + 𝑌) ∈ 𝐾) |
| |
| Theorem | lmodmcl 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 ∧ 𝑋 ∈ 𝐾 ∧ 𝑌 ∈ 𝐾) → (𝑋 · 𝑌) ∈ 𝐾) |
| |
| Theorem | lmodsn0 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 → 𝐵 ≠ ∅) |
| |
| Theorem | lmodvacl 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 ∧ 𝑋 ∈ 𝑉 ∧ 𝑌 ∈ 𝑉) → (𝑋 + 𝑌) ∈ 𝑉) |
| |
| Theorem | lmodass 14641 |
Left module vector sum is associative. (Contributed by NM,
10-Jan-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
|
| ⊢ 𝑉 = (Base‘𝑊)
& ⊢ + =
(+g‘𝑊) ⇒ ⊢ ((𝑊 ∈ LMod ∧ (𝑋 ∈ 𝑉 ∧ 𝑌 ∈ 𝑉 ∧ 𝑍 ∈ 𝑉)) → ((𝑋 + 𝑌) + 𝑍) = (𝑋 + (𝑌 + 𝑍))) |
| |
| Theorem | lmodlcan 14642 |
Left cancellation law for vector sum. (Contributed by NM, 12-Jan-2014.)
(Revised by Mario Carneiro, 19-Jun-2014.)
|
| ⊢ 𝑉 = (Base‘𝑊)
& ⊢ + =
(+g‘𝑊) ⇒ ⊢ ((𝑊 ∈ LMod ∧ (𝑋 ∈ 𝑉 ∧ 𝑌 ∈ 𝑉 ∧ 𝑍 ∈ 𝑉)) → ((𝑍 + 𝑋) = (𝑍 + 𝑌) ↔ 𝑋 = 𝑌)) |
| |
| Theorem | lmodvscl 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 ∧ 𝑅 ∈ 𝐾 ∧ 𝑋 ∈ 𝑉) → (𝑅 · 𝑋) ∈ 𝑉) |
| |
| Theorem | lmodvscld 14644 |
Closure of scalar product for a left module. (Contributed by SN,
15-Mar-2025.)
|
| ⊢ 𝑉 = (Base‘𝑊)
& ⊢ 𝐹 = (Scalar‘𝑊)
& ⊢ · = (
·𝑠 ‘𝑊)
& ⊢ 𝐾 = (Base‘𝐹)
& ⊢ (𝜑 → 𝑊 ∈ LMod) & ⊢ (𝜑 → 𝑅 ∈ 𝐾)
& ⊢ (𝜑 → 𝑋 ∈ 𝑉) ⇒ ⊢ (𝜑 → (𝑅 · 𝑋) ∈ 𝑉) |
| |
| Theorem | scaffvalg 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 ‘𝑊)
& ⊢ · = (
·𝑠 ‘𝑊) ⇒ ⊢ (𝑊 ∈ 𝑉 → ∙ = (𝑥 ∈ 𝐾, 𝑦 ∈ 𝐵 ↦ (𝑥 · 𝑦))) |
| |
| Theorem | scafvalg 14646 |
The scalar multiplication operation as a function. (Contributed by
Mario Carneiro, 5-Oct-2015.)
|
| ⊢ 𝐵 = (Base‘𝑊)
& ⊢ 𝐹 = (Scalar‘𝑊)
& ⊢ 𝐾 = (Base‘𝐹)
& ⊢ ∙ = (
·sf ‘𝑊)
& ⊢ · = (
·𝑠 ‘𝑊) ⇒ ⊢ ((𝑊 ∈ 𝑉 ∧ 𝑋 ∈ 𝐾 ∧ 𝑌 ∈ 𝐵) → (𝑋 ∙ 𝑌) = (𝑋 · 𝑌)) |
| |
| Theorem | scafeqg 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 (𝐾 × 𝐵)) → ∙ = ·
) |
| |
| Theorem | scaffng 14648 |
The scalar multiplication operation is a function. (Contributed by
Mario Carneiro, 5-Oct-2015.)
|
| ⊢ 𝐵 = (Base‘𝑊)
& ⊢ 𝐹 = (Scalar‘𝑊)
& ⊢ 𝐾 = (Base‘𝐹)
& ⊢ ∙ = (
·sf ‘𝑊) ⇒ ⊢ (𝑊 ∈ 𝑉 → ∙ Fn (𝐾 × 𝐵)) |
| |
| Theorem | lmodscaf 14649 |
The scalar multiplication operation is a function. (Contributed by
Mario Carneiro, 5-Oct-2015.)
|
| ⊢ 𝐵 = (Base‘𝑊)
& ⊢ 𝐹 = (Scalar‘𝑊)
& ⊢ 𝐾 = (Base‘𝐹)
& ⊢ ∙ = (
·sf ‘𝑊) ⇒ ⊢ (𝑊 ∈ LMod → ∙ :(𝐾 × 𝐵)⟶𝐵) |
| |
| Theorem | lmodvsdi 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 ∧ (𝑅 ∈ 𝐾 ∧ 𝑋 ∈ 𝑉 ∧ 𝑌 ∈ 𝑉)) → (𝑅 · (𝑋 + 𝑌)) = ((𝑅 · 𝑋) + (𝑅 · 𝑌))) |
| |
| Theorem | lmodvsdir 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 ∧ (𝑄 ∈ 𝐾 ∧ 𝑅 ∈ 𝐾 ∧ 𝑋 ∈ 𝑉)) → ((𝑄 ⨣ 𝑅) · 𝑋) = ((𝑄 · 𝑋) + (𝑅 · 𝑋))) |
| |
| Theorem | lmodvsass 14652 |
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 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 ∈ 𝐾) |
| |
| Theorem | lmod1cl 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 ∈ 𝐾) |
| |
| Theorem | lmodvs1 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 · 𝑋) = 𝑋) |
| |
| Theorem | lmod0vcl 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 ∈ 𝑉) |
| |
| Theorem | lmod0vlid 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 + 𝑋) = 𝑋) |
| |
| Theorem | lmod0vrid 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 ) = 𝑋) |
| |
| Theorem | lmod0vid 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 = 𝑋)) |
| |
| Theorem | lmod0vs 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 ) |
| |
| Theorem | lmodvs0 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 ) |
| |
| Theorem | lmodvsmmulgdi 14662 |
Distributive law for a group multiple of a scalar multiplication.
(Contributed by AV, 2-Sep-2019.)
|
| ⊢ 𝑉 = (Base‘𝑊)
& ⊢ 𝐹 = (Scalar‘𝑊)
& ⊢ · = (
·𝑠 ‘𝑊)
& ⊢ 𝐾 = (Base‘𝐹)
& ⊢ ↑ =
(.g‘𝑊)
& ⊢ 𝐸 = (.g‘𝐹) ⇒ ⊢ ((𝑊 ∈ LMod ∧ (𝐶 ∈ 𝐾 ∧ 𝑁 ∈ ℕ0 ∧ 𝑋 ∈ 𝑉)) → (𝑁 ↑ (𝐶 · 𝑋)) = ((𝑁𝐸𝐶) · 𝑋)) |
| |
| Theorem | lmodfopnelem1 14663 |
Lemma 1 for lmodfopne 14665. (Contributed by AV, 2-Oct-2021.)
|
| ⊢ · = (
·sf ‘𝑊)
& ⊢ + =
(+𝑓‘𝑊)
& ⊢ 𝑉 = (Base‘𝑊)
& ⊢ 𝑆 = (Scalar‘𝑊)
& ⊢ 𝐾 = (Base‘𝑆) ⇒ ⊢ ((𝑊 ∈ LMod ∧ + = · ) → 𝑉 = 𝐾) |
| |
| Theorem | lmodfopnelem2 14664 |
Lemma 2 for lmodfopne 14665. (Contributed by AV, 2-Oct-2021.)
|
| ⊢ · = (
·sf ‘𝑊)
& ⊢ + =
(+𝑓‘𝑊)
& ⊢ 𝑉 = (Base‘𝑊)
& ⊢ 𝑆 = (Scalar‘𝑊)
& ⊢ 𝐾 = (Base‘𝑆)
& ⊢ 0 =
(0g‘𝑆)
& ⊢ 1 =
(1r‘𝑆) ⇒ ⊢ ((𝑊 ∈ LMod ∧ + = · ) → ( 0 ∈ 𝑉 ∧ 1 ∈ 𝑉)) |
| |
| Theorem | lmodfopne 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 ∧ 1 ≠ 0 ) → + ≠ ·
) |
| |
| Theorem | lcomf 14666 |
A linear-combination sum is a function. (Contributed by Stefan O'Rear,
28-Feb-2015.)
|
| ⊢ 𝐹 = (Scalar‘𝑊)
& ⊢ 𝐾 = (Base‘𝐹)
& ⊢ · = (
·𝑠 ‘𝑊)
& ⊢ 𝐵 = (Base‘𝑊)
& ⊢ (𝜑 → 𝑊 ∈ LMod) & ⊢ (𝜑 → 𝐺:𝐼⟶𝐾)
& ⊢ (𝜑 → 𝐻:𝐼⟶𝐵)
& ⊢ (𝜑 → 𝐼 ∈ 𝑉) ⇒ ⊢ (𝜑 → (𝐺 ∘𝑓 · 𝐻):𝐼⟶𝐵) |
| |
| Theorem | lmodvnegcl 14667 |
Closure of vector negative. (Contributed by NM, 18-Apr-2014.) (Revised
by Mario Carneiro, 19-Jun-2014.)
|
| ⊢ 𝑉 = (Base‘𝑊)
& ⊢ 𝑁 = (invg‘𝑊) ⇒ ⊢ ((𝑊 ∈ LMod ∧ 𝑋 ∈ 𝑉) → (𝑁‘𝑋) ∈ 𝑉) |
| |
| Theorem | lmodvnegid 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 ) |
| |
| Theorem | lmodvneg1 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 ) · 𝑋) = (𝑁‘𝑋)) |
| |
| Theorem | lmodvsneg 14670 |
Multiplication of a vector by a negated scalar. (Contributed by Stefan
O'Rear, 28-Feb-2015.)
|
| ⊢ 𝐵 = (Base‘𝑊)
& ⊢ 𝐹 = (Scalar‘𝑊)
& ⊢ · = (
·𝑠 ‘𝑊)
& ⊢ 𝑁 = (invg‘𝑊)
& ⊢ 𝐾 = (Base‘𝐹)
& ⊢ 𝑀 = (invg‘𝐹)
& ⊢ (𝜑 → 𝑊 ∈ LMod) & ⊢ (𝜑 → 𝑋 ∈ 𝐵)
& ⊢ (𝜑 → 𝑅 ∈ 𝐾) ⇒ ⊢ (𝜑 → (𝑁‘(𝑅 · 𝑋)) = ((𝑀‘𝑅) · 𝑋)) |
| |
| Theorem | lmodvsubcl 14671 |
Closure of vector subtraction. (Contributed by NM, 31-Mar-2014.)
(Revised by Mario Carneiro, 19-Jun-2014.)
|
| ⊢ 𝑉 = (Base‘𝑊)
& ⊢ − =
(-g‘𝑊) ⇒ ⊢ ((𝑊 ∈ LMod ∧ 𝑋 ∈ 𝑉 ∧ 𝑌 ∈ 𝑉) → (𝑋 − 𝑌) ∈ 𝑉) |
| |
| Theorem | lmodcom 14672 |
Left module vector sum is commutative. (Contributed by Gérard
Lang, 25-Jun-2014.)
|
| ⊢ 𝑉 = (Base‘𝑊)
& ⊢ + =
(+g‘𝑊) ⇒ ⊢ ((𝑊 ∈ LMod ∧ 𝑋 ∈ 𝑉 ∧ 𝑌 ∈ 𝑉) → (𝑋 + 𝑌) = (𝑌 + 𝑋)) |
| |
| Theorem | lmodabl 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) |
| |
| Theorem | lmodcmn 14674 |
A left module is a commutative monoid under addition. (Contributed by
NM, 7-Jan-2015.)
|
| ⊢ (𝑊 ∈ LMod → 𝑊 ∈ CMnd) |
| |
| Theorem | lmodnegadd 14675 |
Distribute negation through addition of scalar products. (Contributed
by NM, 9-Apr-2015.)
|
| ⊢ 𝑉 = (Base‘𝑊)
& ⊢ + =
(+g‘𝑊)
& ⊢ · = (
·𝑠 ‘𝑊)
& ⊢ 𝑁 = (invg‘𝑊)
& ⊢ 𝑅 = (Scalar‘𝑊)
& ⊢ 𝐾 = (Base‘𝑅)
& ⊢ 𝐼 = (invg‘𝑅)
& ⊢ (𝜑 → 𝑊 ∈ LMod) & ⊢ (𝜑 → 𝐴 ∈ 𝐾)
& ⊢ (𝜑 → 𝐵 ∈ 𝐾)
& ⊢ (𝜑 → 𝑋 ∈ 𝑉)
& ⊢ (𝜑 → 𝑌 ∈ 𝑉) ⇒ ⊢ (𝜑 → (𝑁‘((𝐴 · 𝑋) + (𝐵 · 𝑌))) = (((𝐼‘𝐴) · 𝑋) + ((𝐼‘𝐵) · 𝑌))) |
| |
| Theorem | lmod4 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 ∧ (𝑋 ∈ 𝑉 ∧ 𝑌 ∈ 𝑉) ∧ (𝑍 ∈ 𝑉 ∧ 𝑈 ∈ 𝑉)) → ((𝑋 + 𝑌) + (𝑍 + 𝑈)) = ((𝑋 + 𝑍) + (𝑌 + 𝑈))) |
| |
| Theorem | lmodvsubadd 14677 |
Relationship between vector subtraction and addition. (Contributed by
NM, 31-Mar-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
|
| ⊢ 𝑉 = (Base‘𝑊)
& ⊢ + =
(+g‘𝑊)
& ⊢ − =
(-g‘𝑊) ⇒ ⊢ ((𝑊 ∈ LMod ∧ (𝐴 ∈ 𝑉 ∧ 𝐵 ∈ 𝑉 ∧ 𝐶 ∈ 𝑉)) → ((𝐴 − 𝐵) = 𝐶 ↔ (𝐵 + 𝐶) = 𝐴)) |
| |
| Theorem | lmodvaddsub4 14678 |
Vector addition/subtraction law. (Contributed by NM, 31-Mar-2014.)
(Revised by Mario Carneiro, 19-Jun-2014.)
|
| ⊢ 𝑉 = (Base‘𝑊)
& ⊢ + =
(+g‘𝑊)
& ⊢ − =
(-g‘𝑊) ⇒ ⊢ ((𝑊 ∈ LMod ∧ (𝐴 ∈ 𝑉 ∧ 𝐵 ∈ 𝑉) ∧ (𝐶 ∈ 𝑉 ∧ 𝐷 ∈ 𝑉)) → ((𝐴 + 𝐵) = (𝐶 + 𝐷) ↔ (𝐴 − 𝐶) = (𝐷 − 𝐵))) |
| |
| Theorem | lmodvpncan 14679 |
Addition/subtraction cancellation law for vectors. (Contributed by NM,
16-Apr-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
|
| ⊢ 𝑉 = (Base‘𝑊)
& ⊢ + =
(+g‘𝑊)
& ⊢ − =
(-g‘𝑊) ⇒ ⊢ ((𝑊 ∈ LMod ∧ 𝐴 ∈ 𝑉 ∧ 𝐵 ∈ 𝑉) → ((𝐴 + 𝐵) − 𝐵) = 𝐴) |
| |
| Theorem | lmodvnpcan 14680 |
Cancellation law for vector subtraction. (Contributed by NM,
19-Apr-2014.) (Revised by Mario Carneiro, 19-Jun-2014.)
|
| ⊢ 𝑉 = (Base‘𝑊)
& ⊢ + =
(+g‘𝑊)
& ⊢ − =
(-g‘𝑊) ⇒ ⊢ ((𝑊 ∈ LMod ∧ 𝐴 ∈ 𝑉 ∧ 𝐵 ∈ 𝑉) → ((𝐴 − 𝐵) + 𝐵) = 𝐴) |
| |
| Theorem | lmodvsubval2 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 ) · 𝐵))) |
| |
| Theorem | lmodsubvs 14682 |
Subtraction of a scalar product in terms of addition. (Contributed by
NM, 9-Apr-2015.)
|
| ⊢ 𝑉 = (Base‘𝑊)
& ⊢ + =
(+g‘𝑊)
& ⊢ − =
(-g‘𝑊)
& ⊢ · = (
·𝑠 ‘𝑊)
& ⊢ 𝐹 = (Scalar‘𝑊)
& ⊢ 𝐾 = (Base‘𝐹)
& ⊢ 𝑁 = (invg‘𝐹)
& ⊢ (𝜑 → 𝑊 ∈ LMod) & ⊢ (𝜑 → 𝐴 ∈ 𝐾)
& ⊢ (𝜑 → 𝑋 ∈ 𝑉)
& ⊢ (𝜑 → 𝑌 ∈ 𝑉) ⇒ ⊢ (𝜑 → (𝑋 − (𝐴 · 𝑌)) = (𝑋 + ((𝑁‘𝐴) · 𝑌))) |
| |
| Theorem | lmodsubdi 14683 |
Scalar multiplication distributive law for subtraction. (Contributed by
NM, 2-Jul-2014.)
|
| ⊢ 𝑉 = (Base‘𝑊)
& ⊢ · = (
·𝑠 ‘𝑊)
& ⊢ 𝐹 = (Scalar‘𝑊)
& ⊢ 𝐾 = (Base‘𝐹)
& ⊢ − =
(-g‘𝑊)
& ⊢ (𝜑 → 𝑊 ∈ LMod) & ⊢ (𝜑 → 𝐴 ∈ 𝐾)
& ⊢ (𝜑 → 𝑋 ∈ 𝑉)
& ⊢ (𝜑 → 𝑌 ∈ 𝑉) ⇒ ⊢ (𝜑 → (𝐴 · (𝑋 − 𝑌)) = ((𝐴 · 𝑋) − (𝐴 · 𝑌))) |
| |
| Theorem | lmodsubdir 14684 |
Scalar multiplication distributive law for subtraction. (Contributed by
NM, 2-Jul-2014.)
|
| ⊢ 𝑉 = (Base‘𝑊)
& ⊢ · = (
·𝑠 ‘𝑊)
& ⊢ 𝐹 = (Scalar‘𝑊)
& ⊢ 𝐾 = (Base‘𝐹)
& ⊢ − =
(-g‘𝑊)
& ⊢ 𝑆 = (-g‘𝐹)
& ⊢ (𝜑 → 𝑊 ∈ LMod) & ⊢ (𝜑 → 𝐴 ∈ 𝐾)
& ⊢ (𝜑 → 𝐵 ∈ 𝐾)
& ⊢ (𝜑 → 𝑋 ∈ 𝑉) ⇒ ⊢ (𝜑 → ((𝐴𝑆𝐵) · 𝑋) = ((𝐴 · 𝑋) − (𝐵 · 𝑋))) |
| |
| Theorem | lmodsubeq0 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 ↔ 𝐴 = 𝐵)) |
| |
| Theorem | lmodsubid 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 ) |
| |
| Theorem | lmodprop2d 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)) |
| |
| Theorem | lmodpropd 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)) |
| |
| Theorem | rmodislmodlem 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 ∧ (𝑎 ∈ 𝐾 ∧ 𝑏 ∈ 𝐾 ∧ 𝑐 ∈ 𝑉)) → ((𝑎 × 𝑏) ∗ 𝑐) = (𝑎 ∗ (𝑏 ∗ 𝑐))) |
| |
| Theorem | rmodislmod 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
|
| |
| Syntax | clss 14691 |
Extend class notation with linear subspaces of a left module or left
vector space.
|
| class LSubSp |
| |
| Definition | df-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‘𝑤)𝑏) ∈ 𝑠)}) |
| |
| Theorem | lssex 14693 |
Existence of a linear subspace. (Contributed by Jim Kingdon,
27-Apr-2025.)
|
| ⊢ (𝑊 ∈ 𝑉 → (LSubSp‘𝑊) ∈ V) |
| |
| Theorem | lssmex 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) |
| |
| Theorem | lsssetm 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‘𝑊) ⇒ ⊢ (𝑊 ∈ 𝑋 → 𝑆 = {𝑠 ∈ 𝒫 𝑉 ∣ (∃𝑗 𝑗 ∈ 𝑠 ∧ ∀𝑥 ∈ 𝐵 ∀𝑎 ∈ 𝑠 ∀𝑏 ∈ 𝑠 ((𝑥 · 𝑎) + 𝑏) ∈ 𝑠)}) |
| |
| Theorem | islssm 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‘𝑊) ⇒ ⊢ (𝑈 ∈ 𝑆 ↔ (𝑈 ⊆ 𝑉 ∧ ∃𝑗 𝑗 ∈ 𝑈 ∧ ∀𝑥 ∈ 𝐵 ∀𝑎 ∈ 𝑈 ∀𝑏 ∈ 𝑈 ((𝑥 · 𝑎) + 𝑏) ∈ 𝑈)) |
| |
| Theorem | islssmg 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‘𝑊) ⇒ ⊢ (𝑊 ∈ 𝑋 → (𝑈 ∈ 𝑆 ↔ (𝑈 ⊆ 𝑉 ∧ ∃𝑗 𝑗 ∈ 𝑈 ∧ ∀𝑥 ∈ 𝐵 ∀𝑎 ∈ 𝑈 ∀𝑏 ∈ 𝑈 ((𝑥 · 𝑎) + 𝑏) ∈ 𝑈))) |
| |
| Theorem | islssmd 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‘𝑊)) & ⊢ (𝜑 → 𝑈 ⊆ 𝑉)
& ⊢ (𝜑 → ∃𝑗 𝑗 ∈ 𝑈)
& ⊢ ((𝜑 ∧ (𝑥 ∈ 𝐵 ∧ 𝑎 ∈ 𝑈 ∧ 𝑏 ∈ 𝑈)) → ((𝑥 · 𝑎) + 𝑏) ∈ 𝑈)
& ⊢ (𝜑 → 𝑊 ∈ 𝑋) ⇒ ⊢ (𝜑 → 𝑈 ∈ 𝑆) |
| |
| Theorem | lssssg 14699 |
A subspace is a set of vectors. (Contributed by NM, 8-Dec-2013.)
(Revised by Mario Carneiro, 8-Jan-2015.)
|
| ⊢ 𝑉 = (Base‘𝑊)
& ⊢ 𝑆 = (LSubSp‘𝑊) ⇒ ⊢ ((𝑊 ∈ 𝑋 ∧ 𝑈 ∈ 𝑆) → 𝑈 ⊆ 𝑉) |
| |
| Theorem | lsselg 14700 |
A subspace member is a vector. (Contributed by NM, 11-Jan-2014.)
(Revised by Mario Carneiro, 8-Jan-2015.)
|
| ⊢ 𝑉 = (Base‘𝑊)
& ⊢ 𝑆 = (LSubSp‘𝑊) ⇒ ⊢ ((𝑊 ∈ 𝐶 ∧ 𝑈 ∈ 𝑆 ∧ 𝑋 ∈ 𝑈) → 𝑋 ∈ 𝑉) |