Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <17bfb20a75a87a23$287$3037545$802601b3@news.usenetexpress.com>
Deutsch   English   Français   Italiano  
<17bfb20a75a87a23$287$3037545$802601b3@news.usenetexpress.com>

View for Bookmarking (what is this?)
Look up another Usenet article

From: Farley Flud <ff@linux.rocks>
Subject: Re: Why Python When There Is Perl?
Newsgroups: comp.os.linux.advocacy
References: <17be420c4f90bfc7$63225$1585792$802601b3@news.usenetexpress.com> <utd86u$1ipcj$1@solani.org> <17be75acfaf8f0f4$2017$3384359$802601b3@news.usenetexpress.com> <utfol0$1k8j7$1@solani.org> <17bebbae334656b9$74345$2906873$802601b3@news.usenetexpress.com> <utiopt$2i4i5$1@dont-email.me> <17bf321f9c15028e$2$2218499$802601b3@news.usenetexpress.com> <utlbto$38pmm$1@dont-email.me> <17bf5ce92e8c43b4$672$1351842$802601b3@news.usenetexpress.com> <utnk1l$1o32m$3@solani.org> <17bf8777050f5c1e$7$2218499$802601b3@news.usenetexpress.com> <uto07e$1oa9p$1@solani.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Lines: 65
Path: ...!news.misty.com!weretis.net!feeder6.news.weretis.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!news.usenetexpress.com!not-for-mail
Date: Sun, 24 Mar 2024 12:09:01 +0000
Nntp-Posting-Date: Sun, 24 Mar 2024 12:09:01 +0000
X-Received-Bytes: 2710
Organization: UsenetExpress - www.usenetexpress.com
X-Complaints-To: abuse@usenetexpress.com
Message-Id: <17bfb20a75a87a23$287$3037545$802601b3@news.usenetexpress.com>
Bytes: 3120

On Sat, 23 Mar 2024 20:38:53 -0500, Physfitfreak wrote:

>> If a number is not prime, then could it be odd?  This is the
>> correct way to to interpret "~A => B."  The answer is "yes"
>> and the condition is true.
> 
> 
> Ok, got it at last.
> 

I hope so.

Another way to view A => B is that whenever A (the left side)
is true, then B (the right side) is also true.

Thus, if ~A (not prime) is true then B (odd) is also true,
that is B (right side) is not false.

~A (left side) could be an even number but since it could also
be a non-prime odd number then B (right side) is not false,
that is, it is possible for a non-prime to be odd.

The mathematics, though, should be completely unambiguous.

A => B is equivalent to ~A OR B, where "OR" is the logical
OR operator or the logical "union."

There are 4 possibilities:

1) A => B

2) A => ~B

3) ~A => B

4) ~A => ~B

Of these 4, which ones represent the "union" of ~A, B?

The answer is the expressions which contain either ~A
or B.

Thus 1, 3, and 4 represent the truth set.

Expression 4 is the negation, "A AND ~B," and is false.

-------------

Incidentally, I made a slight error when I defined the
sets in my example.  Set A should be the set of primes >= 3
and <= 100.  In my haste I overlooked the fact that 2
is prime.

But that should make no difference to the gist of the
problem.

The fact that some posters jumped on this trivial oversight
indicates that this group is composed of intellectual deadbeats
whose only interest is to insult others rather than to develop
their knowledge and understanding.

It's a shame that such deadbeats have chosen to frequent a
GNU/Linux forum.  With their juvenile idiocy, they can only tarnish
the good name of FOSS.