Encyclopedia Mathematics Mathematics Knot Invariants From Rs Knot Invariant Cert

ARTICLE 2 claims 2 theorems

Mathematics Knot Invariants From Rs Knot Invariant Cert

A machine-checked certificate records that the framework's model of knot invariants contains exactly five families, and nothing more.

The certificate

A knot invariant is a property of a knot that does not change when the knot is deformed without cutting it. Mathematicians use invariants to tell knots apart: if two knots have different values of an invariant, they cannot be the same knot. The five families named in the certificate are the genus, the crossing number, the Alexander polynomial, the Jones polynomial, and Khovanov homology. Each one captures a different layer of knot structure, from the surface a knot bounds to the algebraic data in its diagram.

The certificate, a machine-checked record of a formal claim, states that the framework's list of these five families is complete. It proves that the count is exactly five, no more and no fewer. The proof is checked by a computer, so there is no gap in the reasoning. The certificate does not define what any of the five invariants are. It does not compare their discriminating power, nor does it claim that these five are the only possible knot invariants in mathematics. It only certifies that the framework's own model contains these five, and that the count is five.

The certificate's value is architectural. In the framework's library of formal theorems, the certificate acts as a stable anchor: any later result that mentions knot invariants can rely on the fact that there are exactly five in this model. It is a small but precise fact, the kind that keeps a large formal system honest. The certificate says nothing about the wider mathematical theory of knot invariants, which contains many more invariants and open questions. It is a statement about the framework's internal structure, not about the whole of mathematics.

THEOREM knotInvariant_count · IndisputableMonolith/Mathematics/KnotInvariantsFromRS.lean
theorem knotInvariant_count : Fintype.card KnotInvariant = 5 := by decide
THEOREM KnotInvariantCert · IndisputableMonolith/Mathematics/KnotInvariantsFromRS.lean
structure KnotInvariantCert where
  five_invariants : Fintype.card KnotInvariant = 5

What this page does not claim

The certificate does not define any of the five knot invariants. The certificate does not claim these are the only knot invariants in mathematics. The certificate does not compare the discriminating power of the five invariants.

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/KnotInvariantsFromRS.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