Theorems · Theorem · linear algebra
Matrix.frobenius_norm_def
∀ {m : Type u_3} {n : Type u_4} {α : Type u_5} [inst : Fintype m] [inst_1 : Fintype n]
[inst_2 : SeminormedAddCommGroup α] (A : Matrix m n α), ‖A‖ = (∑ i, ∑ j, ‖A i j‖ ^ 2) ^ (1 / 2)- Defined in
- Mathlib.Analysis.Matrix.Normed
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 231 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement · cited by 25,697
- Fintypestatement and proof · cited by 7,736
- Norm.normstatement and proof · cited by 5,413
- Finset.sumstatement and proof · cited by 5,195
- Matrixstatement and proof · cited by 4,303
- Finset.univstatement and proof · cited by 3,473
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- Finset.sum_congrproof · cited by 2,323
- NNReal.toRealproof · cited by 1,260
- NNNorm.nnnormproof · cited by 952
- one_divproof · cited by 624
- NNReal.coe_sumproof · cited by 24
Cited by2
Results whose statement or proof uses this declaration.
- Matrix.frobenius_norm_replicateRowproof · cited by 1
- Matrix.frobenius_norm_replicateColproof · cited by 1