Add Ramanujan-depth intuitionistic logic exploration - #6
Open
manutej wants to merge 3 commits into
Open
Conversation
A comprehensive treatise on intuitionistic logic featuring: - Deep mathematical foundations (BHK interpretation, Curry-Howard-Lambek) - Heyting algebras, Kripke semantics, and topos theory - Practical framing through Musk (constructive witnesses), Trump (classical binary logic), and Thiel (contrarian epistemology) - TypeScript, Haskell, and Agda code implementations - Connection between constructive proof and building companies Demonstrates how intuitionistic logic's rejection of LEM and double negation elimination maps to first-principles reasoning and the builder's ethos of constructing witnesses rather than mere assertions.
Skills: - intuitionistic-logic.md: BHK interpretation, rejected axioms, practical type-system applications - constructive-proof.md: Curry-Howard correspondence, proof strategies, anti-patterns Agents: - witness-constructor.md: Builds concrete witnesses for existence claims with Musk/Thiel/Ramanujan modes - logic-analyzer.md: Evaluates classical vs intuitionistic validity, flags non-constructive steps Commands: - /witness: Construct existence witnesses - /analyze-logic: Full argument analysis - /first-principles: Musk-style deconstruction - /contrarian: Thiel-style secret discovery CLAUDE.md documents the full framework structure and integration points with category theory and meta-prompting systems.
A complete Claude Code plugin following official plugin architecture, ready to be extracted as standalone repo. Plugin: plugins/intuitionistic-logic-framework/ Contents: - .claude-plugin/plugin.json - Plugin manifest v0.1.0 - skills/ - 6 namespaced slash commands (/ilf:*): - witness: Construct existence witnesses - first-principles: Musk-style deconstruction - contrarian: Thiel-style secret discovery - analyze-logic: Classical vs intuitionistic analysis - prove: Constructive proof generation - check-type: Type-level verification - agents/ - 3 specialist agents: - witness-constructor - logic-analyzer - proof-verifier - README.md, CHANGELOG.md, LICENSE To extract as standalone repo: cp -r plugins/intuitionistic-logic-framework /path/to/destination cd /path/to/destination && git init git remote add origin <your-new-repo-url> git add . && git commit -m "Initial plugin release" git push -u origin main To test locally: claude --plugin-dir plugins/intuitionistic-logic-framework
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A comprehensive treatise on intuitionistic logic featuring:
(classical binary logic), and Thiel (contrarian epistemology)
Demonstrates how intuitionistic logic's rejection of LEM and double
negation elimination maps to first-principles reasoning and the
builder's ethos of constructing witnesses rather than mere assertions.