Theorems · Theorem · linear algebra
Matrix.det_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] {A : Matrix n n R}
{abv : AbsoluteValue R S} {x : S},
(∀ (i j : n), abv (A i j) ≤ x) → abv A.det ≤ (Fintype.card n).factorial • x ^ Fintype.card n- Cited by
- 1 results in Mathlib
- Foundations
- Depth 88 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites28
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
- LinearOrderstatement and proof · cited by 8,572
- Fintypestatement and proof · cited by 7,736
- Finset.sumproof · cited by 5,195
- Matrixstatement and proof · cited by 4,303
- Finset.univproof · cited by 3,473
- IsStrictOrderedRingstatement and proof · cited by 2,490
- Nontrivialstatement and proof · cited by 2,416
- Finset.prodproof · cited by 2,356
- Finset.sum_congrproof · cited by 2,323
- Fintype.cardstatement and proof · cited by 1,386
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.det_sum_leproof · cited by 1