Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2021-08-09 13:47 f29cc59f

View on Github →

feat(matrix/kronecker): Add the Kronecker product (#8560) Largely derived from #8152, avoiding the complexity of introducing algebra_maps. This introduces an abstraction kronecker_map, which is used to support both mul and tmul without having to redo any proofs.

Estimated changes

added theorem matrix.add_kronecker
added def matrix.kronecker
added theorem matrix.kronecker_add
added theorem matrix.kronecker_apply
added theorem matrix.kronecker_smul
added theorem matrix.kronecker_zero
added theorem matrix.smul_kronecker
added theorem matrix.zero_kronecker