Theorems · Theorem · combinatorics
SimpleGraph.unreduced_edges_subset
∀ {α : Type u_1} {𝕜 : Type u_2} [inst : Field 𝕜] [inst_1 : LinearOrder 𝕜] [inst_2 : DecidableEq α] {A : Finset α}
{P : Finpartition A} {G : SimpleGraph α} [inst_3 : DecidableRel G.Adj] {ε : 𝕜},
{x ∈ A ×ˢ A |
match x with
| (x, y) => G.Adj x y ∧ ¬(SimpleGraph.regularityReduced P G (ε / 8) (ε / 4)).Adj x y} ⊆
((P.nonUniforms G (ε / 8)).biUnion fun x =>
match x with
| (U, V) => U ×ˢ V) ∪
P.parts.biUnion Finset.offDiag ∪
(P.sparsePairs G (ε / 4)).biUnion fun x =>
match x with
| (U, V) => G.interedges U V- Cited by
- 1 results in Mathlib
- Foundations
- Depth 88 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
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
- LinearOrderstatement and proof · cited by 8,572
- Fieldstatement and proof · cited by 7,404
- SimpleGraphstatement and proof · cited by 3,072
- SProd.sprodstatement and proof · cited by 1,750
- SimpleGraph.Adjstatement and proof · cited by 1,346
- eq_or_neproof · cited by 1,117
- Finset.filterstatement · cited by 949
- Finset.biUnionstatement · cited by 217
- Finpartitionstatement and proof · cited by 199
- Finpartition.partsstatement and proof · cited by 184
- Finset.filter_congrproof · cited by 167
Cited by1
Results whose statement or proof uses this declaration.
- SimpleGraph.regularityReduced_edges_card_auxproof · cited by 1