> ## Documentation Index
> Fetch the complete documentation index at: https://meta.niceshare.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Circular Reasoning

> Circular Reasoning is a logical fallacy where the conclusion is assumed in one of the premises. Learn to identify this self-referential argument trap and how to avoid it.

<Info>
  **Category**: Fallacies<br />
  **Type**: Logical Fallacy<br />
  **Origin**: From Latin "circulus in probando" (circle in proving)<br />
  **Also known as**: Begging the Question, Petitio Principii, Circular Argument
</Info>

<Note>
  **Quick Answer** — Circular Reasoning occurs when the conclusion of an argument is assumed in one of its premises. In other words, the evidence used to support a claim is essentially just a restatement of the claim itself. This creates a self-referential loop that provides no real proof—it merely restates what should be proven in different words.
</Note>

## What is Circular Reasoning?

Circular Reasoning is a logical fallacy in which the argument's conclusion is used as one of its premises. This creates a self-contained loop where the claim is never actually proven—it simply rephrases itself to appear as evidence. The fallacy gets its name because the reasoning goes in a circle: A proves B, B proves C, and C proves A.

> "Circular reasoning is like trying to lift yourself up by your own bootstraps—the mechanism that should create support is actually just restating the problem."

The critical flaw in circular reasoning is that it provides zero explanatory power. When you trace the chain of reasoning, you find that nothing new is added at any step. The conclusion is never independently supported; it's just dressed up in different language to seem like supporting evidence.

### Circular Reasoning in 3 Depths

* **Beginner**: "The news is trustworthy because they're a reliable news source." This is circular—the claim that the source is reliable is used to prove that their news is reliable, without any external verification.

* **Practitioner**: Recognize that circular reasoning often hides in definitional claims. "Success is achieving your goals because when you achieve your goals, that's what success means." This defines success in terms of itself rather than explaining what success actually is.

* **Advanced**: Distinguish between benign circles (explanatory definitions that help understanding) and vicious circles (arguments that pretend to prove something but actually assume it). Also recognize that entire systems of belief can be circular, with each concept supporting the others without external validation.

## Origin

The term "begging the question" (petitio principii in Latin) was coined by Aristotle in his "Topics," where he described this as one of the fallacies that arise in rhetorical arguments. The English translation "begging the question" became common in the 16th century.

The concept has been central to discussions of logical reasoning for over two millennia. Medieval logicians formalized the analysis of circular arguments, and modern logic continues to treat circular reasoning as a fundamental error in argumentation. In contemporary discourse, the fallacy is particularly prevalent in political rhetoric, religious arguments, and pseudoscientific claims where circular definitions often masquerade as evidence.

## Key Points

<Steps>
  <Step title="Conclusion Assumed in Premises">
    The fundamental problem is that somewhere in the chain of reasoning, the conclusion is taken as given. No external evidence is provided to bridge the gap between premises and conclusion.
  </Step>

  <Step title="Provides No New Information">
    Circular reasoning is useless because it adds nothing to the conversation. Each step merely restates what came before in different words, creating an illusion of progression.
  </Step>

  <Step title="Often Disguised as Evidence">
    The circle is frequently hidden by using synonyms or rephrasing. The conclusion might appear in slightly different language, making it seem like new information when it's actually the same claim.
  </Step>

  <Step title="Different from Valid Reasoning">
    In valid reasoning, premises provide independent support for conclusions. In circular reasoning, the premises and conclusion are the same claim expressed differently.
  </Step>
</Steps>

## Applications

<CardGroup cols={2}>
  <Card title="Political Rhetoric">
    Politicians often use circular reasoning: "Our policy is correct because it's the right policy." No external criteria are offered for what makes a policy "right."
  </Card>

  <Card title="Religious Arguments">
    Religious debates sometimes use circular reasoning: "The holy text is true because it's the word of God, and we know it's God's word because the text says so."
  </Card>

  <Card title="Everyday Conversations">
    Common phrases like "He's a good person because he does good things" use circular reasoning—goodness and good actions are treated as evidence for each other.
  </Card>

  <Card title="Product Marketing">
    Companies sometimes engage in circular claims: "Our product is the best because it's superior, and it's superior because it's the best."
  </Card>
</CardGroup>

## Case Study

The 2008 financial crisis revealed how circular reasoning can pervade entire industries. Credit rating agencies assigned AAA ratings to complex mortgage-backed securities based partly on the assumption that the underlying mortgages were sound. But the assessment of "soundness" relied heavily on the assumption that the rating agencies' methodologies were reliable—a conclusion they had arrived at using their own assessments.

This circular logic meant that no independent verification actually occurred. When housing prices stopped rising and began to fall, the entire chain collapsed because nothing had ever been truly verified. The lesson: circular reasoning creates false confidence by mistaking restatement for proof.

## Boundaries and Failure Modes

Circular reasoning can be tricky to identify because some circular statements are actually useful. First, definitional circles can be helpful. "A square is a rectangle with equal sides" is circular (defining geometry in terms of geometry) but useful for understanding.

Second, some recursion is necessary. Mathematical systems and computer programs necessarily use circular definitions—but these are explicit and functional, not pretending to provide external proof.

Third, the key distinction is between explanatory circles (which help us understand) and argumentative circles (which pretend to prove but don't). The fallacy occurs when someone claims to have provided evidence when they've actually just restated their claim.

## Common Misconceptions

<AccordionGroup>
  <Accordion title="Any repeating of information is circular reasoning">
    Not true. Evidence can support a conclusion without being the conclusion itself. Circular reasoning specifically requires that the conclusion appear as a premise.
  </Accordion>

  <Accordion title="Circular reasoning is always obvious">
    Often the circle is hidden by using different words or concepts. The longer the chain, the easier it is to hide the circularity.
  </Accordion>

  <Accordion title="If you point out circular reasoning, the argument is defeated">
    Identifying the fallacy is just the first step. The person making the argument often needs guidance toward what independent evidence would actually support their claim.
  </Accordion>
</AccordionGroup>

## Related Concepts

<CardGroup cols={3}>
  <Card title="Tautology">
    A statement that is true by definition—similar to circular reasoning but usually refers to self-evident truths rather than arguments.
  </Card>

  <Card title="Loaded Question">
    A question that contains an assumption, making it impossible to answer without appearing to agree with the hidden premise.
  </Card>

  <Card title="Equivocation">
    Using a word with multiple meanings in different parts of an argument, creating the illusion of logical connection.
  </Card>

  <Card title="Self-Fulfilling Prophecy">
    A prediction that causes itself to come true—not through logic but through behavior change.
  </Card>

  <Card title="Iden Quid">
    A fallacy where the reason given is nothing more than a restatement of the conclusion.
  </Card>
</CardGroup>

## One-Line Takeaway

<Tip>
  If you can remove a premise and your conclusion still stands, that premise was doing nothing but restating the conclusion—demand evidence that is genuinely independent of what you're trying to prove.
</Tip>
