Theorems · Theorem · combinatorics
Finset.pairwiseDisjoint_piAntidiag_map_addRightEmbedding
∀ {ι : Type u_1} {μ : Type u_2} [inst : DecidableEq ι] [inst_1 : AddCancelCommMonoid μ]
[inst_2 : Finset.HasAntidiagonal μ] [inst_3 : DecidableEq μ] {i : ι} {s : Finset ι},
i ∉ s →
∀ (n : μ),
(↑(Finset.HasAntidiagonal.antidiagonal n)).PairwiseDisjoint fun p =>
Finset.map (addRightEmbedding fun j => if j = i then p.1 else 0) (s.piAntidiag p.2)- Defined in
- Mathlib.Algebra.Order.Antidiag.Pi
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- SetLike.coestatement and proof · cited by 8,199
- Finset.sumproof · cited by 5,195
- add_zeroproof · cited by 2,707
- Finset.sum_congrproof · cited by 2,323
- Finset.mapstatement and proof · cited by 747
- Set.PairwiseDisjointstatement · cited by 275
- Finset.HasAntidiagonal.antidiagonalstatement and proof · cited by 218
- Finset.sum_add_distribproof · cited by 131
- Finset.sum_ite_eq'proof · cited by 105
- Finset.HasAntidiagonalstatement and proof · cited by 48
- AddCancelCommMonoidstatement and proof · cited by 48
Cited by3
Results whose statement or proof uses this declaration.
- Finset.piAntidiag_consstatement · cited by 2
- Finset.sum_pow_eq_sum_piAntidiag_of_commuteproof · cited by 1
- Finset.piAntidiag_insertproof · cited by 0