Mathlib Map

Theorems · Theorem · combinatorics

SimpleGraph.extremalNumber_congr

∀ {n₁ n₂ : ℕ} {W₁ : Type u_4} {W₂ : Type u_5} {H₁ : SimpleGraph W₁} {H₂ : SimpleGraph W₂},
  n₁ = n₂ → ∀ (e : H₁ ≃g H₂), SimpleGraph.extremalNumber n₁ H₁ = SimpleGraph.extremalNumber n₂ H₂

If H₁ ≃g H₂, then extremalNumber n H₁ equals extremalNumber n H₂.

Defined in
Mathlib.Combinatorics.SimpleGraph.Extremal.Basic
Cited by
1 results in Mathlib
Foundations
Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites14

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.