Theorems · Theorem · linear algebra
Matrix.conjTranspose_smul
∀ {m : Type u_2} {n : Type u_3} {R : Type u_7} {α : Type v} [inst : Star R] [inst_1 : Star α] [inst_2 : SMul R α]
[StarModule R α] (c : R) (M : Matrix m n α), (c • M).conjTranspose = star c • M.conjTransposeNote that StarModule is quite a strong requirement; as such we also provide the following
variants which this lemma would not apply to:
* Matrix.conjTranspose_smul_non_comm
* Matrix.conjTranspose_nsmul
* Matrix.conjTranspose_zsmul
* Matrix.conjTranspose_natCast_smul
* Matrix.conjTranspose_intCast_smul
* Matrix.conjTranspose_inv_natCast_smul
* Matrix.conjTranspose_inv_intCast_smul
* Matrix.conjTranspose_ratCast_smul
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses propext, Quot.sound
- Assumes
- StarStarSMulStarModule
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Matrixstatement and proof · cited by 4,303
- Star.starstatement · cited by 1,082
- StarModulestatement and proof · cited by 570
- Matrix.extproof · cited by 540
- Starstatement and proof · cited by 496
- Matrix.conjTransposestatement · cited by 202
- StarModule.star_smulproof · cited by 34
Cited by5
Results whose statement or proof uses this declaration.
- Matrix.conjTranspose_nonsing_invproof · cited by 5
- Matrix.IsHermitian.smulproof · cited by 3
- Matrix.IsHermitian.of_smulproof · cited by 1
- Matrix.conjTranspose_nsmulproof · cited by 0
- Matrix.conjTranspose_zsmulproof · cited by 0