Helper

castmx_mul_row

Section FiniteSolutionCounting
Type Lemma
Proof Lines 4

Signature

Lemma castmx_mul_row m n p q (e_m : m = p) (e_n : n = q) (w : 'rV[K]_m) (M : 'M[K]_(m, n)) : castmx (erefl, e_m) w *m castmx (e_m, e_n) M = castmx (erefl, e_n) (w *m M).

Description

Lemma for casting matrix multiplication with row vectors

Uses (0)

This lemma does not use any other lemmas from the stats.

Used By (0)

No lemmas in the stats use this lemma.

Coq Source Code

View on GitHub
Loading source code...
← Back to Stats