Principle of distributivity: Difference between revisions

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
imported>Citation bot
Alter: title, template type. Added chapter. Removed parameters. | Use this bot. Report bugs. | Suggested by Ringo62 | Category:Propositional calculus | #UCB_Category 24/33
 
imported>Taycee411
Cleanup run-on sentences and add truth table proofs for the 2 equivalencies.
 
Line 1: Line 1:
The '''principle of distributivity''' states that the algebraic [[distributive law]] is [[Validity (logic)|valid]], where both [[logical conjunction]] and [[logical disjunction]] are distributive over each other so that for any [[proposition]]s ''A'', ''B'' and ''C'' the [[Logical equivalence|equivalence]]s
The '''principle of distributivity''' states that the algebraic [[distributive law]] is [[Validity (logic)|valid]], where both [[logical conjunction]] and [[logical disjunction]] are distributive over each other.  
:<math>A \land (B \lor C) \iff (A \land B) \lor (A \land C)</math>
and
:<math>A \lor (B \land C) \iff (A \lor B) \land (A \lor C)</math>
hold.


The principle of distributivity is valid in [[classical logic]], but both valid and invalid in [[quantum logic]].
== In Propositional Logic ==
For any [[proposition]]s ''A'', ''B'' and ''C'', the following [[Logical equivalence|equivalences]] hold:
 
<math>
A \land (B \lor C) \iff (A \land B) \lor (A \land C)
</math>
 
<math>
A \lor (B \land C) \iff (A \lor B) \land (A \lor C)
</math>
 
=== Proof using truth tables ===
The distributive laws can be verified using truth tables.
 
==== Conjunction distributes over disjunction ====
For the equivalence <math>A \land (B \lor C) \iff (A \land B) \lor (A \land C)</math>, the truth table is:
 
{| class="wikitable"
! A !! B !! C !! B ∨ C !! A ∧ (B ∨ C) !! A ∧ B !! A ∧ C !! (A ∧ B) ∨ (A ∧ C)
|-
| T || T || T || T || T || T || T || T
|-
| T || T || F || T || T || T || F || T
|-
| T || F || T || T || T || F || T || T
|-
| T || F || F || F || F || F || F || F
|-
| F || T || T || T || F || F || F || F
|-
| F || T || F || T || F || F || F || F
|-
| F || F || T || T || F || F || F || F
|-
| F || F || F || F || F || F || F || F
|}
 
As seen from the table, the columns for <math>A \land (B \lor C)</math> and <math>(A \land B) \lor (A \land C)</math> are identical. Therefore, the equivalence is valid.
 
==== Disjunction distributes over conjunction ====
For the equivalence <math>A \lor (B \land C) \iff (A \lor B) \land (A \lor C)</math>, the truth table is:
 
{| class="wikitable"
! A !! B !! C !! B ∧ C !! A ∨ (B ∧ C) !! A ∨ B !! A ∨ C !! (A ∨ B) ∧ (A ∨ C)
|-
| T || T || T || T || T || T || T || T
|-
| T || T || F || F || T || T || T || T
|-
| T || F || T || F || T || T || T || T
|-
| T || F || F || F || T || T || T || T
|-
| F || T || T || T || T || T || T || T
|-
| F || T || F || F || F || T || F || F
|-
| F || F || T || F || F || F || T || F
|-
| F || F || F || F || F || F || F || F
|}
 
As seen from the table, the columns for <math>A \lor (B \land C)</math> and <math>(A \lor B) \land (A \lor C)</math> are identical. Therefore, the equivalence is valid.
 
=== Notes on Logic Systems ===
The principle of distributivity is valid in [[classical logic]], but in [[quantum logic]] it may be both valid and invalid. The article "[[Is Logic Empirical?]]" discusses the case that quantum logic is the correct, empirical logic, on the grounds that the principle of distributivity is [[consistency|inconsistent]] with a reasonable [[Interpretation of quantum mechanics|interpretation of quantum phenomena]].<ref name="Is Logic Empirical?">{{cite book | last = Putnam | first = H. | chapter = Is Logic Empirical? | authorlink = Hilary Putnam | year = 1969 | title = Boston Studies in the Philosophy of Science | volume = 5| pages = 216–241 | doi = 10.1007/978-94-010-3381-7_5 | isbn = 978-94-010-3383-1 }}</ref>


The article "[[Is Logic Empirical?]]" discusses the case that quantum logic is the correct, empirical logic, on the grounds that the principle of distributivity is [[consistency|inconsistent]] with a reasonable [[Interpretation of quantum mechanics|interpretation of quantum phenomena]].<ref name="Is Logic Empirical?">{{cite book | last = Putnam | first = H. | chapter = Is Logic Empirical? | authorlink = Hilary Putnam | year = 1969 | title = Boston Studies in the Philosophy of Science | volume = 5| pages = 216–241 | doi = 10.1007/978-94-010-3381-7_5 | isbn = 978-94-010-3383-1 }}</ref>


== References ==
== References ==

Latest revision as of 23:29, 7 December 2025

The principle of distributivity states that the algebraic distributive law is valid, where both logical conjunction and logical disjunction are distributive over each other.

In Propositional Logic

For any propositions A, B and C, the following equivalences hold:

A(BC)(AB)(AC)

A(BC)(AB)(AC)

Proof using truth tables

The distributive laws can be verified using truth tables.

Conjunction distributes over disjunction

For the equivalence A(BC)(AB)(AC), the truth table is:

A B C B ∨ C A ∧ (B ∨ C) A ∧ B A ∧ C (A ∧ B) ∨ (A ∧ C)
T T T T T T T T
T T F T T T F T
T F T T T F T T
T F F F F F F F
F T T T F F F F
F T F T F F F F
F F T T F F F F
F F F F F F F F

As seen from the table, the columns for A(BC) and (AB)(AC) are identical. Therefore, the equivalence is valid.

Disjunction distributes over conjunction

For the equivalence A(BC)(AB)(AC), the truth table is:

A B C B ∧ C A ∨ (B ∧ C) A ∨ B A ∨ C (A ∨ B) ∧ (A ∨ C)
T T T T T T T T
T T F F T T T T
T F T F T T T T
T F F F T T T T
F T T T T T T T
F T F F F T F F
F F T F F F T F
F F F F F F F F

As seen from the table, the columns for A(BC) and (AB)(AC) are identical. Therefore, the equivalence is valid.

Notes on Logic Systems

The principle of distributivity is valid in classical logic, but in quantum logic it may be both valid and invalid. The article "Is Logic Empirical?" discusses the case that quantum logic is the correct, empirical logic, on the grounds that the principle of distributivity is inconsistent with a reasonable interpretation of quantum phenomena.[1]


References

<templatestyles src="Reflist/styles.css" />

  1. Script error: No such module "citation/CS1".

Script error: No such module "Check for unknown parameters".

Template:Asbox