Theorems · Theorem · combinatorics
SimpleGraph.farFromTriangleFree_iff
∀ {α : Type u_1} {𝕜 : Type u_3} [inst : Field 𝕜] [inst_1 : LinearOrder 𝕜] {G : SimpleGraph α} {ε : 𝕜}
[inst_2 : Fintype α] [inst_3 : DecidableRel G.Adj],
G.FarFromTriangleFree ε ↔
∀ ⦃H : SimpleGraph α⦄ [inst_4 : DecidableRel H.Adj],
H ≤ G → H.CliqueFree 3 → ε * ↑(Fintype.card α ^ 2) ≤ ↑G.edgeFinset.card - ↑H.edgeFinset.card- Cited by
- 3 results in Mathlib
- Foundations
- Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- LinearOrderstatement and proof · cited by 8,572
- Fintypestatement and proof · cited by 7,736
- Fieldstatement and proof · cited by 7,404
- SimpleGraphstatement and proof · cited by 3,072
- Finset.cardstatement · cited by 2,327
- Fintype.cardstatement · cited by 1,386
- SimpleGraph.Adjstatement and proof · cited by 1,346
- Sym2statement · cited by 737
- SimpleGraph.edgeFinsetstatement · cited by 116
- SimpleGraph.CliqueFreestatement · cited by 70
- SimpleGraph.FarFromTriangleFreestatement · cited by 15
- SimpleGraph.deleteFar_iffproof · cited by 2
Cited by3
Results whose statement or proof uses this declaration.
- SimpleGraph.farFromTriangleFree_of_disjoint_trianglesproof · cited by 2
- SimpleGraph.farFromTriangleFree.le_card_sub_cardproof · cited by 0
- SimpleGraph.triangle_removalproof · cited by 0