Theorems · Definition · combinatorics
Finset.Pi.cons
{α : Type u_1} →
{δ : α → Sort v} →
[inst : DecidableEq α] →
(s : Finset α) → (a : α) → δ a → ((a : α) → a ∈ s → δ a) → (a' : α) → a' ∈ insert a s → δ a'Given a function f defined on a finset s, define a new function on the finset s ∪ {a},
equal to f on s and sending a to a given value b. This function is denoted
s.Pi.cons a b f. If a already belongs to s, the new function takes the value b at a
anyway.
- Defined in
- Mathlib.Data.Finset.Pi
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 56 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.
Cites3
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
- Multiset.Pi.consproof · cited by 14
Cited by6
Results whose statement or proof uses this declaration.
- Finset.prod_sumproof · cited by 3
- Finset.Pi.cons_injectivestatement and proof · cited by 1
- Finset.Pi.cons_nestatement · cited by 1
- Finset.Pi.cons_samestatement · cited by 1
- Finset.pi_insertstatement and proof · cited by 1
- Finset.Pi.cons.congr_simpstatement and proof · cited by 0