8000 GitHub - beam2d/coq-zf
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

beam2d/coq-zf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Zeromelo-Fraenkel set theory in Coq

This is a self-study project of implementing ZF axioms in Coq.

  • ZF.v defines the axioms of ZF.
  • Aczel.v implements the axioms.

The following axioms are used to implement them.

  • Predicate extensionality ∀ P Q, (∀ a, P a ↔ Q a) → P = Q is used to prove set equalities.
  • Functional choice: ∀ R, (∀ x, ∃ y, R x y) → ∃ f, ∀ x, R x (f x) is used to implement the axiom of replacement.

See [https://www.ps.uni-saarland.de/settheory.html] for the resources I consulted.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0