Theorems · Theorem · linear algebra
Matrix.mem_subfield_of_mul_eq_one_of_mem_subfield_right
∀ {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 : m) (j : n), A i j ∈ K) → ∀ (i : n) (j : m), B i j ∈ K- Defined in
- Mathlib.LinearAlgebra.Matrix.BaseChange
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 105 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites30
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- 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
- Equiv.symmproof · cited by 3,681
- Finitestatement and proof · cited by 3,029
- IsUnitproof · cited by 1,602
- Matrix.detproof · cited by 665
- Matrix.ofproof · cited by 336
- Subfieldstatement and proof · cited by 303
- nonempty_fintypeproof · cited by 261
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.mem_subfield_of_mul_eq_one_of_mem_subfield_leftproof · cited by 1