<feed xmlns='http://www.w3.org/2005/Atom'>
<title>felix.git/library/set.tex, branch hotg</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.adelon.net/felix.git/atom?h=hotg</id>
<link rel='self' href='https://git.adelon.net/felix.git/atom?h=hotg'/>
<link rel='alternate' type='text/html' href='https://git.adelon.net/felix.git/'/>
<updated>2026-08-03T21:28:44+00:00</updated>
<entry>
<title>Stabilize one-core set proofs</title>
<updated>2026-08-03T21:28:44+00:00</updated>
<author>
<name>adelon</name>
<email>22380201+adelon@users.noreply.github.com</email>
</author>
<published>2026-08-03T21:28:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/felix.git/commit/?id=cf1b39b5bd239da2bfd9e44321c9801424f89c4c'/>
<id>urn:sha1:cf1b39b5bd239da2bfd9e44321c9801424f89c4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Align successor with canonical set insertion</title>
<updated>2026-08-02T20:02:39+00:00</updated>
<author>
<name>adelon</name>
<email>22380201+adelon@users.noreply.github.com</email>
</author>
<published>2026-08-02T20:02:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/felix.git/commit/?id=e378c4000965613bf2399634ee76a7c25d73c980'/>
<id>urn:sha1:e378c4000965613bf2399634ee76a7c25d73c980</id>
<content type='text'>
Exact definitions remain named globals, so suc spells the canonical construction directly to coalesce with the packaged successor.
</content>
</entry>
<entry>
<title>Separate ordered tuples from PairSet</title>
<updated>2026-08-02T18:51:00+00:00</updated>
<author>
<name>adelon</name>
<email>22380201+adelon@users.noreply.github.com</email>
</author>
<published>2026-08-02T18:51:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/felix.git/commit/?id=63451bdca1f078eef1069cba9bba1b278fc31cde'/>
<id>urn:sha1:63451bdca1f078eef1069cba9bba1b278fc31cde</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrite protected set and naturals closure</title>
<updated>2026-08-02T16:42:54+00:00</updated>
<author>
<name>adelon</name>
<email>22380201+adelon@users.noreply.github.com</email>
</author>
<published>2026-08-02T16:42:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/felix.git/commit/?id=5f64079c4ec671de04971f38907805e9de514537'/>
<id>urn:sha1:5f64079c4ec671de04971f38907805e9de514537</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Track ownership of top-level symbols</title>
<updated>2026-07-03T00:13:21+00:00</updated>
<author>
<name>adelon</name>
<email>22380201+adelon@users.noreply.github.com</email>
</author>
<published>2026-07-03T00:13:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/felix.git/commit/?id=40bc466d6a996e731cba21f24a58be08b1f22689'/>
<id>urn:sha1:40bc466d6a996e731cba21f24a58be08b1f22689</id>
<content type='text'>
Require every ownable top-level symbol to be introduced by a dedicated owner before it can appear in facts. Reject duplicate ownership and prevent symbols used by inductive definitions from being defined later.

Use the ownership/dependency information to reject hidden recursive inductive definitions and to generate referenceable inductive principles.

BREAKING CHANGE: Top-level facts no longer introduce symbols implicitly.
</content>
</entry>
<entry>
<title>Make handling of local variables stricter</title>
<updated>2026-04-12T13:25:03+00:00</updated>
<author>
<name>adelon</name>
<email>22380201+adelon@users.noreply.github.com</email>
</author>
<published>2026-04-12T13:25:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/felix.git/commit/?id=bb4497227eb1ab060311baf0664865979655e03c'/>
<id>urn:sha1:bb4497227eb1ab060311baf0664865979655e03c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add quantified calcs and relax tokenization</title>
<updated>2025-07-16T10:36:32+00:00</updated>
<author>
<name>adelon</name>
<email>22380201+adelon@users.noreply.github.com</email>
</author>
<published>2025-07-16T10:36:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/felix.git/commit/?id=9aac1a22c4ff4b4be16800b86e34a94d358b0deb'/>
<id>urn:sha1:9aac1a22c4ff4b4be16800b86e34a94d358b0deb</id>
<content type='text'>
Use an `\iff`-calc to speed up `union_as_unions`. Also remove `in_implies_neq` which seems to interact badly with the choice axiom used by superposition-based proofs like Vampire in cut-down problems.
</content>
</entry>
<entry>
<title>Linting and optimization</title>
<updated>2025-07-08T19:20:20+00:00</updated>
<author>
<name>adelon</name>
<email>22380201+adelon@users.noreply.github.com</email>
</author>
<published>2025-07-08T19:20:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/felix.git/commit/?id=51fe28bdd9943e359de5835d2737c0fdc8618df7'/>
<id>urn:sha1:51fe28bdd9943e359de5835d2737c0fdc8618df7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Basic proofs</title>
<updated>2025-07-07T14:00:15+00:00</updated>
<author>
<name>adelon</name>
<email>22380201+adelon@users.noreply.github.com</email>
</author>
<published>2025-07-07T14:00:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/felix.git/commit/?id=5c9507fca014a81f9a694b31f3b2bdca71c2291c'/>
<id>urn:sha1:5c9507fca014a81f9a694b31f3b2bdca71c2291c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update set.tex</title>
<updated>2025-07-07T13:53:29+00:00</updated>
<author>
<name>adelon</name>
<email>22380201+adelon@users.noreply.github.com</email>
</author>
<published>2025-07-07T13:53:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/felix.git/commit/?id=0eb1252087134f860102a96f05a4de733063c769'/>
<id>urn:sha1:0eb1252087134f860102a96f05a4de733063c769</id>
<content type='text'>
</content>
</entry>
</feed>
