Groups | Search | Server Info | Login | Register


Groups > sci.logic > #254691

Re: Why predictions about the future have no truth value

Newsgroups sci.logic
Date 2023-06-19 23:22 -0700
References (30 earlier) <ee80b9fc-20b9-405a-8fad-64ca9a89d314n@googlegroups.com> <6250b6a6-9f40-434a-a3ff-bc279e5e3c61n@googlegroups.com> <f37c53ee-cf65-4634-b445-e5ea3d9d9253n@googlegroups.com> <e519ac18-f43f-4b7e-96d7-dc2d19e2af6bn@googlegroups.com> <d3e43248-b2a1-48ba-adc7-3577b4bddec6n@googlegroups.com>
Message-ID <8edaac6a-2a71-4765-88fa-52bbd30ec084n@googlegroups.com> (permalink)
Subject Re: Why predictions about the future have no truth value
From Mild Shock <bursejan@gmail.com>

Show all headers | View raw


The example is from here, see lecture about propositional logic:

Knowledge Representation and Reasoning - Fall 2019 
https://www2.cs.sfu.ca/CourseCentral/411/jim/

We can determine the truth value (for any now, like just now,
in the past now, or in the future now):

(R(now) => U(little_later))&(U(little_later) => ~W(later))&(~R(now)=>~W(later)) => ~W(later)

or for short of this propositional sentence:

(R => U)&(U => ~W)&(~R=>~W) => ~W

DC Proof tells me its a tautology. This doesn't say that R is
always true. It only says that the implication is always true,
i.e. the entailment as Mark Thakkar calls it.

But R can be true or false. Although the sentence is
always true as a whole supposedly that R(now), U(little_later)
and W(later) are bivalent, by the very definition of a tautology,

it is a sentence that is true, for all possible truth assignments
to the involved propositional variables. The term "tautology"
basically indicates that the truth functional of the formula

amounts to a constant function that always yields true.

--------------------------- begin proof --------------------------------

1 R => U
Axiom

2 U => ~W
Axiom

3 ~R => ~W
Axiom

4 R
Premise

5 U
Detach, 1, 4

6 ~W
Detach, 2, 5

7 R => ~W
Conclusion, 4

8 R | ~R
Or Not

9 [R => ~W] & [~R => ~W]
Join, 7, 3

10 ~W
Cases, 8, 9

---------------------------- end Proof --------------------------------

Dan Christensen schrieb am Dienstag, 20. Juni 2023 um 04:42:56 UTC+2:
> On Monday, June 19, 2023 at 6:08:07 PM UTC-4, Mild Shock wrote: 
> > So we are in the mists of the Sorites paradox 
> > 
> > The sorites paradox (/soʊˈraɪtiːz/;[1] sometimes known as the 
> > paradox of the heap) is a paradox that results from vague predicates. 
> > https://en.wikipedia.org/wiki/Sorites_paradox 
> > 
> > When is John wet? How long does it take? Can 
> > propositional logic deal with sentences like "John get's wet". 
> > Not only when is John wet, but also how long does it 
> > 
> > take until "John get's wet" is true. What if he only gets 
> > a little wet, and then the rain stops, and he drys up? 
> > Maybe its easier to build a turing machine for a SAT 
> >
> Consider the conditional sentence: "If it is raining (R), then it is cloudy(C)." Here is the truth table: 
> 
> R C R=>C 
> T T T 
> T F F 
> F T T 
> F F T 
> 
> Now, the truth values of R and C will vary over time. The truth value of R=>C at time t can be determined only if the values of both R and C are know at time t. If, for example, we know only that both R(0) and C(0) are true, then the conditional R(0)=>C(0) will be true at time 0. On the other hand, if we know only that both R(0) and C(1) are true, we cannot determine the truth value of R(0)=>C(1).
> Dan 
> 
> Download my DC Proof 2.0 freeware at http://www.dcproof.com 
> Visit my Math Blog at http://www.dcproof.wordpress.com

