> For the complete documentation index, see [llms.txt](https://mandober.gitbook.io/math-debrief/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mandober.gitbook.io/math-debrief/300-logic/terms/validity.md).

# Validity

<https://en.wikipedia.org/wiki/Validity_(logic>)

In logic, more precisely in deductive reasoning, an argument is **valid** iff it takes a form that makes it impossible for the premises to be true and the conclusion nevertheless to be false.

It is not required for a valid argument to have premises that are actually true, but to have premises that, if they were true, would guarantee the truth of the argument's conclusion.

Valid arguments must be clearly expressed by means of sentences called *well-formed formulas*. The validity of an argument, its being valid, can be tested, proved or disproved, and depends on its logical form.

Satisfiability and validity are related to each other in a manner exactly analogous to the *square of opposition*.

A formula is:

* **satisfiable** if it is possible to find an interpretation that makes the formula true.
* **unsatisfiable** if none of the interpretations make the formula true.
* **valid** if it is true under every interpretation.
* **invalid** if some such interpretation makes the formula false.

A formula is satisfiable if it is true under at least one interpretation, thus a **tautology** is a formula whose **negation is unsatisfiable**. An unsatisfiable formula, both through negation and affirmation, is known formally as **contradiction**. A formula that is neither a tautology nor a contradiction is said to be **logically contingent**.

Deductive arguments are evaluated in terms of their validity and soundness. An argument is *valid* if it is impossible for its premises to be true while its conclusion is false. In other words, the conclusion must be true if the premises are true. An argument can be valid even if one or more of its premises are false. An argument is *sound* if it is valid and the premises are true.

**An argument form (schema) is valid** if every argument of that logical form is valid.

Arguments in which the truth of the premises guarantees the truth of the conclusion are *valid arguments*.

Arguments in which the truth of the premises makes the truth of the conclusion likely, but not certain, are called *inductively strong arguments*.

These two properties, validity and inductive strength, have given rise to deductive and inductive logic, respectively.

Arguments that are valid and have true premises are called **sound arguments**. Not all valid arguments are sound since some of their premises could be false, but **any sound argument is necessarily valid**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mandober.gitbook.io/math-debrief/300-logic/terms/validity.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
