是否有任何软件可以采用集合构建器符号并返回名册符号?

发布于 2024-10-07 14:45:35 字数 1536 浏览 4 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

极度宠爱 2024-10-14 14:45:35

我不知道有这样的软件。

请注意,不存在枚举任意集合的通用算法;接受以集合构建器表示法编写的任何集合的程序也必须能够解决例如停止问题。此外,还存在即使在理论上也无法枚举的集合,例如其构造需要使用实数选择函数的集合。

当然,如果您限制集合构建器符号中可以出现的表达式类型,那么问题会更容易,但即便如此,任何比线性不等式更复杂的事情都非常困难。例如,众所周知,不存在算法可以确定九个变量中的多项式等式 P(x_1, ..., x_9)=0 是否有整数解(这是希尔伯特的第十个问题),别介意实际找到一些示例解决方案。

I don't know of any such software.

Note that no general algorithm for enumerating arbitrary sets can exist; a program that accepts any set written in set-builder notation must also be able to solve e.g. the halting problem. Moreover there exist sets that cannot be enumerated even theoretically, for example those whose construction requires use of a choice function on the reals.

Naturally the problem is easier if you restrict what kind of expressions can appear in the set-builder notation, but even then anything more complex than linear inequalities is surprisingly hard. For instance, it is known that no algorithm exists to determine whether or not a polynomial equality P(x_1, ..., x_9)=0 in nine variables has an integer solution (this is an extension of Hilbert's 10th problem), never mind actually finding some exemplar solutions.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文