let K be Field; :: thesis: for a 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 & len p > 0 holds
(a * (LCirc p)) + (a * (LCirc q)) = LCirc (a * (p + q))

let a 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 & len p > 0 holds
(a * (LCirc p)) + (a * (LCirc q)) = LCirc (a * (p + 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 & len p > 0 implies (a * (LCirc p)) + (a * (LCirc q)) = LCirc (a * (p + q)) )
assume A1: ( p is first-line-of-circulant & q is first-line-of-circulant & len p = len q & len p > 0 ) ; :: thesis: (a * (LCirc p)) + (a * (LCirc q)) = LCirc (a * (p + q))
A3: ( a * p is first-line-of-circulant & a * q is first-line-of-circulant & p + q is first-line-of-circulant ) by A1, Th33, Th41;
A5: ( len (LCirc q) = len p & len (LCirc p) = len p & width (LCirc q) = len p & width (LCirc p) = len p ) by A1, MATRIX_1:25;
(a * (LCirc p)) + (a * (LCirc q)) = a * ((LCirc p) + (LCirc q)) by A1, A5, MATRIX_5:36
.= a * (LCirc (p + q)) by A1, Th34
.= LCirc (a * (p + q)) by A3, Th42 ;
hence (a * (LCirc p)) + (a * (LCirc q)) = LCirc (a * (p + q)) ; :: thesis: verum