2022-04-23 13:26:53 +01:00
|
|
|
---
|
2022-12-23 15:00:06 +00:00
|
|
|
tags: [propositional-logic]
|
2022-04-23 13:26:53 +01:00
|
|
|
---
|
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
We know that when we construct a
|
2024-02-17 11:57:44 +00:00
|
|
|
[derivation](Formal_proofs_in_propositional_logic.md#derivation-rules)
|
2024-02-02 15:58:13 +00:00
|
|
|
we start from a set of assumptions and then attempt to reach a proposition that
|
|
|
|
is a consequence of the starting assumptions. However it does not always have to
|
|
|
|
be the case that the starting set contains members. The set can in fact be
|
|
|
|
empty.
|
2022-04-23 13:26:53 +01:00
|
|
|
|
2022-09-06 13:26:44 +01:00
|
|
|
_Demonstration_
|
2022-12-23 15:00:06 +00:00
|
|
|
|
2024-02-16 16:14:01 +00:00
|
|
|

|
2022-04-23 13:26:53 +01:00
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
We see in this example that there is no starting set and thus no primary
|
|
|
|
assumptions. Instead we start with nothing other than the proposition we wish to
|
|
|
|
derive. The proposition is effectively derived from itself. In these scenarios
|
|
|
|
we say that we are constructing a derivation from an **empty set**.
|
2022-04-23 13:26:53 +01:00
|
|
|
|
|
|
|
Propositions which possess this property are called theorems:
|
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
> A proposition $P$ or a system of propositions in propositional logic is a
|
|
|
|
> theorem in a system of derivation for that logic if $P$ is derivable from the
|
|
|
|
> empty set.
|
2022-04-23 13:26:53 +01:00
|
|
|
|
|
|
|
We represent a theorem as:
|
2022-09-06 13:26:44 +01:00
|
|
|
|
2022-04-23 13:26:53 +01:00
|
|
|
$$
|
2022-12-23 15:00:06 +00:00
|
|
|
\vdash P
|
2022-04-23 13:26:53 +01:00
|
|
|
$$
|
|
|
|
|
|
|
|
(There is no preceding $\Gamma$ as the set is empty. )
|