Mathlib Map

Theorems · Theorem · linear algebra

Matrix.PosDef.conjTranspose_mul_mul_same

∀ {m : Type u_1} {n : Type u_2} {R : Type u_3} [inst : Ring R] [inst_1 : PartialOrder R] [inst_2 : StarRing R]
  [inst_3 : Fintype n] [inst_4 : Fintype m] {A : Matrix n n R} {B : Matrix n m R},
  A.PosDef → Function.Injective B.mulVec → (B.conjTranspose * A * B).PosDef
Defined in
Mathlib.LinearAlgebra.Matrix.PosDef
Cited by
3 results in Mathlib
Foundations
Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RingPartialOrderStarRingFintypeFintype

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites18

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by3

Results whose statement or proof uses this declaration.