Classical and Quantum Logic
Classical and Quantum Logic
▶ Here are the definitions of AND (∧), OR (∨) and NOT (¬) in
classical logic:
∧ 1 0 ∨ 1 0 ¬
1 1 0 1 1 1 1 0
0 0 0 0 1 0 0 1
▶ Given these definitions, we can prove theorems of classical
logic, which we can write as equations:
α ∨ ¬α = 1 (Excluded middle)
α ∧ ¬α = 0 (Noncontradiction)
α = ¬¬α (Double negation)
α ∧ (β ∨ γ) = (α ∧ β) ∨ (α ∧ γ) (Distribution)
Set algebra
▶ Now consider the set {a, b, c}. Its subsets are {a, b, c}, {a, b},
{a, c}, {b, c}, {a}, {b}, {c} and the empty set ∅.
▶ It’s straightforward to define operations on any of these
subsets:
▶ The intersection of α and β, α ∩ β, is the set of all things
in both α and β.
▶ Their union, α ∪ β, is the set of all things in either α or β.
▶ The complement of α, α∁ , is the set of all members of
{a, b, c} which are not in α.
Set algebra
{a, b, c}
∅
▶ In this picture, there is a path going upwards from a set α to
another set β if and only if α ⊆ β.
Set algebra
{a, b, c}
∅
▶ We can now define the set operations in terms of our order:
▶ α ∩ β is the greatest lower bound of α and β.
▶ α ∪ β is their least upper bound.
▶ α∁ is the subset of {a, b, c} such that α ∩ α∁ = ∅ (α and
α∁ are mutually exclusive) and α ∪ α∁ = {a, b, c} (they
are jointly exhaustive).
Boolean algebra
▶ Now look at this picture:
1
0
▶ Let’s compare it to our truth tables for classical logic:
∧ 1 0 ∨ 1 0 ¬
1 1 0 1 1 1 1 0
0 0 0 0 1 0 0 1
▶ If we read
▶ α ∧ β as the greatest lower bound of α and β,
▶ α ∨ β as their least upper bound,
▶ and ¬α as the member of {1, 0} such that α ∧ ¬α = 0
and α ∨ ¬α = 1,
▶ we can read off the truth tables from the picture.
Boolean algebra
Boolean algebra
Arnold - Logic and Boolean Algebra (1962) – this is a friendly but
rigorous introduction to BAs.
Givant and Halmos - Introduction to Boolean Algebras (2010) –
more in-depth but still accessible.
Hilbert spaces
Berberian - Introduction to Hilbert Space (1961) – I used this
book as a reference, it’s accessible and only requires linear
algebra.
Axler - Linear Algebra Done Right (2015) – this was my reference
for linear algebra material, but everything I discussed will be in
any standard text.
References
Quantum logic
Megill, Quantum Logic Explorer,
https://us.metamath.org/qleuni/mmql.html – the best
intro to quantum logic. This page introduces quantum logic
and hosts a huge collection of proofs about orthomodular
lattices, none of which require any knowledge of advanced
math!
Dalla Chiara and Giuntini - ‘Quantum Logics’ (2002) – an article
giving a general overview of the history of quantum logic and
some of its main results.
Birkhoff and von Neumann - ‘The Logic of Quantum Mechanics’
(1936) – the original paper that established the field.
References