Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iehality committed Mar 31, 2024
1 parent b4ab346 commit ac58b60
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ https://iehality.github.io/Arithmetization/
- [Order induction](https://iehality.github.io/Arithmetization/Arithmetization/Basic/Ind.html#LO.FirstOrder.Arith.Model.order_induction_h)
```lean
theorem LO.FirstOrder.Arith.Model.order_induction_h
{M : Type} [Zero M] [One M] [Add M] [Mul M] [LT M] [M ⊧ₘ* 𝐏𝐀⁻]
{M : Type} [Zero M] [One M] [Add M] [Mul M] [LT M]
[M ⊧ₘ* 𝐏𝐀⁻]
{L : LO.FirstOrder.Language} [LO.FirstOrder.Language.ORing L]
[LO.FirstOrder.Structure L M] [LO.FirstOrder.Structure.ORing L M]
(Γ : LO.Polarity) (s : ℕ)
Expand All @@ -48,19 +49,11 @@ https://iehality.github.io/Arithmetization/
P x
```

```lean
noncomputable def LO.FirstOrder.completeness
{L : LO.FirstOrder.Language}
{T : LO.FirstOrder.Theory L}
{σ : LO.FirstOrder.Sentence L} :
T ⊨ σ → T ⊢ σ
```


- [Least number principle](https://iehality.github.io/Arithmetization/Arithmetization/Basic/Ind.html#LO.FirstOrder.Arith.Model.least_number_h)
```lean
theorem LO.FirstOrder.Arith.Model.least_number_h
{M : Type} [Zero M] [One M] [Add M] [Mul M] [LT M] [LO.FirstOrder.ModelsTheory M 𝐏𝐀⁻]
{M : Type} [Zero M] [One M] [Add M] [Mul M] [LT M]
[M ⊧ₘ* 𝐏𝐀⁻]
{L : LO.FirstOrder.Language} [LO.FirstOrder.Language.ORing L]
[LO.FirstOrder.Structure L M] [LO.FirstOrder.Structure.ORing L M]
[LO.FirstOrder.Structure.Monotone L M]
Expand All @@ -82,7 +75,8 @@ https://iehality.github.io/Arithmetization/
- [LO.FirstOrder.Arith.Model.Exp.defined](https://iehality.github.io/Arithmetization/Arithmetization/IDeltaZero/Exponential/Exp.html#LO.FirstOrder.Arith.Model.Exp.defined)
```lean
theorem LO.FirstOrder.Arith.Model.Exp.defined
{M : Type} [Zero M] [One M] [Add M] [Mul M] [LT M] [LO.FirstOrder.ModelsTheory M 𝐈𝚫₀] :
{M : Type} [Zero M] [One M] [Add M] [Mul M] [LT M]
[M ⊧ₘ* 𝐈𝚫₀] :
Δ₀-Relation LO.FirstOrder.Arith.Model.Exp via LO.FirstOrder.Arith.Model.Exp.def
```
Expand All @@ -92,6 +86,6 @@ https://iehality.github.io/Arithmetization/
```lean
theorem LO.FirstOrder.Arith.Model.nuon_defined
{M : Type} [Zero M] [One M] [Add M] [Mul M] [LT M]
[LO.FirstOrder.ModelsTheory M 𝐈𝚫₀] [LO.FirstOrder.ModelsTheory M 𝛀₁] :
[M ⊧ₘ* 𝐈𝚫₀ + 𝛀₁] :
Δ₀-Function₁ LO.FirstOrder.Arith.Model.nuon via LO.FirstOrder.Arith.Model.nuonDef
```

0 comments on commit ac58b60

Please sign in to comment.