Theorems · Definition · combinatorics
SimpleGraph.recolorOfCardLE
{V : Type u} →
(G : SimpleGraph V) →
{α : Type u_4} →
{β : Type u_5} →
[inst : Fintype α] → [inst_1 : Fintype β] → Fintype.card α ≤ Fintype.card β → G.Coloring α ↪ G.Coloring βThere is a noncomputable embedding of α-colorings to β-colorings if
β has at least as large a cardinality as α.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 67 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Fintypestatement and proof · cited by 7,736
- SimpleGraphstatement and proof · cited by 3,072
- Fintype.cardstatement and proof · cited by 1,386
- Function.Embeddingstatement · cited by 988
- Nonempty.someproof · cited by 340
- SimpleGraph.Coloringstatement · cited by 44
- Function.Embedding.nonempty_of_card_leproof · cited by 6
- SimpleGraph.recolorOfEmbeddingproof · cited by 1
Cited by5
Results whose statement or proof uses this declaration.
- SimpleGraph.Coloring.colorableproof · cited by 12
- SimpleGraph.Colorable.monoproof · cited by 3
- SimpleGraph.card_le_chromaticNumber_iff_forall_surjectiveproof · cited by 2
- SimpleGraph.Colorable.toColoringproof · cited by 1
- SimpleGraph.coe_recolorOfCardLEstatement · cited by 0