Theorems · Theorem · linear algebra
Matrix.isAdjointPair_equiv
∀ {R : Type u_1} {n : Type u_11} [inst : CommRing R] [inst_1 : Fintype n] (J A₁ A₂ : Matrix n n R)
[inst_2 : DecidableEq n] (P : Matrix n n R),
IsUnit P →
((P.transpose * J * P).IsAdjointPair (P.transpose * J * P) A₁ A₂ ↔ J.IsAdjointPair J (P * A₁ * P⁻¹) (P * A₂ * P⁻¹))- Cited by
- 1 results in Mathlib
- Foundations
- Depth 107 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRingFintypeDecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommRingstatement and proof · cited by 17,173
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- Unitsproof · cited by 2,804
- Units.valproof · cited by 1,966
- mul_assocproof · cited by 1,667
- IsUnitstatement and proof · cited by 1,602
- Matrix.detproof · cited by 665
- Matrix.transposestatement and proof · cited by 389
- Matrix.transpose_mulproof · cited by 14
- Matrix.isUnit_iff_isUnit_detproof · cited by 12
- Units.inv_mul_eq_iff_eq_mulproof · cited by 9
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.isAdjointPair_equiv'proof · cited by 0