Mathlib Map

Theorems · Theorem · combinatorics

Multiset.induction_on

∀ {α : Type u_1} {p : Multiset α → Prop} (s : Multiset α), p 0 → (∀ (a : α) (s : Multiset α), p s → p (a ::ₘ s)) → p s
Defined in
Mathlib.Data.Multiset.ZeroCons
Cited by
109 results in Mathlib
Foundations
Depth 14 from the axioms, rests on 30 definitions · uses Quot.sound

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.

Cited by109

Results whose statement or proof uses this declaration.