陶哲轩博客写数学问题时,通常先把对象定义清楚,再给直觉、反例和证明轮廓。把「On the property testing of hereditary graph and hypergraph properties」改写成可阅读的中文笔记,重点是:问题在问什么、已知到哪一步、下一步最容易走偏在哪。原站广告、分享条和导航已去掉。

问题在问什么

This month I have been at the Institute for Advanced Study , participating in their semester program on additive combinatorics . Today I gave a talk on my forthcoming paper with Tim Austin on the property testing of graphs and hypergraphs (I hope to make a preprint available here soon). There has been an immense amount of progress on these topics recently, based in large part on the graph and hypergraph regularity lemmas; but we have discovered some surprising subtleties rega

For simplicity let us first work with (uncoloured, undirected, loop-free) graphs G = (V,E). In the subject of graph property testing, one is given a property which any given graph G may or may not have. For example, could be one of the following properties:

已知结果和反例

We assume that the labeling of the graph is irrelevant. More precisely, we assume that whenever two graphs G, G’ are isomorphic , that G satisfies if and only if G’ satisfies . For instance, all seven of the graph properties listed above are invariant under graph isomorphism.

We shall think of G as being very large (so is large) and dense (so ). We are interested in obtaining some sort of test that can answer the question “does G satisfy ?” with reasonable speed and reasonable accuracy. By “reasonable speed”, we mean that 下面会 only make a bounded number of queries about the graph, i.e. we only look at a bounded number k of distinct vertices in V (selected at random) and base our test purely on how these vertices are connected to each other in E. (W

证明或构造的主线

When a test with the above properties exists for each given (with the number of queried vertices k being allowed to depend on ), we say that the graph property is testable with one-sided error . (The general notion of property testing was introduced by Rubinfeld and Sudan , and first studied for graph properties by Goldreich, Goldwasser, and Ron ; see this web page of Goldreich for further references and discussion.) The rejection probability is not very important in this def

An example should illustrate this definition. Consider for instance property 6 above (the property that G is empty). To test whether a graph is empty, one can perform the following obvious algorithm: take k vertices in G at random and check whether they have any edges at all between them. If they do, then the test of course rejects G as being non-empty, while if they don’t, the test accepts G as being empty. Clearly there are no false negatives in this test, and if k is large

阅读时建议盯住的点

On the other hand, it is intuitively obvious that property 3 (having an number of edges equal to a power of 2) is not testable with one-sided error.

So it is reasonable to ask: what types of graph properties are testable with one-sided error, and which ones are not?

值得单独记下的条目

  • G has a number of edges equal to a power of two.
  • G is a complete bipartite graph .
  • (No false negatives ) If G indeed satisfies , then our test will always (correctly) accept G.
  • We call a vertex blue if it lies in , and red otherwise.
  • We say that two vertices like each other if they lie in , and dislike each other otherwise.
  • We say that three vertices are properly ranked iff they lie in .
  • The vertex set consists of the 2N integers .
  • The first N integers are blue, the rest are red.

阅读和落地时建议先做的 5 件事

  1. 用自己的语言重写定义和结论,不看原文能不能说清对象是什么。
  2. 找一个最小反例或边界情形,确认假设少一条会怎样。
  3. 把证明拆成可独立检验的引理,每步只保留一个新想法。
  4. 若涉及计算或形式化,先写可复现的小例子,再谈一般情形。
  5. 记下尚未解决的缺口:缺估计、缺构造,还是缺正确的范畴。

和智能体、形式化工具怎么接

龙虾PRO做 OpenClaw 落地时,数学笔记最有用的部分往往是「可检验的步骤」:定义、反例、引理边界。智能体适合帮忙展开计算和检索,不适合代替你决定哪条假设能扔。

本文侧重全链路风控方法论。落地时请用自身业务单据做回放验证,不要把示例阈值直接当生产策略。 相关:风控体检 · 方案资源

常见问题 FAQ

什么是AI智能系统?

「AI智能系统」可概括为:This month I have been at the Institute for Advanced Study, participating in their semester program on additive combinatorics. Today I gave a talk on my forthcoming paper with Tim 本文从定义、方法与实践要点展开说明。

为什么要关注AI智能系统?

关注AI智能系统,是因为它直接影响效率、风险与可复制性。文中指出:This month I have been at the Institute for Advanced Study , participating in their semester program on additive combinatorics . Today I gave a talk on my forthcoming paper with Tim Austin on the property testing of graphs and hypergraphs (I hope…

如何落地AI智能系统?有哪些关键步骤?

建议按以下路径推进AI智能系统:1) G has a number of edges equal to a power of two.;2) G is a complete bipartite graph .;3) (No false negatives ) If G indeed satisfies , then our test will always (correc…;4) We call a vertex blue if it lies in , and red otherwise.;5) We say that two vertices like each other if they lie in , and disli…

AI智能系统适合哪些人或团队?

AI智能系统更适合:产品/技术负责人、运营与增长团队、需要落地智能体或自动化的中小团队、关注「AI智能系统」方向的读者。若你只需要单次聊天式问答,可先读概念;若要上生产,请重点看步骤、权限与风控相关段落。

关于「问题在问什么」,本文给出了什么结论?

在「问题在问什么」部分,要点是:pating in their semester program on additive combinatorics . Today I gave a talk on my forthcoming paper with Tim Austin on the property testing of graphs and hypergraphs (I hope to make a preprint available here soon).

关于「已知结果和反例」,本文给出了什么结论?

在「已知结果和反例」部分,要点是:of the graph properties listed above are invariant under graph isomorphism. We shall think of G as being very large (so is large) and dense (so ). We are interested in obtaining some sort of test that can answer the ques