Theorems · Theorem · order theory
collapse_eq
∀ {α : Type u_1} {β : Type u_2} [inst : DecidableEq α] [inst_1 : CommSemiring β] {a : α} {s : Finset α},
a ∉ s →
∀ (𝒜 : Finset (Finset α)) (f : Finset α → β),
collapse✝ 𝒜 a f s = (if s ∈ 𝒜 then f s else 0) + if insert a s ∈ 𝒜 then f (insert a s) else 0- Cited by
- 5 results in Mathlib
- Foundations
- Depth 59 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEqCommSemiring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- CommSemiringstatement and proof · cited by 10,911
- Finset.sumproof · cited by 5,195
- add_zeroproof · cited by 2,707
- zero_addproof · cited by 2,366
- Finset.sum_congrproof · cited by 2,323
- Finset.sum_singletonproof · cited by 251
- Finset.sum_insertproof · cited by 196
- Finset.mem_insert_selfproof · cited by 128
Cited by5
Results whose statement or proof uses this declaration.
- le_collapse_of_insert_memproof · cited by 1
- le_collapse_of_memproof · cited by 1
- collapse_modularproof · cited by 1
- sum_collapseproof · cited by 1
- collapse_of_memproof · cited by 1