Theorems · Theorem · logic and foundations
Relation.cutExpand_closed
∀ {α : Type u_1} {r : α → α → Prop} [Std.Irrefl r] (p : α → Prop),
(∀ {a' a : α}, r a' a → p a → p a') →
∀ {s' s : Multiset α}, Relation.CutExpand r s' s → (∀ a ∈ s, p a) → ∀ a ∈ s', p aCutExpand preserves leftward-closedness under a relation.
- Defined in
- Mathlib.Logic.Hydra
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 25 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.
Cites6
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.eraseproof · cited by 93
- Relation.CutExpandstatement · cited by 19
- Multiset.mem_addproof · cited by 16
- Multiset.mem_of_mem_eraseproof · cited by 10
- Relation.cutExpand_iffproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.