Theorems · Theorem · logic and foundations
Relation.acc_of_singleton
∀ {α : Type u_1} {r : α → α → Prop} [Std.Irrefl r] {s : Multiset α},
(∀ a ∈ s, Acc (Relation.CutExpand r) {a}) → Acc (Relation.CutExpand r) sA multiset is accessible under CutExpand if all its singleton subsets are,
assuming r is irreflexive.
- Defined in
- Mathlib.Logic.Hydra
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 56 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Std.Irrefl
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Multisetstatement and proof · cited by 2,627
- Multiset.consproof · cited by 313
- Multiset.inductionproof · cited by 31
- Relation.CutExpandstatement and proof · cited by 19
- Multiset.singleton_addproof · cited by 13
- Acc.of_fibrationproof · cited by 4
- Acc.prod_gameAddproof · cited by 3
- Multiset.forall_mem_consproof · cited by 2
- Relation.cutExpand_fibrationproof · cited by 1
- Relation.not_cutExpand_zeroproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- Acc.cutExpandproof · cited by 1
- WellFounded.cutExpandproof · cited by 0