|
| 1 | + |
| 2 | +opam-version: "2.0" |
| 3 | +synopsis: "Machine-Proof-of-the-Axiom-of-Choice-and-Its-Equivalent-Propositions" |
| 4 | +description: """ |
| 5 | +The axiom of choice is an axiom about the existence of mappings in set theory. |
| 6 | +It was first proposed by Zermelo in 1904 and used to prove the well-ordering theorem. |
| 7 | +The axiom of choice plays an important role in modern mathematics and is closely related to many profound mathematical conclusions. |
| 8 | +Without the axiom of choice, it is even impossible to determine whether two sets can compare the number of elements, |
| 9 | +whether the product of non-empty sets is non-empty, whether a linear space must have a set of bases, whether a ring must have a maximal ideal, etc. |
| 10 | +The axiom of choice has multiple equivalent theorems, including Tukey lemma, Hausdorf maximum principle, Zermelo assumption, Zorn lemma, and the well-ordering theorem. |
| 11 | +The important Tychonoff product theorem in topology is a more profound application of the axiom of choice. |
| 12 | +Starting from the axiom of choice, we prove Tukey lemma, Hausdorff maximum principle, the maximum principle, Zermelo assumption, Zorn lemma, |
| 13 | +and the well-ordering theorem in turn, and then regard the axiom of choice as a theorem, |
| 14 | +which is respectively represented by Tukey lemma, Zermelo maximum principle, Zorn lemma, and the well-ordering theorem. |
| 15 | +Assumptions and the well-ordered theorem prove the axiom of choice, completing the proof of the entire cycle strategy, thus showing that the above propositions are equivalent to the axiom of choice. |
| 16 | +The manual proof process of these propositions is standard and can be found in related monographs or textbooks on topology or set theory. |
| 17 | +""" |
| 18 | + |
| 19 | +homepage: "https://github.com/zhang3651/Machine-Proof-of-the-Axiom-of-Choice-and-Its-Equivalent-Propositions" |
| 20 | +dev-repo: "git+https://github.com/zhang3651/Machine-Proof-of-the-Axiom-of-Choice-and-Its-Equivalent-Propositions.git" |
| 21 | +bug-reports: "https://github.com/zhang3651/Machine-Proof-of-the-Axiom-of-Choice-and-Its-Equivalent-Propositions/issues" |
| 22 | + |
| 23 | +authors: [ |
| 24 | + "Wensheng Yu" |
| 25 | + "Tianyu Sun" |
| 26 | + "Yaoshun Fu" |
| 27 | + "Sheng Yan" |
| 28 | + "Si Chen" |
| 29 | + "Ce Zhang" |
| 30 | +] |
| 31 | +license: "LGPL-2.1-only" |
| 32 | + |
| 33 | +depends: [ |
| 34 | + "coq" {>= "8.20"} |
| 35 | +] |
| 36 | + |
| 37 | +build: [ |
| 38 | + [make "-j%{jobs}%"] |
| 39 | +] |
| 40 | +install: [ |
| 41 | + [make "install"] |
| 42 | +] |
| 43 | + |
| 44 | +url { |
| 45 | + src: "https://github.com/zhang3651/Machine-Proof-of-the-Axiom-of-Choice-and-Its-Equivalent-Propositions/archive/refs/tags/v1.0.0.tar.gz" |
| 46 | + checksum: "sha512=d1af98ae9272bbb97a4a6045fb7e442c13645ae9751ccd8b6ee98ec4b316889d4938c0a93c66c4ad54f43cd8e0d17b0143648e7cb50b9dc14dcf4ed4e427530f" |
| 47 | +} |
| 48 | + |
| 49 | +tags: [ |
| 50 | + "keyword:set theory" |
| 51 | + "keyword:choice axiom" |
| 52 | + "keyword:Morse-Kelley" |
| 53 | + "keyword:MK" |
| 54 | + "category:Mathematics/Logic/Set theory" |
| 55 | + "date:2025-02-28" |
| 56 | + "logpath:MKACs" |
| 57 | +] |
0 commit comments