项目作者: akifev

项目描述 :
Mathematical Logic in ITMO, 2019
高级语言: Haskell
项目地址: git://github.com/akifev/math-logic.git
创建时间: 2019-08-29T18:24:37Z
项目社区:https://github.com/akifev/math-logic

开源协议:

下载


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

Note: Statements are available on Russian language