Back to sci.logic | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-15 22:05 -0700
  Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-16 02:48 -0700
    Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-16 03:09 -0700
      Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-16 04:45 -0700
    Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-16 08:26 -0700
      Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-16 15:36 -0700
        Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-16 15:48 -0700
          Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-16 16:10 -0700
            Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-16 19:18 -0700
            Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-16 19:56 -0700
              Re: Why predictions about the future have no truth value Jim Burns <james.g.burns@att.net> - 2023-06-17 04:53 -0400
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-17 04:59 -0700
                Re: Why predictions about the future have no truth value Julio Di Egidio <julio@diegidio.name> - 2023-06-17 05:04 -0700
                Re: Why predictions about the future have no truth value Jim Burns <james.g.burns@att.net> - 2023-06-17 09:01 -0400
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-17 06:22 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-17 06:53 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-17 06:57 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-17 06:59 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-17 07:04 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-17 07:15 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-17 08:06 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-17 08:12 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-17 08:17 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-17 08:21 -0700
                Re: Why predictions about the future have no truth value Ross Finlayson <ross.a.finlayson@gmail.com> - 2023-06-17 08:36 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-17 08:49 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-17 09:08 -0700
                Re: Why predictions about the future have no truth value Ross Finlayson <ross.a.finlayson@gmail.com> - 2023-06-17 09:33 -0700
                Re: Why predictions about the future have no truth value Ross Finlayson <ross.a.finlayson@gmail.com> - 2023-06-17 09:26 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-17 09:29 -0700
                Re: Why predictions about the future have no truth value Ross Finlayson <ross.a.finlayson@gmail.com> - 2023-06-17 09:34 -0700
                Re: Why predictions about the future have no truth value Jim Burns <james.g.burns@att.net> - 2023-06-17 13:23 -0400
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-17 12:14 -0700
                Re: Why predictions about the future have no truth value Jim Burns <james.g.burns@att.net> - 2023-06-17 18:01 -0400
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-17 20:09 -0700
                Re: Why predictions about the future have no truth value Jim Burns <james.g.burns@att.net> - 2023-06-18 00:58 -0400
                Re: Why predictions about the future have no truth value Jim Burns <james.g.burns@att.net> - 2023-06-18 02:23 -0400
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-18 06:10 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-18 06:20 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-18 06:29 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-18 08:03 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-18 09:10 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-18 09:27 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-18 09:43 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-18 10:36 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-18 11:05 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-18 11:08 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-18 12:35 -0700
                Re: Why predictions about the future have no truth value Mild Shock <janburse@fastmail.fm> - 2023-06-18 23:32 +0200
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-18 14:42 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-18 15:09 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-18 15:24 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-18 15:35 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-18 15:40 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-18 15:47 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-18 15:49 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-18 15:59 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-18 16:03 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-18 18:53 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-19 01:20 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-19 01:31 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-19 01:38 -0700
                Re: Why predictions about the future have no truth value Jim Burns <james.g.burns@att.net> - 2023-06-19 11:14 -0400
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-19 06:44 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-19 07:23 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-19 07:35 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-19 07:51 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-19 08:32 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-19 15:08 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-19 19:42 -0700
                Re: Why predictions about the future have no truth value Ross Finlayson <ross.a.finlayson@gmail.com> - 2023-06-19 22:31 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-19 23:22 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-19 23:28 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-19 23:33 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-20 07:59 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-20 08:15 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-20 08:18 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-20 12:28 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-20 12:40 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-20 13:02 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-20 15:33 -0700
                Re: Why predictions about the future have no truth value Ross Finlayson <ross.a.finlayson@gmail.com> - 2023-06-20 20:03 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-20 21:16 -0700
                Re: Why predictions about the future have no truth value Ross Finlayson <ross.a.finlayson@gmail.com> - 2023-06-20 21:39 -0700
                Re: Why predictions about the future have no truth value Ross Finlayson <ross.a.finlayson@gmail.com> - 2023-06-20 23:03 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-21 00:50 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-21 06:31 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-21 08:43 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-21 08:54 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-21 09:10 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-21 09:11 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-21 09:12 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-21 09:14 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-21 09:14 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-21 09:25 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-21 09:30 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-21 09:37 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-21 09:41 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-21 10:43 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-21 11:13 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-21 11:49 -0700
                Re: Why predictions about the future have no truth value Ross Finlayson <ross.a.finlayson@gmail.com> - 2023-06-21 13:11 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-21 22:00 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-21 22:12 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-21 22:27 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-21 22:34 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-22 02:59 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-22 03:14 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-22 03:19 -0700
                Re: Why predictions about the future have no truth value Julio Di Egidio <julio@diegidio.name> - 2023-06-22 03:20 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-22 04:09 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-22 04:13 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-22 04:21 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-22 08:28 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-22 08:59 -0700
                Re: Why predictions about the future have no truth value Ross Finlayson <ross.a.finlayson@gmail.com> - 2023-06-22 13:42 -0700
                Re: Why predictions about the future have no truth value Ross Finlayson <ross.a.finlayson@gmail.com> - 2023-06-24 09:49 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-24 11:14 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-25 09:30 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-25 15:34 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-25 16:05 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-25 16:29 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-25 16:34 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-25 19:29 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-25 19:32 -0700
                Re: Why predictions about the future have no truth value Ross Finlayson <ross.a.finlayson@gmail.com> - 2023-06-25 21:20 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-25 22:42 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-26 00:17 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-26 00:28 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-26 00:34 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-26 00:41 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-26 09:31 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-26 10:40 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-26 10:58 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-26 12:36 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-26 17:27 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-26 18:21 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-26 18:43 -0700
                Re: Why predictions about the future have no truth value Ross Finlayson <ross.a.finlayson@gmail.com> - 2023-06-26 20:32 -0700
                Re: Why predictions about the future have no truth value Ross Finlayson <ross.a.finlayson@gmail.com> - 2023-06-26 21:13 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-26 21:36 -0700
                Re: Why predictions about the future have no truth value Ross Finlayson <ross.a.finlayson@gmail.com> - 2023-06-26 22:14 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-27 04:15 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-27 04:27 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-27 07:55 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-27 09:49 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-27 09:57 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-27 10:25 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-27 10:39 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-27 10:48 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-27 10:57 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-27 11:11 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-27 11:20 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-27 11:24 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-27 12:05 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-27 12:18 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-27 12:26 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-27 12:33 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-27 12:53 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-27 12:55 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-27 13:02 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-27 13:12 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-27 13:35 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-27 13:45 -0700
                Re: Why predictions about the future have no truth value Daniel Pehoushek <pehoushek1@gmail.com> - 2023-06-27 14:10 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-27 14:16 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-27 14:39 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-27 15:48 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-27 16:02 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-27 16:54 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-28 20:37 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-07-02 15:37 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-07-02 17:49 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-07-03 04:04 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-25 19:16 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-22 23:40 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-22 23:51 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-23 00:05 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-23 08:58 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-23 09:49 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-23 10:12 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-23 10:19 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-23 10:30 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-23 11:20 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-23 13:57 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-23 14:16 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-23 14:20 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-23 14:26 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-23 14:37 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-23 14:55 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-23 15:03 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-23 15:08 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-23 15:12 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-23 15:28 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-23 15:54 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-23 17:14 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-23 17:19 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-23 17:29 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-20 15:22 -0700
                Re: Why predictions about the future have no truth value Ross Finlayson <ross.a.finlayson@gmail.com> - 2023-06-20 11:37 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-18 15:40 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-17 12:23 -0700
                Re: Why predictions about the future have no truth value Ross Finlayson <ross.a.finlayson@gmail.com> - 2023-06-17 13:16 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-17 13:27 -0700
                Re: Why predictions about the future have no truth value Ross Finlayson <ross.a.finlayson@gmail.com> - 2023-06-18 11:40 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-18 11:44 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-18 11:49 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-18 12:18 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-18 12:22 -0700
            Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-16 21:22 -0700
              Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-17 04:02 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-17 04:11 -0700
                Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-17 05:28 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-17 05:30 -0700
                Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-17 05:43 -0700
  Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-16 14:05 -0700
  Re: Why predictions about the future have no truth value Charlie-Boo <shymathguy@gmail.com> - 2023-06-16 16:16 -0700
  Re: Why predictions about the future have no truth value Julio Di Egidio <julio@diegidio.name> - 2023-06-17 03:21 -0700
    Re: Why predictions about the future have no truth value Julio Di Egidio <julio@diegidio.name> - 2023-06-17 03:32 -0700
    Re: Why predictions about the future have no truth value Dan Christensen <Dan_Christensen@sympatico.ca> - 2023-06-17 05:03 -0700
      Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-17 05:08 -0700
        Re: Why predictions about the future have no truth value Julio Di Egidio <julio@diegidio.name> - 2023-06-17 05:11 -0700
          Re: Why predictions about the future have no truth value Mild Shock <bursejan@gmail.com> - 2023-06-17 05:20 -0700
  Re: Why predictions about the future have no truth value PLO olcott <polcott2@gmail.com> - 2023-06-17 15:39 -0500
  Re: Why predictions about the future have no truth value Jeffrey Rubard <jeffreydanielrubard@gmail.com> - 2023-06-17 13:53 -0700

csiph-web