Theorems · Theorem · order theory
Prod.card_box_succ
∀ {α : Type u_1} {β : Type u_2} [inst : Ring α] [inst_1 : PartialOrder α] [IsOrderedRing α] [inst_3 : Ring β]
[inst_4 : PartialOrder β] [IsOrderedRing β] [inst_6 : LocallyFiniteOrder α] [inst_7 : LocallyFiniteOrder β]
[inst_8 : DecidableEq α] [inst_9 : DecidableEq β] [inst_10 : DecidableLE (α × β)] (n : ℕ),
(Finset.box (n + 1)).card =
(Finset.Icc (-↑n.succ) ↑n.succ).card * (Finset.Icc (-↑n.succ) ↑n.succ).card -
(Finset.Icc (-↑n) ↑n).card * (Finset.Icc (-↑n) ↑n).card- Defined in
- Mathlib.Order.Interval.Finset.Box
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 80 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.
- Finsetproof · cited by 13,712
- Ringstatement and proof · cited by 7,463
- PartialOrderstatement and proof · cited by 6,410
- Nat.cast_oneproof · cited by 2,501
- Finset.cardstatement and proof · cited by 2,327
- IsOrderedRingstatement and proof · cited by 777
- LocallyFiniteOrderstatement and proof · cited by 658
- Nat.cast_addproof · cited by 586
- Finset.Iccstatement and proof · cited by 348
- neg_add_revproof · cited by 236
- Finset.card_sdiff_of_subsetproof · cited by 35
- Finset.boxstatement · cited by 12
Cited by1
Results whose statement or proof uses this declaration.
- Int.card_boxproof · cited by 1