Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System for adding axioms #63

Open
io12 opened this issue Jul 11, 2020 · 1 comment
Open

System for adding axioms #63

io12 opened this issue Jul 11, 2020 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed libaris core aris library UI WASM

Comments

@io12
Copy link
Contributor

io12 commented Jul 11, 2020

No description provided.

@io12 io12 added enhancement New feature or request help wanted Extra attention is needed UI WASM libaris core aris library labels Jul 11, 2020
@io12 io12 mentioned this issue Jul 11, 2020
@Bram28
Copy link
Member

Bram28 commented Jul 11, 2020

Yes, there is an axiom of axiom, if you can quantify over formulas with free variables:

Weak Mathematical Induction:

forall P(x) [(P(0) & forall x (P(x) -> P(s(x)))) -> forall x P(x)]

Strong Mathematical Induction:

forall P(x) [forall x (forall y (y < x -> P(y)) -> P(x)) -> forall x P(x)]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed libaris core aris library UI WASM
Projects
None yet
Development

No branches or pull requests

2 participants