Theorems · Theorem · linear algebra
Matrix.det_sum_le
∀ {R : Type u_1} {S : Type u_2} [inst : CommRing R] [Nontrivial R] [inst_2 : CommRing S] [inst_3 : LinearOrder S]
[IsStrictOrderedRing S] {n : Type u_3} [inst_5 : Fintype n] [inst_6 : DecidableEq n] {ι : Type u_4} (s : Finset ι)
{A : ι → Matrix n n R} {abv : AbsoluteValue R S} {x : S},
(∀ (k : ι) (i j : n), abv (A k i j) ≤ x) →
abv (∑ k ∈ s, A k).det ≤ (Fintype.card n).factorial • (s.card • x) ^ Fintype.card n- Cited by
- 1 results in Mathlib
- Foundations
- Depth 89 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- Finsetstatement and proof · cited by 13,712
- LinearOrderstatement and proof · cited by 8,572
- Fintypestatement and proof · cited by 7,736
- Finset.sumstatement and proof · cited by 5,195
- Matrixstatement and proof · cited by 4,303
- IsStrictOrderedRingstatement and proof · cited by 2,490
- Nontrivialstatement and proof · cited by 2,416
- Finset.cardstatement · cited by 2,327
- Fintype.cardstatement · cited by 1,386
- Matrix.detstatement · cited by 665
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.det_sum_smul_leproof · cited by 1