let K be Field; :: thesis: for a, b being Element of K
for p, q being FinSequence of K st p is first-line-of-circulant & q is first-line-of-circulant & len p = len q holds
(a * (LCirc p)) + (b * (LCirc q)) = LCirc ((a * p) + (b * q))
let a, b be Element of K; :: thesis: for p, q being FinSequence of K st p is first-line-of-circulant & q is first-line-of-circulant & len p = len q holds
(a * (LCirc p)) + (b * (LCirc q)) = LCirc ((a * p) + (b * q))
let p, q be FinSequence of K; :: thesis: ( p is first-line-of-circulant & q is first-line-of-circulant & len p = len q implies (a * (LCirc p)) + (b * (LCirc q)) = LCirc ((a * p) + (b * q)) )
set n = len p;
assume A1:
( p is first-line-of-circulant & q is first-line-of-circulant & len p = len q )
; :: thesis: (a * (LCirc p)) + (b * (LCirc q)) = LCirc ((a * p) + (b * q))
then A4:
( a * p is first-line-of-circulant & b * q is first-line-of-circulant )
by Th41;
A6:
( len (a * p) = len p & len (b * q) = len p )
by A1, MATRIXR1:16;
(a * (LCirc p)) + (b * (LCirc q)) =
(LCirc (a * p)) + (b * (LCirc q))
by A1, Th42
.=
(LCirc (a * p)) + (LCirc (b * q))
by A1, Th42
.=
LCirc ((a * p) + (b * q))
by A4, A6, Th34
;
hence
(a * (LCirc p)) + (b * (LCirc q)) = LCirc ((a * p) + (b * q))
; :: thesis: verum