Toolverse
All skills

propositional-logic

by parcadei

Problem-solving strategies for propositional logic in mathematical logic

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
parcadei
Category
Data Science
Views
3

About this skill

Problem-solving strategies for propositional logic in mathematical logic

How to use

  1. Zainstaluj umiejętność w swoim środowisku Claude, dodając katalog propositional-logic do folderu .claude/skills/math/mathematical-logic/.

  2. Zidentyfikuj strukturę swojej formuły logicznej — określ, czy szukasz tautologii, sprzeczności czy formuły warunkowej. Ustal główny spójnik (AND, OR, IMPLIES, NOT, IFF).

  3. Dla małych formuł (do 4 zmiennych) użyj metody tabeli prawdy, uruchamiając: uv run python -m runtime.harness scripts/sympy_compute.py truthtable "p & (p => q) => q". Wynik pokazujący same wartości T potwierdza tautologię.

  4. Jeśli chcesz sprawdzić spełnialność lub udowodnić tautologię, zastosuj solver Z3 poleceniem: uv run python -m runtime.harness scripts/z3_solve.py prove "Implies(And(p, Implies(p,q)), q)". Narzędzie automatycznie weryfikuje, czy formuła jest zawsze prawdziwa.

  5. Dla bardziej złożonych argumentów zastosuj naturalną dedukcję — przyjmij poprzednik warunkowego i wyprowadź następnik, korzystając z reguł takich jak Modus Ponens czy Modus Tollens.

  6. W razie potrzeby skonstruuj tablicę semantyczną, rozkładając formułę na drzewo. Jeśli wszystkie gałęzie są zamknięte (prowadzą do sprzeczności), argument jest logicznie ważny.

Related skills

quant-analyst

by zenobi-us

Expert quantitative analyst specializing in financial modeling, algorithmic trading, and risk analytics. Masters statistical methods, derivatives pricing, and high-frequency trading with focus on mathematical rigor, performance optimization, and profitable strategy development.

Data Science
67217

threejs

by mrgoonie

Build 3D web apps with Three.js (WebGL/WebGPU). Use for 3D scenes, animations, custom shaders, PBR materials, VR/XR experiences, games, data visualizations, product configurators.

Data Science
1743

nano-banana-pro

by garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., \

Data Science
535772

skill-installer

by openai

Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).

Data Science
23118

openrouter

by rawveg

OpenRouter API - Unified access to 400+ AI models through one API

Data Science
17138

claude-automation-recommender

by anthropics

Analyze a codebase and recommend Claude Code automations (hooks, subagents, skills, plugins, MCP servers). Use when user asks for automation recommendations, wants to optimize their Claude Code setup, mentions improving Claude Code workflows, asks how to first set up Claude Code

Data Science
1787