Mathematical Logic
Project description
Dialectic
Mathematical logic implementation using python.
Installation
pip install dialectic
Usage
# Import Atomic class
from dialectic import Atomic
# Build Atomic objects
a = Atomic('a')
b = Atomic('b')
# Invert
invert = ~a
# Conjunction
conjunction = (a & b)
# Disjunction
disjunction = (a | b)
# Implication
implication = (a > b)
# Equality (iff)
equality = (a == b)
# Validation with given sentence set
disjunction.validate({a})
# Parsing a sentence list
from dialectic import parse_sentences
parsed_set = parse_sentences([implication, a])
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dialectic-0.3.2a1.tar.gz
(2.5 kB
view details)
Built Distribution
File details
Details for the file dialectic-0.3.2a1.tar.gz
.
File metadata
- Download URL: dialectic-0.3.2a1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3778047258effa21c0f2e081deb0ca9c88aa3a95017acb2eb0c3f47840c1545f |
|
MD5 | fbe4a14e1c9f80d9a9a7bc2524de4f41 |
|
BLAKE2b-256 | 15e35ceecd0d7e99b839bbb02e29456b3572723736a14f69705b6cf861fcb839 |
File details
Details for the file dialectic-0.3.2a1-py3-none-any.whl
.
File metadata
- Download URL: dialectic-0.3.2a1-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 791b135805551e39806c16eb10a299910eecd5334c6cb7f455750b490f896d4f |
|
MD5 | 2f3cb0b6db5e11f47ce16e89aaba361b |
|
BLAKE2b-256 | 444740071699037c8655473ef94d4abbb2b2e40cd0d3ebe29c41ab981fd05964 |