Theorems · Definition · combinatorics
SimpleGraph.nonuniformWitnesses
{α : Type u_1} →
{𝕜 : Type u_2} →
[inst : Field 𝕜] →
[inst_1 : LinearOrder 𝕜] →
[IsStrictOrderedRing 𝕜] →
(G : SimpleGraph α) → [DecidableRel G.Adj] → 𝕜 → Finset α → Finset α → Finset α × Finset αAn arbitrary pair of subsets witnessing the non-uniformity of (s, t). If (s, t) is uniform,
returns (s, t). Witnesses for (s, t) and (t, s) don't necessarily match. See
SimpleGraph.nonuniformWitness.
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 86 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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
- IsStrictOrderedRingstatement and proof · cited by 2,490
- SimpleGraph.Adjstatement and proof · cited by 1,346
- SimpleGraph.IsUniformproof · cited by 33
Cited by8
Results whose statement or proof uses this declaration.
- SimpleGraph.nonuniformWitnessproof · cited by 7
- SimpleGraph.left_nonuniformWitnesses_cardstatement · cited by 1
- SimpleGraph.left_nonuniformWitnesses_subsetstatement · cited by 1
- SimpleGraph.nonuniformWitnesses_specstatement · cited by 1
- SimpleGraph.right_nonuniformWitnesses_cardstatement · cited by 1
- SimpleGraph.right_nonuniformWitnesses_subsetstatement · cited by 1
- SimpleGraph.nonuniformWitnesses.congr_simpstatement and proof · cited by 0
- SimpleGraph.nonuniformWitness_specproof · cited by 0