SYNTHESIS NOTE
Reasoning, Retrieval, and Evaluation

Can indirect reasoning methods solve problems direct chain-of-thought cannot?

Most language model reasoning follows direct forward steps from premises. But some logical problems may require contrapositive or proof-by-contradiction approaches. Can these indirect methods overcome limitations of direct reasoning alone?

Synthesis note · 2026-06-03 · sourced from Novel Architectures

Chain-of-Thought and self-consistency are direct reasoning (DR) frameworks — they march forward from premises to conclusion. But many real tasks (some factual reasoning, mathematical proofs) are hard to solve by direct derivation. This paper adds an indirect reasoning (IR) capability built from two classical logical moves. First, it uses the logical equivalence of the contrapositive to augment the data and rules, making the problem more tractable for the model. Second, it supplies prompt templates that trigger proof by contradiction — logically equivalent to the original direct process but reachable when forward derivation stalls. IR is simple, improves factual reasoning and math-proof tasks, and composes with existing DR methods to boost them further.

The keeper is that the logical form of the reasoning request is a lever independent of the model: giving the model the contrapositive or a contradiction frame changes what it can derive, without changing the model or adding training. Reasoning prompting has a logic-structure dimension, not just a step-count dimension.

This adds a logical-form axis to the vault's CoT-methods cluster. Where most CoT work varies how many steps or how they're selected, IR varies the logical strategy — and it rhymes with Can backward reasoning during training improve forward reasoning?: both exploit that reasoning backward or by contradiction accesses competence forward reasoning alone misses.

Inquiring lines that use this note as a source 1

This note is a source for these synthesized inquiries. Follow a line forward into its question, or open it to trace back to all of its sources.

Related concepts in this collection 2

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
14 direct connections · 127 in 2-hop network ·dense cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

indirect reasoning via contrapositive and proof by contradiction solves problems direct chain-of-thought cannot