Theorems · Theorem · combinatorics
UV.shadow_compression_subset_compression_shadow
∀ {α : Type u_1} [inst : DecidableEq α] {𝒜 : Finset (Finset α)} (u v : Finset α),
(∀ x ∈ u, ∃ y ∈ v, UV.IsCompressed (u.erase x) (v.erase y) 𝒜) →
(UV.compression u v 𝒜).shadow ⊆ UV.compression u v 𝒜.shadowUV-compression reduces the size of the shadow of 𝒜 if, for all x ∈ u there is y ∈ v such
that 𝒜 is (u.erase x, v.erase y)-compressed. This is the key fact about compression for
Kruskal-Katona.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites58
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
- LE.le.transproof · cited by 3,151
- Disjointproof · cited by 2,201
- Finset.erasestatement and proof · cited by 455
- Finset.mem_insert_selfproof · cited by 128
- Disjoint.symmproof · cited by 125
- Finset.insert_eraseproof · cited by 65
- Finset.subset_union_leftproof · cited by 59
- Finset.notMem_eraseproof · cited by 59
- Disjoint.mono_leftproof · cited by 50
- Finset.mem_unionproof · cited by 49
- Finset.subset_union_rightproof · cited by 45
Cited by1
Results whose statement or proof uses this declaration.
- UV.card_shadow_compression_leproof · cited by 0