Encyclopedia Mathematics Mathematics Set Theory From Rs Fundamental Zfcount

ARTICLE 3 claims 3 theorems

Mathematics Set Theory From Rs Fundamental Zfcount

Zermelo-Fraenkel set theory rests on nine axioms; a machine-checked library singles out five as the most fundamental and proves they number exactly five.

A count of axioms

Zermelo-Fraenkel (ZF) set theory is the standard foundation for modern mathematics. It is built from nine axioms, rules that tell you which sets are allowed to exist. Five of these are often treated as the core: extensionality (two sets are equal when they have the same members), pairing (given two sets, you can form a set containing just them), union (you can gather all members of a collection of sets into one set), power set (you can form the set of all subsets of a given set), and infinity (an infinite set exists). The remaining four axioms, such as replacement and regularity, are also part of ZF but are not included in this count.

Within the Recognition Science framework, a machine-checked library of formal theorems defines these five axioms as an enumerated type, a finite list of five distinct objects. A proved theorem, fundamentalZFCount, establishes that the number of these fundamental axioms is exactly five. This is a computational proof: the library checks the finite list and confirms its length. The result is not a new mathematical discovery about set theory; it is a formal statement about how the framework has chosen to organize the axioms.

The same library also defines the power set of Q₃, a set with eight elements, and proves that its power set has 2^8 = 256 members. It further shows that 256 equals 2^(2^3), a structural match with the framework's three-dimensional configuration space. These statements are definitions and theorems about the framework's own construction, not claims about the physical universe.

In Recognition Science, the declaration fundamentalZFCount does not claim that ZF has only five axioms, nor does it derive the remaining four axioms from the five it names. It does not prove that ZF is consistent or that the five axioms are independent of one another. The result is a precise, machine-checked count of a chosen subset, a formal anchor for the framework's use of set theory as a foundation.

THEOREM fundamentalZFCount · IndisputableMonolith/Mathematics/SetTheoryFromRS.lean
theorem fundamentalZFCount : Fintype.card FundamentalZFAxiom = 5 := by decide
THEOREM powerSetQ3_eq_256 · IndisputableMonolith/Mathematics/SetTheoryFromRS.lean
theorem powerSetQ3_eq_256 : powerSetQ3 = 256 := by decide
THEOREM powerSetQ3_2_2D · IndisputableMonolith/Mathematics/SetTheoryFromRS.lean
/-- 256 = 2^(2^D). -/
theorem powerSetQ3_2_2D : powerSetQ3 = 2 ^ (2 ^ 3) := by decide

What this page does not claim

The declaration does not claim ZF has only five axioms total. It does not prove the consistency of ZF or the independence of the five axioms. It does not derive the remaining four ZF axioms from the five named ones.

Verify this page

Every tagged claim above names its theorem. To check one yourself rather than trust this page, elaborate the source module with Lean 4 and audit its axiom basis:

$ lake env lean IndisputableMonolith/Mathematics/SetTheoryFromRS.lean
expected axiom basis: [propext, Classical.choice, Quot.sound] (the Lean kernel's standard three; no RS-specific axioms)

A page whose claims cannot be reproduced this way does not ship. In production, every anchor links to the exact declaration in the public source release, and this block carries the build receipt for the page itself.

Derived articles

This page is generated by a question-recursion engine: the questions its answers raise become the next pages. The current agenda, with open targets marked red:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND