Skip to main content
Glama

verify-commutativity

Generate first-order logic statements to verify categorical diagram commutativity by comparing two paths between objects. Use when you need to prove path equality in category theory.

Instructions

Verify that a categorical diagram commutes by generating FOL premises and conclusion.

When to use: You have a categorical diagram and want to verify path equality. When NOT to use: For non-categorical reasoning (use prove directly).

Example: path_a: ["f", "g"], path_b: ["h"] object_start: "A", object_end: "C" → Generates premises/conclusion for proving compose(f,g) = h

Output: Returns premises and conclusion to pass to the prove tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
path_aYesList of morphism names in first path
path_bYesList of morphism names in second path
object_startYesStarting object
object_endYesEnding object
with_category_axiomsNoInclude basic category theory axioms (default: true)
verbosityNoResponse verbosity: 'minimal' (token-efficient), 'standard' (default), 'detailed' (debug info)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/automenta/mcplogic'

If you have feedback or need assistance with the MCP directory API, please join our Discord server