Documentation

Seymour.ForMathlib.Basic

theorem finset_of_cardinality_between {α β : Type} [Fintype α] [Fintype β] {n : } (hα : #α < n) (hn : n #α + #β) :
∃ (b : Finset β), #(α { x : β // x b }) = n Nonempty { x : β // x b }
theorem sum_over_fin_succ_of_only_zeroth_nonzero {α : Type} {n : } [AddCommMonoid α] {f : Fin n.succα} (hf : ∀ (i : Fin n.succ), i 0f i = 0) :
Finset.univ.sum f = f 0