2

Does the idiom

Nothing implies everything.

make sense?

If here the term nothing means empty set $\emptyset$ of premises, and imply means "semantically implication, $\vDash$"(or syntactically implication, $\vdash$; doesn't matter), then it is not true; since, for example, $\emptyset\not\vDash P$. Emptyset only implies tautologies, e.g. $\emptyset\vDash P\vee\neg P$. So, why the idiom "nothing implies everything" occurs or arises from? It does not make sense right?

Eric
  • 4,517
  • 1
  • 18
  • 36

2 Answers2

5

I have never heard of 'nothing implies everything' ... are you sure it's idiom?

And I'm with you, it doesn't make sense; either it says that everything can be implied from the empty set, which you are are correct to say is clearly false, or it says that there isn't anything from which everything can be inferred, but that is false too, because there is something from which everything can be inferred, which is a contradiction.

Indeed, 'a contradiction implies everything' is true and does make sense. Maybe that is what someone tried to tell you but they didn't say it right?

Bram28
  • 100,612
  • 6
  • 70
  • 118
3

One possible interpretation of the implication $P\vDash Q$ is that $S_P\subseteq S_Q$ where $S_P$ and $S_Q$ are the set of "objects" with property $P$ and property $Q$ respectively. So the idiom "nothing implies everything" is like saying that the empty set $\emptyset$ is a subset of any set.

Robert Z
  • 145,942