Skip to content

akifev/math-logic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

math-logic

Description

There are my solutions of problems from course of mathematical logic in ITMO, 2019

Table Of Contents

Dependencies

Build Dependencies

Note: This tools contains in Haskell Platform.

Installation

Build And Run From Source Code

  1. Make sure you have installed all Dependencies.

  2. Clone this repository.

    $ git clone https://github.com/akifev/math-logic.git

  3. Select problem.

    $ cd math-logic/A/ # for example problem A

  4. Run application.

    $ make run

Optional

  • Delete generated files.

    $ make clean

  • Pack project.

    $ make pack

Uninstallation

Delete math-logic

  1. Run.

    $ rm -Rf <path>

Note: <path> - path to math-logic/ directory

Problems

Solutions

  1. A. Разбор утверждения
  2. B. Минимизация доказательства
  3. C. Теорема Гливенко
  4. D. Полнота исчисления высказываний
  5. E. Проверка доказательства в формальной арифметике

Supporting projects

Problem statements

Note: Statements are available on Russian language

About

Mathematical Logic in ITMO, 2019

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages