- Out-of-Stock
Products
Categories
- Main categories
-
- 3D PRINTING
- ARDUINO
- AUTOMATION
- BOOKS
- CYBERSECURITY
- EDUCATION
- ELECTRONICS
- Cables
- Cameras and accessories
- Communication
- Conductive materials
- Connectors
- ARK connectors (Terminal Block)
- Coaxial connectors (RF)
- Connectors
- Crocodile clip
- D-Sub drawer connectors
- DC power connectors
- FFC/FPC ZIF connectors
- Goldpin connectors
- IDC connectors
- JACK connectors
- JST connectors
- Jumpers
- Memory cards slots
- Other connectors
- Pogo pin
- RJ45 sockets
- Slip ring connector
- Supports
- Szybkozłącza
- USB connectors
- USB PD Adapters for Laptops
- Cooling
- Displays
- Electronic modules
- A/D and D/A converters
- Audio
- Barcode readers
- CAN converters
- Converters USB - UART / RS232
- Data logger
- DDS/PLL generators
- Digital potentiometers
- Encoders
- Expanders of the I/O
- Fingerprint readers
- HMI modules
- Image and video
- JTAG accessories
- Keyboards, buttons
- LED drivers
- Memory card readers
- Memory modules
- Modules with power outputs
- Motor controllers
- Power modules
- RS485 converters
- RTC modules
- Servo Controllers
- TSOP infrared receivers
- USB Converters - I2C / 1-Wire / SPI
- Voltage converters
- Gadgets
- GPS
- Intelligent clothes
- LED - diodes, displays, stripes
- Luminous wires and accessories
- Memory cards and other data storages
- Passive elements
- PC accessories
- Printers
- Prototype boards
- Relays
- Semiconductors
- A/C converters (ADC)
- Analog systems
- Audio systems
- Bridge rectifiers
- Button
- D/A Converters (DAC)
- DDS synthesizers
- Digital circuits
- Diodes
- Drivers of motors
- DSP microprocessors
- Energy counters
- Energy harvesting
- ESD security
- IGBT drivers and bridges
- Interface systems
- LED drivers
- Logic converters
- Memory
- Microcontrollers
- Optotriacs and optocouplers
- Other
- PLL generators
- Power systems
- Programmable systems
- Resetting systems
- RF systems
- RTC systems
- Sensors
- SoC systems
- Timery
- Touch sensors
- Transistors
- Sensors
- Accelerometers
- Air humidity sensors
- Air quality sensors
- Current sensors
- Distance sensors
- Flow sensors
- Gas sensors
- Gyroscopes
- Hall sensors
- Humidity sensors
- Infrared sensors
- Light and color sensors
- Liquid level sensors
- Magnetic sensors (compasses)
- Medical sensors
- Motion sensors
- PH sensors
- Position sensors
- Pressure sensors
- Pressure sensors
- Reflection sensors
- Sensors 6DOF/9DOF/10DOF
- Sensors of liquid quality
- Temperature sensors
- Vibration sensors
- Sound transducers
- Switches and buttons
- Cables
- FPGA DEVELOPMENT KITS
- Measuring devices
- MECHANICS
- MINICOMPUTERS (SBC)
- POWER
- RASPBERRY PI
- Accessories for Raspberry Pi
- Audio video cables for Raspberry Pi
- Case Raspberry Pi
- Cooling for Raspberry Pi
- Displays for Raspberry Pi
- Extension modules for Raspberry Pi
- Memory cards for Raspberry Pi
- Power for Raspberry Pi
- Raspberry Pi 3 model A+
- Raspberry Pi 3 model B
- Raspberry Pi 3 model B+
- Raspberry Pi 4 model B
- Raspberry Pi 400
- Raspberry Pi 5
- Raspberry Pi cameras
- Raspberry Pi Compute Module
- Raspberry Pi model A/ B+/2
- Raspberry Pi Pico
- Raspberry Pi prototyping
- Raspberry Pi Zero
- Raspberry Pi Zero 2 W
- RETIRED PRODUCTS
- SALE
- STARTER KITS, PROGRAMMERS, MODULES
- Atmel SAM
- Atmel Xplain
- AVR
- Coral
- DFRobot FireBeetle
- ESP32
- ESP8266
- Feather / Thing Plus
- Freedom (Kinetis)
- M5Stack
- Micro:bit
- Nordic nRF
- Other development kits
- Particle Photon
- Peripheral modules
- PIC
- Raspberry Pi RP2040
- RFID
- RISC-V
- Seeed Studio LinkIt
- Segger programmers
- SOFTWARE
- Sparkfun MicroMod
- STM32
- STM32 Discovery
- STM32 MP1
- STM32 Nucleo boards
- STM8
- Teensy
- Universal programmers
- WRTNode
- XIAO/Qt PY
- Atmel SAM
- WORKSHOP
- Adhesives and gluers
- Chemistry
- CNC milling machines
- Crimping tools
- Dispensing needles
- Heat-shrink tubing
- Insulation strippers
- Knives and scissors
- Laboratory power supplies
- Mikroskopy
- Mini drills and grindrers
- Organizers
- Power strips
- Power tools
- Safety glasses
- Soldering
- Antistatic mats and accessories (ESD)
- BGA balls
- BGA rework stations
- Brushes and ESD brushes
- Desoldering Wick
- Handles, magnifiers
- Heat guns
- Heaters and soldering irons
- Laminates
- Portable soldering irons
- Silicone Soldering Mats
- SMD Accessories
- Soldering accessories
- Soldering chemistry
- Soldering irons
- Soldering pastes
- Soldering pots
- Soldering stations
- Soldering tips
- Sponges and cleaners
- Stand for soldering irons
- Tin
- Tin extractors
- Ultrasonic cleaners
- Tapes (aluminum, kapton, copper, insulating)
- Tools
- Tweezers
- Vices
- 3D PRINTING
New products
New products
Mathematical logic in computer science
Free shipping
free shipping in Poland for all orders over 500 PLN
Same day shipping
If your payment will be credited to our account by 11:00
14 days for return
Each consumer can return the purchased goods within 14 days
This book is devoted to the issues of logic, which form the basis of education of every computer scientist and engineer using computer methods.
It discusses the propositional calculus, first order logic, logic programming, specification and verification of programs, and temporal logic. All presented implementations were made in Prolog.
It is an excellent textbook, with great didactic qualities, written with great knowledge of the subject, and in addition understandable. In each chapter there are many examples illustrating the concepts and methods discussed, as well as exercises with varying degrees of difficulty.
The book is intended for students of the first years of study in the field of IT. It will also be used by teaching staff conducting classes on applied logic.
Table of Contents
Preface
1. Introduction
1.1. The origins of mathematical logic
1.2. Sentence calculus
1.3. Predicate calculus
1.4. Proving theorems and programming in logic
1.5. Logic systems
1.6. Exercise
2. The propositional calculus: formulas, models, semantic tables
2.1. Logic operators
2.2. Formulas for propositional calculus
2.3. interpretations
2.4. Logical equivalence
2.5. Satisfaction, truth and logical consequences
2.6. Semantic table method
2.7. Correctness and fullness
2.8. Implementation in Prolog
2.9. exercises
3. Sentence calculus: command systems
3.1. Deriving formulas
3.2. Gentzen system
3.3. The Hilbert system
3.4. The correctness and completeness of the Hilbert system
3.5. A verifier of evidence in Prolog
3.6. Variations of command systems *
3.7. exercises
4. The propositional calculus: resolution and diagrams of binary decisions
4.1. Resolution
4.2. Diagrams of binary decisions (DBD)
4.3. Algorithms operating on binary decision diagrams
4.4. Complexity*
4.5. exercises
5. Predicate calculus: formulas, models, semantic tables
5.1. Relations and predicates
5.2. Predicate calculus formulas
5.3. interpretations
5.4. Logical equivalence
5.5. Semantic table method
5.6. Implementation in Prolog
5.7. Finite and infinite models *
5.8. Decidability
5.9. exercises
6. Predicate calculus: command systems
6.1. Gentzen system
6.2. The Hilbert system
6.3. Implementation in Prolog
6.4. Complete and decidable theories *
6.5. exercises
7. Predicate calculus: resolution
7.1. Functions and terms
7.2. Form clause formulas
7.3. Herbrand models
7.4. Herbrand's theorem *
7.5. Resolution for established clauses
7.6. substitutions
7.7. Reconciliation
7.8. Resolution
7.9. exercises
8. Programming in logic
8.1. Formulas as programs
8.2. SLD-resolution
8.3. Prologue
8.4. Concurrent programming in logic *
8.5. Programming in logic with constraints *
8.6. exercises
9. Programs: semantics and verification
9.1. Introduction
9.2. Semantics of programming languages
9.3. HL command system
9.4. Verification of programs
9.5. Synthesis of programs
9.6. The correctness and completeness of the HL system
9.7. exercises
10. Programs: formal specifications in Z notation
10.1. Example: traffic light
10.2. Notation Z
10.3. Example: semantic table
10.4. exercises
11. Temporal logic: formulas, models, semantic tables
11.1. Introduction
11.2. Syntax and semantics
11.3. Time models
11.4. Semantic table method
11.5. Implementation of the semantic table method in Prolog
11.6. exercises
12. Temporal logic: command and application systems
12.1. Command system L
12.2. Correctness and fullness of L *
12.3. Other temporal logics *
12.4. Specifications and verification of programs *
12.5. Model verification *
12.6. exercises
A. Set theory
A.1. Finite and infinite sets
A.2. Operations on sets
A.3. Ordered sets
A.4. Relations and functions
A.5. Harvesting power
A.6. Proof of harvest properties
B. Further reading
Bibliography
List of symbols
Index
Other products in the same category (16)
No product available!
No product available!
No product available!
Universal ICSP programmer for PIC microcontrollers
No product available!
Printed circuit board and programmed countdown timer system. AVT5622 A +
No product available!
No product available!
ROSA3D filament made of high-quality PLA granules. 0.8 kg of filament with a diameter of 1.75 mm is wound on the spool. ROSA3D PLA Starter Red Jasper Satin
No product available!
The set allows introducing distance, ambient lighting and gesture analysis into the subject using the VL6180X sensor. NUCLEO-L053R8 plate in set with VL6180X expansion board. P-NUCLEO-6180X2
No product available!
No product available!
Orange Pi Win and Win Plus computer case (transparent), made of plastic. It protects and protects your computer against dust and mechanical damage. Properly prepared openings allow you to use all the sockets that Orange Pi Win and Orange Pi Win Plus have been equipped with
No product available!
No product available!
MPL115A1 Barometric Pressure Sensor Breakout Board
No product available!
Camera module with USB interface with 5 MP resolution and OV5640 sensor. Equipped with automatic focus. Waveshare OV5640 5MP USB Camera (A)
No product available!
Akyga power cord, IEC C7 250V / 50Hz, 1.5 m long
No product available!
Powerful Polol 3pi robot work. Line Follower mobile platform with two motors, 5 reflection sensors, LCD display, buzzer and three user buttons as well as mbed extension board with NXP LPC1768 module. Pololu 2153
No product available!
No product available!