Theorems · Theorem · combinatorics
Fintype.piFinset_image
∀ {α : Type u_1} [inst : DecidableEq α] [inst_1 : Fintype α] {γ : α → Type u_3} {δ : α → Type u_4}
[inst_2 : (a : α) → DecidableEq (δ a)] (f : (a : α) → γ a → δ a) (s : (a : α) → Finset (γ a)),
(Fintype.piFinset fun a => Finset.image (f a) (s a)) = Finset.image (fun b a => f a (b a)) (Fintype.piFinset s)- Defined in
- Mathlib.Data.Fintype.Pi
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 76 from the axioms · uses propext, Classical.choice, Quot.sound
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
- Fintypestatement and proof · cited by 7,736
- Finset.imagestatement · cited by 910
- Finset.extproof · cited by 565
- Fintype.piFinsetstatement · cited by 86
Cited by4
Results whose statement or proof uses this declaration.
- Fintype.piFinset_invproof · cited by 0
- Fintype.piFinset_vadd_finsetproof · cited by 0
- Fintype.piFinset_negproof · cited by 0
- Fintype.piFinset_smul_finsetproof · cited by 0