Basic stuff about matrices #
This file provides a specific API about matrices for the purposes of our project.
theorem
Matrix.det_int_coe
{α : Type u_1}
[DecidableEq α]
[Fintype α]
(A : Matrix α α ℤ)
(F : Type u_2)
[Field F]
:
Computing the determinant of a square integer matrix and then converting it to a general field gives the same result as converting all elements to given field and computing the determinant afterwards.
theorem
sum_elem_smul_matrix_row_of_mem
{α : Type u_1}
[DecidableEq α]
{β : Type u_2}
[NonAssocSemiring β]
{x : α}
{S : Set α}
[Fintype ↑S]
(f : α → β)
(hxS : x ∈ S)
:
theorem
sum_elem_smul_matrix_row_of_nmem
{α : Type u_1}
[DecidableEq α]
{β : Type u_2}
[NonAssocSemiring β]
{x : α}
{S : Set α}
[Fintype ↑S]
(f : α → β)
(hxS : x ∉ S)
:
Equations
- One or more equations did not get rendered due to their size.