Theorems · Theorem · linear algebra
Matrix.mem_subfield_of_mul_eq_one_of_mem_subfield_left
∀ {m : Type u_1} {n : Type u_2} {L : Type u_3} [Finite m] [inst : Fintype n] [inst_1 : DecidableEq m] [inst_2 : Field L]
(e : m ≃ n) (K : Subfield L) {A : Matrix m n L} {B : Matrix n m L},
A * B = 1 → (∀ (i : n) (j : m), B i j ∈ K) → ∀ (i : m) (j : n), A i j ∈ K- Defined in
- Mathlib.LinearAlgebra.Matrix.BaseChange
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 106 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Equivstatement and proof · cited by 8,337
- Fintypestatement and proof · cited by 7,736
- Fieldstatement and proof · cited by 7,404
- Matrixstatement and proof · cited by 4,303
- Finitestatement and proof · cited by 3,029
- Matrix.transposeproof · cited by 389
- Subfieldstatement and proof · cited by 303
- Matrix.transpose_oneproof · cited by 22
- Matrix.transpose_mulproof · cited by 14
- Matrix.transpose_applyproof · cited by 13
- Matrix.mem_subfield_of_mul_eq_one_of_mem_subfield_rightproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- LinearMap.exists_basis_basis_of_span_eq_top_of_mem_algebraMapproof · cited by 1