Mathlib Map

Theorems · Theorem · combinatorics

SimpleGraph.regularityReduced_edges_card_aux

∀ {α : Type u_1} [inst : DecidableEq α] [inst_1 : Fintype α] {G : SimpleGraph α} [inst_2 : DecidableRel G.Adj]
  {P : Finpartition Finset.univ} {ε : ℝ} [Nonempty α],
  0 < ε →
    P.IsEquipartition →
      P.IsUniform G (ε / 8) →
        4 / ε ≤ ↑P.parts.card →
          2 * (↑G.edgeFinset.card - ↑(SimpleGraph.regularityReduced P G (ε / 8) (ε / 4)).edgeFinset.card) <
            2 * ε * ↑(Fintype.card α ^ 2)
Defined in
Mathlib.Combinatorics.SimpleGraph.Triangle.Removal
Cited by
1 results in Mathlib
Foundations
Depth 110 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
DecidableEqFintypeDecidableRelNonempty

Around this declaration

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

Cites43

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.