Are True or False themselves propositions?

194 Views Asked by At

I’ve been arguing with my dad about whether or not True and False are actually propositions themselves, and I’d be curious to hear your thoughts.

The definition of a proposition I’m seeing in most places is a declarative sentence which can have a value of either True or False, but never both.

This is probably getting into the nuances of language, but it seems to me that saying “True!” is pretty declarative (it certainly isn’t asking a question), and it can only result in a value of True, therefore not violating the second portion of the definition.

My dad, on the other hand, thinks it is not a proposition, because it’s lacking other features he associates with them, such as two separate ideas being linked (i.e. the sky is blue — the first idea is “the sky”, the second idea is “blue”, and the declaration/link is the word “is”).

Any insights would be appreciated!

4

There are 4 best solutions below

6
On BEST ANSWER

According to this definition by wikipedia

The propositions in this language are propositional constants, which are considered atomic propositions, and composite propositions, which are composed by recursively applying operators to propositions.

it seems they are. "Propositional constants" means True and False.

If we define a proposition over a set of variables as being a function from the values of those variables to the set {True,False}, then while propositions and True/False are distinct, we can consider True as a function to be a constant function that is always True.

Also note (still from wikipedia)

This definition treats propositions as syntactic objects, as opposed to semantic or mental objects. That is, propositions in this sense are meaningless, formal, abstract objects.

So just because something is a "proposition" in propositional calculus, does not mean that it is meaningful statement in English. When you say "My dad, on the other hand, thinks it is not a proposition, because it’s lacking other features he associates with them", that implies you are discussing the "ordinary meaning" of the word, but you're posting this question on Math SE and you have tagged it "propositional calculus", so what your Dad "associates" with it is not relevant; only the formal definition is within propositional calculus is.

1
On

An answer plus a doubt.

I agree with the other answer that (at first sight) True is a value rather than a proposition. But I also have doubts about whether I should be dogmatic about agreeing.

My doubt is this: suppose we define $S$ as "the proposition that is always true". Is there some logical system in which True can be identified with $S$?

This might be analogous to the counterintuitive way in which integers can be defined as sets, which initially looks like confusing a property of a set—its cardinality—with the set itself.

Edit: see Acccumulation's answer: it seems that propositional calculus uses precisely that approach.

0
On

Some logical systems contain a symbol (often $\top$) for "true" as a proposition. Others don't, but they soon provide ways to simulate it, for example as $p\lor\neg p$ or as $0=0$. I personally prefer the former, because it's sometimes convenient to be able to use "true" as a proposition without involving any other propositions (like the $p$ in $p\lor\neg p$) or any content beyond pure logic (like the $0$ in $0=0$). (Example: The interpolation theorem for propositional logic looks nicer if $\top$ is available.)

Exactly analogous comments apply to "false", often written $\bot$ or simulated with $p\land\neg p$ or with $0=1$.

If one is willing to work in second-order propositional logic (i.e., allowing quantification over propositions), then the standard simulation for "true" is $\forall p\,(p\to p)$, and the standard simulation for "false" is $\forall p\, p$. (I rather like the idea of "everything is true" being the standard falsehood. It also makes "ex falso quodlibet" obvious.)

0
On

No. True and False are truth-values that propositions can have, but they are not propositions themselves.

Sometimes a $\top$ is used as a proposition that always has the truth-value of True, but that does not mean that True is a proposition: $\top$ is a proposition; True is a truth-value

Same goes for $\bot$ which is sometimes used for a proposition that always evaluates False. That makes $\bot$ a proposition, but False is still just that: a truth-value.