Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iehality committed Sep 5, 2023
1 parent 72d20e5 commit 2115d38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Logic/Predicate/FirstOrder/Arith/Model.lean
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ lemma modelsPeano : ℕ ⊧* Axiom.Peano oRing :=

end standardModel

theorem Peano.IsConsistent : Logic.Proof.Consistent (Axiom.Peano oRing) :=
theorem Peano.IsConsistent : Logic.System.Consistent (Axiom.Peano oRing) :=
Logic.Sound.consistent_of_model standardModel.modelsPeano

variable (L : Language.{u}) [L.ORing]
Expand Down
3 changes: 3 additions & 0 deletions Main.lean
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
import «Logic»

unsafe def main : IO Unit :=
IO.println s!"0 = 1"

0 comments on commit 2115d38

Please sign in to comment.