Metamath Proof Explorer


Theorem asclcom

Description: Scalars are commutative after being lifted.

However, the scalars themselves are not necessarily commutative if the algebra is not a faithful module. For example, Let F be the 2 by 2 upper triangular matrix algebra over a commutative ring W . It is provable that F is in general non-commutative. Define scalar multiplication C .x. X as multipying the top-left entry, which is a "vector" element of W , of the "scalar" C , which is now an upper triangular matrix, with the "vector" X e. ( BaseW ) .

Equivalently, the algebra scalars function is not necessarily injective unless the algebra is faithful. Therefore, all "scalar injection" was renamed.

Alternate proof involves assa2ass , assa2ass2 , and asclval , by setting X and Y the multiplicative identity of the algebra.

(Contributed by Zhi Wang, 11-Sep-2025)

Ref Expression
Hypotheses asclelbas.a 𝐴 = ( algSc ‘ 𝑊 )
asclelbas.f 𝐹 = ( Scalar ‘ 𝑊 )
asclelbas.b 𝐵 = ( Base ‘ 𝐹 )
asclelbas.w ( 𝜑𝑊 ∈ AssAlg )
asclelbas.c ( 𝜑𝐶𝐵 )
asclcom.m = ( .r𝐹 )
asclcom.d ( 𝜑𝐷𝐵 )
Assertion asclcom ( 𝜑 → ( 𝐴 ‘ ( 𝐶 𝐷 ) ) = ( 𝐴 ‘ ( 𝐷 𝐶 ) ) )

Proof

Step Hyp Ref Expression
1 asclelbas.a 𝐴 = ( algSc ‘ 𝑊 )
2 asclelbas.f 𝐹 = ( Scalar ‘ 𝑊 )
3 asclelbas.b 𝐵 = ( Base ‘ 𝐹 )
4 asclelbas.w ( 𝜑𝑊 ∈ AssAlg )
5 asclelbas.c ( 𝜑𝐶𝐵 )
6 asclcom.m = ( .r𝐹 )
7 asclcom.d ( 𝜑𝐷𝐵 )
8 1 2 3 4 7 asclelbas ( 𝜑 → ( 𝐴𝐷 ) ∈ ( Base ‘ 𝑊 ) )
9 eqid ( Base ‘ 𝑊 ) = ( Base ‘ 𝑊 )
10 eqid ( .r𝑊 ) = ( .r𝑊 )
11 eqid ( ·𝑠𝑊 ) = ( ·𝑠𝑊 )
12 1 2 3 9 10 11 asclmul1 ( ( 𝑊 ∈ AssAlg ∧ 𝐶𝐵 ∧ ( 𝐴𝐷 ) ∈ ( Base ‘ 𝑊 ) ) → ( ( 𝐴𝐶 ) ( .r𝑊 ) ( 𝐴𝐷 ) ) = ( 𝐶 ( ·𝑠𝑊 ) ( 𝐴𝐷 ) ) )
13 1 2 3 9 10 11 asclmul2 ( ( 𝑊 ∈ AssAlg ∧ 𝐶𝐵 ∧ ( 𝐴𝐷 ) ∈ ( Base ‘ 𝑊 ) ) → ( ( 𝐴𝐷 ) ( .r𝑊 ) ( 𝐴𝐶 ) ) = ( 𝐶 ( ·𝑠𝑊 ) ( 𝐴𝐷 ) ) )
14 12 13 eqtr4d ( ( 𝑊 ∈ AssAlg ∧ 𝐶𝐵 ∧ ( 𝐴𝐷 ) ∈ ( Base ‘ 𝑊 ) ) → ( ( 𝐴𝐶 ) ( .r𝑊 ) ( 𝐴𝐷 ) ) = ( ( 𝐴𝐷 ) ( .r𝑊 ) ( 𝐴𝐶 ) ) )
15 4 5 8 14 syl3anc ( 𝜑 → ( ( 𝐴𝐶 ) ( .r𝑊 ) ( 𝐴𝐷 ) ) = ( ( 𝐴𝐷 ) ( .r𝑊 ) ( 𝐴𝐶 ) ) )
16 1 2 3 10 6 ascldimul ( ( 𝑊 ∈ AssAlg ∧ 𝐶𝐵𝐷𝐵 ) → ( 𝐴 ‘ ( 𝐶 𝐷 ) ) = ( ( 𝐴𝐶 ) ( .r𝑊 ) ( 𝐴𝐷 ) ) )
17 4 5 7 16 syl3anc ( 𝜑 → ( 𝐴 ‘ ( 𝐶 𝐷 ) ) = ( ( 𝐴𝐶 ) ( .r𝑊 ) ( 𝐴𝐷 ) ) )
18 1 2 3 10 6 ascldimul ( ( 𝑊 ∈ AssAlg ∧ 𝐷𝐵𝐶𝐵 ) → ( 𝐴 ‘ ( 𝐷 𝐶 ) ) = ( ( 𝐴𝐷 ) ( .r𝑊 ) ( 𝐴𝐶 ) ) )
19 4 7 5 18 syl3anc ( 𝜑 → ( 𝐴 ‘ ( 𝐷 𝐶 ) ) = ( ( 𝐴𝐷 ) ( .r𝑊 ) ( 𝐴𝐶 ) ) )
20 15 17 19 3eqtr4d ( 𝜑 → ( 𝐴 ‘ ( 𝐶 𝐷 ) ) = ( 𝐴 ‘ ( 𝐷 𝐶 ) ) )