Theorems · Theorem · combinatorics
Finset.card_sigmaLift
∀ {ι : Type u_1} {α : ι → Type u_2} {β : ι → Type u_3} {γ : ι → Type u_4} [inst : DecidableEq ι]
(f : ⦃i : ι⦄ → α i → β i → Finset (γ i)) (a : (i : ι) × α i) (b : (i : ι) × β i),
(Finset.sigmaLift f a b).card = if h : a.fst = b.fst then (f (h ▸ a.snd) b.snd).card else 0- Defined in
- Mathlib.Data.Finset.Sigma
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 28 from the axioms · uses propext, Quot.sound
- Assumes
- DecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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
- Finset.cardstatement and proof · cited by 2,327
- Finset.card_mapproof · cited by 114
- Function.Embedding.sigmaMkproof · cited by 25
- Finset.sigmaLiftstatement · cited by 8
Cited by4
Results whose statement or proof uses this declaration.
- Sigma.card_Icoproof · cited by 0
- Sigma.card_Iocproof · cited by 0
- Sigma.card_Iooproof · cited by 0
- Sigma.card_Iccproof · cited by 0