Theorems · Theorem · combinatorics
Finset.mem_pi
∀ {α : Type u_1} {β : α → Type u} [inst : DecidableEq α] {s : Finset α} {t : (a : α) → Finset (β a)}
{f : (a : α) → a ∈ s → β a}, f ∈ s.pi t ↔ ∀ (a : α) (h : a ∈ s), f a h ∈ t a- Defined in
- Mathlib.Data.Finset.Pi
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 65 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
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.valproof · cited by 438
- Finset.pistatement · cited by 23
- Multiset.mem_piproof · cited by 2
Cited by5
Results whose statement or proof uses this declaration.
- Finset.mem_finsupp_iffproof · cited by 1
- Finset.sum_univ_piproof · cited by 1
- Finset.mem_dfinsupp_iffproof · cited by 1
- Finset.pi_subsetproof · cited by 0
- Finset.pi_disjoint_of_disjointproof · cited by 0