Description: Define the submatrices of a square matrix. A submatrix is obtained by deleting a row and a column of the original matrix. Since the indices of a matrix need not to be sequential integers, it does not matter that there may be gaps in the numbering of the indices for the submatrix. The determinants of such submatrices are called the "minors" of the original matrix. (Contributed by AV, 27-Dec-2018)
Ref | Expression | ||
---|---|---|---|
Assertion | df-subma | |
Step | Hyp | Ref | Expression |
---|---|---|---|
0 | csubma | |
|
1 | vn | |
|
2 | cvv | |
|
3 | vr | |
|
4 | vm | |
|
5 | cbs | |
|
6 | 1 | cv | |
7 | cmat | |
|
8 | 3 | cv | |
9 | 6 8 7 | co | |
10 | 9 5 | cfv | |
11 | vk | |
|
12 | vl | |
|
13 | vi | |
|
14 | 11 | cv | |
15 | 14 | csn | |
16 | 6 15 | cdif | |
17 | vj | |
|
18 | 12 | cv | |
19 | 18 | csn | |
20 | 6 19 | cdif | |
21 | 13 | cv | |
22 | 4 | cv | |
23 | 17 | cv | |
24 | 21 23 22 | co | |
25 | 13 17 16 20 24 | cmpo | |
26 | 11 12 6 6 25 | cmpo | |
27 | 4 10 26 | cmpt | |
28 | 1 3 2 2 27 | cmpo | |
29 | 0 28 | wceq | |