Theorems · Theorem · combinatorics
SimpleGraph.zarankiewicz_le_iff
∀ {m n s t : ℕ} {V : Type u_1} {W : Type u_2} {α : Type u_3} {β : Type u_4} [inst : Fintype V] [inst_1 : Fintype W]
[inst_2 : Fintype α] [inst_3 : Fintype β],
Fintype.card V = m →
Fintype.card W = n →
Fintype.card α = s →
Fintype.card β = t →
∀ (x : ℕ),
SimpleGraph.zarankiewicz m n s t ≤ x ↔
∀ ⦃G : SimpleGraph (V ⊕ W)⦄ [inst_4 : DecidableRel G.Adj],
G ≤ completeBipartiteGraph V W → (completeBipartiteGraph α β).Free G → G.edgeFinset.card ≤ xzarankiewicz m n s t is at most x if and only if every
completeBipartiteGraph α β-free bipartite graph G has at most x edges.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 76 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetproof · cited by 13,712
- Fintypestatement and proof · cited by 7,736
- Set.Elemproof · cited by 7,166
- SimpleGraphstatement and proof · cited by 3,072
- Finset.cardstatement and proof · cited by 2,327
- Fintype.cardstatement and proof · cited by 1,386
- SimpleGraph.Adjstatement and proof · cited by 1,346
- Sym2statement and proof · cited by 737
- SimpleGraph.edgeSetproof · cited by 199
- SimpleGraph.edgeFinsetstatement and proof · cited by 116
- SimpleGraph.Freestatement and proof · cited by 39
- LE.le.trans_eq'proof · cited by 21
Cited by1
Results whose statement or proof uses this declaration.
- SimpleGraph.zarankiewicz_le_iff_of_nonnegproof · cited by 0