Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

As of next Tuesday, C will be flushed in favor of COBOL. Please update your programs.


tech / sci.math / Re: Olcott's halt decider is a non-starter

SubjectAuthor
* Re: Olcott's halt decider is a non-starterolcott
+* Re: Olcott's halt decider is a non-starterArchimedes Plutonium
|+- Re: Olcott's halt decider is a non-starterArchimedes Plutonium
|`* Re: Olcott's halt decider is a non-starterArchimedes Plutonium
| +* Re: Olcott's halt decider is a non-starterArchimedes Plutonium
| |`- Re: Archimedes "psychoceramic" Plutonium flunked the math test of aMichael Moroney
| `* Re: Olcott's halt decider is a non-starterArchimedes Plutonium
|  `* Cambridge, you no longer are a premiere University but a school thatArchimedes Plutonium
|   +* Re: Archimedes "barking fuckdog" Plutonium flunked the math test of aMichael Moroney
|   |`- Re: Archimedes "barking fuckdog" Plutonium flunked the math test of aBradlee Evers
|   `* Re: Cambridge, you no longer are a premiere University but a schoolArchimedes Plutonium
|    `* Re: Cambridge, you no longer are a premiere University but a schoolArchimedes Plutonium
|     +* Re: Cambridge, you no longer are a premiere University but a schoolArchimedes Plutonium
|     |+- Re: Cambridge, you no longer are a premiere University but a schoolArchimedes Plutonium
|     |`- Re: Cambridge, you no longer are a premiere University but a schoolArchimedes Plutonium
|     +- Re: Cambridge, you no longer are a premiere University but a schoolArchimedes Plutonium
|     `- Re: Cambridge, you no longer are a premiere University but a schoolArchimedes Plutonium
+- Re: Olcott's halt decider is a non-starterArchimedes Plutonium
+- Re: Olcott's halt decider is a non-starterArchimedes Plutonium
+* Re: Olcott's halt decider is a non-starterArchimedes Plutonium
|`- Re: Olcott's halt decider is a non-starterArchimedes Plutonium
+- Re: Olcott's halt decider is a non-starterArchimedes Plutonium
+- Re: Olcott's halt decider is a non-starterArchimedes Plutonium
`* Re: Olcott's halt decider is a non-starterArchimedes Plutonium
 `- Re: Olcott's halt decider is a non-starterArchimedes Plutonium

1
Re: Olcott's halt decider is a non-starter

<smm75f$tf7$1@dont-email.me>

  copy mid

https://www.novabbs.com/tech/article-flat.php?id=82615&group=sci.math#82615

  copy link   Newsgroups: comp.theory comp.ai.philosophy sci.logic sci.math
Followup: comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic,sci.math
Subject: Re: Olcott's halt decider is a non-starter
Followup-To: comp.theory
Date: Fri, 12 Nov 2021 11:10:05 -0600
Organization: A noiseless patient Spider
Lines: 69
Message-ID: <smm75f$tf7$1@dont-email.me>
References: <20211112145053.000072c6@reddwarf.jmc>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 12 Nov 2021 17:10:07 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="f3eec204a0a235dee99ae464f9f1a135";
logging-data="30183"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/voADSfFJ9WyTDC2hly86R"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.3.0
Cancel-Lock: sha1:ezy1b9PGaLOy09HtbjVLay0qtUU=
In-Reply-To: <20211112145053.000072c6@reddwarf.jmc>
Content-Language: en-US
 by: olcott - Fri, 12 Nov 2021 17:10 UTC

On 11/12/2021 8:50 AM, Mr Flibble wrote:
> You CANNOT solve the halting problem through simulation as simulation

My excellent carefully crafted reply simply didn't show up.
As I have told you many many times I am not trying to make an
omniscient (all-knowing) program that solves the halting problem.
I am only forming a correct rebuttal to the halting theorem:

#include <stdint.h>
typedef void (*ptr)();

int H(ptr x, ptr y)
{ x(y);
return 1;
}

// Minimal essence of Linz(1990) Ĥ
// and Strachey(1965) P
void P(ptr x)
{ H(x, x);
}

int main(void)
{ H(P, P);
}

It is obvious that whether or not the above code is directly executed or
H performs a pure simulation of its input that the above code specifies
infinite recursion.

If H simulates its input in debug step mode it can correctly abort the
simulation of this input as soon as H sees its simulated P call itself
with the same parameters that it was called with. When it does this it
correctly returns 0 for not halting.

Strachey, C 1965. An impossible program The Computer Journal, Volume 7,
Issue 4, January 1965, Page 313, https://doi.org/10.1093/comjnl/7.4.313

Linz, Peter 1990. An Introduction to Formal Languages and Automata.
Lexington/Toronto: D. C. Heath and Company. (318-320)

Halting problem undecidability and infinitely nested simulation (V2)
November 2021 PL Olcott

https://www.researchgate.net/publication/356105750_Halting_problem_undecidability_and_infinitely_nested_simulation_V2

> simply isn't practical: each branch DOUBLES the number of paths which
> have to be analyzed and you soon get to a very large number of paths
> with any non-trivial program that cannot be solved within the lifetime
> of the universe by a classical computer.
>
> /Flibble
>
> --
> This message is a troll.
>

--
Copyright 2021 Pete Olcott "Great spirits have always encountered
violent opposition from mediocre minds." Einstein

Re: Olcott's halt decider is a non-starter

<bb76192e-5d47-46a1-8761-6385a5e6d850n@googlegroups.com>

  copy mid

https://www.novabbs.com/tech/article-flat.php?id=89062&group=sci.math#89062

  copy link   Newsgroups: sci.math
X-Received: by 2002:a05:6214:4109:: with SMTP id kc9mr9565178qvb.59.1642908137461;
Sat, 22 Jan 2022 19:22:17 -0800 (PST)
X-Received: by 2002:a25:4cc5:: with SMTP id z188mr15401944yba.248.1642908137258;
Sat, 22 Jan 2022 19:22:17 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: sci.math
Date: Sat, 22 Jan 2022 19:22:17 -0800 (PST)
In-Reply-To: <smm75f$tf7$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=2600:387:b:5:0:0:0:35;
posting-account=fsC03QkAAAAwkSNcSEKmlcR-W_HNitEd
NNTP-Posting-Host: 2600:387:b:5:0:0:0:35
References: <20211112145053.000072c6@reddwarf.jmc> <smm75f$tf7$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <bb76192e-5d47-46a1-8761-6385a5e6d850n@googlegroups.com>
Subject: Re: Olcott's halt decider is a non-starter
From: plutoniu...@gmail.com (Archimedes Plutonium)
Injection-Date: Sun, 23 Jan 2022 03:22:17 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 642
 by: Archimedes Plutonium - Sun, 23 Jan 2022 03:22 UTC

AndrewWiles,Terence Tao, Thomas Hales, Jill Pipher, Ken Ribet, John Stillwell need to go to their affiliated University student newspaper and publish their apology for teaching the brainwashed propaganda that a slant cut in single cone is a ellipse when it is in fact a Oval, never the ellipse, for a single cone has only 1 axis of symmetry.

Because they were failures in ever recognizing a slant cut in single cone is a oval, meant they were failures all their life long in mathematics, never realizing that Calculus was geometry, and the Fundamental Theorem of Calculus required a geometry proof, not their mindless dumb and stupid limit-analysis.

AP's Proof-Ellipse was never a Conic Section // Math proof series, book 1 Kindle Edition
by Archimedes Plutonium (Author)

Ever since Ancient Greek Times it was thought the slant cut into a cone is the ellipse. That was false. For the slant cut in every cone is a Oval, never an Ellipse. This book is a proof that the slant cut is a oval, never the ellipse. A slant cut into the Cylinder is in fact a ellipse, but never in a cone.

Product details
• ASIN ‏ : ‎ B07PLSDQWC
• Publication date ‏ : ‎ March 11, 2019
• Language ‏ : ‎ English
• File size ‏ : ‎ 1621 KB
• Text-to-Speech ‏ : ‎ Enabled
• Enhanced typesetting ‏ : ‎ Enabled
• X-Ray ‏ : ‎ Not Enabled
• Word Wise ‏ : ‎ Not Enabled
• Print length ‏ : ‎ 20 pages
• Lending ‏ : ‎ Enabled

#11-2, 11th published book

World's First Geometry Proof of Fundamental Theorem of Calculus// Math proof series, book 2 Kindle Edition
by Archimedes Plutonium (Author)

Last revision was 15Dec2021. This is AP's 11th published book of science.
Preface:
Actually my title is too modest, for the proof that lies within this book makes it the World's First Valid Proof of Fundamental Theorem of Calculus, for in my modesty, I just wanted to emphasis that calculus was geometry and needed a geometry proof. Not being modest, there has never been a valid proof of FTC until AP's 2015 proof. This also implies that only a geometry proof of FTC constitutes a valid proof of FTC.

Calculus needs a geometry proof of Fundamental Theorem of Calculus. But none could ever be obtained in Old Math so long as they had a huge mass of mistakes, errors, fakes and con-artist trickery such as the "limit analysis". And very surprising that most math professors cannot tell the difference between a "proving something" and that of "analyzing something". As if an analysis is the same as a proof. We often analyze various things each and every day, but few if none of us consider a analysis as a proof. Yet that is what happened in the science of mathematics where they took an analysis and elevated it to the stature of being a proof, when it was never a proof.

To give a Geometry Proof of Fundamental Theorem of Calculus requires math be cleaned-up and cleaned-out of most of math's mistakes and errors. So in a sense, a Geometry FTC proof is a exercise in Consistency of all of Mathematics. In order to prove a FTC geometry proof, requires throwing out the error filled mess of Old Math. Can the Reals be the true numbers of mathematics if the Reals cannot deliver a Geometry proof of FTC? Can the functions that are not polynomial functions allow us to give a Geometry proof of FTC? Can a Coordinate System in 2D have 4 quadrants and still give a Geometry proof of FTC? Can a equation of mathematics with a number that is _not a positive decimal Grid Number_ all alone on the right side of the equation, at all times, allow us to give a Geometry proof of the FTC?

Cover Picture: Is my hand written, one page geometry proof of the Fundamental Theorem of Calculus, the world's first geometry proof of FTC, 2013-2015, by AP.

Product details
ASIN ‏ : ‎ B07PQTNHMY
Publication date ‏ : ‎ March 14, 2019
Language ‏ : ‎ English
File size ‏ : ‎ 1309 KB
Text-to-Speech ‏ : ‎ Enabled
Screen Reader ‏ : ‎ Supported
Enhanced typesetting ‏ : ‎ Enabled
X-Ray ‏ : ‎ Not Enabled
Word Wise ‏ : ‎ Not Enabled
Print length ‏ : ‎ 154 pages
Lending ‏ : ‎ Enabled
Amazon Best Sellers Rank: #128,729 Paid in Kindle Store (See Top 100 Paid in Kindle Store)
#2 in 45-Minute Science & Math Short Reads
#134 in Calculus (Books)
#20 in Calculus (Kindle Store)

#11-3, 24th published book

World's First Proof of Kepler Packing Problem KPP // Math proof series, book 3 Kindle Edition
by Archimedes Plutonium (Author)

There has been a alleged proof of KPP by Thomas Hales, but his is a fakery because he does not define what infinity actually means, for it means a borderline between finite and infinite numbers. Thus, KPP was never going to be proven until a well-defined infinity borderline was addressed within the proof. And because infinity has a borderline means that in free space with no borderlines to tackle and contend with, the 12 kissing point density that is the hexagonal close packed is the maximum density. But the truth and reality of Kepler Packing is asking for maximum packing out to infinity. That means you have to contend and fight with the packing of identical spheres up against a wall or border. And so, in tackling that wall, we can shift the hexagonal closed pack to another type of packing, a hybrid type of packing in order to get "maximum packing". So no proof ever of KPP is going to happen unless the proof tackles a infinity border wall. In free-space, a far distance away from a wall barrier of infinity border, then, hexagonal closed pack reigns and is the packing in all of free space-- but, the moment the packing gets nearby the walls of infinity border, then, we re-arrange the hexagonal closed pack to fit in more spheres. Not unlike us packing a suitcase and then rearranging to fit in more.

Cover picture: is a container and so the closed packing must be modified once the border is nearly reached to maximize the number of spheres.

Product details
• ASIN ‏ : ‎ B07NMV8NQQ
• Publication date ‏ : ‎ March 20, 2019
• Language ‏ : ‎ English
• File size ‏ : ‎ 1241 KB
• Text-to-Speech ‏ : ‎ Enabled
• Screen Reader ‏ : ‎ Supported
• Enhanced typesetting ‏ : ‎ Enabled
• X-Ray ‏ : ‎ Not Enabled
• Word Wise ‏ : ‎ Not Enabled
• Print length ‏ : ‎ 60 pages
• Lending ‏ : ‎ Enabled

#11-4, 28th published book

World's First Valid Proof of 4 Color Mapping Problem// Math proof series, book 4 Kindle Edition
by Archimedes Plutonium (Author)

Now in the math literature it is alleged that Appel & Haken proved this conjecture that 4 colors are sufficient to color all planar maps such that no two adjacent countries have the same color. Appel & Haken's fake proof was a computer proof and it is fake because their method is Indirect Nonexistence method. Unfortunately in the time of Appel & Haken few in mathematics had a firm grip on true Logic, where they did not even know that Boole's logic is fakery with his 3 OR 2 = 5 with 3 AND 2 = 1, when even the local village idiot knows that 3 AND 2 = 5 with 3 OR 2 = either 3 or 2 depending on which is subtracted. But the grave error in logic of Appel & Haken is their use of a utterly fake method of proof-- indirect nonexistence (see my textbook on Reductio Ad Absurdum). Wiles with his alleged proof of Fermat's Last Theorem is another indirect nonexistence as well as Hales's fake proof of Kepler Packing is indirect nonexistence.
Appel & Haken were in a time period when computers used in mathematics was a novelty, and instead of focusing on whether their proof was sound, everyone was dazzled not with the logic argument but the fact of using computers to generate a proof. And of course big big money was attached to this event and so, math is stuck with a fake proof of 4-Color-Mapping. And so, AP starting in around 1993, eventually gives the World's first valid proof of 4-Color-Mapping. Sorry, no computer fanfare, but just strict logical and sound argument.

Cover picture: Shows four countries colored yellow, red, green, purple and all four are mutually adjacent. And where the Purple colored country is landlocked, so that if it were considered that a 5th color is needed, that 5th color should be purple, hence, 4 colors are sufficient.

Product details
ASIN ‏ : ‎ B07PZ2Y5RV
Publication date ‏ : ‎ March 23, 2019
Language ‏ : ‎ English
File size ‏ : ‎ 1183 KB
Text-to-Speech ‏ : ‎ Enabled
Screen Reader ‏ : ‎ Supported
Enhanced typesetting ‏ : ‎ Enabled
X-Ray ‏ : ‎ Not Enabled
Word Wise ‏ : ‎ Not Enabled
Print length ‏ : ‎ 34 pages
Lending ‏ : ‎ Enabled

#11-5, 6th published book

World's First Valid Proofs of Fermat's Last Theorem, 1993 & 2014 // Math proof series, book 5 Kindle Edition
by Archimedes Plutonium (Author)

Last revision was 29Apr2021. This is AP's 6th published book.

Preface:
Real proofs of Fermat's Last Theorem// including the fake Euler proof in exp3 and Wiles fake proof.

Recap summary: In 1993 I proved Fermat's Last Theorem with a pure algebra proof, arguing that because of the special number 4 where 2 + 2 = 2^2 = 2*2 = 4 that this special feature of a unique number 4, allows for there to exist solutions to A^2 + B^2 = C^2. That the number 4 is a basis vector allowing more solutions to exist in exponent 2. But since there is no number with N+N+N = N*N*N that exists, there cannot be a solution in exp3 and the same argument for higher exponents. In 2014, I went and proved Generalized FLT by using "condensed rectangles". Once I had proven Generalized, then Regular FLT comes out of that proof as a simple corollary. So I had two proofs of Regular FLT, pure algebra and a corollary from Generalized FLT. Then recently in 2019, I sought to find a pure algebra proof of Generalized FLT, and I believe I accomplished that also by showing solutions to Generalized FLT also come from the special number 4 where 2 + 2 = 2^2 = 2*2 = 4. Amazing how so much math comes from the specialness of 4, where I argue that a Vector Space of multiplication provides the Generalized FLT of A^x + B^y = C^z.


Click here to read the complete article
Re: Olcott's halt decider is a non-starter

<a028d6cc-52d9-48cf-a9d4-41ac461b462en@googlegroups.com>

  copy mid

https://www.novabbs.com/tech/article-flat.php?id=89114&group=sci.math#89114

  copy link   Newsgroups: sci.math
X-Received: by 2002:a05:620a:e0c:: with SMTP id y12mr9180589qkm.109.1642970556822;
Sun, 23 Jan 2022 12:42:36 -0800 (PST)
X-Received: by 2002:a25:234c:: with SMTP id j73mr19746470ybj.8.1642970556636;
Sun, 23 Jan 2022 12:42:36 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: sci.math
Date: Sun, 23 Jan 2022 12:42:36 -0800 (PST)
In-Reply-To: <bb76192e-5d47-46a1-8761-6385a5e6d850n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2600:387:b:3:0:0:0:49;
posting-account=fsC03QkAAAAwkSNcSEKmlcR-W_HNitEd
NNTP-Posting-Host: 2600:387:b:3:0:0:0:49
References: <20211112145053.000072c6@reddwarf.jmc> <smm75f$tf7$1@dont-email.me>
<bb76192e-5d47-46a1-8761-6385a5e6d850n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <a028d6cc-52d9-48cf-a9d4-41ac461b462en@googlegroups.com>
Subject: Re: Olcott's halt decider is a non-starter
From: plutoniu...@gmail.com (Archimedes Plutonium)
Injection-Date: Sun, 23 Jan 2022 20:42:36 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 643
 by: Archimedes Plutonium - Sun, 23 Jan 2022 20:42 UTC

Jill Pipher,AndrewWiles,Terence Tao, Thomas Hales, Ken Ribet, John Stillwell need to go to their affiliated University student newspaper and publish their apology for teaching the brainwashed propaganda that a slant cut in single cone is a ellipse when it is in fact a Oval, never the ellipse, for a single cone has only 1 axis of symmetry.
>
> Because they were failures in ever recognizing a slant cut in single cone is a oval, meant they were failures all their life long in mathematics, never realizing that Calculus was geometry, and the Fundamental Theorem of Calculus required a geometry proof, not their mindless dumb and stupid limit-analysis.
>
>
> AP's Proof-Ellipse was never a Conic Section // Math proof series, book 1 Kindle Edition
> by Archimedes Plutonium (Author)
>
> Ever since Ancient Greek Times it was thought the slant cut into a cone is the ellipse. That was false. For the slant cut in every cone is a Oval, never an Ellipse. This book is a proof that the slant cut is a oval, never the ellipse. A slant cut into the Cylinder is in fact a ellipse, but never in a cone.
>
> Product details
> • ASIN ‏ : ‎ B07PLSDQWC
> • Publication date ‏ : ‎ March 11, 2019
> • Language ‏ : ‎ English
> • File size ‏ : ‎ 1621 KB
> • Text-to-Speech ‏ : ‎ Enabled
> • Enhanced typesetting ‏ : ‎ Enabled
> • X-Ray ‏ : ‎ Not Enabled
> • Word Wise ‏ : ‎ Not Enabled
> • Print length ‏ : ‎ 20 pages
> • Lending ‏ : ‎ Enabled
> •
> •
>
>
> #11-2, 11th published book
>
> World's First Geometry Proof of Fundamental Theorem of Calculus// Math proof series, book 2 Kindle Edition
> by Archimedes Plutonium (Author)
>
> Last revision was 15Dec2021. This is AP's 11th published book of science.
> Preface:
> Actually my title is too modest, for the proof that lies within this book makes it the World's First Valid Proof of Fundamental Theorem of Calculus, for in my modesty, I just wanted to emphasis that calculus was geometry and needed a geometry proof. Not being modest, there has never been a valid proof of FTC until AP's 2015 proof. This also implies that only a geometry proof of FTC constitutes a valid proof of FTC.
>
> Calculus needs a geometry proof of Fundamental Theorem of Calculus. But none could ever be obtained in Old Math so long as they had a huge mass of mistakes, errors, fakes and con-artist trickery such as the "limit analysis".. And very surprising that most math professors cannot tell the difference between a "proving something" and that of "analyzing something". As if an analysis is the same as a proof. We often analyze various things each and every day, but few if none of us consider a analysis as a proof. Yet that is what happened in the science of mathematics where they took an analysis and elevated it to the stature of being a proof, when it was never a proof.
>
> To give a Geometry Proof of Fundamental Theorem of Calculus requires math be cleaned-up and cleaned-out of most of math's mistakes and errors. So in a sense, a Geometry FTC proof is a exercise in Consistency of all of Mathematics. In order to prove a FTC geometry proof, requires throwing out the error filled mess of Old Math. Can the Reals be the true numbers of mathematics if the Reals cannot deliver a Geometry proof of FTC? Can the functions that are not polynomial functions allow us to give a Geometry proof of FTC? Can a Coordinate System in 2D have 4 quadrants and still give a Geometry proof of FTC? Can a equation of mathematics with a number that is _not a positive decimal Grid Number_ all alone on the right side of the equation, at all times, allow us to give a Geometry proof of the FTC?
>
> Cover Picture: Is my hand written, one page geometry proof of the Fundamental Theorem of Calculus, the world's first geometry proof of FTC, 2013-2015, by AP.
>
>
> Product details
> ASIN ‏ : ‎ B07PQTNHMY
> Publication date ‏ : ‎ March 14, 2019
> Language ‏ : ‎ English
> File size ‏ : ‎ 1309 KB
> Text-to-Speech ‏ : ‎ Enabled
> Screen Reader ‏ : ‎ Supported
> Enhanced typesetting ‏ : ‎ Enabled
> X-Ray ‏ : ‎ Not Enabled
> Word Wise ‏ : ‎ Not Enabled
> Print length ‏ : ‎ 154 pages
> Lending ‏ : ‎ Enabled
> Amazon Best Sellers Rank: #128,729 Paid in Kindle Store (See Top 100 Paid in Kindle Store)
> #2 in 45-Minute Science & Math Short Reads
> #134 in Calculus (Books)
> #20 in Calculus (Kindle Store)
>
>
>
>
>
> #11-3, 24th published book
>
> World's First Proof of Kepler Packing Problem KPP // Math proof series, book 3 Kindle Edition
> by Archimedes Plutonium (Author)
>
> There has been a alleged proof of KPP by Thomas Hales, but his is a fakery because he does not define what infinity actually means, for it means a borderline between finite and infinite numbers. Thus, KPP was never going to be proven until a well-defined infinity borderline was addressed within the proof. And because infinity has a borderline means that in free space with no borderlines to tackle and contend with, the 12 kissing point density that is the hexagonal close packed is the maximum density. But the truth and reality of Kepler Packing is asking for maximum packing out to infinity. That means you have to contend and fight with the packing of identical spheres up against a wall or border. And so, in tackling that wall, we can shift the hexagonal closed pack to another type of packing, a hybrid type of packing in order to get "maximum packing". So no proof ever of KPP is going to happen unless the proof tackles a infinity border wall. In free-space, a far distance away from a wall barrier of infinity border, then, hexagonal closed pack reigns and is the packing in all of free space-- but, the moment the packing gets nearby the walls of infinity border, then, we re-arrange the hexagonal closed pack to fit in more spheres. Not unlike us packing a suitcase and then rearranging to fit in more.
>
> Cover picture: is a container and so the closed packing must be modified once the border is nearly reached to maximize the number of spheres.
>
> Product details
> • ASIN ‏ : ‎ B07NMV8NQQ
> • Publication date ‏ : ‎ March 20, 2019
> • Language ‏ : ‎ English
> • File size ‏ : ‎ 1241 KB
> • Text-to-Speech ‏ : ‎ Enabled
> • Screen Reader ‏ : ‎ Supported
> • Enhanced typesetting ‏ : ‎ Enabled
> • X-Ray ‏ : ‎ Not Enabled
> • Word Wise ‏ : ‎ Not Enabled
> • Print length ‏ : ‎ 60 pages
> • Lending ‏ : ‎ Enabled
>
> #11-4, 28th published book
>
> World's First Valid Proof of 4 Color Mapping Problem// Math proof series, book 4 Kindle Edition
> by Archimedes Plutonium (Author)
>
> Now in the math literature it is alleged that Appel & Haken proved this conjecture that 4 colors are sufficient to color all planar maps such that no two adjacent countries have the same color. Appel & Haken's fake proof was a computer proof and it is fake because their method is Indirect Nonexistence method. Unfortunately in the time of Appel & Haken few in mathematics had a firm grip on true Logic, where they did not even know that Boole's logic is fakery with his 3 OR 2 = 5 with 3 AND 2 = 1, when even the local village idiot knows that 3 AND 2 = 5 with 3 OR 2 = either 3 or 2 depending on which is subtracted. But the grave error in logic of Appel & Haken is their use of a utterly fake method of proof-- indirect nonexistence (see my textbook on Reductio Ad Absurdum). Wiles with his alleged proof of Fermat's Last Theorem is another indirect nonexistence as well as Hales's fake proof of Kepler Packing is indirect nonexistence.
> Appel & Haken were in a time period when computers used in mathematics was a novelty, and instead of focusing on whether their proof was sound, everyone was dazzled not with the logic argument but the fact of using computers to generate a proof. And of course big big money was attached to this event and so, math is stuck with a fake proof of 4-Color-Mapping. And so, AP starting in around 1993, eventually gives the World's first valid proof of 4-Color-Mapping. Sorry, no computer fanfare, but just strict logical and sound argument.
>
> Cover picture: Shows four countries colored yellow, red, green, purple and all four are mutually adjacent. And where the Purple colored country is landlocked, so that if it were considered that a 5th color is needed, that 5th color should be purple, hence, 4 colors are sufficient.
>
> Product details
> ASIN ‏ : ‎ B07PZ2Y5RV
> Publication date ‏ : ‎ March 23, 2019
> Language ‏ : ‎ English
> File size ‏ : ‎ 1183 KB
> Text-to-Speech ‏ : ‎ Enabled
> Screen Reader ‏ : ‎ Supported
> Enhanced typesetting ‏ : ‎ Enabled
> X-Ray ‏ : ‎ Not Enabled
> Word Wise ‏ : ‎ Not Enabled
> Print length ‏ : ‎ 34 pages
> Lending ‏ : ‎ Enabled
>
> #11-5, 6th published book
>
> World's First Valid Proofs of Fermat's Last Theorem, 1993 & 2014 // Math proof series, book 5 Kindle Edition
> by Archimedes Plutonium (Author)
>
> Last revision was 29Apr2021. This is AP's 6th published book.
>
> Preface:
> Real proofs of Fermat's Last Theorem// including the fake Euler proof in exp3 and Wiles fake proof.
>
> Recap summary: In 1993 I proved Fermat's Last Theorem with a pure algebra proof, arguing that because of the special number 4 where 2 + 2 = 2^2 = 2*2 = 4 that this special feature of a unique number 4, allows for there to exist solutions to A^2 + B^2 = C^2. That the number 4 is a basis vector allowing more solutions to exist in exponent 2. But since there is no number with N+N+N = N*N*N that exists, there cannot be a solution in exp3 and the same argument for higher exponents. In 2014, I went and proved Generalized FLT by using "condensed rectangles". Once I had proven Generalized, then Regular FLT comes out of that proof as a simple corollary. So I had two proofs of Regular FLT, pure algebra and a corollary from Generalized FLT. Then recently in 2019, I sought to find a pure algebra proof of Generalized FLT, and I believe I accomplished that also by showing solutions to Generalized FLT also come from the special number 4 where 2 + 2 = 2^2 = 2*2 = 4. Amazing how so much math comes from the specialness of 4, where I argue that a Vector Space of multiplication provides the Generalized FLT of A^x + B^y = C^z.
>
> Cover Picture: In my own handwriting, some Generalized Fermat's Last Theorem type of equations.
>
> As for the Euler exponent 3 invalid proof and the Wiles invalid FLT, both are missing a proof of the case of all three A,B,C are evens (see in the text).
>
> Product details
> • ASIN ‏ : ‎ B07PQKGW4M
> • Publication date ‏ : ‎ March 12, 2019
> • Language ‏ : ‎ English
> • File size ‏ : ‎ 1503 KB
> • Text-to-Speech ‏ : ‎ Enabled
> • Screen Reader ‏ : ‎ Supported
> • Enhanced typesetting ‏ : ‎ Enabled
> • X-Ray ‏ : ‎ Not Enabled
> • Word Wise ‏ : ‎ Not Enabled
> • Print length ‏ : ‎ 156 pages
> • Lending ‏ : ‎ Enabled
>
> #11-6, 19th published book
>
> World's First Proof of Collatz Conjecture// Math proof series, book 6 Kindle Edition
> by Archimedes Plutonium (Author)
>
> Last revision was 20Aug2021. This is AP's 19th published book.
>
> Preface: Old Math's Collatz conjecture, 1937, was this: If you land on an even number, you divide by 2 until you come to an odd number. If you come to or land on an odd number, you do a 3N+1 then proceed further. The conjecture then says that no matter what number you start with, it ends up being 1.
>
> What the Collatz proof of math tells us, is that so very often mathematicians pose a conjecture in which their initial formulation of the conjecture is murky, obfuscation and poorly designed statement. Such poorly designed statements can never be proven true or false. An example that comes to mind of another poorly designed conjecture is the No Odd Perfect Conjecture, in which the statement is obfuscation of factors. So for the odd number 9, is it 1+3, or is it 1+ 3 + 3. So when a mathematics conjecture is full of obfuscation and error in the statement, then these type of conjectures never have a proof. And takes a person with a logical mind to fix and straighten out the conjecture statement and then provide a proof, thereof.
>
> Cover picture: when I think of Collatz, I think of a slide, a slide down and so my French curve is the best slide I can think of, other than a slide-ruler, but a slide ruler is slide across.
>
>
>
>
> Product details
> • ASIN ‏ : ‎ B07PS98K5H
> • Publication date ‏ : ‎ March 16, 2019
> • Language ‏ : ‎ English
> • File size ‏ : ‎ 1955 KB
> • Text-to-Speech ‏ : ‎ Enabled
> • Screen Reader ‏ : ‎ Supported
> • Enhanced typesetting ‏ : ‎ Enabled
> • X-Ray ‏ : ‎ Not Enabled
> • Word Wise ‏ : ‎ Not Enabled
> • Print length ‏ : ‎ 61 pages
> • Lending ‏ : ‎ Enabled
> • Best Sellers Rank: #212,131 in Kindle Store (See Top 100 in Kindle Store)
> ◦ #4 in 45-Minute Science & Math Short Reads
> ◦ #9 in Number Theory (Kindle Store)
> ◦ #32 in Number Theory (Books)
>
>
>
>
> #11-7, 20th published book
> World's First Proofs that No Perfect Cuboid Exists// Math proof series, book 7 Kindle Edition
> by Archimedes Plutonium (Author)
>
> Someone on the Internet posed the unproven No Perfect Cuboid, and so I took up the challenge. I am usually a sucker for geometry riddles, more so than number theory. So I obliged. Then by 2014 I proved the matter and looking back at it now in 2019, I really really do not see what all the fuss was about-- that it was not that hard not hard at all. You just have to look carefully at sets of 4 right triangles and find an Impossibility Construction, why you cannot have those 4 right triangles all with positive integer numbers for their 3 sides. But the proof method is so hugely important in math-- impossibility of construction. And, please, do not confuse that method with Reductio Ad Absurdum, for RAA is not a valid proof method in mathematics (see my logic book on RAA). But, the method of Impossible Construction, although it might look like RAA, is totally different and fully valid in all aspects.
>
> But now, in hindsight in March 2019, writing this up, I see a very close connection of No Perfect Cuboid to that of Generalized Fermat's Last Theorem with its equation of A^x + B^y = C^z and the way I proved Generalized FLT was with "condensed rectangles" and the No Perfect Cuboid is a 3rd Dimension object but it is 4 rectangles of 4 right triangles we inspect. And we can pursue that connection between Generalized FLT and No Perfect Cuboid further, but not now.
>
> Cover Picture: Is that of 4 rectangular boxes, 2 of which are cubes sitting atop a book page of the Cubic Set for the Transuranium Atoms, from the textbook "The Elements Beyond Uranium" , Seaborg, Loveland, 1990. I am always looking for connections.
>
>
> Product details
> • ASIN ‏ : ‎ B07PMZQNNT
> • Publication date ‏ : ‎ March 16, 2019
> • Language ‏ : ‎ English
> • File size ‏ : ‎ 1382 KB
> • Text-to-Speech ‏ : ‎ Enabled
> • Screen Reader ‏ : ‎ Supported
> • Enhanced typesetting ‏ : ‎ Enabled
> • X-Ray ‏ : ‎ Not Enabled
> • Word Wise ‏ : ‎ Not Enabled
> • Print length ‏ : ‎ 61 pages
> • Lending ‏ : ‎ Enabled
>
>
>
>
>
>
>
> #11-8, 21st published book
>
> World's First Proofs of Mathematics Oldest Unsolved Problems: No Odd Perfect and Finiteness of Perfect Numbers // Math proof series, book 8 Kindle Edition
> by Archimedes Plutonium (Author)
>
> Last revision was 26Apr2021. And this is AP's 21st published book.
>
> Preface: Now my history with these proofs goes back to 1991 to 1993, and have been finessing the proofs ever since. Some math proofs just nag nag and nag you. They just cannot be settled still. Their proof is a tiny tiny sliver of impossibility that is easily overlooked. Like an optical illusion that you are mislead into, or like those pictures where you look at it one way and you see a young lady and another way you see a very old lady.
>
> Now the No Odd Perfect Number is not a important proof in mathematics but mostly a spectacle for it does not teach much beyond making proper correct definitions. And murky definitions is what held a proof of No Odd Perfect, other than 1, held it back. The murky definition of factors, do we include 1 or not include, for example the odd number 9, do we include 3 twice or once for that we have 1* 9 and we have 3*3 and Old Math looked at that as 1 + 3, whereas I would look at that as 1 + 3 + 3. So when you have messy definitions, murky and messy, of course no proof will be found in over 2,000 years.
>
> Cover Picture: Shows our modern day new reality of the situation where the definition of "perfect" was a Ancient Greek idea, steeped in murky messy idea of factors and when to add factors, that no longer is suitable for mathematics.
>
> Product details
> • ASIN ‏ : ‎ B07PN1CPRP
> • Publication date ‏ : ‎ March 16, 2019
> • Language ‏ : ‎ English
> • File size ‏ : ‎ 1534 KB
> • Text-to-Speech ‏ : ‎ Enabled
> • Enhanced typesetting ‏ : ‎ Enabled
> • X-Ray ‏ : ‎ Not Enabled
> • Word Wise ‏ : ‎ Not Enabled
> • Print length ‏ : ‎ 28 pages
> • Lending ‏ : ‎ Enabled
>
>
> #11-9, 15th published book
>
> World's First Proofs of Infinitude of Twin-Primes, and Polignac Proved // Math proof series, book 9 Kindle Edition
> by Archimedes Plutonium (Author)
>
> Circa 1991-1993, I gave an Old Math style of proof for the Infinitude of Twin Primes, modeling my proof as to a Euclid Infinitude of Primes Proof. But then came year 2009 when I found the way to make Infinity concept well-defined. Up until 2009, no-one in the world had a clear precise definition or understanding of what "infinity" was or what it means. It means a borderline between finite and infinite and the way to find this borderline is to use the Tractrix when the unit-tractrix area catches up with the area inside a unit circle is the infinity borderline and it happens to be when pi digits have three zeroes in a row, does the tractrix area equal the circle area-- hence, we reached infinity border and beyond are infinite numbers, no longer finite numbers. What that discovery does for proofs of infinitude is change all those proofs dramatically. And here in Twin-Primes and Polignac I show the reader how modern day New Math proves infinitude of any set of numbers.
>
>
> Cover Picture: Is a picture of the first five twin-primes.
>
> Product details
> ASIN ‏ : ‎ B07PMY1YWB
> Publication date ‏ : ‎ March 15, 2019
> Language ‏ : ‎ English
> File size ‏ : ‎ 1642 KB
> Text-to-Speech ‏ : ‎ Enabled
> Screen Reader ‏ : ‎ Supported
> Enhanced typesetting ‏ : ‎ Enabled
> X-Ray ‏ : ‎ Not Enabled
> Word Wise ‏ : ‎ Not Enabled
> Print length ‏ : ‎ 9 pages
> Lending ‏ : ‎ Enabled
>
> #11-10, 16th published book
>
> World's First Proofs of Goldbach, Legendre, Staircase Conjectures// Math proof series, book 10 Kindle Edition
> by Archimedes Plutonium (Author)
>
> AP proved the Goldbach Conjecture starting 1993 where the Algebra Columns is the bedrock-key of the proof involved. The Algebra Column Array is the tool and no-one was going to prove Goldbach unless they had that tool, which the 2014 post of mine makes the array tool crystal clear. So starting 1993, I posted to sci.math about Array or Algebra Column which as a tool would render all proofs of this nature. The Goldbach conjecture historically dates back to 1742, and the Legendre conjecture dates 1752-1833. The Staircase conjecture is a wholly new conjecture proposed by AP circa 2016.
>
> Cover: Is a Algebra Column Array sequence starting with 6 Array and then 8 Array.
>
> Product details
> • ASIN ‏ : ‎ B07PS6MR48
> • Publication date ‏ : ‎ March 15, 2019
> • Language ‏ : ‎ English
> • File size ‏ : ‎ 1740 KB
> • Text-to-Speech ‏ : ‎ Enabled
> • Screen Reader ‏ : ‎ Supported
> • Enhanced typesetting ‏ : ‎ Enabled
> • X-Ray ‏ : ‎ Not Enabled
> • Word Wise ‏ : ‎ Not Enabled
> • Print length ‏ : ‎ 36 pages
> • Lending ‏ : ‎ Enabled
> Amazon Best Sellers Rank: #148,852 Paid in Kindle Store (See Top 100 Paid in Kindle Store)
> #4 in Number Theory (Kindle Store)
> #38 in Number Theory (Books)
> #7 in One-Hour Science & Math Short Reads
> 

>
> #11-11, 25th published book
>
> Disproof of Riemann Hypothesis // Math proof series, book 11 Kindle Edition
> by Archimedes Plutonium (Author)
>
> Last revision was 31Oct2021. This is AP's 25th book of science.
>
> Preface: The Riemann Hypothesis was a conjecture never able to be proven and for good reason, for it was the last symptom of a rampant disease inside of mathematics. Old Math did not have the true numbers that compose mathematics. Old Math had a rag-tag ugly collection of fake numbers with their Reals, their Negative numbers compounded with Rationals compounded with Irrationals and then adding on the Imaginary. These are fake numbers, when the true numbers of mathematics are the Decimal Grid Numbers. Because Old Math uses fake numbers, is the reason that Riemann Hypothesis just languished, languished and languished. You cannot prove something riddled in fakery. Below I demonstrate why having fake numbers in math, creates fake proofs, fake theorems, and creates a conjecture that can never be proven.
>
> Cover picture: Riemann Hypothesis deals with fake numbers of mathematics. When what is needed is the true numbers-- Decimal Grid Numbers. We learn Decimal Grid Numbers when very young, when just toddlers, wood counting blocks. All the true numbers of mathematics come from Mathematical Induction-- counting. Mathematical Induction is utterly absent in the Riemann Hypothesis, when it should be central to the hypothesis.
> Length: 58 pages
>
> Product details
> ASIN ‏ : ‎ B07PVDS1RC
> Publication date ‏ : ‎ March 20, 2019
> Language ‏ : ‎ English
> File size ‏ : ‎ 1475 KB
> Text-to-Speech ‏ : ‎ Enabled
> Screen Reader ‏ : ‎ Supported
> Enhanced typesetting ‏ : ‎ Enabled
> X-Ray ‏ : ‎ Not Enabled
> Word Wise ‏ : ‎ Not Enabled
> Print length ‏ : ‎ 58 pages
> Lending ‏ : ‎ Enabled
> Best Sellers Rank: #5,118,638 in Kindle Store (See Top 100 in Kindle Store)
> ◦ #643 in Number Theory (Kindle Store)
> ◦ #1,398 in One-Hour Science & Math Short Reads
> ◦ #3,559 in Number Theory (Books)
> 

> #11-12, 152nd published book
> The 6th Regular Polyhedron-- hexagonal faces at infinity// Math proof series, book 12
> by Archimedes Plutonium (Author) Format: Kindle Edition
>
> Last revision was 10Dec2021. And this is AP's 152nd published book of science.
> Preface: This is my 152nd book of science an exciting book, and it came out of the clear blue. The writing of it took a mere week's time and it is a byproduct of my 151st book of science, TEACHING TRUE PHYSICS, 1st year College. Although my 151st book took me over a year to write; this book took just 1 week to write. Difference being that of a textbook versus that of a book on a specific topic, is 50 times more difficult because a textbook takes so much time in organizing, order, and fitting together pieces of each chapter in fact, whereas a single topic science book is like writing a prose story and is 50 times easier to write than a textbook.
> While I was doing 151st, I noticed and emphasized that all of physics is determined by 6 laws of physics, and the first principle of physics is All is Atom and Atoms are nothing but electricity and magnetism. Then we notice that 6 laws cover all of physics, 6 laws of electricity and magnetism. We notice that all of logic and math is covered by 6 operators. And then we look at geometry's regular polyhedrons and find there are only 5 known regular polyhedron with a proof in Old Math that a 6th Regular Polyhedron cannot exist. An actual proof in Old Math that a 6th cannot exist.
> Well, AP knows better. For AP knows that if all of Physics is written in the language of just 6 laws and all of logic and mathematics are covered by 6 operators. That AP knows Old Math made a mistake in thinking they proved 5 regular polyhedron were all that exist as regular polyhedron. So Old Math made some or several mistakes in their so called proof that 5 and only 5 regular polyhedron exist, and that is what this book covers, the 6th regular polyhedron of the world, what it is, and what it looks like.
> Warning: the entire book is written from a sequential dated notebook, so if you read something early on, I may have changed my mind on the idea near the end. This is not a textbook, but a notebook of discovery and read it for its history.
> Cover Picture: is my iphone photograph of a soccer ball of 20 hexagons, 12 pentagons; and a glass ball covered by netting of tiny hexagons. Both objects I use in experiments of proving the 6th Regular Polyhedron.
>
>
> Product details
> • ASIN ‏ : ‎ B09K4PWKVK
> • Publication date ‏ : ‎ October 21, 2021
> • Language ‏ : ‎ English
> • File size ‏ : ‎ 839 KB
> • Text-to-Speech ‏ : ‎ Enabled
> • Screen Reader ‏ : ‎ Supported
> • Enhanced typesetting ‏ : ‎ Enabled
> • X-Ray ‏ : ‎ Not Enabled
> • Word Wise ‏ : ‎ Enabled
> • Print length ‏ : ‎ 76 pages
> • Lending ‏ : ‎ Enabled
>
> #11-13, 160th published book
>
> MATHOPEDIA-- List of 76 fakes and mistakes of Old Math// Student teaches professor Kindle Edition
> by Archimedes Plutonium (Author)
>
> Preface:
> A Mathopedia is like a special type of encyclopedia on the subject of mathematics. It is about the assessment of the worth of mathematics and the subject material of mathematics. It is a overall examination and a evaluation of mathematics and its topics.
>
> The ordering of Mathopedia is not a alphabetic ordering, nor does it have a index. The ordering is purely that of importance at beginning and importance at end.
>
> The greatest use of Mathopedia is a guide to students of what not to waste your time on and what to focus most of your time. I know so many college classes in mathematics are just a total waste of time, waste of valuable time for the class is math fakery. I know because I have been there.
>
> Now I am going to cite various reference sources of AP books if anyone wants more details and can be seen in the Appendix at the end of the book.
>
> I suppose, going forward, mathematics should always have a mathopedia, where major parts of mathematics as a science are held under scrutiny and question as to correctness. In past history we have called these incidents as "doubters of the mainstream". Yet math, like physics, can have no permanent mainstream, since there is always question of correctness in physics, there then corresponds question of correctness in mathematics (because math is a subset of physics). What I mean is that each future generation corrects some mistakes of past mathematics. If anyone is unsure of what I am saying here, both math and physics need constant correcting, never belonged in science. This then converges with the logic-philosophy of Pragmatism (see AP's book of logic on Pragmatism).
>
> Product details
> • ASIN ‏ : ‎ B09MZTLRL5
> • Publication date ‏ : ‎ December 2, 2021
> • Language ‏ : ‎ English
> • File size ‏ : ‎ 1147 KB
> • Text-to-Speech ‏ : ‎ Enabled
> • Screen Reader ‏ : ‎ Supported
> • Enhanced typesetting ‏ : ‎ Enabled
> • X-Ray ‏ : ‎ Not Enabled
> • Word Wise ‏ : ‎ Not Enabled
> • Print length ‏ : ‎ 62 pages
> • Lending ‏ : ‎ Enabled
>
>
>
>
> y z
> | /
> | /
> |/______ x
>
> More people reading and viewing AP's newsgroup than viewing sci.math, sci..physics. So AP has decided to put all NEW WORK, to his newsgroup. And there is little wonder because in AP's newsgroups, there is only solid pure science going on, not a gang of hate spewing misfits blighting the skies.
>
> In sci.math, sci.physics there is only stalking hate spew along with Police Drag Net Spam of no value and other than hate spew there is Police drag net spam day and night.
>
> I re-opened the old newsgroup PAU of 1990s and there one can read my recent posts without the hassle of stalkers and spammers, Police Drag Net Spam that floods each and every day, book and solution manual spammers, off-topic-misfits, front-page-hogs, churning imbeciles, stalking mockers, suppression-bullies, and demonizers. And the taxpayer funded hate spew stalkers who ad hominem you day and night on every one of your posts.
>
> There is no discussion of science in sci.math or sci.physics, just one long line of hate spewing stalkers followed up with Police Drag Net Spam (easy to spot-- very offtopic-- with hate charged content). And countries using sci.physics & sci.math as propaganda platforms, such as tampering in elections with their mind-rot.
>
> Read my recent posts in peace and quiet.
> https://groups.google.com/forum/?hl=en#!forum/plutonium-atom-universe
> Archimedes Plutonium


Click here to read the complete article
Re: Olcott's halt decider is a non-starter

<fb0a398e-b559-4613-8d5b-6e5766b34f29n@googlegroups.com>

  copy mid

https://www.novabbs.com/tech/article-flat.php?id=89199&group=sci.math#89199

  copy link   Newsgroups: sci.math
X-Received: by 2002:a05:622a:60c:: with SMTP id z12mr9494408qta.670.1643055918108;
Mon, 24 Jan 2022 12:25:18 -0800 (PST)
X-Received: by 2002:a25:6f43:: with SMTP id k64mr26173284ybc.206.1643055917933;
Mon, 24 Jan 2022 12:25:17 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!newsreader4.netcologne.de!news.netcologne.de!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: sci.math
Date: Mon, 24 Jan 2022 12:25:17 -0800 (PST)
In-Reply-To: <smm75f$tf7$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=2600:387:b:5:0:0:0:29;
posting-account=fsC03QkAAAAwkSNcSEKmlcR-W_HNitEd
NNTP-Posting-Host: 2600:387:b:5:0:0:0:29
References: <20211112145053.000072c6@reddwarf.jmc> <smm75f$tf7$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <fb0a398e-b559-4613-8d5b-6e5766b34f29n@googlegroups.com>
Subject: Re: Olcott's halt decider is a non-starter
From: plutoniu...@gmail.com (Archimedes Plutonium)
Injection-Date: Mon, 24 Jan 2022 20:25:18 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 18992
 by: Archimedes Plutonium - Mon, 24 Jan 2022 20:25 UTC

Harry Cliff, AP requires that Harry Cliff LHCb physicist to publish in the Cambridge Univ student newspaper of how sorry he is and apologizes for his physics stupidity of thinking that a hydrogen atom is composed of a electron of 0.5MeV flying around outside of a proton of 938MeV, flying around at 99% speed of light and still holding up and holding together as a hydrogen atom. Such stupid physics.

Whereas the truth be known the real electron of a hydrogen atom is the muon stuck inside a 840MeV proton torus of 8 rings, where the muon and proton are doing the Faraday Law of producing more new electricity and storaging that electricity in what are known as neutrons. Because the muon is inside the proton it can fly around the torus inside at nearly the speed of light.

Old Physics which Harry Cliff is a member, never took Logic, never learned how to think straight, think clear, and thus his physics knowledge is just hand down memorization. So stupid he never understood what the hell is angular momentum for no hydrogen atom can exist with a 0.5MeV particle flying around at 99% speed of light and stay put on a proton of 938MeV.

AP says the 0.5MeV particle is Dirac's Magnetic Monopole. Now Dirac was a real physicist, but not Harry Cliff and everyone at CERN with their electron = 0.5MeV.

So, Harry Cliff, AP requires you to publish in Cambridge student newspaper your apology for the boneheaded physics you pursue and teach and test on fake physics of the atom.

AP, King of Science, especially Physics

#2-1, 137th published book

Introduction to AP's TEACHING TRUE PHYSICS// Physics textbook series, book 1 Kindle Edition
by Archimedes Plutonium (Author)

#1 New Release in Electromagnetic Theory

This will be AP's 137th published book on science. And the number 137 is special to me for it is the number of QED, Quantum Electrodynamics as the inverse fine structure constant. I can always remember 137 as that special constant of physics and so I can remember where Teaching True Physics was started by me.

Time has come for the world to have the authoritative textbooks for all of High School and College education. Written by the leading physics expert of the time. The last such was Feynman in the 1960s with Feynman Lectures on Physics. The time before was Maxwell in 1860s with his books and Encyclopedia Britannica editorship. The time is ripe in 2020 for the new authoritative texts on physics. It will be started in 2020 which is 60 years after Feynman. In the future, I request the physics community updates the premier physics textbook series at least every 30 years. For we can see that pattern of 30 years approximately from Faraday in 1830 to Maxwell in 1860 to Planck and Rutherford in about 1900, to Dirac in 1930 to Feynman in 1960 and finally to AP in 1990 and 2020. So much happens in physics after 30 years, that we need the revisions to take place in a timely manner. But also, as we move to Internet publishing such as Amazon's Kindle, we can see that updates can take place very fast, as editing can be a ongoing monthly or yearly activity. I for one keep constantly updating all my published books, at least I try to.

Feynman was the best to make the last authoritative textbook series for his concentration was QED, Quantum Electrodynamics, the pinnacle peak of physics during the 20th century. Of course the Atom Totality theory took over after 1990 and all of physics; for all sciences are under the Atom Totality theory.
And as QED was the pinnacle peak before 1990, the new pinnacle peak is the Atom Totality theory. The Atom Totality theory is the advancement of QED, for the Atom Totality theory primal axiom says -- All is Atom, and atoms are nothing but Electricity and Magnetism.
Length: 64 pages

Product details
• File Size : 790 KB
• Publication Date : October 5, 2020
• Word Wise : Enabled
• Print Length : 64 pages
• Text-to-Speech : Not enabled
• Screen Reader : Supported
• Enhanced Typesetting : Enabled
• X-Ray : Not Enabled
• Language: : English
• ASIN : B08KS4YGWY
• Lending : Enabled
• Best Sellers Rank: #430,602 in Kindle Store (See Top 100 in Kindle Store)
◦ #39 in Electromagnetic Theory
◦ #73 in Electromagnetism (Kindle Store)
◦ #74 in 90-Minute Science & Math Short Reads

#2-2, 145th published book

TEACHING TRUE PHYSICS//Junior High School// Physics textbook series, book 2
Kindle Edition
by Archimedes Plutonium (Author)

What I am doing is clearing the field of physics, clearing it of all the silly mistakes and errors and beliefs that clutter up physics. Clearing it of its fraud and fakeries and con-artistry. I thought of doing these textbooks starting with Senior year High School, wherein I myself started learning physics. But because of so much fraud and fakery in physics education, I believe we have to drop down to Junior year High School to make a drastic and dramatic emphasis on fakery and con-artistry that so much pervades science and physics in particular. So that we have two years in High School to learn physics. And discard the nonsense of physics brainwash that Old Physics filled the halls and corridors of education.

Product details
• ASIN : B08PC99JJB
• Publication date : November 29, 2020
• Language: : English
• File size : 682 KB
• Text-to-Speech : Enabled
• Screen Reader : Supported
• Enhanced typesetting : Enabled
• X-Ray : Not Enabled
• Word Wise : Enabled
• Print length : 78 pages
• Lending : Enabled
• Best Sellers Rank: #185,995 in Kindle Store (See Top 100 in Kindle Store)
◦ #42 in Two-Hour Science & Math Short Reads
◦ #344 in Physics (Kindle Store)
◦ #2,160 in Physics (Books)

#2-3, 146th published book

TEACHING TRUE PHYSICS// Senior High School// Physics textbook series, book 3
Kindle Edition
by Archimedes Plutonium (Author)

I believe that in knowing the history of a science is knowing half of that science. And that if you are amiss of knowing the history behind a science, you have only a partial understanding of the concepts and ideas behind the science. I further believe it is easier to teach a science by teaching its history than any other means of teaching. So for senior year High School, I believe physics history is the best way of teaching physics. And in later years of physics courses, we can always pick up on details. So I devote this senior year High School physics to a history of physics, but only true physics. And there are few books written on the history of physics, so I chose Asimov's The History of Physics, 1966 as the template book for this textbook. Now Asimov's book is full of error and mistakes, and that is disappointing but all of Old Physics is full of error. On errors and mistakes of Old Physics, the best I can do is warn the students, and the largest warning of all is that whenever someone in Old Physics says "electron" what they are talking about is really the Dirac magnetic monopole. And whenever they talk about the Rutherford-Bohr model of the atom, they are talking about huge huge grave mistakes, for the true atom is protons as 8 ringed toruses with a muon stuck inside of a proton doing the Faraday law and producing those magnetic monopoles as electricity. I use Asimov's book as a template but in the future, I hope to rewrite this textbook using no template at all, that is if I have time in the future.
Cover Picture: Is the book The History of Physics, by Isaac Asimov, 1966 and on top of the book are 4 cut-outs of bent circles representing magnetic monopoles which revolutionizes modern physics, especially the ElectroMagnetic theory.

Product details
• ASIN ‏ : ‎ B08RK33T8V
• Publication date ‏ : ‎ December 28, 2020
• Language ‏ : ‎ English
• File size ‏ : ‎ 794 KB
• Text-to-Speech ‏ : ‎ Enabled
• Screen Reader ‏ : ‎ Supported
• Enhanced typesetting ‏ : ‎ Enabled
• X-Ray ‏ : ‎ Not Enabled
• Word Wise ‏ : ‎ Enabled
• Print length ‏ : ‎ 123 pages
• Lending ‏ : ‎ Enabled
• Best Sellers Rank: #4,167,235 in Kindle Store (See Top 100 in Kindle Store)
◦ #15,099 in Physics (Kindle Store)
◦ #91,163 in Physics (Books)

#2-4, 151st published book

TEACHING TRUE PHYSICS// 1st year College// Physics textbook series, book 4
Kindle Edition
by Archimedes Plutonium (Author)

Preface: This is AP's 151st book of science published. It is one of my most important books of science because 1st year college physics is so impressionable on students, if they should continue with physics, or look elsewhere for a career. And also, physics is a crossroad to all the other hard core sciences, where physics course is mandatory such as in chemistry or even biology. I have endeavored to make physics 1st year college to be as easy and simple to learn. In this endeavor to make physics super easy, I have made the writing such that you will see core ideas in all capital letters as single sentences as a educational tool. And I have made this textbook chapter writing follow a logical pattern of both algebra and geometry concepts, throughout. The utmost importance of logic in physics needs to be seen and understood. For I have never seen a physics book, prior to this one that is logical. Every Old Physics textbook I have seen is scatter-brained in topics and in writing. I use as template book of Halliday & Resnick because a edition of H&R was one I was taught physics at University of Cincinnati in 1969.. And in 1969, I had a choice of majors, do I major in geology, or mathematics, or in physics, for I will graduate from UC in 1972. For me, geology was too easy, but physics was too tough, so I ended up majoring in mathematics. If I had been taught in 1969 using this textbook that I have written, I would have ended up majoring in physics, my first love. For physics is not hard, not hard at all, once you clear out the mistakes and the obnoxious worthless mathematics that clutters up Old Physics, and the illogic that smothers much of Old Physics.


Click here to read the complete article
Re: Olcott's halt decider is a non-starter

<f5158fd4-4637-424a-992c-87ba0d949665n@googlegroups.com>

  copy mid

https://www.novabbs.com/tech/article-flat.php?id=89234&group=sci.math#89234

  copy link   Newsgroups: sci.math
X-Received: by 2002:a05:6214:529e:: with SMTP id kj30mr5348484qvb.48.1643083306928;
Mon, 24 Jan 2022 20:01:46 -0800 (PST)
X-Received: by 2002:a25:fd6:: with SMTP id 205mr28370118ybp.654.1643083306716;
Mon, 24 Jan 2022 20:01:46 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: sci.math
Date: Mon, 24 Jan 2022 20:01:46 -0800 (PST)
In-Reply-To: <bb76192e-5d47-46a1-8761-6385a5e6d850n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2600:387:b:7:0:0:0:ba;
posting-account=fsC03QkAAAAwkSNcSEKmlcR-W_HNitEd
NNTP-Posting-Host: 2600:387:b:7:0:0:0:ba
References: <20211112145053.000072c6@reddwarf.jmc> <smm75f$tf7$1@dont-email.me>
<bb76192e-5d47-46a1-8761-6385a5e6d850n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <f5158fd4-4637-424a-992c-87ba0d949665n@googlegroups.com>
Subject: Re: Olcott's halt decider is a non-starter
From: plutoniu...@gmail.com (Archimedes Plutonium)
Injection-Date: Tue, 25 Jan 2022 04:01:46 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 363
 by: Archimedes Plutonium - Tue, 25 Jan 2022 04:01 UTC

Harry Cliff, AP requires that Harry Cliff LHCb physicist to publish in the Cambridge Univ student newspaper of how sorry he is and apologizes for his physics stupidity of thinking that a hydrogen atom is composed of a electron of 0.5MeV flying around outside of a proton of 938MeV, flying around at 99% speed of light and still holding up and holding together as a hydrogen atom. Such stupid physics.

Whereas the truth be known the real electron of a hydrogen atom is the muon stuck inside a 840MeV proton torus of 8 rings, where the muon and proton are doing the Faraday Law of producing more new electricity and storaging that electricity in what are known as neutrons. Because the muon is inside the proton it can fly around the torus inside at nearly the speed of light.

Old Physics which Harry Cliff is a member, never took Logic, never learned how to think straight, think clear, and thus his physics knowledge is just hand down memorization. So stupid he never understood what the hell is angular momentum for no hydrogen atom can exist with a 0.5MeV particle flying around at 99% speed of light and stay put on a proton of 938MeV.

AP says the 0.5MeV particle is Dirac's Magnetic Monopole. Now Dirac was a real physicist, but not Harry Cliff and everyone at CERN with their electron = 0.5MeV.

So, Harry Cliff, AP requires you to publish in Cambridge student newspaper your apology for the boneheaded physics you pursue and teach and test on fake physics of the atom.

AP, King of Science, especially Physics

#2-1, 137th published book

Introduction to AP's TEACHING TRUE PHYSICS// Physics textbook series, book 1 Kindle Edition
by Archimedes Plutonium (Author)

#1 New Release in Electromagnetic Theory

This will be AP's 137th published book on science. And the number 137 is special to me for it is the number of QED, Quantum Electrodynamics as the inverse fine structure constant. I can always remember 137 as that special constant of physics and so I can remember where Teaching True Physics was started by me.

Time has come for the world to have the authoritative textbooks for all of High School and College education. Written by the leading physics expert of the time. The last such was Feynman in the 1960s with Feynman Lectures on Physics. The time before was Maxwell in 1860s with his books and Encyclopedia Britannica editorship. The time is ripe in 2020 for the new authoritative texts on physics. It will be started in 2020 which is 60 years after Feynman. In the future, I request the physics community updates the premier physics textbook series at least every 30 years. For we can see that pattern of 30 years approximately from Faraday in 1830 to Maxwell in 1860 to Planck and Rutherford in about 1900, to Dirac in 1930 to Feynman in 1960 and finally to AP in 1990 and 2020. So much happens in physics after 30 years, that we need the revisions to take place in a timely manner. But also, as we move to Internet publishing such as Amazon's Kindle, we can see that updates can take place very fast, as editing can be a ongoing monthly or yearly activity. I for one keep constantly updating all my published books, at least I try to.

Feynman was the best to make the last authoritative textbook series for his concentration was QED, Quantum Electrodynamics, the pinnacle peak of physics during the 20th century. Of course the Atom Totality theory took over after 1990 and all of physics; for all sciences are under the Atom Totality theory.
And as QED was the pinnacle peak before 1990, the new pinnacle peak is the Atom Totality theory. The Atom Totality theory is the advancement of QED, for the Atom Totality theory primal axiom says -- All is Atom, and atoms are nothing but Electricity and Magnetism.
Length: 64 pages

Product details
• File Size : 790 KB
• Publication Date : October 5, 2020
• Word Wise : Enabled
• Print Length : 64 pages
• Text-to-Speech : Not enabled
• Screen Reader : Supported
• Enhanced Typesetting : Enabled
• X-Ray : Not Enabled
• Language: : English
• ASIN : B08KS4YGWY
• Lending : Enabled
• Best Sellers Rank: #430,602 in Kindle Store (See Top 100 in Kindle Store)
◦ #39 in Electromagnetic Theory
◦ #73 in Electromagnetism (Kindle Store)
◦ #74 in 90-Minute Science & Math Short Reads

#2-2, 145th published book

TEACHING TRUE PHYSICS//Junior High School// Physics textbook series, book 2
Kindle Edition
by Archimedes Plutonium (Author)

What I am doing is clearing the field of physics, clearing it of all the silly mistakes and errors and beliefs that clutter up physics. Clearing it of its fraud and fakeries and con-artistry. I thought of doing these textbooks starting with Senior year High School, wherein I myself started learning physics. But because of so much fraud and fakery in physics education, I believe we have to drop down to Junior year High School to make a drastic and dramatic emphasis on fakery and con-artistry that so much pervades science and physics in particular. So that we have two years in High School to learn physics. And discard the nonsense of physics brainwash that Old Physics filled the halls and corridors of education.

Product details
• ASIN : B08PC99JJB
• Publication date : November 29, 2020
• Language: : English
• File size : 682 KB
• Text-to-Speech : Enabled
• Screen Reader : Supported
• Enhanced typesetting : Enabled
• X-Ray : Not Enabled
• Word Wise : Enabled
• Print length : 78 pages
• Lending : Enabled
• Best Sellers Rank: #185,995 in Kindle Store (See Top 100 in Kindle Store)
◦ #42 in Two-Hour Science & Math Short Reads
◦ #344 in Physics (Kindle Store)
◦ #2,160 in Physics (Books)

#2-3, 146th published book

TEACHING TRUE PHYSICS// Senior High School// Physics textbook series, book 3
Kindle Edition
by Archimedes Plutonium (Author)

I believe that in knowing the history of a science is knowing half of that science. And that if you are amiss of knowing the history behind a science, you have only a partial understanding of the concepts and ideas behind the science. I further believe it is easier to teach a science by teaching its history than any other means of teaching. So for senior year High School, I believe physics history is the best way of teaching physics. And in later years of physics courses, we can always pick up on details. So I devote this senior year High School physics to a history of physics, but only true physics. And there are few books written on the history of physics, so I chose Asimov's The History of Physics, 1966 as the template book for this textbook. Now Asimov's book is full of error and mistakes, and that is disappointing but all of Old Physics is full of error. On errors and mistakes of Old Physics, the best I can do is warn the students, and the largest warning of all is that whenever someone in Old Physics says "electron" what they are talking about is really the Dirac magnetic monopole. And whenever they talk about the Rutherford-Bohr model of the atom, they are talking about huge huge grave mistakes, for the true atom is protons as 8 ringed toruses with a muon stuck inside of a proton doing the Faraday law and producing those magnetic monopoles as electricity. I use Asimov's book as a template but in the future, I hope to rewrite this textbook using no template at all, that is if I have time in the future.
Cover Picture: Is the book The History of Physics, by Isaac Asimov, 1966 and on top of the book are 4 cut-outs of bent circles representing magnetic monopoles which revolutionizes modern physics, especially the ElectroMagnetic theory.

Product details
• ASIN ‏ : ‎ B08RK33T8V
• Publication date ‏ : ‎ December 28, 2020
• Language ‏ : ‎ English
• File size ‏ : ‎ 794 KB
• Text-to-Speech ‏ : ‎ Enabled
• Screen Reader ‏ : ‎ Supported
• Enhanced typesetting ‏ : ‎ Enabled
• X-Ray ‏ : ‎ Not Enabled
• Word Wise ‏ : ‎ Enabled
• Print length ‏ : ‎ 123 pages
• Lending ‏ : ‎ Enabled
• Best Sellers Rank: #4,167,235 in Kindle Store (See Top 100 in Kindle Store)
◦ #15,099 in Physics (Kindle Store)
◦ #91,163 in Physics (Books)

#2-4, 151st published book

TEACHING TRUE PHYSICS// 1st year College// Physics textbook series, book 4
Kindle Edition
by Archimedes Plutonium (Author)

Preface: This is AP's 151st book of science published. It is one of my most important books of science because 1st year college physics is so impressionable on students, if they should continue with physics, or look elsewhere for a career. And also, physics is a crossroad to all the other hard core sciences, where physics course is mandatory such as in chemistry or even biology. I have endeavored to make physics 1st year college to be as easy and simple to learn. In this endeavor to make physics super easy, I have made the writing such that you will see core ideas in all capital letters as single sentences as a educational tool. And I have made this textbook chapter writing follow a logical pattern of both algebra and geometry concepts, throughout. The utmost importance of logic in physics needs to be seen and understood. For I have never seen a physics book, prior to this one that is logical. Every Old Physics textbook I have seen is scatter-brained in topics and in writing. I use as template book of Halliday & Resnick because a edition of H&R was one I was taught physics at University of Cincinnati in 1969.. And in 1969, I had a choice of majors, do I major in geology, or mathematics, or in physics, for I will graduate from UC in 1972. For me, geology was too easy, but physics was too tough, so I ended up majoring in mathematics. If I had been taught in 1969 using this textbook that I have written, I would have ended up majoring in physics, my first love. For physics is not hard, not hard at all, once you clear out the mistakes and the obnoxious worthless mathematics that clutters up Old Physics, and the illogic that smothers much of Old Physics.


Click here to read the complete article
Re: Olcott's halt decider is a non-starter

<4f2b3f85-d9f5-42c4-a0f8-b5ac26e3034en@googlegroups.com>

  copy mid

https://www.novabbs.com/tech/article-flat.php?id=89296&group=sci.math#89296

  copy link   Newsgroups: sci.math
X-Received: by 2002:ac8:5c14:: with SMTP id i20mr18673065qti.382.1643144610625;
Tue, 25 Jan 2022 13:03:30 -0800 (PST)
X-Received: by 2002:a25:6f43:: with SMTP id k64mr33128427ybc.206.1643144610458;
Tue, 25 Jan 2022 13:03:30 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: sci.math
Date: Tue, 25 Jan 2022 13:03:30 -0800 (PST)
In-Reply-To: <smm75f$tf7$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=2600:387:b:3:0:0:0:69;
posting-account=fsC03QkAAAAwkSNcSEKmlcR-W_HNitEd
NNTP-Posting-Host: 2600:387:b:3:0:0:0:69
References: <20211112145053.000072c6@reddwarf.jmc> <smm75f$tf7$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <4f2b3f85-d9f5-42c4-a0f8-b5ac26e3034en@googlegroups.com>
Subject: Re: Olcott's halt decider is a non-starter
From: plutoniu...@gmail.com (Archimedes Plutonium)
Injection-Date: Tue, 25 Jan 2022 21:03:30 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 116
 by: Archimedes Plutonium - Tue, 25 Jan 2022 21:03 UTC

Roger Penrose needs to publish in the Univ Oxford student newspaper of how sorry he is and apologizes for his physics stupidity of thinking that a hydrogen atom is composed of a electron of 0.5MeV flying around OUTSIDE of a proton of 938MeV, flying around at 99% speed of light and still holding together as a hydrogen atom. For Roger Penrose was a physics idiot all his life never understanding what Angular Momentum means. For you can never have a electron flying around outside a proton at 99% speed of light and hold together.

The true electron of atoms is the Muon and is stuck INSIDE a 840MeV proton torus doing the Faraday law with the proton and producing electricity-- some of which is a 0.5MeV particle which AP says is the Dirac magnetic monopole. Roger Penrose is a physics failure and should apologize to all his students.

And as for mathematics, well Roger Penrose's stupidity in science extends into mathematics for all his life, he has looked at a single cone and believed it was a slant cut produces a ellipse. But Roger is an idiot of math for a single cone has but 1 axis of symmetry meaning that the slant cut must be a oval, never the ellipse. About the only use Roger Penrose is good at, is winning prizes and awards for fake science.


>
> Whereas the truth be known the real electron of a hydrogen atom is the muon stuck inside a 840MeV proton torus of 8 rings, where the muon and proton are doing the Faraday Law of producing more new electricity and storaging that electricity in what are known as neutrons. Because the muon is inside the proton it can fly around the torus inside at nearly the speed of light.
>
> Old Physics which Harry Cliff is a member, never took Logic, never learned how to think straight, think clear, and thus his physics knowledge is just hand down memorization. So stupid he never understood what the hell is angular momentum for no hydrogen atom can exist with a 0.5MeV particle flying around at 99% speed of light and stay put on a proton of 938MeV.
>
> AP says the 0.5MeV particle is Dirac's Magnetic Monopole. Now Dirac was a real physicist, but not Harry Cliff and everyone at CERN with their electron = 0.5MeV.
>
> So, Harry Cliff, AP requires you to publish in Cambridge student newspaper your apology for the boneheaded physics you pursue and teach and test on fake physics of the atom.
> AP, King of Science, especially Physics

> #3-1, 2nd published book
>
> True Chemistry: Chemistry Series, book 1 Kindle Edition
> by Archimedes Plutonium (Author)
>
> Physics and chemistry made a mistake in 1897 for they thought that J.J. Thomson's small particle of 0.5MeV was the electron of atoms. By 2017, Archimedes Plutonium discovered that the rest mass of 940 for neutron and proton was really 9 x 105MeV with a small sigma-error. Meaning that the real proton is 840MeV, real electron is 105 MeV= muon, and that little particle Thomson discovered was in fact the Dirac magnetic monopole. Dirac circa 1930s was looking for a magnetic monopole, and sadly, Dirac passed away before 2017, because if he had lived to 2017, he would have seen his long sought for magnetic monopole which is everywhere.
>
> Cover picture: shows 3 isomers of CO2 and the O2 molecule.
>
> Length: 1150 pages
>
>
> Product details
> • File Size : 2167 KB
> • ASIN : B07PLVMMSZ
> • Publication Date : March 11, 2019
> • Word Wise : Enabled
> • Print Length : 1150 pages
> • Language: : English
> • Text-to-Speech : Not enabled
> • Enhanced Typesetting : Enabled
> • X-Ray : Not Enabled
> • Lending : Enabled
> Amazon Best Sellers Rank: #590,212 Paid in Kindle Store (See Top 100 Paid in Kindle Store)
> #181 in General Chemistry & Reference
> #1324 in General Chemistry
> #1656 in Physics (Kindle Store)

y

| /
| /
|/______ x

More people reading and viewing AP's newsgroup than viewing sci.math, sci.physics. So AP has decided to put all NEW WORK, to his newsgroup. And there is little wonder because in AP's newsgroups, there is only solid pure science going on, not a gang of hate spewing misfits blighting the skies.

In sci.math, sci.physics there is only stalking hate spew along with Police Drag Net Spam of no value and other than hate spew there is Police drag net spam day and night.

I re-opened the old newsgroup PAU of 1990s and there one can read my recent posts without the hassle of stalkers and spammers, Police Drag Net Spam that floods each and every day, book and solution manual spammers, off-topic-misfits, front-page-hogs, churning imbeciles, stalking mockers, suppression-bullies, and demonizers. And the taxpayer funded hate spew stalkers who ad hominem you day and night on every one of your posts.

There is no discussion of science in sci.math or sci.physics, just one long line of hate spewing stalkers followed up with Police Drag Net Spam (easy to spot-- very offtopic-- with hate charged content). And countries using sci.physics & sci.math as propaganda platforms, such as tampering in elections with their mind-rot.

Read my recent posts in peace and quiet.
https://groups.google.com/forum/?hl=en#!forum/plutonium-atom-universe
Archimedes Plutonium

Re: Olcott's halt decider is a non-starter

<f2b71496-6589-4d8e-a0a1-ef46754a4933n@googlegroups.com>

  copy mid

https://www.novabbs.com/tech/article-flat.php?id=89317&group=sci.math#89317

  copy link   Newsgroups: sci.math
X-Received: by 2002:a05:622a:28b:: with SMTP id z11mr19258210qtw.365.1643160124812; Tue, 25 Jan 2022 17:22:04 -0800 (PST)
X-Received: by 2002:a25:511:: with SMTP id 17mr7261556ybf.177.1643160124631; Tue, 25 Jan 2022 17:22:04 -0800 (PST)
Path: i2pn2.org!i2pn.org!aioe.org!news.uzoreto.com!tr3.eu1.usenetexpress.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: sci.math
Date: Tue, 25 Jan 2022 17:22:04 -0800 (PST)
In-Reply-To: <smm75f$tf7$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=2600:387:b:3:0:0:0:5a; posting-account=fsC03QkAAAAwkSNcSEKmlcR-W_HNitEd
NNTP-Posting-Host: 2600:387:b:3:0:0:0:5a
References: <20211112145053.000072c6@reddwarf.jmc> <smm75f$tf7$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <f2b71496-6589-4d8e-a0a1-ef46754a4933n@googlegroups.com>
Subject: Re: Olcott's halt decider is a non-starter
From: plutoniu...@gmail.com (Archimedes Plutonium)
Injection-Date: Wed, 26 Jan 2022 01:22:04 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 115
 by: Archimedes Plutonium - Wed, 26 Jan 2022 01:22 UTC

Roger Penrose needs to publish in the Univ Oxford student newspaper of how sorry he is and apologizes for his physics stupidity of thinking that a hydrogen atom is composed of a electron of 0.5MeV flying around OUTSIDE of a proton of 938MeV, flying around at 99% speed of light and still holding together as a hydrogen atom. For Roger Penrose was a physics idiot all his life never understanding what Angular Momentum means. For you can never have a electron flying around outside a proton at 99% speed of light and hold together.

The true electron of atoms is the Muon and is stuck INSIDE a 840MeV proton torus doing the Faraday law with the proton and producing electricity-- some of which is a 0.5MeV particle which AP says is the Dirac magnetic monopole. Roger Penrose is a physics failure and should apologize to all his students.

And as for mathematics, well Roger Penrose's stupidity in science extends into mathematics for all his life, he has looked at a single cone and believed it was a slant cut produces a ellipse. But Roger is an idiot of math for a single cone has but 1 axis of symmetry meaning that the slant cut must be a oval, never the ellipse. About the only use Roger Penrose is good at, is winning prizes and awards for fake science.


>
> Whereas the truth be known the real electron of a hydrogen atom is the muon stuck inside a 840MeV proton torus of 8 rings, where the muon and proton are doing the Faraday Law of producing more new electricity and storaging that electricity in what are known as neutrons. Because the muon is inside the proton it can fly around the torus inside at nearly the speed of light.
>
> Old Physics which Harry Cliff is a member, never took Logic, never learned how to think straight, think clear, and thus his physics knowledge is just hand down memorization. So stupid he never understood what the hell is angular momentum for no hydrogen atom can exist with a 0.5MeV particle flying around at 99% speed of light and stay put on a proton of 938MeV.
>
> AP says the 0.5MeV particle is Dirac's Magnetic Monopole. Now Dirac was a real physicist, but not Harry Cliff and everyone at CERN with their electron = 0.5MeV.
>
> So, Harry Cliff, AP requires you to publish in Cambridge student newspaper your apology for the boneheaded physics you pursue and teach and test on fake physics of the atom.
> AP, King of Science, especially Physics

> #3-1, 2nd published book
>
> True Chemistry: Chemistry Series, book 1 Kindle Edition
> by Archimedes Plutonium (Author)
>
> Physics and chemistry made a mistake in 1897 for they thought that J.J. Thomson's small particle of 0.5MeV was the electron of atoms. By 2017, Archimedes Plutonium discovered that the rest mass of 940 for neutron and proton was really 9 x 105MeV with a small sigma-error. Meaning that the real proton is 840MeV, real electron is 105 MeV= muon, and that little particle Thomson discovered was in fact the Dirac magnetic monopole. Dirac circa 1930s was looking for a magnetic monopole, and sadly, Dirac passed away before 2017, because if he had lived to 2017, he would have seen his long sought for magnetic monopole which is everywhere.
>
> Cover picture: shows 3 isomers of CO2 and the O2 molecule.
>
> Length: 1150 pages
>
>
> Product details
> • File Size : 2167 KB
> • ASIN : B07PLVMMSZ
> • Publication Date : March 11, 2019
> • Word Wise : Enabled
> • Print Length : 1150 pages
> • Language: : English
> • Text-to-Speech : Not enabled
> • Enhanced Typesetting : Enabled
> • X-Ray : Not Enabled
> • Lending : Enabled
> Amazon Best Sellers Rank: #590,212 Paid in Kindle Store (See Top 100 Paid in Kindle Store)
> #181 in General Chemistry & Reference
> #1324 in General Chemistry
> #1656 in Physics (Kindle Store)

y


| /
| /
|/______ x

More people reading and viewing AP's newsgroup than viewing sci.math, sci.physics. So AP has decided to put all NEW WORK, to his newsgroup. And there is little wonder because in AP's newsgroups, there is only solid pure science going on, not a gang of hate spewing misfits blighting the skies.

In sci.math, sci.physics there is only stalking hate spew along with Police Drag Net Spam of no value and other than hate spew there is Police drag net spam day and night.

I re-opened the old newsgroup PAU of 1990s and there one can read my recent posts without the hassle of stalkers and spammers, Police Drag Net Spam that floods each and every day, book and solution manual spammers, off-topic-misfits, front-page-hogs, churning imbeciles, stalking mockers, suppression-bullies, and demonizers. And the taxpayer funded hate spew stalkers who ad hominem you day and night on every one of your posts.

There is no discussion of science in sci.math or sci.physics, just one long line of hate spewing stalkers followed up with Police Drag Net Spam (easy to spot-- very offtopic-- with hate charged content). And countries using sci.physics & sci.math as propaganda platforms, such as tampering in elections with their mind-rot.

Read my recent posts in peace and quiet.
https://groups.google.com/forum/?hl=en#!forum/plutonium-atom-universe
Archimedes Plutonium

Re: Olcott's halt decider is a non-starter

<add2a1c4-383b-445a-82f2-6f9b99d186bbn@googlegroups.com>

  copy mid

https://www.novabbs.com/tech/article-flat.php?id=89391&group=sci.math#89391

  copy link   Newsgroups: sci.math
X-Received: by 2002:ac8:7f4d:: with SMTP id g13mr1508222qtk.173.1643260034384;
Wed, 26 Jan 2022 21:07:14 -0800 (PST)
X-Received: by 2002:a25:e6c3:: with SMTP id d186mr3427220ybh.663.1643260034265;
Wed, 26 Jan 2022 21:07:14 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: sci.math
Date: Wed, 26 Jan 2022 21:07:13 -0800 (PST)
In-Reply-To: <f2b71496-6589-4d8e-a0a1-ef46754a4933n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2600:387:b:3:0:0:0:66;
posting-account=fsC03QkAAAAwkSNcSEKmlcR-W_HNitEd
NNTP-Posting-Host: 2600:387:b:3:0:0:0:66
References: <20211112145053.000072c6@reddwarf.jmc> <smm75f$tf7$1@dont-email.me>
<f2b71496-6589-4d8e-a0a1-ef46754a4933n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <add2a1c4-383b-445a-82f2-6f9b99d186bbn@googlegroups.com>
Subject: Re: Olcott's halt decider is a non-starter
From: plutoniu...@gmail.com (Archimedes Plutonium)
Injection-Date: Thu, 27 Jan 2022 05:07:14 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 115
 by: Archimedes Plutonium - Thu, 27 Jan 2022 05:07 UTC

RogerPenrose needs to publish in the Univ Oxford student newspaper of how sorry he is and apologizes for his physics stupidity of thinking that a hydrogen atom is composed of a electron of 0.5MeV flying around OUTSIDE of a proton of 938MeV, flying around at 99% speed of light and still holding together as a hydrogen atom. For Roger Penrose was a physics idiot all his life never understanding what Angular Momentum means. For you can never have a electron flying around outside a proton at 99% speed of light and hold together.
>
> The true electron of atoms is the Muon and is stuck INSIDE a 840MeV proton torus doing the Faraday law with the proton and producing electricity-- some of which is a 0.5MeV particle which AP says is the Dirac magnetic monopole. Roger Penrose is a physics failure and should apologize to all his students.
>
> And as for mathematics, well Roger Penrose's stupidity in science extends into mathematics for all his life, he has looked at a single cone and believed it was a slant cut produces a ellipse. But Roger is an idiot of math for a single cone has but 1 axis of symmetry meaning that the slant cut must be a oval, never the ellipse. About the only use Roger Penrose is good at, is winning prizes and awards for fake science.
>
> 
> >
> > Whereas the truth be known the real electron of a hydrogen atom is the muon stuck inside a 840MeV proton torus of 8 rings, where the muon and proton are doing the Faraday Law of producing more new electricity and storaging that electricity in what are known as neutrons. Because the muon is inside the proton it can fly around the torus inside at nearly the speed of light.
> >
> > Old Physics which Harry Cliff is a member, never took Logic, never learned how to think straight, think clear, and thus his physics knowledge is just hand down memorization. So stupid he never understood what the hell is angular momentum for no hydrogen atom can exist with a 0.5MeV particle flying around at 99% speed of light and stay put on a proton of 938MeV.
> >
> > AP says the 0.5MeV particle is Dirac's Magnetic Monopole. Now Dirac was a real physicist, but not Harry Cliff and everyone at CERN with their electron = 0.5MeV.
> >
> > So, Harry Cliff, AP requires you to publish in Cambridge student newspaper your apology for the boneheaded physics you pursue and teach and test on fake physics of the atom.
> > AP, King of Science, especially Physics
> 
> > #3-1, 2nd published book
> >
> > True Chemistry: Chemistry Series, book 1 Kindle Edition
> > by Archimedes Plutonium (Author)
> >
> > Physics and chemistry made a mistake in 1897 for they thought that J.J. Thomson's small particle of 0.5MeV was the electron of atoms. By 2017, Archimedes Plutonium discovered that the rest mass of 940 for neutron and proton was really 9 x 105MeV with a small sigma-error. Meaning that the real proton is 840MeV, real electron is 105 MeV= muon, and that little particle Thomson discovered was in fact the Dirac magnetic monopole. Dirac circa 1930s was looking for a magnetic monopole, and sadly, Dirac passed away before 2017, because if he had lived to 2017, he would have seen his long sought for magnetic monopole which is everywhere.
> >
> > Cover picture: shows 3 isomers of CO2 and the O2 molecule.
> >
> > Length: 1150 pages
> >
> >
> > Product details
> > • File Size : 2167 KB
> > • ASIN : B07PLVMMSZ
> > • Publication Date : March 11, 2019
> > • Word Wise : Enabled
> > • Print Length : 1150 pages
> > • Language: : English
> > • Text-to-Speech : Not enabled
> > • Enhanced Typesetting : Enabled
> > • X-Ray : Not Enabled
> > • Lending : Enabled
> > Amazon Best Sellers Rank: #590,212 Paid in Kindle Store (See Top 100 Paid in Kindle Store)
> > #181 in General Chemistry & Reference
> > #1324 in General Chemistry
> > #1656 in Physics (Kindle Store)
> 
> y
> 
> 
> | /
> | /
> |/______ x
>
> More people reading and viewing AP's newsgroup than viewing sci.math, sci..physics. So AP has decided to put all NEW WORK, to his newsgroup. And there is little wonder because in AP's newsgroups, there is only solid pure science going on, not a gang of hate spewing misfits blighting the skies.
>
> In sci.math, sci.physics there is only stalking hate spew along with Police Drag Net Spam of no value and other than hate spew there is Police drag net spam day and night.
>
> I re-opened the old newsgroup PAU of 1990s and there one can read my recent posts without the hassle of stalkers and spammers, Police Drag Net Spam that floods each and every day, book and solution manual spammers, off-topic-misfits, front-page-hogs, churning imbeciles, stalking mockers, suppression-bullies, and demonizers. And the taxpayer funded hate spew stalkers who ad hominem you day and night on every one of your posts.
>
> There is no discussion of science in sci.math or sci.physics, just one long line of hate spewing stalkers followed up with Police Drag Net Spam (easy to spot-- very offtopic-- with hate charged content). And countries using sci.physics & sci.math as propaganda platforms, such as tampering in elections with their mind-rot.
>
> Read my recent posts in peace and quiet.
> https://groups.google.com/forum/?hl=en#!forum/plutonium-atom-universe
> Archimedes Plutonium

Re: Olcott's halt decider is a non-starter

<f2d64c58-9b14-4dba-8939-6ecd7c68ea97n@googlegroups.com>

  copy mid

https://www.novabbs.com/tech/article-flat.php?id=89796&group=sci.math#89796

  copy link   Newsgroups: sci.math
X-Received: by 2002:a37:f919:: with SMTP id l25mr14677348qkj.768.1643670263045;
Mon, 31 Jan 2022 15:04:23 -0800 (PST)
X-Received: by 2002:a25:37d2:: with SMTP id e201mr31561368yba.177.1643670262925;
Mon, 31 Jan 2022 15:04:22 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: sci.math
Date: Mon, 31 Jan 2022 15:04:22 -0800 (PST)
In-Reply-To: <smm75f$tf7$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=2600:387:b:f:0:0:0:85;
posting-account=fsC03QkAAAAwkSNcSEKmlcR-W_HNitEd
NNTP-Posting-Host: 2600:387:b:f:0:0:0:85
References: <20211112145053.000072c6@reddwarf.jmc> <smm75f$tf7$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <f2d64c58-9b14-4dba-8939-6ecd7c68ea97n@googlegroups.com>
Subject: Re: Olcott's halt decider is a non-starter
From: plutoniu...@gmail.com (Archimedes Plutonium)
Injection-Date: Mon, 31 Jan 2022 23:04:23 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 40
 by: Archimedes Plutonium - Mon, 31 Jan 2022 23:04 UTC

Germany in Middle Way on Ukraine

Kibo wants Germany in the Middle Way for once in the life of Germany. They went too far to the right in World War 2, now Germany is too far to the "do nothing" in 2022 on Ukraine. Go the MIDDLE WAY, Germany and send 1,000 missiles that can reach Moscow along with 5,000 troops to fire those missiles to Ukraine.

The MIDDLE WAY, Germany, learn the MIDDLE WAY

Kibo Parry Moron the famous CIA agent who blew his cover just hours after induction wrote:
On Saturday, January 29, 2022 at 5:12:47 PM UTC-6, Michael Moroney wrote:
>of Physics
>"tard"
> fails at math and science:
> I was wondering why you always imagine up something stupid and absurd,

Kibo Parry Moroney in 1997 blows his CIA cover-- to the entire world, mind you---
Re: Archimedes Vanadium, America's most beloved poster
>> In article <5nefan$i06$9...@news.thecia.net> kibo greps <ki...@shell.thecia.net> writes:
> >

Kibo, after you blew your cover, did they send you back to Rensselaer Polytech to learn that 938 was 12% short of 945?

On Wednesday, December 6, 2017 at 12:30:22 AM UTC-6, Michael Moroney wrote:
> Silly boy, that's off by more than 12.6 MeV, or 12% of the mass of a muon.
> Hardly "exactly" 9 muons.
Wednesday, December 6, 2017 at 9:52:21 AM UTC-6, Michael Moroney wrote:
> Or, 938.2720813/105.6583745 = 8.88024338572. A proton is about the mass
> of 8.88 muons, not 9. About 12% short.

Re: Olcott's halt decider is a non-starter

<01e7e237-aaf9-4247-8454-3c4468fdfb3dn@googlegroups.com>

  copy mid

https://www.novabbs.com/tech/article-flat.php?id=89803&group=sci.math#89803

  copy link   Newsgroups: sci.math
X-Received: by 2002:a05:622a:1188:: with SMTP id m8mr16965825qtk.349.1643677451738;
Mon, 31 Jan 2022 17:04:11 -0800 (PST)
X-Received: by 2002:a25:7904:: with SMTP id u4mr32416079ybc.563.1643677451508;
Mon, 31 Jan 2022 17:04:11 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: sci.math
Date: Mon, 31 Jan 2022 17:04:11 -0800 (PST)
In-Reply-To: <f5158fd4-4637-424a-992c-87ba0d949665n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2600:387:b:f:0:0:0:71;
posting-account=fsC03QkAAAAwkSNcSEKmlcR-W_HNitEd
NNTP-Posting-Host: 2600:387:b:f:0:0:0:71
References: <20211112145053.000072c6@reddwarf.jmc> <smm75f$tf7$1@dont-email.me>
<bb76192e-5d47-46a1-8761-6385a5e6d850n@googlegroups.com> <f5158fd4-4637-424a-992c-87ba0d949665n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <01e7e237-aaf9-4247-8454-3c4468fdfb3dn@googlegroups.com>
Subject: Re: Olcott's halt decider is a non-starter
From: plutoniu...@gmail.com (Archimedes Plutonium)
Injection-Date: Tue, 01 Feb 2022 01:04:11 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 364
 by: Archimedes Plutonium - Tue, 1 Feb 2022 01:04 UTC

Univ Cambridge motto "From this place, we gain enlightenment and precious knowledge". But sadly, math education at Cambridge is a cesspool sewer with their Boole logic 2 OR 1= 3 with AND as subtraction, and the imbeciles of Cambridge with a slant cut in single cone a ellipse when even street urchins and Boris Johnson with a paper cone and Kerr/Mason lid can show it to be a Oval, never the ellipse for a cone has 1 axis is symmetry, not 2. But worst of all, not a single jackarse mathematician at Cambridge can do a geometry proof of Fundamental Theorem of Calculus. It is as if, once Newton had gone, no-one at Cambridge math department is worth more than a penny.

Harry Cliff, AP requires that Harry Cliff LHCb physicist to publish in the Cambridge Univ student newspaper of how sorry he is and apologizes for his physics stupidity of thinking that a hydrogen atom is composed of a electron of 0.5MeV flying around outside of a proton of 938MeV, flying around at 99% speed of light and still holding up and holding together as a hydrogen atom. Such stupid physics.
>
> Whereas the truth be known the real electron of a hydrogen atom is the muon stuck inside a 840MeV proton torus of 8 rings, where the muon and proton are doing the Faraday Law of producing more new electricity and storaging that electricity in what are known as neutrons. Because the muon is inside the proton it can fly around the torus inside at nearly the speed of light.
>
> Old Physics which Harry Cliff is a member, never took Logic, never learned how to think straight, think clear, and thus his physics knowledge is just hand down memorization. So stupid he never understood what the hell is angular momentum for no hydrogen atom can exist with a 0.5MeV particle flying around at 99% speed of light and stay put on a proton of 938MeV.
>
> AP says the 0.5MeV particle is Dirac's Magnetic Monopole. Now Dirac was a real physicist, but not Harry Cliff and everyone at CERN with their electron = 0.5MeV.
>
> So, Harry Cliff, AP requires you to publish in Cambridge student newspaper your apology for the boneheaded physics you pursue and teach and test on fake physics of the atom.
>
> AP, King of Science, especially Physics
>
>
> #2-1, 137th published book
>
> Introduction to AP's TEACHING TRUE PHYSICS// Physics textbook series, book 1 Kindle Edition
> by Archimedes Plutonium (Author)
>
>
>
> #1 New Release in Electromagnetic Theory
>
> This will be AP's 137th published book on science. And the number 137 is special to me for it is the number of QED, Quantum Electrodynamics as the inverse fine structure constant. I can always remember 137 as that special constant of physics and so I can remember where Teaching True Physics was started by me.
>
> Time has come for the world to have the authoritative textbooks for all of High School and College education. Written by the leading physics expert of the time. The last such was Feynman in the 1960s with Feynman Lectures on Physics. The time before was Maxwell in 1860s with his books and Encyclopedia Britannica editorship. The time is ripe in 2020 for the new authoritative texts on physics. It will be started in 2020 which is 60 years after Feynman. In the future, I request the physics community updates the premier physics textbook series at least every 30 years. For we can see that pattern of 30 years approximately from Faraday in 1830 to Maxwell in 1860 to Planck and Rutherford in about 1900, to Dirac in 1930 to Feynman in 1960 and finally to AP in 1990 and 2020. So much happens in physics after 30 years, that we need the revisions to take place in a timely manner. But also, as we move to Internet publishing such as Amazon's Kindle, we can see that updates can take place very fast, as editing can be a ongoing monthly or yearly activity. I for one keep constantly updating all my published books, at least I try to.
>
> Feynman was the best to make the last authoritative textbook series for his concentration was QED, Quantum Electrodynamics, the pinnacle peak of physics during the 20th century. Of course the Atom Totality theory took over after 1990 and all of physics; for all sciences are under the Atom Totality theory.
> And as QED was the pinnacle peak before 1990, the new pinnacle peak is the Atom Totality theory. The Atom Totality theory is the advancement of QED, for the Atom Totality theory primal axiom says -- All is Atom, and atoms are nothing but Electricity and Magnetism.
> Length: 64 pages
>
> Product details
> • File Size : 790 KB
> • Publication Date : October 5, 2020
> • Word Wise : Enabled
> • Print Length : 64 pages
> • Text-to-Speech : Not enabled
> • Screen Reader : Supported
> • Enhanced Typesetting : Enabled
> • X-Ray : Not Enabled
> • Language: : English
> • ASIN : B08KS4YGWY
> • Lending : Enabled
> • Best Sellers Rank: #430,602 in Kindle Store (See Top 100 in Kindle Store)
> ◦ #39 in Electromagnetic Theory
> ◦ #73 in Electromagnetism (Kindle Store)
> ◦ #74 in 90-Minute Science & Math Short Reads
>
> #2-2, 145th published book
>
>
> TEACHING TRUE PHYSICS//Junior High School// Physics textbook series, book 2
> Kindle Edition
> by Archimedes Plutonium (Author)
> What I am doing is clearing the field of physics, clearing it of all the silly mistakes and errors and beliefs that clutter up physics. Clearing it of its fraud and fakeries and con-artistry. I thought of doing these textbooks starting with Senior year High School, wherein I myself started learning physics. But because of so much fraud and fakery in physics education, I believe we have to drop down to Junior year High School to make a drastic and dramatic emphasis on fakery and con-artistry that so much pervades science and physics in particular. So that we have two years in High School to learn physics. And discard the nonsense of physics brainwash that Old Physics filled the halls and corridors of education.
>
> Product details
> • ASIN : B08PC99JJB
> • Publication date : November 29, 2020
> • Language: : English
> • File size : 682 KB
> • Text-to-Speech : Enabled
> • Screen Reader : Supported
> • Enhanced typesetting : Enabled
> • X-Ray : Not Enabled
> • Word Wise : Enabled
> • Print length : 78 pages
> • Lending : Enabled
> • Best Sellers Rank: #185,995 in Kindle Store (See Top 100 in Kindle Store)
> ◦ #42 in Two-Hour Science & Math Short Reads
> ◦ #344 in Physics (Kindle Store)
> ◦ #2,160 in Physics (Books)
>
> #2-3, 146th published book
>
> TEACHING TRUE PHYSICS// Senior High School// Physics textbook series, book 3
> Kindle Edition
> by Archimedes Plutonium (Author)
> I believe that in knowing the history of a science is knowing half of that science. And that if you are amiss of knowing the history behind a science, you have only a partial understanding of the concepts and ideas behind the science. I further believe it is easier to teach a science by teaching its history than any other means of teaching. So for senior year High School, I believe physics history is the best way of teaching physics. And in later years of physics courses, we can always pick up on details. So I devote this senior year High School physics to a history of physics, but only true physics. And there are few books written on the history of physics, so I chose Asimov's The History of Physics, 1966 as the template book for this textbook. Now Asimov's book is full of error and mistakes, and that is disappointing but all of Old Physics is full of error. On errors and mistakes of Old Physics, the best I can do is warn the students, and the largest warning of all is that whenever someone in Old Physics says "electron" what they are talking about is really the Dirac magnetic monopole. And whenever they talk about the Rutherford-Bohr model of the atom, they are talking about huge huge grave mistakes, for the true atom is protons as 8 ringed toruses with a muon stuck inside of a proton doing the Faraday law and producing those magnetic monopoles as electricity. I use Asimov's book as a template but in the future, I hope to rewrite this textbook using no template at all, that is if I have time in the future.
> Cover Picture: Is the book The History of Physics, by Isaac Asimov, 1966 and on top of the book are 4 cut-outs of bent circles representing magnetic monopoles which revolutionizes modern physics, especially the ElectroMagnetic theory.
>
> Product details
> • ASIN ‏ : ‎ B08RK33T8V
> • Publication date ‏ : ‎ December 28, 2020
> • Language ‏ : ‎ English
> • File size ‏ : ‎ 794 KB
> • Text-to-Speech ‏ : ‎ Enabled
> • Screen Reader ‏ : ‎ Supported
> • Enhanced typesetting ‏ : ‎ Enabled
> • X-Ray ‏ : ‎ Not Enabled
> • Word Wise ‏ : ‎ Enabled
> • Print length ‏ : ‎ 123 pages
> • Lending ‏ : ‎ Enabled
> • Best Sellers Rank: #4,167,235 in Kindle Store (See Top 100 in Kindle Store)
> ◦ #15,099 in Physics (Kindle Store)
> ◦ #91,163 in Physics (Books)
>
>
> #2-4, 151st published book
>
> TEACHING TRUE PHYSICS// 1st year College// Physics textbook series, book 4
> Kindle Edition
> by Archimedes Plutonium (Author)
> Preface: This is AP's 151st book of science published. It is one of my most important books of science because 1st year college physics is so impressionable on students, if they should continue with physics, or look elsewhere for a career. And also, physics is a crossroad to all the other hard core sciences, where physics course is mandatory such as in chemistry or even biology. I have endeavored to make physics 1st year college to be as easy and simple to learn. In this endeavor to make physics super easy, I have made the writing such that you will see core ideas in all capital letters as single sentences as a educational tool. And I have made this textbook chapter writing follow a logical pattern of both algebra and geometry concepts, throughout. The utmost importance of logic in physics needs to be seen and understood. For I have never seen a physics book, prior to this one that is logical. Every Old Physics textbook I have seen is scatter-brained in topics and in writing. I use as template book of Halliday & Resnick because a edition of H&R was one I was taught physics at University of Cincinnati in 1969. And in 1969, I had a choice of majors, do I major in geology, or mathematics, or in physics, for I will graduate from UC in 1972. For me, geology was too easy, but physics was too tough, so I ended up majoring in mathematics. If I had been taught in 1969 using this textbook that I have written, I would have ended up majoring in physics, my first love. For physics is not hard, not hard at all, once you clear out the mistakes and the obnoxious worthless mathematics that clutters up Old Physics, and the illogic that smothers much of Old Physics.
>
> Maybe it was good that I had those impressions of physics education of poor education, which still exists throughout physics today. Because maybe I am forced to write this book, because of that awful experience of learning physics in 1969. Without that awful experience, maybe this textbook would have never been written by me.
>
> Cover picture is the template book of Halliday & Resnick, 1988, 3rd edition Fundamentals of Physics and sitting on top are cut outs of "half bent circles, bent at 90 degrees" to imitate magnetic monopoles. Magnetic Monopoles revolutionizes physics education, and separates-out, what is Old Physics from what is New Physics.
>
> Product details
> • ASIN ‏ : ‎ B09JW5DVYM
> • Publication date ‏ : ‎ October 19, 2021
> • Language ‏ : ‎ English
> • File size ‏ : ‎ 1033 KB
> • Text-to-Speech ‏ : ‎ Enabled
> • Screen Reader ‏ : ‎ Supported
> • Enhanced typesetting ‏ : ‎ Enabled
> • X-Ray ‏ : ‎ Not Enabled
> • Word Wise ‏ : ‎ Enabled
> • Print length ‏ : ‎ 386 pages
> • Lending ‏ : ‎ Enabled
>
>
>
> #2-9, 161st published book
>
> PHYSICSOPEDIA -- List of 133 fakes and mistakes of Old Physics// Student teaches professor Kindle Edition
> by Archimedes Plutonium (Author)
>
> Preface:
> A Physicsopedia is a book of the overall assessment and evaluation of the state of the art of Physics. It is like a report card. It is a total view of the science and a judgement of the science, both of the past, present and the direction forward into the future. Its greatest use is to alert readers and people in science of what is wrong with their subject, and as a ancillary use, to alert students what to avoid in college as a waste of time.
> It is not in alphabetical order but mostly, rather, has a ordering of what is most important at the start and only at the very very end. For there is no index.
> Physics is the most important hard science for every other science is a specialized part of physics. And Old Physics has three key huge mistakes that this book addresses. The true theory of the Universe is the Atom Totality, not the Big Bang which is a ridiculous theory. The true electron of atoms is not the particle of 0.5MeV which turns out to be Dirac's magnetic monopole, while the true real electron of atoms is the muon of 105MeV which is stuck inside a proton torus of 8 rings of 840MeV. This causes another huge mistake, for a mistake in physics usually has a cascade effect of more and more mistakes. When we take the true electron of atoms is the muon, means the Sun and stars shine not from fusion, but from that muon thrusting through the proton torus in a Faraday law of electricity and magnetism producing electrical energy. So our Sun shines from the Faraday law, not fusion. And this implies the Sun has gone into Red Giant phase with a solar radiation increase of 0.005% yearly increase. That implies all life on Earth is in danger of going extinct as the Sun becomes more and more Red Giant, and unless humanity moves out to Europa, humanity goes extinct.
>
> Product details
> • ASIN ‏ : ‎ B09N18QPP1
> • Publication date ‏ : ‎ December 3, 2021
> • Language ‏ : ‎ English
> • File size ‏ : ‎ 1139 KB
> • Text-to-Speech ‏ : ‎ Enabled
> • Screen Reader ‏ : ‎ Supported
> • Enhanced typesetting ‏ : ‎ Enabled
> • X-Ray ‏ : ‎ Not Enabled
> • Word Wise ‏ : ‎ Enabled
> • Print length ‏ : ‎ 82 pages
> • Lending ‏ : ‎ Enabled
>
>
>
>
> y z
> | /
> | /
> |/______ x
>
> More people reading and viewing AP's newsgroup than viewing sci.math, sci..physics. So AP has decided to put all NEW WORK, to his newsgroup. And there is little wonder because in AP's newsgroups, there is only solid pure science going on, not a gang of hate spewing misfits blighting the skies.
>
> In sci.math, sci.physics there is only stalking hate spew along with Police Drag Net Spam of no value and other than hate spew there is Police drag net spam day and night.
>
> I re-opened the old newsgroup PAU of 1990s and there one can read my recent posts without the hassle of stalkers and spammers, Police Drag Net Spam that floods each and every day, book and solution manual spammers, off-topic-misfits, front-page-hogs, churning imbeciles, stalking mockers, suppression-bullies, and demonizers. And the taxpayer funded hate spew stalkers who ad hominem you day and night on every one of your posts.
>
> There is no discussion of science in sci.math or sci.physics, just one long line of hate spewing stalkers followed up with Police Drag Net Spam (easy to spot-- very offtopic-- with hate charged content). And countries using sci.physics & sci.math as propaganda platforms, such as tampering in elections with their mind-rot.
>
> Read my recent posts in peace and quiet.
> https://groups.google.com/forum/?hl=en#!forum/plutonium-atom-universe
> Archimedes Plutonium
> #3-1, 2nd published book
>
> True Chemistry: Chemistry Series, book 1 Kindle Edition
> by Archimedes Plutonium (Author)
>
> Physics and chemistry made a mistake in 1897 for they thought that J.J. Thomson's small particle of 0.5MeV was the electron of atoms. By 2017, Archimedes Plutonium discovered that the rest mass of 940 for neutron and proton was really 9 x 105MeV with a small sigma-error. Meaning that the real proton is 840MeV, real electron is 105 MeV= muon, and that little particle Thomson discovered was in fact the Dirac magnetic monopole. Dirac circa 1930s was looking for a magnetic monopole, and sadly, Dirac passed away before 2017, because if he had lived to 2017, he would have seen his long sought for magnetic monopole which is everywhere.
>
> Cover picture: shows 3 isomers of CO2 and the O2 molecule.
>
> Length: 1150 pages
>
>
> Product details
> • File Size : 2167 KB
> • ASIN : B07PLVMMSZ
> • Publication Date : March 11, 2019
> • Word Wise : Enabled
> • Print Length : 1150 pages
> • Language: : English
> • Text-to-Speech : Not enabled
> • Enhanced Typesetting : Enabled
> • X-Ray : Not Enabled
> • Lending : Enabled
> Amazon Best Sellers Rank: #590,212 Paid in Kindle Store (See Top 100 Paid in Kindle Store)
> #181 in General Chemistry & Reference
> #1324 in General Chemistry
> #1656 in Physics (Kindle Store)
> 


Click here to read the complete article
Re: Archimedes "psychoceramic" Plutonium flunked the math test of a lifetime-generation test

<sta1u1$1bce$1@gioia.aioe.org>

  copy mid

https://www.novabbs.com/tech/article-flat.php?id=89805&group=sci.math#89805

  copy link   Newsgroups: sci.math
Path: i2pn2.org!i2pn.org!aioe.org!Uh3cGLv3BUP05xA/L7flqA.user.46.165.242.75.POSTED!not-for-mail
From: moro...@world.std.spaamtrap.com (Michael Moroney)
Newsgroups: sci.math
Subject: Re: Archimedes "psychoceramic" Plutonium flunked the math test of a
lifetime-generation test
Date: Mon, 31 Jan 2022 20:21:05 -0500
Organization: Aioe.org NNTP Server
Message-ID: <sta1u1$1bce$1@gioia.aioe.org>
References: <20211112145053.000072c6@reddwarf.jmc>
<smm75f$tf7$1@dont-email.me>
<bb76192e-5d47-46a1-8761-6385a5e6d850n@googlegroups.com>
<f5158fd4-4637-424a-992c-87ba0d949665n@googlegroups.com>
<01e7e237-aaf9-4247-8454-3c4468fdfb3dn@googlegroups.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Info: gioia.aioe.org; logging-data="44430"; posting-host="Uh3cGLv3BUP05xA/L7flqA.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.5.1
Content-Language: en-US
X-Notice: Filtered by postfilter v. 0.9.2
 by: Michael Moroney - Tue, 1 Feb 2022 01:21 UTC

🦨 of Math and 🐖 of Physics Archimedes "little stinker" Plutonium
<plutonium.archimedes@gmail.com> fails at math and science:

> Univ Cambridge motto "From this place, we gain enlightenment and precious knowledge". But sadly, math education a

Plutonium Atom University motto: "Duh-h-h-h!!!"

(enrollment in Plutonium Atom University is mandatory for all members of
the evil Atom Cult of Failure, to ensure complete failure at math and
all sciences)

Re: Olcott's halt decider is a non-starter

<06f6ac4b-49bd-4aec-a22d-b65c22cf7355n@googlegroups.com>

  copy mid

https://www.novabbs.com/tech/article-flat.php?id=89966&group=sci.math#89966

  copy link   Newsgroups: sci.math
X-Received: by 2002:a37:4d6:: with SMTP id 205mr21929205qke.717.1643839442348;
Wed, 02 Feb 2022 14:04:02 -0800 (PST)
X-Received: by 2002:a25:e6ca:: with SMTP id d193mr44282493ybh.689.1643839442116;
Wed, 02 Feb 2022 14:04:02 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!nntp.club.cc.cmu.edu!5.161.45.24.MISMATCH!2.us.feeder.erje.net!feeder.erje.net!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: sci.math
Date: Wed, 2 Feb 2022 14:04:01 -0800 (PST)
In-Reply-To: <smm75f$tf7$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=2600:387:b:9:0:0:0:38;
posting-account=fsC03QkAAAAwkSNcSEKmlcR-W_HNitEd
NNTP-Posting-Host: 2600:387:b:9:0:0:0:38
References: <20211112145053.000072c6@reddwarf.jmc> <smm75f$tf7$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <06f6ac4b-49bd-4aec-a22d-b65c22cf7355n@googlegroups.com>
Subject: Re: Olcott's halt decider is a non-starter
From: plutoniu...@gmail.com (Archimedes Plutonium)
Injection-Date: Wed, 02 Feb 2022 22:04:02 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 306
 by: Archimedes Plutonium - Wed, 2 Feb 2022 22:04 UTC

Halt the torture of students David S.Cohen.
David S. Cohen needs to publish in Yale student newspaper that he has stopped his water drip torture by agent Kibo Parry Moron brainwashing High School and College students that 938 is 12% short of 945 and that slant cut in single cone is ellipse when in truth it is a Oval.

William J. Burns needs to publish in Oxford St.John's College that he has stopped brainwash torture of young students with his slant cut in single cone is ellipse when in truth it is a oval. See his harsh torture of students by his blown-the-cover agent Kibo Parry Moron.

CIA William J. Burns & NSF Dr Panchanathan & Dr. Terence Tao need to apologize in their respective college student newspapers for teaching and aiding Fake Math-- ellipse a slant cut in single cone is fake-- for that is the Oval.
7k views

William J. Burns needs to publish in Oxford St.John's College that he has stopped brainwash torture of young students with his slant cut in single cone is ellipse when in truth it is a oval. See his harsh torture of students by his blown-the-cover agent Kibo Parry Moron below.

Dr. Panchanathan needs to publish in the Univ Ottawa student newspaper that he stopped teaching fake math of 938 is 12% short of 945, and that a slant cut in single cone is not a ellipse.

Guiness book recordholder of blown cover agent Kibo Parry Moron, of 2minutes upon sworn in --
Kibo Parry Moroney in 1997 blows his CIA cover-- to the entire world, mind you---
Re: Archimedes Vanadium, America's most beloved poster
>> In article <5nefan$i06$9...@news.thecia.net> kibo greps <ki...@shell.thecia.net> writes:
> >

Here is Kibo torture of young students in High School and College with his fanatical ellipse water torture:
On Monday, June 15, 2020 at 1:13:27 AM UTC-5, Michael Moroney wrote:
> Here you are!
> Below you will find a simple *proof* that shows that certain conic
> sections are ellipses.
>
> Some preliminaries:
>
> Top view of the conic section and depiction of the coordinate system used
> in the proof:
>
> ^ x
> |
> -+- < xh
> .' | `.
> . | .
> | | |
> ' | '
> `. | .'
> y <----------+ < x0
> Cone (side view):
> .
> /|\
> / | \
> /b | \
> /---+---' < x h
> / |' \
> / ' | \
> / ' | \
> x 0 > '-------+-------\
> / a | \
>
> Proof:
>
> r(x) a - ((a-b)/h)x and d(x) a - ((a+b)/h)x, hence
>
> y(x)^2 r(x)^2 - d(x)^2 ab - ab(2x/h - 1)^2 ab(1 - 4(x - h/2)^2/h^2.
>
> Hence (1/ab)y(x)^2 + (4/h^2)(x - h/2)^2 1 ...equation of an ellipse
>
> qed

On Wednesday, December 6, 2017 at 12:30:22 AM UTC-6, Michael Moroney wrote:
> Silly boy, that's off by more than 12.6 MeV, or 12% of the mass of a muon.
> Hardly "exactly" 9 muons.
Wednesday, December 6, 2017 at 9:52:21 AM UTC-6, Michael Moroney wrote:
> Or, 938.2720813/105.6583745 = 8.88024338572. A proton is about the mass
> of 8.88 muons, not 9. About 12% short.

They also need to apologize in that newspaper article for teaching their mindless Oresme Harmonic series diverges to infinity. For here is a simple proof that the Harmonic Series converges to a finite number.

1+1/2+1/3+ 1/4+..... + 1/n

1+1+1+1+ .....+ 1_n

As anyone with at least a one marble brain can see, the infinite series of adding 1 is always bigger than the Harmonic series sum. So, it always converges any series whose terms are smaller than 1.

Sobriquet & Dr. Terence Tao need to apologize in their respective college student newspapers for teaching and aiding Fake Math-- ellipse a slant cut in single cone is fake-- for that is the Oval.

Why Tao,Wiles,Pipher,Stillwell, Ribet,Hales failed geometry-- too stupid to even spot and recognize slant cut in single cone is a Oval, never the ellipse. Reason, they never understood Logic on how to think straight & clear.
5k views

When you ask Tao,Wiles,Pipher,Stillwell, Ribet,Hales how on Earth do they get a slant cut in single cone to be a ellipse which has 2 axes of symmetry yet the single cone has but 1 axis of symmetry. Ask them how they get a ellipse? The only conclusion one can draw is that Tao is a failure of logic, that Wiles is a failure of logic, that Pipher is a failure of logic, that Stillwell is a failure of logic, that Ribet is a failure of logic, and Hales another failure of logic. None can think straight nor can think clear. Yet all of them awarded in mathematics for their mindless mathematics.

Even a High School student has more intelligence in geometry than those 6 listed. For a High School student can demonstrate a single cone with 1 axis of symmetry and a Oval with 1 axis of symmetry match one another, but not the ellipse.

Why Tao,Wiles,Pipher,Stillwell, Ribet,Hales failed geometry-- too stupid to even spot and recognize slant cut in single cone is a Oval, never the ellipse. Reason, they never understood Logic on how to think straight & clear. And this also indicates to us that all the rest of the math offered by the listed 6 is nothing more than "garbage math, garbage thoughts."

3rd published book

AP's Proof-Ellipse was never a Conic Section // Math proof series, book 1 Kindle Edition
by Archimedes Plutonium (Author)

Ever since Ancient Greek Times it was thought the slant cut into a cone is the ellipse. That was false. For the slant cut in every cone is a Oval, never an Ellipse. This book is a proof that the slant cut is a oval, never the ellipse. A slant cut into the Cylinder is in fact a ellipse, but never in a cone.

Product details
• ASIN ‏ : ‎ B07PLSDQWC
• Publication date ‏ : ‎ March 11, 2019
• Language ‏ : ‎ English
• File size ‏ : ‎ 1621 KB
• Text-to-Speech ‏ : ‎ Enabled
• Enhanced typesetting ‏ : ‎ Enabled
• X-Ray ‏ : ‎ Not Enabled
• Word Wise ‏ : ‎ Not Enabled
• Print length ‏ : ‎ 20 pages
• Lending ‏ : ‎ Enabled

Proofs Ellipse is never a Conic section, always a Cylinder section and a Well Defined Oval definition//Student teaches professor series, book 5 Kindle Edition
by Archimedes Plutonium (Author)

Last revision was 26Jan2022. This is AP's 68th published book of science.

Preface: A similar book on single cone cut is a oval, never a ellipse was published in 11Mar2019 as AP's 3rd published book, but Amazon Kindle converted it to pdf file, and since then, I was never able to edit this pdf file, and decided rather than struggle and waste time, decided to leave it frozen as is in pdf format. Any new news or edition of ellipse is never a conic in single cone is now done in this book. The last thing a scientist wants to do is wade and waddle through format, when all a scientist ever wants to do is science itself. So all my new news and thoughts of Conic Sections is carried out in this 68th book of AP. And believe you me, I have plenty of new news.

In November of 2019, I was challenged to make the definition of Oval a well defined definition. I took up that task, and fortunately I waited a long time since, 2016, my discovery that the oval was the slant cut into a cone, not the ellipse. I say fortunately because you need physics in order to make a well defined definition of oval. You need the knowledge of physics, that electricity is perpendicular to magnetism and this perpendicularity is crucial in a well defined definition of oval. When I discovered the ellipse was never a conic in 2016, I probably could not have well defined the oval at that time, because I needed the 3 years intervening to catch up on a lot of physics, but by November 2019, I was ready willing and able. Then in August of 2020, I discovered a third new proof of Ellipse is a cylinder section never a conic section, using solid 3rd dimension geometry of ovoid and ellipsoid.

Cover picture is a cone and a cylinder on a cutting board and that is an appropriate base to place those two figures because sectioning means cutting, and the cuts we want to make into a single cone and a cylinder is a slant cut not a cut parallel to the base of the figures, nor a cut that leaves the figure open ended but a slant cut that leaves the figure a closed loop.

Product details
• ASIN ‏ : ‎ B081TWQ1G6
• Publication date ‏ : ‎ November 21, 2019
• Language ‏ : ‎ English
• File size ‏ : ‎ 2021 KB
• Simultaneous device usage ‏ : ‎ Unlimited
• Text-to-Speech ‏ : ‎ Enabled
• Screen Reader ‏ : ‎ Supported
• Enhanced typesetting ‏ : ‎ Enabled
• X-Ray ‏ : ‎ Not Enabled
• Word Wise ‏ : ‎ Not Enabled
• Print length ‏ : ‎ 50 pages
• Lending ‏ : ‎ Enabled

#11-2, 11th published book

World's First Geometry Proof of Fundamental Theorem of Calculus// Math proof series, book 2 Kindle Edition
by Archimedes Plutonium (Author)

Last revision was 15Dec2021. This is AP's 11th published book of science.
Preface:
Actually my title is too modest, for the proof that lies within this book makes it the World's First Valid Proof of Fundamental Theorem of Calculus, for in my modesty, I just wanted to emphasis that calculus was geometry and needed a geometry proof. Not being modest, there has never been a valid proof of FTC until AP's 2015 proof. This also implies that only a geometry proof of FTC constitutes a valid proof of FTC.


Click here to read the complete article
Re: Olcott's halt decider is a non-starter

<513afae3-7880-46dd-aeec-2d4628444d0en@googlegroups.com>

  copy mid

https://www.novabbs.com/tech/article-flat.php?id=91326&group=sci.math#91326

  copy link   Newsgroups: sci.math
X-Received: by 2002:adf:f44e:0:b0:1a9:f21:2250 with SMTP id f14-20020adff44e000000b001a90f212250mr7595857wrp.263.1645224923197;
Fri, 18 Feb 2022 14:55:23 -0800 (PST)
X-Received: by 2002:a25:f30c:0:b0:61e:b16:8e44 with SMTP id
c12-20020a25f30c000000b0061e0b168e44mr9442546ybs.511.1645224922641; Fri, 18
Feb 2022 14:55:22 -0800 (PST)
Path: i2pn2.org!i2pn.org!aioe.org!news.uzoreto.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!feeder1.cambriumusenet.nl!feed.tweak.nl!209.85.128.88.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: sci.math
Date: Fri, 18 Feb 2022 14:55:22 -0800 (PST)
In-Reply-To: <f5158fd4-4637-424a-992c-87ba0d949665n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2600:387:b:f:0:0:0:63;
posting-account=fsC03QkAAAAwkSNcSEKmlcR-W_HNitEd
NNTP-Posting-Host: 2600:387:b:f:0:0:0:63
References: <20211112145053.000072c6@reddwarf.jmc> <smm75f$tf7$1@dont-email.me>
<bb76192e-5d47-46a1-8761-6385a5e6d850n@googlegroups.com> <f5158fd4-4637-424a-992c-87ba0d949665n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <513afae3-7880-46dd-aeec-2d4628444d0en@googlegroups.com>
Subject: Re: Olcott's halt decider is a non-starter
From: plutoniu...@gmail.com (Archimedes Plutonium)
Injection-Date: Fri, 18 Feb 2022 22:55:23 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
 by: Archimedes Plutonium - Fri, 18 Feb 2022 22:55 UTC

Cambridge failures of physics who cannot even ask the question which is the atom's true real electron-- the muon stuck inside a 840MeV proton or the 0..5MeV particle that AP says is the Dirac magnetic monopole. Harry Cliff, AP requires that Harry Cliff LHCb physicist to publish in the Cambridge Univ student newspaper of how sorry he is and apologizes for his physics stupidity of thinking that a hydrogen atom is composed of a electron of 0.5MeV flying around outside of a proton of 938MeV, flying around at 99% speed of light and still holding up and holding together as a hydrogen atom. Such stupid physics.
>
> Whereas the truth be known the real electron of a hydrogen atom is the muon stuck inside a 840MeV proton torus of 8 rings, where the muon and proton are doing the Faraday Law of producing more new electricity and storaging that electricity in what are known as neutrons. Because the muon is inside the proton it can fly around the torus inside at nearly the speed of light.
>
> Old Physics which Harry Cliff is a member, never took Logic, never learned how to think straight, think clear, and thus his physics knowledge is just hand down memorization. So stupid he never understood what the hell is angular momentum for no hydrogen atom can exist with a 0.5MeV particle flying around at 99% speed of light and stay put on a proton of 938MeV.
>
> AP says the 0.5MeV particle is Dirac's Magnetic Monopole. Now Dirac was a real physicist, but not Harry Cliff and everyone at CERN with their electron = 0.5MeV.
>
> So, Harry Cliff, AP requires you to publish in Cambridge student newspaper your apology for the boneheaded physics you pursue and teach and test on fake physics of the atom.
>
> AP, King of Science, especially Physics
>
>
> #2-1, 137th published book
>
> Introduction to AP's TEACHING TRUE PHYSICS// Physics textbook series, book 1 Kindle Edition
> by Archimedes Plutonium (Author)
>
>
>
> #1 New Release in Electromagnetic Theory
>
> This will be AP's 137th published book on science. And the number 137 is special to me for it is the number of QED, Quantum Electrodynamics as the inverse fine structure constant. I can always remember 137 as that special constant of physics and so I can remember where Teaching True Physics was started by me.
>
> Time has come for the world to have the authoritative textbooks for all of High School and College education. Written by the leading physics expert of the time. The last such was Feynman in the 1960s with Feynman Lectures on Physics. The time before was Maxwell in 1860s with his books and Encyclopedia Britannica editorship. The time is ripe in 2020 for the new authoritative texts on physics. It will be started in 2020 which is 60 years after Feynman. In the future, I request the physics community updates the premier physics textbook series at least every 30 years. For we can see that pattern of 30 years approximately from Faraday in 1830 to Maxwell in 1860 to Planck and Rutherford in about 1900, to Dirac in 1930 to Feynman in 1960 and finally to AP in 1990 and 2020. So much happens in physics after 30 years, that we need the revisions to take place in a timely manner. But also, as we move to Internet publishing such as Amazon's Kindle, we can see that updates can take place very fast, as editing can be a ongoing monthly or yearly activity. I for one keep constantly updating all my published books, at least I try to.
>
> Feynman was the best to make the last authoritative textbook series for his concentration was QED, Quantum Electrodynamics, the pinnacle peak of physics during the 20th century. Of course the Atom Totality theory took over after 1990 and all of physics; for all sciences are under the Atom Totality theory.
> And as QED was the pinnacle peak before 1990, the new pinnacle peak is the Atom Totality theory. The Atom Totality theory is the advancement of QED, for the Atom Totality theory primal axiom says -- All is Atom, and atoms are nothing but Electricity and Magnetism.
> Length: 64 pages
>
> Product details
> • File Size : 790 KB
> • Publication Date : October 5, 2020
> • Word Wise : Enabled
> • Print Length : 64 pages
> • Text-to-Speech : Not enabled
> • Screen Reader : Supported
> • Enhanced Typesetting : Enabled
> • X-Ray : Not Enabled
> • Language: : English
> • ASIN : B08KS4YGWY
> • Lending : Enabled
> • Best Sellers Rank: #430,602 in Kindle Store (See Top 100 in Kindle Store)
> ◦ #39 in Electromagnetic Theory
> ◦ #73 in Electromagnetism (Kindle Store)
> ◦ #74 in 90-Minute Science & Math Short Reads
>
> #2-2, 145th published book
>
>
> TEACHING TRUE PHYSICS//Junior High School// Physics textbook series, book 2
> Kindle Edition
> by Archimedes Plutonium (Author)
> What I am doing is clearing the field of physics, clearing it of all the silly mistakes and errors and beliefs that clutter up physics. Clearing it of its fraud and fakeries and con-artistry. I thought of doing these textbooks starting with Senior year High School, wherein I myself started learning physics. But because of so much fraud and fakery in physics education, I believe we have to drop down to Junior year High School to make a drastic and dramatic emphasis on fakery and con-artistry that so much pervades science and physics in particular. So that we have two years in High School to learn physics. And discard the nonsense of physics brainwash that Old Physics filled the halls and corridors of education.
>
> Product details
> • ASIN : B08PC99JJB
> • Publication date : November 29, 2020
> • Language: : English
> • File size : 682 KB
> • Text-to-Speech : Enabled
> • Screen Reader : Supported
> • Enhanced typesetting : Enabled
> • X-Ray : Not Enabled
> • Word Wise : Enabled
> • Print length : 78 pages
> • Lending : Enabled
> • Best Sellers Rank: #185,995 in Kindle Store (See Top 100 in Kindle Store)
> ◦ #42 in Two-Hour Science & Math Short Reads
> ◦ #344 in Physics (Kindle Store)
> ◦ #2,160 in Physics (Books)
>
> #2-3, 146th published book
>
> TEACHING TRUE PHYSICS// Senior High School// Physics textbook series, book 3
> Kindle Edition
> by Archimedes Plutonium (Author)
> I believe that in knowing the history of a science is knowing half of that science. And that if you are amiss of knowing the history behind a science, you have only a partial understanding of the concepts and ideas behind the science. I further believe it is easier to teach a science by teaching its history than any other means of teaching. So for senior year High School, I believe physics history is the best way of teaching physics. And in later years of physics courses, we can always pick up on details. So I devote this senior year High School physics to a history of physics, but only true physics. And there are few books written on the history of physics, so I chose Asimov's The History of Physics, 1966 as the template book for this textbook. Now Asimov's book is full of error and mistakes, and that is disappointing but all of Old Physics is full of error. On errors and mistakes of Old Physics, the best I can do is warn the students, and the largest warning of all is that whenever someone in Old Physics says "electron" what they are talking about is really the Dirac magnetic monopole. And whenever they talk about the Rutherford-Bohr model of the atom, they are talking about huge huge grave mistakes, for the true atom is protons as 8 ringed toruses with a muon stuck inside of a proton doing the Faraday law and producing those magnetic monopoles as electricity. I use Asimov's book as a template but in the future, I hope to rewrite this textbook using no template at all, that is if I have time in the future.
> Cover Picture: Is the book The History of Physics, by Isaac Asimov, 1966 and on top of the book are 4 cut-outs of bent circles representing magnetic monopoles which revolutionizes modern physics, especially the ElectroMagnetic theory.
>
> Product details
> • ASIN ‏ : ‎ B08RK33T8V
> • Publication date ‏ : ‎ December 28, 2020
> • Language ‏ : ‎ English
> • File size ‏ : ‎ 794 KB
> • Text-to-Speech ‏ : ‎ Enabled
> • Screen Reader ‏ : ‎ Supported
> • Enhanced typesetting ‏ : ‎ Enabled
> • X-Ray ‏ : ‎ Not Enabled
> • Word Wise ‏ : ‎ Enabled
> • Print length ‏ : ‎ 123 pages
> • Lending ‏ : ‎ Enabled
> • Best Sellers Rank: #4,167,235 in Kindle Store (See Top 100 in Kindle Store)
> ◦ #15,099 in Physics (Kindle Store)
> ◦ #91,163 in Physics (Books)
>
>
> #2-4, 151st published book
>
> TEACHING TRUE PHYSICS// 1st year College// Physics textbook series, book 4
> Kindle Edition
> by Archimedes Plutonium (Author)
> Preface: This is AP's 151st book of science published. It is one of my most important books of science because 1st year college physics is so impressionable on students, if they should continue with physics, or look elsewhere for a career. And also, physics is a crossroad to all the other hard core sciences, where physics course is mandatory such as in chemistry or even biology. I have endeavored to make physics 1st year college to be as easy and simple to learn. In this endeavor to make physics super easy, I have made the writing such that you will see core ideas in all capital letters as single sentences as a educational tool. And I have made this textbook chapter writing follow a logical pattern of both algebra and geometry concepts, throughout. The utmost importance of logic in physics needs to be seen and understood. For I have never seen a physics book, prior to this one that is logical. Every Old Physics textbook I have seen is scatter-brained in topics and in writing. I use as template book of Halliday & Resnick because a edition of H&R was one I was taught physics at University of Cincinnati in 1969. And in 1969, I had a choice of majors, do I major in geology, or mathematics, or in physics, for I will graduate from UC in 1972. For me, geology was too easy, but physics was too tough, so I ended up majoring in mathematics. If I had been taught in 1969 using this textbook that I have written, I would have ended up majoring in physics, my first love. For physics is not hard, not hard at all, once you clear out the mistakes and the obnoxious worthless mathematics that clutters up Old Physics, and the illogic that smothers much of Old Physics.
>
> Maybe it was good that I had those impressions of physics education of poor education, which still exists throughout physics today. Because maybe I am forced to write this book, because of that awful experience of learning physics in 1969. Without that awful experience, maybe this textbook would have never been written by me.
>
> Cover picture is the template book of Halliday & Resnick, 1988, 3rd edition Fundamentals of Physics and sitting on top are cut outs of "half bent circles, bent at 90 degrees" to imitate magnetic monopoles. Magnetic Monopoles revolutionizes physics education, and separates-out, what is Old Physics from what is New Physics.
>
> Product details
> • ASIN ‏ : ‎ B09JW5DVYM
> • Publication date ‏ : ‎ October 19, 2021
> • Language ‏ : ‎ English
> • File size ‏ : ‎ 1033 KB
> • Text-to-Speech ‏ : ‎ Enabled
> • Screen Reader ‏ : ‎ Supported
> • Enhanced typesetting ‏ : ‎ Enabled
> • X-Ray ‏ : ‎ Not Enabled
> • Word Wise ‏ : ‎ Enabled
> • Print length ‏ : ‎ 386 pages
> • Lending ‏ : ‎ Enabled
>
>
>
> #2-9, 161st published book
>
> PHYSICSOPEDIA -- List of 133 fakes and mistakes of Old Physics// Student teaches professor Kindle Edition
> by Archimedes Plutonium (Author)
>
> Preface:
> A Physicsopedia is a book of the overall assessment and evaluation of the state of the art of Physics. It is like a report card. It is a total view of the science and a judgement of the science, both of the past, present and the direction forward into the future. Its greatest use is to alert readers and people in science of what is wrong with their subject, and as a ancillary use, to alert students what to avoid in college as a waste of time.
> It is not in alphabetical order but mostly, rather, has a ordering of what is most important at the start and only at the very very end. For there is no index.
> Physics is the most important hard science for every other science is a specialized part of physics. And Old Physics has three key huge mistakes that this book addresses. The true theory of the Universe is the Atom Totality, not the Big Bang which is a ridiculous theory. The true electron of atoms is not the particle of 0.5MeV which turns out to be Dirac's magnetic monopole, while the true real electron of atoms is the muon of 105MeV which is stuck inside a proton torus of 8 rings of 840MeV. This causes another huge mistake, for a mistake in physics usually has a cascade effect of more and more mistakes. When we take the true electron of atoms is the muon, means the Sun and stars shine not from fusion, but from that muon thrusting through the proton torus in a Faraday law of electricity and magnetism producing electrical energy. So our Sun shines from the Faraday law, not fusion. And this implies the Sun has gone into Red Giant phase with a solar radiation increase of 0.005% yearly increase. That implies all life on Earth is in danger of going extinct as the Sun becomes more and more Red Giant, and unless humanity moves out to Europa, humanity goes extinct.
>
> Product details
> • ASIN ‏ : ‎ B09N18QPP1
> • Publication date ‏ : ‎ December 3, 2021
> • Language ‏ : ‎ English
> • File size ‏ : ‎ 1139 KB
> • Text-to-Speech ‏ : ‎ Enabled
> • Screen Reader ‏ : ‎ Supported
> • Enhanced typesetting ‏ : ‎ Enabled
> • X-Ray ‏ : ‎ Not Enabled
> • Word Wise ‏ : ‎ Enabled
> • Print length ‏ : ‎ 82 pages
> • Lending ‏ : ‎ Enabled
>
>
>
>
> y z
> | /
> | /
> |/______ x
>
> More people reading and viewing AP's newsgroup than viewing sci.math, sci..physics. So AP has decided to put all NEW WORK, to his newsgroup. And there is little wonder because in AP's newsgroups, there is only solid pure science going on, not a gang of hate spewing misfits blighting the skies.
>
> In sci.math, sci.physics there is only stalking hate spew along with Police Drag Net Spam of no value and other than hate spew there is Police drag net spam day and night.
>
> I re-opened the old newsgroup PAU of 1990s and there one can read my recent posts without the hassle of stalkers and spammers, Police Drag Net Spam that floods each and every day, book and solution manual spammers, off-topic-misfits, front-page-hogs, churning imbeciles, stalking mockers, suppression-bullies, and demonizers. And the taxpayer funded hate spew stalkers who ad hominem you day and night on every one of your posts.
>
> There is no discussion of science in sci.math or sci.physics, just one long line of hate spewing stalkers followed up with Police Drag Net Spam (easy to spot-- very offtopic-- with hate charged content). And countries using sci.physics & sci.math as propaganda platforms, such as tampering in elections with their mind-rot.
>
> Read my recent posts in peace and quiet.
> https://groups.google.com/forum/?hl=en#!forum/plutonium-atom-universe
> Archimedes Plutonium
> #3-1, 2nd published book
>
> True Chemistry: Chemistry Series, book 1 Kindle Edition
> by Archimedes Plutonium (Author)
>
> Physics and chemistry made a mistake in 1897 for they thought that J.J. Thomson's small particle of 0.5MeV was the electron of atoms. By 2017, Archimedes Plutonium discovered that the rest mass of 940 for neutron and proton was really 9 x 105MeV with a small sigma-error. Meaning that the real proton is 840MeV, real electron is 105 MeV= muon, and that little particle Thomson discovered was in fact the Dirac magnetic monopole. Dirac circa 1930s was looking for a magnetic monopole, and sadly, Dirac passed away before 2017, because if he had lived to 2017, he would have seen his long sought for magnetic monopole which is everywhere.
>
> Cover picture: shows 3 isomers of CO2 and the O2 molecule.
>
> Length: 1150 pages
>
>
> Product details
> • File Size : 2167 KB
> • ASIN : B07PLVMMSZ
> • Publication Date : March 11, 2019
> • Word Wise : Enabled
> • Print Length : 1150 pages
> • Language: : English
> • Text-to-Speech : Not enabled
> • Enhanced Typesetting : Enabled
> • X-Ray : Not Enabled
> • Lending : Enabled
> Amazon Best Sellers Rank: #590,212 Paid in Kindle Store (See Top 100 Paid in Kindle Store)
> #181 in General Chemistry & Reference
> #1324 in General Chemistry
> #1656 in Physics (Kindle Store)
> 


Click here to read the complete article
Cambridge, you no longer are a premiere University but a school that fosters and shelters losers of logical reasoning.

<379d0641-35d5-4894-a83e-a79792f11954n@googlegroups.com>

  copy mid

https://www.novabbs.com/tech/article-flat.php?id=91339&group=sci.math#91339

  copy link   Newsgroups: sci.math
X-Received: by 2002:adf:facd:0:b0:1e7:ceff:7695 with SMTP id a13-20020adffacd000000b001e7ceff7695mr8146823wrs.656.1645232322769;
Fri, 18 Feb 2022 16:58:42 -0800 (PST)
X-Received: by 2002:a25:5d0:0:b0:61a:17e4:2ad1 with SMTP id
199-20020a2505d0000000b0061a17e42ad1mr10020559ybf.157.1645232322207; Fri, 18
Feb 2022 16:58:42 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.128.87.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: sci.math
Date: Fri, 18 Feb 2022 16:58:41 -0800 (PST)
In-Reply-To: <513afae3-7880-46dd-aeec-2d4628444d0en@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2600:387:b:f:0:0:0:63;
posting-account=fsC03QkAAAAwkSNcSEKmlcR-W_HNitEd
NNTP-Posting-Host: 2600:387:b:f:0:0:0:63
References: <20211112145053.000072c6@reddwarf.jmc> <smm75f$tf7$1@dont-email.me>
<bb76192e-5d47-46a1-8761-6385a5e6d850n@googlegroups.com> <f5158fd4-4637-424a-992c-87ba0d949665n@googlegroups.com>
<513afae3-7880-46dd-aeec-2d4628444d0en@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <379d0641-35d5-4894-a83e-a79792f11954n@googlegroups.com>
Subject: Cambridge, you no longer are a premiere University but a school that
fosters and shelters losers of logical reasoning.
From: plutoniu...@gmail.com (Archimedes Plutonium)
Injection-Date: Sat, 19 Feb 2022 00:58:42 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
 by: Archimedes Plutonium - Sat, 19 Feb 2022 00:58 UTC

Olcott can David Sainsbury, Peter Johnstone, Imre Leader, Gabriel Paternain ever do a geometry proof of Fundamental Theorem of Calculus, or is that totally foreign to them? Mind you, not a limit analysis hornswaggle for that is not geometry, limit analysis is not even a math proof for anyone can analysis things, analysis this post and only math hypocrites would think it is a proof.

Olcott can Heine, Hine, Hobson, Hope-Coles, Howie, ever ask the question, which is the atom's real electron, the muon stuck inside a 840MeV proton torus doing the Faraday law or the 0.5MeV particle that AP calls the Dirac magnetic monopole. Or does that thought fly way too above their heads?

Copyright 2021 Pete Olcott
Spammers hit targets no one else can hit;
Crackpots hit a target no one else cares to see.

Olcott, why cannot Haniff, Heavens-Ward, Heine, Hine, Hobson, Hope-Coles, Howie, Hughes, Irvine, Jardine ask the question which is the atom's real electron-- muon or 0.5MeV particle? Is it because they cannot even do logic correctly with their 2 OR 1 = 3 with AND as subtraction?
>
> Olcott why does Cambridge Univ Stephen J. Toope, David Sainsbury, Peter Johnstone, Imre Leader, Gabriel Paternain keep teaching Boole error filled logic of 2 OR 1 = 3 with AND as subtraction, and never a geometry proof of Fundamental Theorem of Calculus and these crazies still think the slant cut in cone is a ellipse when in fact it is a Oval. Why brainwash and pollute more students like Pete Olcott who is crazy enough as it is.
>
> Olcott why is noone in Cambridge physics able to ask the question which is the atom's true real electron-- muon or 0.5MeV particle? Sargent, Saunders, Saxena, Schneider, Scott, Scrivener, Sebastian, Simmons, Simons, Sirringhaus, Smith?? Do they not have a brain to ask a simple question????
>
> 3rd published book
>
> AP's Proof-Ellipse was never a Conic Section // Math proof series, book 1 Kindle Edition
> by Archimedes Plutonium (Author)
>
> Ever since Ancient Greek Times it was thought the slant cut into a cone is the ellipse. That was false. For the slant cut in every cone is a Oval, never an Ellipse. This book is a proof that the slant cut is a oval, never the ellipse. A slant cut into the Cylinder is in fact a ellipse, but never in a cone.
>
> Length: 21 pages
>
> File Size: 1620 KB
> Print Length: 21 pages
> Publication Date: March 11, 2019
> Sold by: Amazon Digital Services LLC
> Language: English
> ASIN: B07PLSDQWC
> Text-to-Speech: Enabled
> X-Ray: Not Enabled
> Word Wise: Not Enabled
> Lending: Enabled
> Enhanced Typesetting: Enabled
>
>
> #8-2, 11th published book
>
> World's First Geometry Proof of Fundamental Theorem of Calculus// Math proof series, book 2 Kindle Edition
> by Archimedes Plutonium (Author)
>
> Last revision was 19May2021. This is AP's 11th published book of science.
> Preface:
> Actually my title is too modest, for the proof that lies within this book makes it the World's First Valid Proof of Fundamental Theorem of Calculus, for in my modesty, I just wanted to emphasis that calculus was geometry and needed a geometry proof. Not being modest, there has never been a valid proof of FTC until AP's 2015 proof. This also implies that only a geometry proof of FTC constitutes a valid proof of FTC.
>
> Calculus needs a geometry proof of Fundamental Theorem of Calculus. But none could ever be obtained in Old Math so long as they had a huge mass of mistakes, errors, fakes and con-artist trickery such as the "limit analysis".. To give a Geometry Proof of Fundamental Theorem of Calculus requires math be cleaned-up and cleaned-out of most of math's mistakes and errors. So in a sense, a Geometry FTC proof is a exercise in Consistency of all of Mathematics. In order to prove a FTC geometry proof, requires throwing out the error filled mess of Old Math. Can the Reals be the true numbers of mathematics if the Reals cannot deliver a Geometry proof of FTC? Can the functions that are not polynomial functions allow us to give a Geometry proof of FTC? Can a Coordinate System in 2D have 4 quadrants and still give a Geometry proof of FTC? Can a equation of mathematics with a number that is _not a positive decimal Grid Number_ all alone on the right side of the equation, at all times, allow us to give a Geometry proof of the FTC?
>
> Cover Picture: Is my hand written, one page geometry proof of the Fundamental Theorem of Calculus, the world's first geometry proof of FTC, 2013-2015, by AP.
>
> Length: 137 pages
>
> Product details
> ASIN : B07PQTNHMY
> Publication date : March 14, 2019
> Language : English
> File size : 1307 KB
> Text-to-Speech : Enabled
> Screen Reader : Supported
> Enhanced typesetting : Enabled
> X-Ray : Not Enabled
> Word Wise : Not Enabled
> Print length : 137 pages
> Lending : Enabled
> Amazon Best Sellers Rank: #128,729 Paid in Kindle Store (See Top 100 Paid in Kindle Store)
> #2 in 45-Minute Science & Math Short Reads
> #134 in Calculus (Books)
> #20 in Calculus (Kindle Store)
>
> 5th published book
>
> Suspend all College Classes in Logic, until they Fix their Errors // Teaching True Logic series, book 1 Kindle Edition
> by Archimedes Plutonium (Author)
>
> Last revision was 29Mar2021. This is AP's 5th published book of science.
> Preface:
> First comes Logic-- think straight and clear which many logic and math professors are deaf dumb and blind to, and simply refuse to recognize and fix their errors.
>
> The single biggest error of Old Logic of Boole and Jevons was their "AND" and "OR" connectors. They got them mixed up and turned around. For their logic ends up being that of 3 OR 2 = 5 with 3 AND 2 = either 3 or 2 but never 5, when even the local village idiot knows that 3 AND 2 = 5 (addition) with 3 OR 2 = either 3 or 2 (subtraction). The AND connector in Logic stems from the idea, the mechanism involved, that given a series of statements, if just one of those many statements has a true truth value, then the entire string of statements is overall true, and thus AND truth table is truly TTTF and never TFFF. And secondly, their error of the If->Then conditional. I need to make it clear enough to the reader why the true Truth Table of IF --> Then requires a U for unknown or uncertain with a probability outcome for F --> T = U and F --> F = U. Some smart readers would know that the reason for the U is because without the U, Logic has no means of division by 0 which is undefined in mathematics. You cannot have a Logic that is less than mathematics. A logic that is impoverished and cannot do a "undefined for division by 0 in mathematics". The true logic must be able to have the fact that division by 0 is undefined. True logic is larger than all of mathematics, and must be able to fetch any piece of mathematics from out of Logic itself. So another word for U is undefined. And this is the crux of why Reductio ad Absurdum cannot be a proof method of mathematics, for a starting falsehood in a mathematics proof can only lead to a probability end conclusion.
>
> My corrections of Old Logic have a history that dates before 1993, sometime around 1991, I realized the Euclid proof of infinitude of primes was illogical, sadly sadly wrong, in that the newly formed number by "multiply the lot and add 1" was necessarily a new prime in the indirect proof method. So that my history of fixing Old Logic starts in 1991, but comes to a synthesis of correcting all four of the connectors of Equal/not, And, Or, If->Then, by 2015.
>
> Cover picture: some may complain my covers are less in quality, but I have a good reason for those covers-- I would like covers of math or logic to show the teacher's own handwriting as if he were back in the classroom writing on the blackboard or an overhead projector.
>
>
> Length: 72 pages
>
> File Size: 773 KB
> Print Length: 72 pages
> Publication Date: March 12, 2019
> Sold by: Amazon Digital Services LLC
> Language: English
> ASIN: B07PMB69F5
> Text-to-Speech: Enabled
> X-Ray: 
Not Enabled 

> Word Wise: Not Enabled
> Lending: Enabled
> Screen Reader: Supported
> Enhanced Typesetting: Enabled
> 

>
>
> #6-2, 27th published book
>
> Correcting Reductio Ad Absurdum// Teaching True Logic series, book 2 Kindle Edition
> by Archimedes Plutonium (Author)
>
>
> Last revision was 9NOV2020. This is AP's 27th published book.
>
> Preface:
> These are the TRUE Truth Tables of the 4 connectors of Logic
>
> Equal+Not
> T = T = T
> T = ~F = T
> F = ~T = T
> F = F = T
>
> If--> then
> T --> T = T
> T --> F = F
> F --> T = U (unknown or uncertain)
> F --> F = U (unknown or uncertain)
>
> And
> T & T = T
> T & F = T
> F & T = T
> F & F = F
>
>
> Or
> T or T = F
> T or F = T
> F or T = T
> F or F = F
>
> Those can be analyzed as being Equal+Not is multiplication. If-->then is division. And is addition and Or is subtraction in mathematics. Now I need to emphasis this error of Old Logic, the If->Then conditional. I need to make it clear enough to the reader why the true Truth Table of IF --> Then requires a U for unknown or uncertain with a probability outcome for F --> T = U and F --> F = U. Some smart readers would know that the reason for the U is because without the U, Logic has no means of division by 0 which is undefined in mathematics. You cannot have a Logic that is less than mathematics. A logic that is impoverished and cannot do a "undefined for division by 0 in mathematics". The true logic must be able to have the fact that division by 0 is undefined. True logic is larger than all of mathematics, and must be able to fetch any piece of mathematics from out of Logic itself. So another word for U is undefined. And this is the crux of why Reductio ad Absurdum cannot be a proof method of mathematics, for a starting falsehood in a mathematics proof can only lead to a probability unknown, undefined end conclusion.
>
> Now in Old Logic they had for Reductio Ad Absurdum as displayed by this schematic:
>
> | | ~p
> | |---
> | | .
> | | .
> | | q
> | | .
> | | .
> | | ~q
> | p
>
> Which is fine except for the error of not indicating the end conclusion of "p" is only a probability of being true, not guaranteed as true. And this is the huge huge error that mathematicians have fallen victim of. For the Reductio Ad Absurdum is not a proof method for mathematics, it is probability of being true or false. Math works on guaranteed truth, not probability. This textbook is written to fix that error.
> Length: 86 pages
>
> Product details
> • ASIN : B07Q18GQ7S
> • Publication date : March 23, 2019
> • Language : English
> • File size : 1178 KB
> • Text-to-Speech : Enabled
> • Enhanced typesetting : Enabled
> • X-Ray : Not Enabled
> • Word Wise : Not Enabled
> • Print length : 86 pages
> • Lending : Enabled
> • Best Sellers Rank: #346,875 in Kindle Store (See Top 100 in Kindle Store)
> ◦ #28 in Logic (Kindle Store)
> ◦ #95 in Two-Hour Science & Math Short Reads
> ◦ #217 in Mathematical Logic
> •
>
>
> True Chemistry: Chemistry Series, book 1 Kindle Edition
> by Archimedes Plutonium (Author)
>
> Physics and chemistry made a mistake in 1897 for they thought that J.J. Thomson's small particle of 0.5MeV was the electron of atoms. By 2017, Archimedes Plutonium discovered that the rest mass of 940 for neutron and proton was really 9 x 105MeV with a small sigma-error. Meaning that the real proton is 840MeV, real electron is 105 MeV= muon, and that little particle Thomson discovered was in fact the Dirac magnetic monopole. Dirac circa 1930s was looking for a magnetic monopole, and sadly, Dirac passed away before 2017, because if he had lived to 2017, he would have seen his long sought for magnetic monopole which is everywhere.
>
> Cover picture: shows 3 isomers of CO2 and the O2 molecule.
>
> Length: 1150 pages
>
>
> Product details
> • File Size : 2167 KB
> • ASIN : B07PLVMMSZ
> • Publication Date : March 11, 2019
> • Word Wise : Enabled
> • Print Length : 1150 pages
> • Language: : English
> • Text-to-Speech : Not enabled
> • Enhanced Typesetting : Enabled
> • X-Ray : Not Enabled
> • Lending : Enabled
> Amazon Best Sellers Rank: #590,212 Paid in Kindle Store (See Top 100 Paid in Kindle Store)
> #181 in General Chemistry & Reference
> #1324 in General Chemistry
> #1656 in Physics (Kindle Store)
>
>
> Cambridge professors insane about Logic turns students like Pete Olcott insane also.
>
> Cambridge Physics Dept
>
> Ahnert, Alai, Alexander, Allison, Ansorge, Atature, Barker, Barnes, Bartlett, Batley, Baumberg, Bohndiek, Bowman, Brown, Buscher, Butler, Campbell Carilli, Carter, Castelnovo, Challis, Chalut, Chaudhri, Chin, Ciccarelli, Cicuta, Cole, Cooper, Cowburn, Credgington, Cross, Croze, Deschler, Donald, Duffett-Smith, Dutton, Eiser, Ellis, Euser, Field, Flynn, Ford, Friend, Gibson, Green, Greenham, Gripaios, Grosche, Guck, Gull, Haniff, Heavens-Ward, Heine, Hine, Hobson, Hope-Coles, Howie, Hughes, Irvine, Jardine, Jenkins, Jones, Josephson, Keyser, Khmeinitskii, King, Kotlyar, Lamacraft, Lasenby, Lester, Longair, Lonzarich, Maiolino, Marshall, Martin, Mitov, Morris, Mortimer, Moller, Needs, Norman, Nunnenkamp, Padman,Parker, Patel, Payne, Pepper, Phillips, Pramauro, Queloz, Rao, Richer, Riley, Ritchie, Sargent, Saunders, Saxena, Schneider, Scott, Scrivener, Sebastian, Simmons, Simons, Sirringhaus, Smith, Sutherland, Taylor, Teichmann, Terentjev, Thomson, Verrechia, Walker, Ward, Warner, Weale, Webber, Whyles, Withington.
>
> Cambridge Math Dept
>
> Alan Baker
> Bela Bollobas
> Darwin Smith
> John Coates
> Timothy Gowers
> Peter Johnstone
> Imre Leader
> Gabriel Paternain
>
> Can any-one at Cambridge start correcting the error filled Boole, Jevons, Russell, Whitehead, Godel, Wittgenstein, all failures of logic and logical reasoning, include Cantor and his tripe of undefined infinity, an infinity without a borderline between finite and infinite.
>
> Cambridge, you no longer are a premiere University but a school that fosters and shelters losers of logical reasoning.


Click here to read the complete article
Re: Archimedes "barking fuckdog" Plutonium flunked the math test of a lifetime-generation test

<suq5fb$nm2$1@gioia.aioe.org>

  copy mid

https://www.novabbs.com/tech/article-flat.php?id=91367&group=sci.math#91367

  copy link   Newsgroups: sci.math
Path: i2pn2.org!i2pn.org!aioe.org!Uh3cGLv3BUP05xA/L7flqA.user.46.165.242.75.POSTED!not-for-mail
From: moro...@world.std.spaamtrap.com (Michael Moroney)
Newsgroups: sci.math
Subject: Re: Archimedes "barking fuckdog" Plutonium flunked the math test of a
lifetime-generation test
Date: Sat, 19 Feb 2022 02:15:59 -0500
Organization: Aioe.org NNTP Server
Message-ID: <suq5fb$nm2$1@gioia.aioe.org>
References: <20211112145053.000072c6@reddwarf.jmc>
<smm75f$tf7$1@dont-email.me>
<bb76192e-5d47-46a1-8761-6385a5e6d850n@googlegroups.com>
<f5158fd4-4637-424a-992c-87ba0d949665n@googlegroups.com>
<513afae3-7880-46dd-aeec-2d4628444d0en@googlegroups.com>
<379d0641-35d5-4894-a83e-a79792f11954n@googlegroups.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Info: gioia.aioe.org; logging-data="24258"; posting-host="Uh3cGLv3BUP05xA/L7flqA.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.5.1
X-Notice: Filtered by postfilter v. 0.9.2
Content-Language: en-US
 by: Michael Moroney - Sat, 19 Feb 2022 07:15 UTC

🦐 of Math and 🐟 of Physics Archimedes "little fish of physics"
Plutonium <plutonium.archimedes@gmail.com> fails at math and science:

> Subject: Cambridge, you no longer are a premiere University but a
school that fosters and shelters losers of logical reasoning.

And just who is StupidPlutonium, that nobody of physics, to call
Cambridge a second rate university? It is up to actual physicists and
professors to look at the quality of courses and of the graduates of
Cambridge, to determine if Cambridge still meets the high standards it
always has.

Of course, if Cambridge ever started teaching anything so absurdly
stupid like atoms have unstable muons instead of electrons in them, that
electrons are the never-detected magnetic monopole, or that the ellipse
isn't a conic section, despite many proofs that it is, then Cambridge
would immediately be no longer a top tier but a diploma mill or a Trump
University equivalent. In reality, any of their professors teaching
such garbage would be fired so fast and sent to the nearest funny farm.

> Harry Cliff, AP requires that Harry Cliff LHCb physicist to publish
in the Cambridge Univ student newspaper of how sorry he is and
apologizes for his physics stupidity of thinking that a hydrogen atom is
composed of a electron of 0.5MeV flying around outside of a proton of
938MeV, flying around at 99% speed of light and still holding up and
holding together as a hydrogen atom.

Again, who does the Nobody of Physics, StupidPlutonium, think he is,
thinking that a Nobody of Physics can "require" a well respected
particle physicist like Prof. Cliff to do *anything at all*, much less
destroy his career by stating something as stupid as that?

> Such stupid physics.

Well that's a great description of unstable muons existing in atoms
instead of electrons as a perpetual motion machine, or the electron is a
magnetic monopole despite not having any of the properties an actual
magnetic monopole would have. Of course since there are no observations
or science experiments showing any of that. Instead it's a Nobody of
Physics claiming it's true because he says it's true, it's not physics
at all.

Re: Archimedes "barking fuckdog" Plutonium flunked the math test of a lifetime-generation test

<sur76i$1346$1@gioia.aioe.org>

  copy mid

https://www.novabbs.com/tech/article-flat.php?id=91402&group=sci.math#91402

  copy link   Newsgroups: sci.math
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!news.mixmin.net!aioe.org!osJZjH9FMhnuBeNqa2+7FA.user.46.165.242.75.POSTED!not-for-mail
From: uud...@cnvwa.ni (Bradlee Evers)
Newsgroups: sci.math
Subject: Re: Archimedes "barking fuckdog" Plutonium flunked the math test of a
lifetime-generation test
Date: Sat, 19 Feb 2022 16:51:30 -0000 (UTC)
Organization: Aioe.org NNTP Server
Message-ID: <sur76i$1346$1@gioia.aioe.org>
References: <20211112145053.000072c6@reddwarf.jmc>
<smm75f$tf7$1@dont-email.me>
<bb76192e-5d47-46a1-8761-6385a5e6d850n@googlegroups.com>
<f5158fd4-4637-424a-992c-87ba0d949665n@googlegroups.com>
<513afae3-7880-46dd-aeec-2d4628444d0en@googlegroups.com>
<379d0641-35d5-4894-a83e-a79792f11954n@googlegroups.com>
<suq5fb$nm2$1@gioia.aioe.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Info: gioia.aioe.org; logging-data="35974"; posting-host="osJZjH9FMhnuBeNqa2+7FA.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101
Thunderbird/52.9.1
X-Notice: Filtered by postfilter v. 0.9.2
 by: Bradlee Evers - Sat, 19 Feb 2022 16:51 UTC

Michael Moroney wrote:

> And just who is StupidPlutonium, that nobody of physics, to call
> Cambridge a second rate university? It is up to actual physicists and
> professors to look at the quality of courses and of the graduates of
> Cambridge, to determine if Cambridge still meets the high standards it
> always has.

you are not going to teach a gearmon about genocide. Germany making fun of
genocide when a while back they were quite good at such things. They are
obviously proud of their endeavours so why be so modest. Don't mock it Der
Fuhrer, embrace your prestige of such actions. The old Hitler propaganda
about Aryans having superior DNA than Slavs is still there....dead Donbass
civilians don't count as people to Germans. Sad. *Repulsive*.

Re: Cambridge, you no longer are a premiere University but a school that fosters and shelters losers of logical reasoning.

<44f7a66f-dd1c-4d84-b39e-54d5986f12c1n@googlegroups.com>

  copy mid

https://www.novabbs.com/tech/article-flat.php?id=91436&group=sci.math#91436

  copy link   Newsgroups: sci.math
X-Received: by 2002:adf:ef83:0:b0:1e4:f048:7193 with SMTP id d3-20020adfef83000000b001e4f0487193mr10032785wro.349.1645304436980;
Sat, 19 Feb 2022 13:00:36 -0800 (PST)
X-Received: by 2002:a5b:cc2:0:b0:621:14e0:fdf6 with SMTP id
e2-20020a5b0cc2000000b0062114e0fdf6mr12637819ybr.355.1645304436288; Sat, 19
Feb 2022 13:00:36 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.128.88.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: sci.math
Date: Sat, 19 Feb 2022 13:00:36 -0800 (PST)
In-Reply-To: <379d0641-35d5-4894-a83e-a79792f11954n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2600:387:b:f:0:0:0:5b;
posting-account=fsC03QkAAAAwkSNcSEKmlcR-W_HNitEd
NNTP-Posting-Host: 2600:387:b:f:0:0:0:5b
References: <20211112145053.000072c6@reddwarf.jmc> <smm75f$tf7$1@dont-email.me>
<bb76192e-5d47-46a1-8761-6385a5e6d850n@googlegroups.com> <f5158fd4-4637-424a-992c-87ba0d949665n@googlegroups.com>
<513afae3-7880-46dd-aeec-2d4628444d0en@googlegroups.com> <379d0641-35d5-4894-a83e-a79792f11954n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <44f7a66f-dd1c-4d84-b39e-54d5986f12c1n@googlegroups.com>
Subject: Re: Cambridge, you no longer are a premiere University but a school
that fosters and shelters losers of logical reasoning.
From: plutoniu...@gmail.com (Archimedes Plutonium)
Injection-Date: Sat, 19 Feb 2022 21:00:36 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
 by: Archimedes Plutonium - Sat, 19 Feb 2022 21:00 UTC

2Olcott can John Coates,David Sainsbury, Peter Johnstone, Imre Leader, Gabriel Paternain ever do a geometry proof of Fundamental Theorem of Calculus, or is that totally foreign to them? Mind you, not a limit analysis hornswaggle for that is not geometry, limit analysis is not even a math proof for anyone can analysis things, analysis this post and only math hypocrites would think it is a proof.

Re: Cambridge, you no longer are a premiere University but a school that fosters and shelters losers of logical reasoning. And why do you encourage crank screwballs that repeat computer trash, Pete Olcott, spamming sci.math everyday?

> Olcott can Heine, Hine, Hobson, Hope-Coles, Howie, ever ask the question, which is the atom's real electron, the muon stuck inside a 840MeV proton torus doing the Faraday law or the 0.5MeV particle that AP calls the Dirac magnetic monopole. Or does that thought fly way too above their heads?
>
> Copyright 2021 Pete Olcott
> Spammers hit targets no one else can hit;
> Crackpots hit a target no one else cares to see.
>
>
>
> Olcott, why cannot Haniff, Heavens-Ward, Heine, Hine, Hobson, Hope-Coles, Howie, Hughes, Irvine, Jardine ask the question which is the atom's real electron-- muon or 0.5MeV particle? Is it because they cannot even do logic correctly with their 2 OR 1 = 3 with AND as subtraction?
> >
> > Olcott why does Cambridge Univ Stephen J. Toope, David Sainsbury, Peter Johnstone, Imre Leader, Gabriel Paternain keep teaching Boole error filled logic of 2 OR 1 = 3 with AND as subtraction, and never a geometry proof of Fundamental Theorem of Calculus and these crazies still think the slant cut in cone is a ellipse when in fact it is a Oval. Why brainwash and pollute more students like Pete Olcott who is crazy enough as it is.
> >
> > Olcott why is noone in Cambridge physics able to ask the question which is the atom's true real electron-- muon or 0.5MeV particle? Sargent, Saunders, Saxena, Schneider, Scott, Scrivener, Sebastian, Simmons, Simons, Sirringhaus, Smith?? Do they not have a brain to ask a simple question????
> >
> > 3rd published book
> >
> > AP's Proof-Ellipse was never a Conic Section // Math proof series, book 1 Kindle Edition
> > by Archimedes Plutonium (Author)
> >
> > Ever since Ancient Greek Times it was thought the slant cut into a cone is the ellipse. That was false. For the slant cut in every cone is a Oval, never an Ellipse. This book is a proof that the slant cut is a oval, never the ellipse. A slant cut into the Cylinder is in fact a ellipse, but never in a cone.
> >
> > Length: 21 pages
> >
> > File Size: 1620 KB
> > Print Length: 21 pages
> > Publication Date: March 11, 2019
> > Sold by: Amazon Digital Services LLC
> > Language: English
> > ASIN: B07PLSDQWC
> > Text-to-Speech: Enabled
> > X-Ray: Not Enabled
> > Word Wise: Not Enabled
> > Lending: Enabled
> > Enhanced Typesetting: Enabled
> >
> >
> > #8-2, 11th published book
> >
> > World's First Geometry Proof of Fundamental Theorem of Calculus// Math proof series, book 2 Kindle Edition
> > by Archimedes Plutonium (Author)
> >
> > Last revision was 19May2021. This is AP's 11th published book of science.
> > Preface:
> > Actually my title is too modest, for the proof that lies within this book makes it the World's First Valid Proof of Fundamental Theorem of Calculus, for in my modesty, I just wanted to emphasis that calculus was geometry and needed a geometry proof. Not being modest, there has never been a valid proof of FTC until AP's 2015 proof. This also implies that only a geometry proof of FTC constitutes a valid proof of FTC.
> >
> > Calculus needs a geometry proof of Fundamental Theorem of Calculus. But none could ever be obtained in Old Math so long as they had a huge mass of mistakes, errors, fakes and con-artist trickery such as the "limit analysis". To give a Geometry Proof of Fundamental Theorem of Calculus requires math be cleaned-up and cleaned-out of most of math's mistakes and errors. So in a sense, a Geometry FTC proof is a exercise in Consistency of all of Mathematics. In order to prove a FTC geometry proof, requires throwing out the error filled mess of Old Math. Can the Reals be the true numbers of mathematics if the Reals cannot deliver a Geometry proof of FTC? Can the functions that are not polynomial functions allow us to give a Geometry proof of FTC? Can a Coordinate System in 2D have 4 quadrants and still give a Geometry proof of FTC? Can a equation of mathematics with a number that is _not a positive decimal Grid Number_ all alone on the right side of the equation, at all times, allow us to give a Geometry proof of the FTC?
> >
> > Cover Picture: Is my hand written, one page geometry proof of the Fundamental Theorem of Calculus, the world's first geometry proof of FTC, 2013-2015, by AP.
> >
> > Length: 137 pages
> >
> > Product details
> > ASIN : B07PQTNHMY
> > Publication date : March 14, 2019
> > Language : English
> > File size : 1307 KB
> > Text-to-Speech : Enabled
> > Screen Reader : Supported
> > Enhanced typesetting : Enabled
> > X-Ray : Not Enabled
> > Word Wise : Not Enabled
> > Print length : 137 pages
> > Lending : Enabled
> > Amazon Best Sellers Rank: #128,729 Paid in Kindle Store (See Top 100 Paid in Kindle Store)
> > #2 in 45-Minute Science & Math Short Reads
> > #134 in Calculus (Books)
> > #20 in Calculus (Kindle Store)
> >
> > 5th published book
> >
> > Suspend all College Classes in Logic, until they Fix their Errors // Teaching True Logic series, book 1 Kindle Edition
> > by Archimedes Plutonium (Author)
> >
> > Last revision was 29Mar2021. This is AP's 5th published book of science..
> > Preface:
> > First comes Logic-- think straight and clear which many logic and math professors are deaf dumb and blind to, and simply refuse to recognize and fix their errors.
> >
> > The single biggest error of Old Logic of Boole and Jevons was their "AND" and "OR" connectors. They got them mixed up and turned around. For their logic ends up being that of 3 OR 2 = 5 with 3 AND 2 = either 3 or 2 but never 5, when even the local village idiot knows that 3 AND 2 = 5 (addition) with 3 OR 2 = either 3 or 2 (subtraction). The AND connector in Logic stems from the idea, the mechanism involved, that given a series of statements, if just one of those many statements has a true truth value, then the entire string of statements is overall true, and thus AND truth table is truly TTTF and never TFFF. And secondly, their error of the If->Then conditional. I need to make it clear enough to the reader why the true Truth Table of IF --> Then requires a U for unknown or uncertain with a probability outcome for F --> T = U and F --> F = U. Some smart readers would know that the reason for the U is because without the U, Logic has no means of division by 0 which is undefined in mathematics. You cannot have a Logic that is less than mathematics. A logic that is impoverished and cannot do a "undefined for division by 0 in mathematics". The true logic must be able to have the fact that division by 0 is undefined. True logic is larger than all of mathematics, and must be able to fetch any piece of mathematics from out of Logic itself. So another word for U is undefined. And this is the crux of why Reductio ad Absurdum cannot be a proof method of mathematics, for a starting falsehood in a mathematics proof can only lead to a probability end conclusion.
> >
> > My corrections of Old Logic have a history that dates before 1993, sometime around 1991, I realized the Euclid proof of infinitude of primes was illogical, sadly sadly wrong, in that the newly formed number by "multiply the lot and add 1" was necessarily a new prime in the indirect proof method. So that my history of fixing Old Logic starts in 1991, but comes to a synthesis of correcting all four of the connectors of Equal/not, And, Or, If->Then, by 2015.
> >
> > Cover picture: some may complain my covers are less in quality, but I have a good reason for those covers-- I would like covers of math or logic to show the teacher's own handwriting as if he were back in the classroom writing on the blackboard or an overhead projector.
> >
> >
> > Length: 72 pages
> >
> > File Size: 773 KB
> > Print Length: 72 pages
> > Publication Date: March 12, 2019
> > Sold by: Amazon Digital Services LLC
> > Language: English
> > ASIN: B07PMB69F5
> > Text-to-Speech: Enabled
> > X-Ray: 
Not Enabled 

> > Word Wise: Not Enabled
> > Lending: Enabled
> > Screen Reader: Supported
> > Enhanced Typesetting: Enabled
> > 

> >
> >
> > #6-2, 27th published book
> >
> > Correcting Reductio Ad Absurdum// Teaching True Logic series, book 2 Kindle Edition
> > by Archimedes Plutonium (Author)
> >
> >
> > Last revision was 9NOV2020. This is AP's 27th published book.
> >
> > Preface:
> > These are the TRUE Truth Tables of the 4 connectors of Logic
> >
> > Equal+Not
> > T = T = T
> > T = ~F = T
> > F = ~T = T
> > F = F = T
> >
> > If--> then
> > T --> T = T
> > T --> F = F
> > F --> T = U (unknown or uncertain)
> > F --> F = U (unknown or uncertain)
> >
> > And
> > T & T = T
> > T & F = T
> > F & T = T
> > F & F = F
> >
> >
> > Or
> > T or T = F
> > T or F = T
> > F or T = T
> > F or F = F
> >
> > Those can be analyzed as being Equal+Not is multiplication. If-->then is division. And is addition and Or is subtraction in mathematics. Now I need to emphasis this error of Old Logic, the If->Then conditional. I need to make it clear enough to the reader why the true Truth Table of IF --> Then requires a U for unknown or uncertain with a probability outcome for F --> T = U and F --> F = U. Some smart readers would know that the reason for the U is because without the U, Logic has no means of division by 0 which is undefined in mathematics. You cannot have a Logic that is less than mathematics. A logic that is impoverished and cannot do a "undefined for division by 0 in mathematics". The true logic must be able to have the fact that division by 0 is undefined. True logic is larger than all of mathematics, and must be able to fetch any piece of mathematics from out of Logic itself.. So another word for U is undefined. And this is the crux of why Reductio ad Absurdum cannot be a proof method of mathematics, for a starting falsehood in a mathematics proof can only lead to a probability unknown, undefined end conclusion.
> >
> > Now in Old Logic they had for Reductio Ad Absurdum as displayed by this schematic:
> >
> > | | ~p
> > | |---
> > | | .
> > | | .
> > | | q
> > | | .
> > | | .
> > | | ~q
> > | p
> >
> > Which is fine except for the error of not indicating the end conclusion of "p" is only a probability of being true, not guaranteed as true. And this is the huge huge error that mathematicians have fallen victim of. For the Reductio Ad Absurdum is not a proof method for mathematics, it is probability of being true or false. Math works on guaranteed truth, not probability. This textbook is written to fix that error.
> > Length: 86 pages
> >
> > Product details
> > • ASIN : B07Q18GQ7S
> > • Publication date : March 23, 2019
> > • Language : English
> > • File size : 1178 KB
> > • Text-to-Speech : Enabled
> > • Enhanced typesetting : Enabled
> > • X-Ray : Not Enabled
> > • Word Wise : Not Enabled
> > • Print length : 86 pages
> > • Lending : Enabled
> > • Best Sellers Rank: #346,875 in Kindle Store (See Top 100 in Kindle Store)
> > ◦ #28 in Logic (Kindle Store)
> > ◦ #95 in Two-Hour Science & Math Short Reads
> > ◦ #217 in Mathematical Logic
> > •
> >
> >
> > True Chemistry: Chemistry Series, book 1 Kindle Edition
> > by Archimedes Plutonium (Author)
> >
> > Physics and chemistry made a mistake in 1897 for they thought that J.J. Thomson's small particle of 0.5MeV was the electron of atoms. By 2017, Archimedes Plutonium discovered that the rest mass of 940 for neutron and proton was really 9 x 105MeV with a small sigma-error. Meaning that the real proton is 840MeV, real electron is 105 MeV= muon, and that little particle Thomson discovered was in fact the Dirac magnetic monopole. Dirac circa 1930s was looking for a magnetic monopole, and sadly, Dirac passed away before 2017, because if he had lived to 2017, he would have seen his long sought for magnetic monopole which is everywhere.
> >
> > Cover picture: shows 3 isomers of CO2 and the O2 molecule.
> >
> > Length: 1150 pages
> >
> >
> > Product details
> > • File Size : 2167 KB
> > • ASIN : B07PLVMMSZ
> > • Publication Date : March 11, 2019
> > • Word Wise : Enabled
> > • Print Length : 1150 pages
> > • Language: : English
> > • Text-to-Speech : Not enabled
> > • Enhanced Typesetting : Enabled
> > • X-Ray : Not Enabled
> > • Lending : Enabled
> > Amazon Best Sellers Rank: #590,212 Paid in Kindle Store (See Top 100 Paid in Kindle Store)
> > #181 in General Chemistry & Reference
> > #1324 in General Chemistry
> > #1656 in Physics (Kindle Store)
> >
> >
> > Cambridge professors insane about Logic turns students like Pete Olcott insane also.
> >
> > Cambridge Physics Dept
> >
> > Ahnert, Alai, Alexander, Allison, Ansorge, Atature, Barker, Barnes, Bartlett, Batley, Baumberg, Bohndiek, Bowman, Brown, Buscher, Butler, Campbell Carilli, Carter, Castelnovo, Challis, Chalut, Chaudhri, Chin, Ciccarelli, Cicuta, Cole, Cooper, Cowburn, Credgington, Cross, Croze, Deschler, Donald, Duffett-Smith, Dutton, Eiser, Ellis, Euser, Field, Flynn, Ford, Friend, Gibson, Green, Greenham, Gripaios, Grosche, Guck, Gull, Haniff, Heavens-Ward, Heine, Hine, Hobson, Hope-Coles, Howie, Hughes, Irvine, Jardine, Jenkins, Jones, Josephson, Keyser, Khmeinitskii, King, Kotlyar, Lamacraft, Lasenby, Lester, Longair, Lonzarich, Maiolino, Marshall, Martin, Mitov, Morris, Mortimer, Moller, Needs, Norman, Nunnenkamp, Padman,Parker, Patel, Payne, Pepper, Phillips, Pramauro, Queloz, Rao, Richer, Riley, Ritchie, Sargent, Saunders, Saxena, Schneider, Scott, Scrivener, Sebastian, Simmons, Simons, Sirringhaus, Smith, Sutherland, Taylor, Teichmann, Terentjev, Thomson, Verrechia, Walker, Ward, Warner, Weale, Webber, Whyles, Withington.
> >
> > Cambridge Math Dept
> >
> > Alan Baker
> > Bela Bollobas
> > Darwin Smith
> > John Coates
> > Timothy Gowers
> > Peter Johnstone
> > Imre Leader
> > Gabriel Paternain
> >
> > Can any-one at Cambridge start correcting the error filled Boole, Jevons, Russell, Whitehead, Godel, Wittgenstein, all failures of logic and logical reasoning, include Cantor and his tripe of undefined infinity, an infinity without a borderline between finite and infinite.
> >
> > Cambridge, you no longer are a premiere University but a school that fosters and shelters losers of logical reasoning.
> Cambridge failures of physics who cannot even ask the question which is the atom's true real electron-- the muon stuck inside a 840MeV proton or the 0.5MeV particle that AP says is the Dirac magnetic monopole. Harry Cliff, AP requires that Harry Cliff LHCb physicist to publish in the Cambridge Univ student newspaper of how sorry he is and apologizes for his physics stupidity of thinking that a hydrogen atom is composed of a electron of 0.5MeV flying around outside of a proton of 938MeV, flying around at 99% speed of light and still holding up and holding together as a hydrogen atom. Such stupid physics.
> > >
> > > Whereas the truth be known the real electron of a hydrogen atom is the muon stuck inside a 840MeV proton torus of 8 rings, where the muon and proton are doing the Faraday Law of producing more new electricity and storaging that electricity in what are known as neutrons. Because the muon is inside the proton it can fly around the torus inside at nearly the speed of light.
> > >
> > > Old Physics which Harry Cliff is a member, never took Logic, never learned how to think straight, think clear, and thus his physics knowledge is just hand down memorization. So stupid he never understood what the hell is angular momentum for no hydrogen atom can exist with a 0.5MeV particle flying around at 99% speed of light and stay put on a proton of 938MeV.
> > >
> > > AP says the 0.5MeV particle is Dirac's Magnetic Monopole. Now Dirac was a real physicist, but not Harry Cliff and everyone at CERN with their electron = 0.5MeV.
> > >
> > > So, Harry Cliff, AP requires you to publish in Cambridge student newspaper your apology for the boneheaded physics you pursue and teach and test on fake physics of the atom.
> > >
> > > AP, King of Science, especially Physics
> > >
> > >
> > > #2-1, 137th published book
> > >
> > > Introduction to AP's TEACHING TRUE PHYSICS// Physics textbook series, book 1 Kindle Edition
> > > by Archimedes Plutonium (Author)
> > >
> > >
> > >
> > > #1 New Release in Electromagnetic Theory
> > >
> > > This will be AP's 137th published book on science. And the number 137 is special to me for it is the number of QED, Quantum Electrodynamics as the inverse fine structure constant. I can always remember 137 as that special constant of physics and so I can remember where Teaching True Physics was started by me.
> > >
> > > Time has come for the world to have the authoritative textbooks for all of High School and College education. Written by the leading physics expert of the time. The last such was Feynman in the 1960s with Feynman Lectures on Physics. The time before was Maxwell in 1860s with his books and Encyclopedia Britannica editorship. The time is ripe in 2020 for the new authoritative texts on physics. It will be started in 2020 which is 60 years after Feynman. In the future, I request the physics community updates the premier physics textbook series at least every 30 years. For we can see that pattern of 30 years approximately from Faraday in 1830 to Maxwell in 1860 to Planck and Rutherford in about 1900, to Dirac in 1930 to Feynman in 1960 and finally to AP in 1990 and 2020. So much happens in physics after 30 years, that we need the revisions to take place in a timely manner. But also, as we move to Internet publishing such as Amazon's Kindle, we can see that updates can take place very fast, as editing can be a ongoing monthly or yearly activity. I for one keep constantly updating all my published books, at least I try to.
> > >
> > > Feynman was the best to make the last authoritative textbook series for his concentration was QED, Quantum Electrodynamics, the pinnacle peak of physics during the 20th century. Of course the Atom Totality theory took over after 1990 and all of physics; for all sciences are under the Atom Totality theory.
> > > And as QED was the pinnacle peak before 1990, the new pinnacle peak is the Atom Totality theory. The Atom Totality theory is the advancement of QED, for the Atom Totality theory primal axiom says -- All is Atom, and atoms are nothing but Electricity and Magnetism.
> > > Length: 64 pages
> > >
> > > Product details
> > > • File Size : 790 KB
> > > • Publication Date : October 5, 2020
> > > • Word Wise : Enabled
> > > • Print Length : 64 pages
> > > • Text-to-Speech : Not enabled
> > > • Screen Reader : Supported
> > > • Enhanced Typesetting : Enabled
> > > • X-Ray : Not Enabled
> > > • Language: : English
> > > • ASIN : B08KS4YGWY
> > > • Lending : Enabled
> > > • Best Sellers Rank: #430,602 in Kindle Store (See Top 100 in Kindle Store)
> > > ◦ #39 in Electromagnetic Theory
> > > ◦ #73 in Electromagnetism (Kindle Store)
> > > ◦ #74 in 90-Minute Science & Math Short Reads
> > >
> > > #2-2, 145th published book
> > >
> > >
> > > TEACHING TRUE PHYSICS//Junior High School// Physics textbook series, book 2
> > > Kindle Edition
> > > by Archimedes Plutonium (Author)
> > > What I am doing is clearing the field of physics, clearing it of all the silly mistakes and errors and beliefs that clutter up physics. Clearing it of its fraud and fakeries and con-artistry. I thought of doing these textbooks starting with Senior year High School, wherein I myself started learning physics. But because of so much fraud and fakery in physics education, I believe we have to drop down to Junior year High School to make a drastic and dramatic emphasis on fakery and con-artistry that so much pervades science and physics in particular. So that we have two years in High School to learn physics. And discard the nonsense of physics brainwash that Old Physics filled the halls and corridors of education.
> > >
> > > Product details
> > > • ASIN : B08PC99JJB
> > > • Publication date : November 29, 2020
> > > • Language: : English
> > > • File size : 682 KB
> > > • Text-to-Speech : Enabled
> > > • Screen Reader : Supported
> > > • Enhanced typesetting : Enabled
> > > • X-Ray : Not Enabled
> > > • Word Wise : Enabled
> > > • Print length : 78 pages
> > > • Lending : Enabled
> > > • Best Sellers Rank: #185,995 in Kindle Store (See Top 100 in Kindle Store)
> > > ◦ #42 in Two-Hour Science & Math Short Reads
> > > ◦ #344 in Physics (Kindle Store)
> > > ◦ #2,160 in Physics (Books)
> > >
> > > #2-3, 146th published book
> > >
> > > TEACHING TRUE PHYSICS// Senior High School// Physics textbook series, book 3
> > > Kindle Edition
> > > by Archimedes Plutonium (Author)
> > > I believe that in knowing the history of a science is knowing half of that science. And that if you are amiss of knowing the history behind a science, you have only a partial understanding of the concepts and ideas behind the science. I further believe it is easier to teach a science by teaching its history than any other means of teaching. So for senior year High School, I believe physics history is the best way of teaching physics. And in later years of physics courses, we can always pick up on details. So I devote this senior year High School physics to a history of physics, but only true physics. And there are few books written on the history of physics, so I chose Asimov's The History of Physics, 1966 as the template book for this textbook. Now Asimov's book is full of error and mistakes, and that is disappointing but all of Old Physics is full of error. On errors and mistakes of Old Physics, the best I can do is warn the students, and the largest warning of all is that whenever someone in Old Physics says "electron" what they are talking about is really the Dirac magnetic monopole. And whenever they talk about the Rutherford-Bohr model of the atom, they are talking about huge huge grave mistakes, for the true atom is protons as 8 ringed toruses with a muon stuck inside of a proton doing the Faraday law and producing those magnetic monopoles as electricity. I use Asimov's book as a template but in the future, I hope to rewrite this textbook using no template at all, that is if I have time in the future.
> > > Cover Picture: Is the book The History of Physics, by Isaac Asimov, 1966 and on top of the book are 4 cut-outs of bent circles representing magnetic monopoles which revolutionizes modern physics, especially the ElectroMagnetic theory.
> > >
> > > Product details
> > > • ASIN ‏ : ‎ B08RK33T8V
> > > • Publication date ‏ : ‎ December 28, 2020
> > > • Language ‏ : ‎ English
> > > • File size ‏ : ‎ 794 KB
> > > • Text-to-Speech ‏ : ‎ Enabled
> > > • Screen Reader ‏ : ‎ Supported
> > > • Enhanced typesetting ‏ : ‎ Enabled
> > > • X-Ray ‏ : ‎ Not Enabled
> > > • Word Wise ‏ : ‎ Enabled
> > > • Print length ‏ : ‎ 123 pages
> > > • Lending ‏ : ‎ Enabled
> > > • Best Sellers Rank: #4,167,235 in Kindle Store (See Top 100 in Kindle Store)
> > > ◦ #15,099 in Physics (Kindle Store)
> > > ◦ #91,163 in Physics (Books)
> > >
> > >
> > > #2-4, 151st published book
> > >
> > > TEACHING TRUE PHYSICS// 1st year College// Physics textbook series, book 4
> > > Kindle Edition
> > > by Archimedes Plutonium (Author)
> > > Preface: This is AP's 151st book of science published. It is one of my most important books of science because 1st year college physics is so impressionable on students, if they should continue with physics, or look elsewhere for a career. And also, physics is a crossroad to all the other hard core sciences, where physics course is mandatory such as in chemistry or even biology. I have endeavored to make physics 1st year college to be as easy and simple to learn. In this endeavor to make physics super easy, I have made the writing such that you will see core ideas in all capital letters as single sentences as a educational tool. And I have made this textbook chapter writing follow a logical pattern of both algebra and geometry concepts, throughout. The utmost importance of logic in physics needs to be seen and understood. For I have never seen a physics book, prior to this one that is logical. Every Old Physics textbook I have seen is scatter-brained in topics and in writing. I use as template book of Halliday & Resnick because a edition of H&R was one I was taught physics at University of Cincinnati in 1969. And in 1969, I had a choice of majors, do I major in geology, or mathematics, or in physics, for I will graduate from UC in 1972. For me, geology was too easy, but physics was too tough, so I ended up majoring in mathematics. If I had been taught in 1969 using this textbook that I have written, I would have ended up majoring in physics, my first love. For physics is not hard, not hard at all, once you clear out the mistakes and the obnoxious worthless mathematics that clutters up Old Physics, and the illogic that smothers much of Old Physics.
> > >
> > > Maybe it was good that I had those impressions of physics education of poor education, which still exists throughout physics today. Because maybe I am forced to write this book, because of that awful experience of learning physics in 1969. Without that awful experience, maybe this textbook would have never been written by me.
> > >
> > > Cover picture is the template book of Halliday & Resnick, 1988, 3rd edition Fundamentals of Physics and sitting on top are cut outs of "half bent circles, bent at 90 degrees" to imitate magnetic monopoles. Magnetic Monopoles revolutionizes physics education, and separates-out, what is Old Physics from what is New Physics.
> > >
> > > Product details
> > > • ASIN ‏ : ‎ B09JW5DVYM
> > > • Publication date ‏ : ‎ October 19, 2021
> > > • Language ‏ : ‎ English
> > > • File size ‏ : ‎ 1033 KB
> > > • Text-to-Speech ‏ : ‎ Enabled
> > > • Screen Reader ‏ : ‎ Supported
> > > • Enhanced typesetting ‏ : ‎ Enabled
> > > • X-Ray ‏ : ‎ Not Enabled
> > > • Word Wise ‏ : ‎ Enabled
> > > • Print length ‏ : ‎ 386 pages
> > > • Lending ‏ : ‎ Enabled
> > >
> > >
> > >
> > > #2-9, 161st published book
> > >
> > > PHYSICSOPEDIA -- List of 133 fakes and mistakes of Old Physics// Student teaches professor Kindle Edition
> > > by Archimedes Plutonium (Author)
> > >
> > > Preface:
> > > A Physicsopedia is a book of the overall assessment and evaluation of the state of the art of Physics. It is like a report card. It is a total view of the science and a judgement of the science, both of the past, present and the direction forward into the future. Its greatest use is to alert readers and people in science of what is wrong with their subject, and as a ancillary use, to alert students what to avoid in college as a waste of time.
> > > It is not in alphabetical order but mostly, rather, has a ordering of what is most important at the start and only at the very very end. For there is no index.
> > > Physics is the most important hard science for every other science is a specialized part of physics. And Old Physics has three key huge mistakes that this book addresses. The true theory of the Universe is the Atom Totality, not the Big Bang which is a ridiculous theory. The true electron of atoms is not the particle of 0.5MeV which turns out to be Dirac's magnetic monopole, while the true real electron of atoms is the muon of 105MeV which is stuck inside a proton torus of 8 rings of 840MeV. This causes another huge mistake, for a mistake in physics usually has a cascade effect of more and more mistakes. When we take the true electron of atoms is the muon, means the Sun and stars shine not from fusion, but from that muon thrusting through the proton torus in a Faraday law of electricity and magnetism producing electrical energy. So our Sun shines from the Faraday law, not fusion. And this implies the Sun has gone into Red Giant phase with a solar radiation increase of 0.005% yearly increase. That implies all life on Earth is in danger of going extinct as the Sun becomes more and more Red Giant, and unless humanity moves out to Europa, humanity goes extinct.
> > >
> > > Product details
> > > • ASIN ‏ : ‎ B09N18QPP1
> > > • Publication date ‏ : ‎ December 3, 2021
> > > • Language ‏ : ‎ English
> > > • File size ‏ : ‎ 1139 KB
> > > • Text-to-Speech ‏ : ‎ Enabled
> > > • Screen Reader ‏ : ‎ Supported
> > > • Enhanced typesetting ‏ : ‎ Enabled
> > > • X-Ray ‏ : ‎ Not Enabled
> > > • Word Wise ‏ : ‎ Enabled
> > > • Print length ‏ : ‎ 82 pages
> > > • Lending ‏ : ‎ Enabled
> > >
> > >
> > >
> > >
> > > y z
> > > | /
> > > | /
> > > |/______ x
> > >
> > > More people reading and viewing AP's newsgroup than viewing sci.math, sci.physics. So AP has decided to put all NEW WORK, to his newsgroup. And there is little wonder because in AP's newsgroups, there is only solid pure science going on, not a gang of hate spewing misfits blighting the skies.
> > >
> > > In sci.math, sci.physics there is only stalking hate spew along with Police Drag Net Spam of no value and other than hate spew there is Police drag net spam day and night.
> > >
> > > I re-opened the old newsgroup PAU of 1990s and there one can read my recent posts without the hassle of stalkers and spammers, Police Drag Net Spam that floods each and every day, book and solution manual spammers, off-topic-misfits, front-page-hogs, churning imbeciles, stalking mockers, suppression-bullies, and demonizers. And the taxpayer funded hate spew stalkers who ad hominem you day and night on every one of your posts.
> > >
> > > There is no discussion of science in sci.math or sci.physics, just one long line of hate spewing stalkers followed up with Police Drag Net Spam (easy to spot-- very offtopic-- with hate charged content). And countries using sci.physics & sci.math as propaganda platforms, such as tampering in elections with their mind-rot.
> > >
> > > Read my recent posts in peace and quiet.
> > > https://groups.google.com/forum/?hl=en#!forum/plutonium-atom-universe
> > > Archimedes Plutonium
> > > #3-1, 2nd published book
> > >
> > > True Chemistry: Chemistry Series, book 1 Kindle Edition
> > > by Archimedes Plutonium (Author)
> > >
> > > Physics and chemistry made a mistake in 1897 for they thought that J.J. Thomson's small particle of 0.5MeV was the electron of atoms. By 2017, Archimedes Plutonium discovered that the rest mass of 940 for neutron and proton was really 9 x 105MeV with a small sigma-error. Meaning that the real proton is 840MeV, real electron is 105 MeV= muon, and that little particle Thomson discovered was in fact the Dirac magnetic monopole. Dirac circa 1930s was looking for a magnetic monopole, and sadly, Dirac passed away before 2017, because if he had lived to 2017, he would have seen his long sought for magnetic monopole which is everywhere.
> > >
> > > Cover picture: shows 3 isomers of CO2 and the O2 molecule.
> > >
> > > Length: 1150 pages
> > >
> > >
> > > Product details
> > > • File Size : 2167 KB
> > > • ASIN : B07PLVMMSZ
> > > • Publication Date : March 11, 2019
> > > • Word Wise : Enabled
> > > • Print Length : 1150 pages
> > > • Language: : English
> > > • Text-to-Speech : Not enabled
> > > • Enhanced Typesetting : Enabled
> > > • X-Ray : Not Enabled
> > > • Lending : Enabled
> > > Amazon Best Sellers Rank: #590,212 Paid in Kindle Store (See Top 100 Paid in Kindle Store)
> > > #181 in General Chemistry & Reference
> > > #1324 in General Chemistry
> > > #1656 in Physics (Kindle Store)
> > > 


Click here to read the complete article
Re: Cambridge, you no longer are a premiere University but a school that fosters and shelters losers of logical reasoning.

<116ea257-22ad-420d-9077-bfc1400db1a2n@googlegroups.com>

  copy mid

https://www.novabbs.com/tech/article-flat.php?id=92164&group=sci.math#92164

  copy link   Newsgroups: sci.math
X-Received: by 2002:a05:622a:3ca:b0:2df:1cae:397b with SMTP id k10-20020a05622a03ca00b002df1cae397bmr7276123qtx.556.1645911242838;
Sat, 26 Feb 2022 13:34:02 -0800 (PST)
X-Received: by 2002:a25:c487:0:b0:61d:9570:e77f with SMTP id
u129-20020a25c487000000b0061d9570e77fmr12473366ybf.229.1645911242575; Sat, 26
Feb 2022 13:34:02 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: sci.math
Date: Sat, 26 Feb 2022 13:34:02 -0800 (PST)
In-Reply-To: <44f7a66f-dd1c-4d84-b39e-54d5986f12c1n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2600:387:b:f:0:0:0:76;
posting-account=fsC03QkAAAAwkSNcSEKmlcR-W_HNitEd
NNTP-Posting-Host: 2600:387:b:f:0:0:0:76
References: <20211112145053.000072c6@reddwarf.jmc> <smm75f$tf7$1@dont-email.me>
<bb76192e-5d47-46a1-8761-6385a5e6d850n@googlegroups.com> <f5158fd4-4637-424a-992c-87ba0d949665n@googlegroups.com>
<513afae3-7880-46dd-aeec-2d4628444d0en@googlegroups.com> <379d0641-35d5-4894-a83e-a79792f11954n@googlegroups.com>
<44f7a66f-dd1c-4d84-b39e-54d5986f12c1n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <116ea257-22ad-420d-9077-bfc1400db1a2n@googlegroups.com>
Subject: Re: Cambridge, you no longer are a premiere University but a school
that fosters and shelters losers of logical reasoning.
From: plutoniu...@gmail.com (Archimedes Plutonium)
Injection-Date: Sat, 26 Feb 2022 21:34:02 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
 by: Archimedes Plutonium - Sat, 26 Feb 2022 21:34 UTC

Olcott spammill/ Put Putin in EU prison or grave. Put Zelenskyy as new leader of all of Russia+Ukraine// SCIENCE COUNCIL RULES EARTH It is time for the world to not have a leader of a country that goes around "killing innocent
10m views

Put Putin in EU prison or grave. Put Zelenskyy as new leader of all of Russia+Ukraine// SCIENCE COUNCIL RULES EARTH

It is time for the world to not have a leader of a country that goes around "killing innocent people of other countries". Putin needs either the prison or the grave.

Mr. Zelenskyy, a remarkable and brave man needs to be the new leader of not only Ukraine but of Russia also.

The West, and NATO, please ask for VOLUNTEER sharpshooters in your ranks. Volunteers to wear the Ukraine army uniform and to go to Kiev and make Kiev the Stalingrad of Russia once again. I estimate we need 10,000 sharpshooter volunteers.

I intensely studied the battle of Stalingrad in WW2 and the reason for its German defeat was sharpshooters using the rubble piles as trenches.

I would say that if Kiev had 100,000 sharpshooters, that Putin is guaranteed a defeat. Of course they need the antitank and antiaircraft missiles to fight this intensive defense war.

But the West must be on total alert for the crazy madman Putin can ignite a nuclear war, and we all hope and pray that the insane madman Putin does not ignite that.

West-- you need that Swift banking sanction immediately. And, West, you need to sanction China also. The world has more important things to accomplish-- colonize Europa since our Sun went Red Giant Phase. Humanity has no time for mindless petty dictators of Putin Russia nor Xi China.

Olcott can John Coates,David Sainsbury, Peter Johnstone, Imre Leader, Gabriel Paternain ever do a geometry proof of Fundamental Theorem of Calculus, or is that totally foreign to them? Mind you, not a limit analysis hornswaggle for that is not geometry, limit analysis is not even a math proof for anyone can analysis things, analysis this post and only math hypocrites would think it is a proof.

Re: Cambridge, you no longer are a premiere University but a school that fosters and shelters losers of logical reasoning. And why do you encourage crank screwballs that repeat computer trash, Pete Olcott, spamming sci.math everyday?

> Olcott can Heine, Hine, Hobson, Hope-Coles, Howie, ever ask the question, which is the atom's real electron, the muon stuck inside a 840MeV proton torus doing the Faraday law or the 0.5MeV particle that AP calls the Dirac magnetic monopole. Or does that thought fly way too above their heads?
>
> Copyright 2021 Pete Olcott
> Spammers hit targets no one else can hit;
> Crackpots hit a target no one else cares to see.
>
>
>
> Olcott, why cannot Haniff, Heavens-Ward, Heine, Hine, Hobson, Hope-Coles, Howie, Hughes, Irvine, Jardine ask the question which is the atom's real electron-- muon or 0.5MeV particle? Is it because they cannot even do logic correctly with their 2 OR 1 = 3 with AND as subtraction?
> >
> > Olcott why does Cambridge Univ Stephen J. Toope, David Sainsbury, Peter Johnstone, Imre Leader, Gabriel Paternain keep teaching Boole error filled logic of 2 OR 1 = 3 with AND as subtraction, and never a geometry proof of Fundamental Theorem of Calculus and these crazies still think the slant cut in cone is a ellipse when in fact it is a Oval. Why brainwash and pollute more students like Pete Olcott who is crazy enough as it is.
> >
> > Olcott why is noone in Cambridge physics able to ask the question which is the atom's true real electron-- muon or 0.5MeV particle? Sargent, Saunders, Saxena, Schneider, Scott, Scrivener, Sebastian, Simmons, Simons, Sirringhaus, Smith?? Do they not have a brain to ask a simple question????
> >
> > 3rd published book
> >
> > AP's Proof-Ellipse was never a Conic Section // Math proof series, book 1 Kindle Edition
> > by Archimedes Plutonium (Author)
> >
> > Ever since Ancient Greek Times it was thought the slant cut into a cone is the ellipse. That was false. For the slant cut in every cone is a Oval, never an Ellipse. This book is a proof that the slant cut is a oval, never the ellipse. A slant cut into the Cylinder is in fact a ellipse, but never in a cone.
> >
> > Length: 21 pages
> >
> > File Size: 1620 KB
> > Print Length: 21 pages
> > Publication Date: March 11, 2019
> > Sold by: Amazon Digital Services LLC
> > Language: English
> > ASIN: B07PLSDQWC
> > Text-to-Speech: Enabled
> > X-Ray: Not Enabled
> > Word Wise: Not Enabled
> > Lending: Enabled
> > Enhanced Typesetting: Enabled
> >
> >
> > #8-2, 11th published book
> >
> > World's First Geometry Proof of Fundamental Theorem of Calculus// Math proof series, book 2 Kindle Edition
> > by Archimedes Plutonium (Author)
> >
> > Last revision was 19May2021. This is AP's 11th published book of science.
> > Preface:
> > Actually my title is too modest, for the proof that lies within this book makes it the World's First Valid Proof of Fundamental Theorem of Calculus, for in my modesty, I just wanted to emphasis that calculus was geometry and needed a geometry proof. Not being modest, there has never been a valid proof of FTC until AP's 2015 proof. This also implies that only a geometry proof of FTC constitutes a valid proof of FTC.
> >
> > Calculus needs a geometry proof of Fundamental Theorem of Calculus. But none could ever be obtained in Old Math so long as they had a huge mass of mistakes, errors, fakes and con-artist trickery such as the "limit analysis". To give a Geometry Proof of Fundamental Theorem of Calculus requires math be cleaned-up and cleaned-out of most of math's mistakes and errors. So in a sense, a Geometry FTC proof is a exercise in Consistency of all of Mathematics. In order to prove a FTC geometry proof, requires throwing out the error filled mess of Old Math. Can the Reals be the true numbers of mathematics if the Reals cannot deliver a Geometry proof of FTC? Can the functions that are not polynomial functions allow us to give a Geometry proof of FTC? Can a Coordinate System in 2D have 4 quadrants and still give a Geometry proof of FTC? Can a equation of mathematics with a number that is _not a positive decimal Grid Number_ all alone on the right side of the equation, at all times, allow us to give a Geometry proof of the FTC?
> >
> > Cover Picture: Is my hand written, one page geometry proof of the Fundamental Theorem of Calculus, the world's first geometry proof of FTC, 2013-2015, by AP.
> >
> > Length: 137 pages
> >
> > Product details
> > ASIN : B07PQTNHMY
> > Publication date : March 14, 2019
> > Language : English
> > File size : 1307 KB
> > Text-to-Speech : Enabled
> > Screen Reader : Supported
> > Enhanced typesetting : Enabled
> > X-Ray : Not Enabled
> > Word Wise : Not Enabled
> > Print length : 137 pages
> > Lending : Enabled
> > Amazon Best Sellers Rank: #128,729 Paid in Kindle Store (See Top 100 Paid in Kindle Store)
> > #2 in 45-Minute Science & Math Short Reads
> > #134 in Calculus (Books)
> > #20 in Calculus (Kindle Store)
> >
> > 5th published book
> >
> > Suspend all College Classes in Logic, until they Fix their Errors // Teaching True Logic series, book 1 Kindle Edition
> > by Archimedes Plutonium (Author)
> >
> > Last revision was 29Mar2021. This is AP's 5th published book of science..
> > Preface:
> > First comes Logic-- think straight and clear which many logic and math professors are deaf dumb and blind to, and simply refuse to recognize and fix their errors.
> >
> > The single biggest error of Old Logic of Boole and Jevons was their "AND" and "OR" connectors. They got them mixed up and turned around. For their logic ends up being that of 3 OR 2 = 5 with 3 AND 2 = either 3 or 2 but never 5, when even the local village idiot knows that 3 AND 2 = 5 (addition) with 3 OR 2 = either 3 or 2 (subtraction). The AND connector in Logic stems from the idea, the mechanism involved, that given a series of statements, if just one of those many statements has a true truth value, then the entire string of statements is overall true, and thus AND truth table is truly TTTF and never TFFF. And secondly, their error of the If->Then conditional. I need to make it clear enough to the reader why the true Truth Table of IF --> Then requires a U for unknown or uncertain with a probability outcome for F --> T = U and F --> F = U. Some smart readers would know that the reason for the U is because without the U, Logic has no means of division by 0 which is undefined in mathematics. You cannot have a Logic that is less than mathematics. A logic that is impoverished and cannot do a "undefined for division by 0 in mathematics". The true logic must be able to have the fact that division by 0 is undefined. True logic is larger than all of mathematics, and must be able to fetch any piece of mathematics from out of Logic itself. So another word for U is undefined. And this is the crux of why Reductio ad Absurdum cannot be a proof method of mathematics, for a starting falsehood in a mathematics proof can only lead to a probability end conclusion.
> >
> > My corrections of Old Logic have a history that dates before 1993, sometime around 1991, I realized the Euclid proof of infinitude of primes was illogical, sadly sadly wrong, in that the newly formed number by "multiply the lot and add 1" was necessarily a new prime in the indirect proof method. So that my history of fixing Old Logic starts in 1991, but comes to a synthesis of correcting all four of the connectors of Equal/not, And, Or, If->Then, by 2015.
> >
> > Cover picture: some may complain my covers are less in quality, but I have a good reason for those covers-- I would like covers of math or logic to show the teacher's own handwriting as if he were back in the classroom writing on the blackboard or an overhead projector.
> >
> >
> > Length: 72 pages
> >
> > File Size: 773 KB
> > Print Length: 72 pages
> > Publication Date: March 12, 2019
> > Sold by: Amazon Digital Services LLC
> > Language: English
> > ASIN: B07PMB69F5
> > Text-to-Speech: Enabled
> > X-Ray: 
Not Enabled 

> > Word Wise: Not Enabled
> > Lending: Enabled
> > Screen Reader: Supported
> > Enhanced Typesetting: Enabled
> > 

> >
> >
> > #6-2, 27th published book
> >
> > Correcting Reductio Ad Absurdum// Teaching True Logic series, book 2 Kindle Edition
> > by Archimedes Plutonium (Author)
> >
> >
> > Last revision was 9NOV2020. This is AP's 27th published book.
> >
> > Preface:
> > These are the TRUE Truth Tables of the 4 connectors of Logic
> >
> > Equal+Not
> > T = T = T
> > T = ~F = T
> > F = ~T = T
> > F = F = T
> >
> > If--> then
> > T --> T = T
> > T --> F = F
> > F --> T = U (unknown or uncertain)
> > F --> F = U (unknown or uncertain)
> >
> > And
> > T & T = T
> > T & F = T
> > F & T = T
> > F & F = F
> >
> >
> > Or
> > T or T = F
> > T or F = T
> > F or T = T
> > F or F = F
> >
> > Those can be analyzed as being Equal+Not is multiplication. If-->then is division. And is addition and Or is subtraction in mathematics. Now I need to emphasis this error of Old Logic, the If->Then conditional. I need to make it clear enough to the reader why the true Truth Table of IF --> Then requires a U for unknown or uncertain with a probability outcome for F --> T = U and F --> F = U. Some smart readers would know that the reason for the U is because without the U, Logic has no means of division by 0 which is undefined in mathematics. You cannot have a Logic that is less than mathematics. A logic that is impoverished and cannot do a "undefined for division by 0 in mathematics". The true logic must be able to have the fact that division by 0 is undefined. True logic is larger than all of mathematics, and must be able to fetch any piece of mathematics from out of Logic itself.. So another word for U is undefined. And this is the crux of why Reductio ad Absurdum cannot be a proof method of mathematics, for a starting falsehood in a mathematics proof can only lead to a probability unknown, undefined end conclusion.
> >
> > Now in Old Logic they had for Reductio Ad Absurdum as displayed by this schematic:
> >
> > | | ~p
> > | |---
> > | | .
> > | | .
> > | | q
> > | | .
> > | | .
> > | | ~q
> > | p
> >
> > Which is fine except for the error of not indicating the end conclusion of "p" is only a probability of being true, not guaranteed as true. And this is the huge huge error that mathematicians have fallen victim of. For the Reductio Ad Absurdum is not a proof method for mathematics, it is probability of being true or false. Math works on guaranteed truth, not probability. This textbook is written to fix that error.
> > Length: 86 pages
> >
> > Product details
> > • ASIN : B07Q18GQ7S
> > • Publication date : March 23, 2019
> > • Language : English
> > • File size : 1178 KB
> > • Text-to-Speech : Enabled
> > • Enhanced typesetting : Enabled
> > • X-Ray : Not Enabled
> > • Word Wise : Not Enabled
> > • Print length : 86 pages
> > • Lending : Enabled
> > • Best Sellers Rank: #346,875 in Kindle Store (See Top 100 in Kindle Store)
> > ◦ #28 in Logic (Kindle Store)
> > ◦ #95 in Two-Hour Science & Math Short Reads
> > ◦ #217 in Mathematical Logic
> > •
> >
> >
> > True Chemistry: Chemistry Series, book 1 Kindle Edition
> > by Archimedes Plutonium (Author)
> >
> > Physics and chemistry made a mistake in 1897 for they thought that J.J. Thomson's small particle of 0.5MeV was the electron of atoms. By 2017, Archimedes Plutonium discovered that the rest mass of 940 for neutron and proton was really 9 x 105MeV with a small sigma-error. Meaning that the real proton is 840MeV, real electron is 105 MeV= muon, and that little particle Thomson discovered was in fact the Dirac magnetic monopole. Dirac circa 1930s was looking for a magnetic monopole, and sadly, Dirac passed away before 2017, because if he had lived to 2017, he would have seen his long sought for magnetic monopole which is everywhere.
> >
> > Cover picture: shows 3 isomers of CO2 and the O2 molecule.
> >
> > Length: 1150 pages
> >
> >
> > Product details
> > • File Size : 2167 KB
> > • ASIN : B07PLVMMSZ
> > • Publication Date : March 11, 2019
> > • Word Wise : Enabled
> > • Print Length : 1150 pages
> > • Language: : English
> > • Text-to-Speech : Not enabled
> > • Enhanced Typesetting : Enabled
> > • X-Ray : Not Enabled
> > • Lending : Enabled
> > Amazon Best Sellers Rank: #590,212 Paid in Kindle Store (See Top 100 Paid in Kindle Store)
> > #181 in General Chemistry & Reference
> > #1324 in General Chemistry
> > #1656 in Physics (Kindle Store)
> >
> >
> > Cambridge professors insane about Logic turns students like Pete Olcott insane also.
> >
> > Cambridge Physics Dept
> >
> > Ahnert, Alai, Alexander, Allison, Ansorge, Atature, Barker, Barnes, Bartlett, Batley, Baumberg, Bohndiek, Bowman, Brown, Buscher, Butler, Campbell Carilli, Carter, Castelnovo, Challis, Chalut, Chaudhri, Chin, Ciccarelli, Cicuta, Cole, Cooper, Cowburn, Credgington, Cross, Croze, Deschler, Donald, Duffett-Smith, Dutton, Eiser, Ellis, Euser, Field, Flynn, Ford, Friend, Gibson, Green, Greenham, Gripaios, Grosche, Guck, Gull, Haniff, Heavens-Ward, Heine, Hine, Hobson, Hope-Coles, Howie, Hughes, Irvine, Jardine, Jenkins, Jones, Josephson, Keyser, Khmeinitskii, King, Kotlyar, Lamacraft, Lasenby, Lester, Longair, Lonzarich, Maiolino, Marshall, Martin, Mitov, Morris, Mortimer, Moller, Needs, Norman, Nunnenkamp, Padman,Parker, Patel, Payne, Pepper, Phillips, Pramauro, Queloz, Rao, Richer, Riley, Ritchie, Sargent, Saunders, Saxena, Schneider, Scott, Scrivener, Sebastian, Simmons, Simons, Sirringhaus, Smith, Sutherland, Taylor, Teichmann, Terentjev, Thomson, Verrechia, Walker, Ward, Warner, Weale, Webber, Whyles, Withington.
> >
> > Cambridge Math Dept
> >
> > Alan Baker
> > Bela Bollobas
> > Darwin Smith
> > John Coates
> > Timothy Gowers
> > Peter Johnstone
> > Imre Leader
> > Gabriel Paternain
> >
> > Can any-one at Cambridge start correcting the error filled Boole, Jevons, Russell, Whitehead, Godel, Wittgenstein, all failures of logic and logical reasoning, include Cantor and his tripe of undefined infinity, an infinity without a borderline between finite and infinite.
> >
> > Cambridge, you no longer are a premiere University but a school that fosters and shelters losers of logical reasoning.
> Cambridge failures of physics who cannot even ask the question which is the atom's true real electron-- the muon stuck inside a 840MeV proton or the 0.5MeV particle that AP says is the Dirac magnetic monopole. Harry Cliff, AP requires that Harry Cliff LHCb physicist to publish in the Cambridge Univ student newspaper of how sorry he is and apologizes for his physics stupidity of thinking that a hydrogen atom is composed of a electron of 0.5MeV flying around outside of a proton of 938MeV, flying around at 99% speed of light and still holding up and holding together as a hydrogen atom. Such stupid physics.
> > >
> > > Whereas the truth be known the real electron of a hydrogen atom is the muon stuck inside a 840MeV proton torus of 8 rings, where the muon and proton are doing the Faraday Law of producing more new electricity and storaging that electricity in what are known as neutrons. Because the muon is inside the proton it can fly around the torus inside at nearly the speed of light.
> > >
> > > Old Physics which Harry Cliff is a member, never took Logic, never learned how to think straight, think clear, and thus his physics knowledge is just hand down memorization. So stupid he never understood what the hell is angular momentum for no hydrogen atom can exist with a 0.5MeV particle flying around at 99% speed of light and stay put on a proton of 938MeV.
> > >
> > > AP says the 0.5MeV particle is Dirac's Magnetic Monopole. Now Dirac was a real physicist, but not Harry Cliff and everyone at CERN with their electron = 0.5MeV.
> > >
> > > So, Harry Cliff, AP requires you to publish in Cambridge student newspaper your apology for the boneheaded physics you pursue and teach and test on fake physics of the atom.
> > >
> > > AP, King of Science, especially Physics
> > >
> > >
> > > #2-1, 137th published book
> > >
> > > Introduction to AP's TEACHING TRUE PHYSICS// Physics textbook series, book 1 Kindle Edition
> > > by Archimedes Plutonium (Author)
> > >
> > >
> > >
> > > #1 New Release in Electromagnetic Theory
> > >
> > > This will be AP's 137th published book on science. And the number 137 is special to me for it is the number of QED, Quantum Electrodynamics as the inverse fine structure constant. I can always remember 137 as that special constant of physics and so I can remember where Teaching True Physics was started by me.
> > >
> > > Time has come for the world to have the authoritative textbooks for all of High School and College education. Written by the leading physics expert of the time. The last such was Feynman in the 1960s with Feynman Lectures on Physics. The time before was Maxwell in 1860s with his books and Encyclopedia Britannica editorship. The time is ripe in 2020 for the new authoritative texts on physics. It will be started in 2020 which is 60 years after Feynman. In the future, I request the physics community updates the premier physics textbook series at least every 30 years. For we can see that pattern of 30 years approximately from Faraday in 1830 to Maxwell in 1860 to Planck and Rutherford in about 1900, to Dirac in 1930 to Feynman in 1960 and finally to AP in 1990 and 2020. So much happens in physics after 30 years, that we need the revisions to take place in a timely manner. But also, as we move to Internet publishing such as Amazon's Kindle, we can see that updates can take place very fast, as editing can be a ongoing monthly or yearly activity. I for one keep constantly updating all my published books, at least I try to.
> > >
> > > Feynman was the best to make the last authoritative textbook series for his concentration was QED, Quantum Electrodynamics, the pinnacle peak of physics during the 20th century. Of course the Atom Totality theory took over after 1990 and all of physics; for all sciences are under the Atom Totality theory.
> > > And as QED was the pinnacle peak before 1990, the new pinnacle peak is the Atom Totality theory. The Atom Totality theory is the advancement of QED, for the Atom Totality theory primal axiom says -- All is Atom, and atoms are nothing but Electricity and Magnetism.
> > > Length: 64 pages
> > >
> > > Product details
> > > • File Size : 790 KB
> > > • Publication Date : October 5, 2020
> > > • Word Wise : Enabled
> > > • Print Length : 64 pages
> > > • Text-to-Speech : Not enabled
> > > • Screen Reader : Supported
> > > • Enhanced Typesetting : Enabled
> > > • X-Ray : Not Enabled
> > > • Language: : English
> > > • ASIN : B08KS4YGWY
> > > • Lending : Enabled
> > > • Best Sellers Rank: #430,602 in Kindle Store (See Top 100 in Kindle Store)
> > > ◦ #39 in Electromagnetic Theory
> > > ◦ #73 in Electromagnetism (Kindle Store)
> > > ◦ #74 in 90-Minute Science & Math Short Reads
> > >
> > > #2-2, 145th published book
> > >
> > >
> > > TEACHING TRUE PHYSICS//Junior High School// Physics textbook series, book 2
> > > Kindle Edition
> > > by Archimedes Plutonium (Author)
> > > What I am doing is clearing the field of physics, clearing it of all the silly mistakes and errors and beliefs that clutter up physics. Clearing it of its fraud and fakeries and con-artistry. I thought of doing these textbooks starting with Senior year High School, wherein I myself started learning physics. But because of so much fraud and fakery in physics education, I believe we have to drop down to Junior year High School to make a drastic and dramatic emphasis on fakery and con-artistry that so much pervades science and physics in particular. So that we have two years in High School to learn physics. And discard the nonsense of physics brainwash that Old Physics filled the halls and corridors of education.
> > >
> > > Product details
> > > • ASIN : B08PC99JJB
> > > • Publication date : November 29, 2020
> > > • Language: : English
> > > • File size : 682 KB
> > > • Text-to-Speech : Enabled
> > > • Screen Reader : Supported
> > > • Enhanced typesetting : Enabled
> > > • X-Ray : Not Enabled
> > > • Word Wise : Enabled
> > > • Print length : 78 pages
> > > • Lending : Enabled
> > > • Best Sellers Rank: #185,995 in Kindle Store (See Top 100 in Kindle Store)
> > > ◦ #42 in Two-Hour Science & Math Short Reads
> > > ◦ #344 in Physics (Kindle Store)
> > > ◦ #2,160 in Physics (Books)
> > >
> > > #2-3, 146th published book
> > >
> > > TEACHING TRUE PHYSICS// Senior High School// Physics textbook series, book 3
> > > Kindle Edition
> > > by Archimedes Plutonium (Author)
> > > I believe that in knowing the history of a science is knowing half of that science. And that if you are amiss of knowing the history behind a science, you have only a partial understanding of the concepts and ideas behind the science. I further believe it is easier to teach a science by teaching its history than any other means of teaching. So for senior year High School, I believe physics history is the best way of teaching physics. And in later years of physics courses, we can always pick up on details. So I devote this senior year High School physics to a history of physics, but only true physics. And there are few books written on the history of physics, so I chose Asimov's The History of Physics, 1966 as the template book for this textbook. Now Asimov's book is full of error and mistakes, and that is disappointing but all of Old Physics is full of error. On errors and mistakes of Old Physics, the best I can do is warn the students, and the largest warning of all is that whenever someone in Old Physics says "electron" what they are talking about is really the Dirac magnetic monopole. And whenever they talk about the Rutherford-Bohr model of the atom, they are talking about huge huge grave mistakes, for the true atom is protons as 8 ringed toruses with a muon stuck inside of a proton doing the Faraday law and producing those magnetic monopoles as electricity. I use Asimov's book as a template but in the future, I hope to rewrite this textbook using no template at all, that is if I have time in the future.
> > > Cover Picture: Is the book The History of Physics, by Isaac Asimov, 1966 and on top of the book are 4 cut-outs of bent circles representing magnetic monopoles which revolutionizes modern physics, especially the ElectroMagnetic theory.
> > >
> > > Product details
> > > • ASIN ‏ : ‎ B08RK33T8V
> > > • Publication date ‏ : ‎ December 28, 2020
> > > • Language ‏ : ‎ English
> > > • File size ‏ : ‎ 794 KB
> > > • Text-to-Speech ‏ : ‎ Enabled
> > > • Screen Reader ‏ : ‎ Supported
> > > • Enhanced typesetting ‏ : ‎ Enabled
> > > • X-Ray ‏ : ‎ Not Enabled
> > > • Word Wise ‏ : ‎ Enabled
> > > • Print length ‏ : ‎ 123 pages
> > > • Lending ‏ : ‎ Enabled
> > > • Best Sellers Rank: #4,167,235 in Kindle Store (See Top 100 in Kindle Store)
> > > ◦ #15,099 in Physics (Kindle Store)
> > > ◦ #91,163 in Physics (Books)
> > >
> > >
> > > #2-4, 151st published book
> > >
> > > TEACHING TRUE PHYSICS// 1st year College// Physics textbook series, book 4
> > > Kindle Edition
> > > by Archimedes Plutonium (Author)
> > > Preface: This is AP's 151st book of science published. It is one of my most important books of science because 1st year college physics is so impressionable on students, if they should continue with physics, or look elsewhere for a career. And also, physics is a crossroad to all the other hard core sciences, where physics course is mandatory such as in chemistry or even biology. I have endeavored to make physics 1st year college to be as easy and simple to learn. In this endeavor to make physics super easy, I have made the writing such that you will see core ideas in all capital letters as single sentences as a educational tool. And I have made this textbook chapter writing follow a logical pattern of both algebra and geometry concepts, throughout. The utmost importance of logic in physics needs to be seen and understood. For I have never seen a physics book, prior to this one that is logical. Every Old Physics textbook I have seen is scatter-brained in topics and in writing. I use as template book of Halliday & Resnick because a edition of H&R was one I was taught physics at University of Cincinnati in 1969. And in 1969, I had a choice of majors, do I major in geology, or mathematics, or in physics, for I will graduate from UC in 1972. For me, geology was too easy, but physics was too tough, so I ended up majoring in mathematics. If I had been taught in 1969 using this textbook that I have written, I would have ended up majoring in physics, my first love. For physics is not hard, not hard at all, once you clear out the mistakes and the obnoxious worthless mathematics that clutters up Old Physics, and the illogic that smothers much of Old Physics.
> > >
> > > Maybe it was good that I had those impressions of physics education of poor education, which still exists throughout physics today. Because maybe I am forced to write this book, because of that awful experience of learning physics in 1969. Without that awful experience, maybe this textbook would have never been written by me.
> > >
> > > Cover picture is the template book of Halliday & Resnick, 1988, 3rd edition Fundamentals of Physics and sitting on top are cut outs of "half bent circles, bent at 90 degrees" to imitate magnetic monopoles. Magnetic Monopoles revolutionizes physics education, and separates-out, what is Old Physics from what is New Physics.
> > >
> > > Product details
> > > • ASIN ‏ : ‎ B09JW5DVYM
> > > • Publication date ‏ : ‎ October 19, 2021
> > > • Language ‏ : ‎ English
> > > • File size ‏ : ‎ 1033 KB
> > > • Text-to-Speech ‏ : ‎ Enabled
> > > • Screen Reader ‏ : ‎ Supported
> > > • Enhanced typesetting ‏ : ‎ Enabled
> > > • X-Ray ‏ : ‎ Not Enabled
> > > • Word Wise ‏ : ‎ Enabled
> > > • Print length ‏ : ‎ 386 pages
> > > • Lending ‏ : ‎ Enabled
> > >
> > >
> > >
> > > #2-9, 161st published book
> > >
> > > PHYSICSOPEDIA -- List of 133 fakes and mistakes of Old Physics// Student teaches professor Kindle Edition
> > > by Archimedes Plutonium (Author)
> > >
> > > Preface:
> > > A Physicsopedia is a book of the overall assessment and evaluation of the state of the art of Physics. It is like a report card. It is a total view of the science and a judgement of the science, both of the past, present and the direction forward into the future. Its greatest use is to alert readers and people in science of what is wrong with their subject, and as a ancillary use, to alert students what to avoid in college as a waste of time.
> > > It is not in alphabetical order but mostly, rather, has a ordering of what is most important at the start and only at the very very end. For there is no index.
> > > Physics is the most important hard science for every other science is a specialized part of physics. And Old Physics has three key huge mistakes that this book addresses. The true theory of the Universe is the Atom Totality, not the Big Bang which is a ridiculous theory. The true electron of atoms is not the particle of 0.5MeV which turns out to be Dirac's magnetic monopole, while the true real electron of atoms is the muon of 105MeV which is stuck inside a proton torus of 8 rings of 840MeV. This causes another huge mistake, for a mistake in physics usually has a cascade effect of more and more mistakes. When we take the true electron of atoms is the muon, means the Sun and stars shine not from fusion, but from that muon thrusting through the proton torus in a Faraday law of electricity and magnetism producing electrical energy. So our Sun shines from the Faraday law, not fusion. And this implies the Sun has gone into Red Giant phase with a solar radiation increase of 0.005% yearly increase. That implies all life on Earth is in danger of going extinct as the Sun becomes more and more Red Giant, and unless humanity moves out to Europa, humanity goes extinct.
> > >
> > > Product details
> > > • ASIN ‏ : ‎ B09N18QPP1
> > > • Publication date ‏ : ‎ December 3, 2021
> > > • Language ‏ : ‎ English
> > > • File size ‏ : ‎ 1139 KB
> > > • Text-to-Speech ‏ : ‎ Enabled
> > > • Screen Reader ‏ : ‎ Supported
> > > • Enhanced typesetting ‏ : ‎ Enabled
> > > • X-Ray ‏ : ‎ Not Enabled
> > > • Word Wise ‏ : ‎ Enabled
> > > • Print length ‏ : ‎ 82 pages
> > > • Lending ‏ : ‎ Enabled
> > >
> > >
> > >
> > >
> > > y z
> > > | /
> > > | /
> > > |/______ x
> > >
> > > More people reading and viewing AP's newsgroup than viewing sci.math, sci.physics. So AP has decided to put all NEW WORK, to his newsgroup. And there is little wonder because in AP's newsgroups, there is only solid pure science going on, not a gang of hate spewing misfits blighting the skies.
> > >
> > > In sci.math, sci.physics there is only stalking hate spew along with Police Drag Net Spam of no value and other than hate spew there is Police drag net spam day and night.
> > >
> > > I re-opened the old newsgroup PAU of 1990s and there one can read my recent posts without the hassle of stalkers and spammers, Police Drag Net Spam that floods each and every day, book and solution manual spammers, off-topic-misfits, front-page-hogs, churning imbeciles, stalking mockers, suppression-bullies, and demonizers. And the taxpayer funded hate spew stalkers who ad hominem you day and night on every one of your posts.
> > >
> > > There is no discussion of science in sci.math or sci.physics, just one long line of hate spewing stalkers followed up with Police Drag Net Spam (easy to spot-- very offtopic-- with hate charged content). And countries using sci.physics & sci.math as propaganda platforms, such as tampering in elections with their mind-rot.
> > >
> > > Read my recent posts in peace and quiet.
> > > https://groups.google.com/forum/?hl=en#!forum/plutonium-atom-universe
> > > Archimedes Plutonium
> > > #3-1, 2nd published book
> > >
> > > True Chemistry: Chemistry Series, book 1 Kindle Edition
> > > by Archimedes Plutonium (Author)
> > >
> > > Physics and chemistry made a mistake in 1897 for they thought that J.J. Thomson's small particle of 0.5MeV was the electron of atoms. By 2017, Archimedes Plutonium discovered that the rest mass of 940 for neutron and proton was really 9 x 105MeV with a small sigma-error. Meaning that the real proton is 840MeV, real electron is 105 MeV= muon, and that little particle Thomson discovered was in fact the Dirac magnetic monopole. Dirac circa 1930s was looking for a magnetic monopole, and sadly, Dirac passed away before 2017, because if he had lived to 2017, he would have seen his long sought for magnetic monopole which is everywhere.
> > >
> > > Cover picture: shows 3 isomers of CO2 and the O2 molecule.
> > >
> > > Length: 1150 pages
> > >
> > >
> > > Product details
> > > • File Size : 2167 KB
> > > • ASIN : B07PLVMMSZ
> > > • Publication Date : March 11, 2019
> > > • Word Wise : Enabled
> > > • Print Length : 1150 pages
> > > • Language: : English
> > > • Text-to-Speech : Not enabled
> > > • Enhanced Typesetting : Enabled
> > > • X-Ray : Not Enabled
> > > • Lending : Enabled
> > > Amazon Best Sellers Rank: #590,212 Paid in Kindle Store (See Top 100 Paid in Kindle Store)
> > > #181 in General Chemistry & Reference
> > > #1324 in General Chemistry
> > > #1656 in Physics (Kindle Store)
> > > 


Click here to read the complete article
Re: Cambridge, you no longer are a premiere University but a school that fosters and shelters losers of logical reasoning.

<4edf8aef-68f5-4a2e-bd64-10998eb34c71n@googlegroups.com>

  copy mid

https://www.novabbs.com/tech/article-flat.php?id=92306&group=sci.math#92306

  copy link   Newsgroups: sci.math
X-Received: by 2002:a05:620a:4511:b0:649:1db6:dbcb with SMTP id t17-20020a05620a451100b006491db6dbcbmr9976378qkp.633.1646024578269;
Sun, 27 Feb 2022 21:02:58 -0800 (PST)
X-Received: by 2002:a25:180b:0:b0:61a:a60:e7b0 with SMTP id
11-20020a25180b000000b0061a0a60e7b0mr17195144yby.454.1646024578097; Sun, 27
Feb 2022 21:02:58 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: sci.math
Date: Sun, 27 Feb 2022 21:02:57 -0800 (PST)
In-Reply-To: <116ea257-22ad-420d-9077-bfc1400db1a2n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2600:387:b:7:0:0:0:a1;
posting-account=fsC03QkAAAAwkSNcSEKmlcR-W_HNitEd
NNTP-Posting-Host: 2600:387:b:7:0:0:0:a1
References: <20211112145053.000072c6@reddwarf.jmc> <smm75f$tf7$1@dont-email.me>
<bb76192e-5d47-46a1-8761-6385a5e6d850n@googlegroups.com> <f5158fd4-4637-424a-992c-87ba0d949665n@googlegroups.com>
<513afae3-7880-46dd-aeec-2d4628444d0en@googlegroups.com> <379d0641-35d5-4894-a83e-a79792f11954n@googlegroups.com>
<44f7a66f-dd1c-4d84-b39e-54d5986f12c1n@googlegroups.com> <116ea257-22ad-420d-9077-bfc1400db1a2n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <4edf8aef-68f5-4a2e-bd64-10998eb34c71n@googlegroups.com>
Subject: Re: Cambridge, you no longer are a premiere University but a school
that fosters and shelters losers of logical reasoning.
From: plutoniu...@gmail.com (Archimedes Plutonium)
Injection-Date: Mon, 28 Feb 2022 05:02:58 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 25
 by: Archimedes Plutonium - Mon, 28 Feb 2022 05:02 UTC

Olcott halting Putin--
Rome lasted 1,000 years because they never let a single man lunatic like Putin gain so much power. Here in the West, we maybe lucky to last 300 years, all because we let a lunatic like Putin gain so much power as to press a button and the world goes up in nuclear smoke.

If the world scrapes by without a nuclear inferno, then the science of psychology needs to play a major active role in analyzing world leaders for insanity, and for the countries with sane leaders to sanction and get rid of the insane ones before they grow into being another Putin.

On Sunday, February 27, 2022 at 10:35:09 PM UTC-6, Archimedes Plutonium wrote:
> Drones used in Russia invasion.
> I did not know that Drones could be a weapon. For I thought they could carry little in the way of explosives, but Ukraine just destroyed a Russian missile launcher with a drone. So, well, if someone can transport a drone to nearby Putin and dispatch him in that manner-- world-problem solved. But Putin has a lot of "doubles" and have to be careful of correct identification.

Olcott boasting about his "no eyes needed sharpshooting"
Copyright 2021 Pete Olcott
Talent hits a target no one else can hit;
Genius hits a target no one else can see.

Re: Cambridge, you no longer are a premiere University but a school that fosters and shelters losers of logical reasoning.

<a20dc235-1b2c-4fec-a32c-f5050453272dn@googlegroups.com>

  copy mid

https://www.novabbs.com/tech/article-flat.php?id=93558&group=sci.math#93558

  copy link   Newsgroups: sci.math
X-Received: by 2002:a05:622a:10f:b0:2e0:29ea:5ea1 with SMTP id u15-20020a05622a010f00b002e029ea5ea1mr10258853qtw.670.1647031697032;
Fri, 11 Mar 2022 12:48:17 -0800 (PST)
X-Received: by 2002:a81:1797:0:b0:2dc:2c83:8fb6 with SMTP id
145-20020a811797000000b002dc2c838fb6mr10055848ywx.188.1647031696822; Fri, 11
Mar 2022 12:48:16 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: sci.math
Date: Fri, 11 Mar 2022 12:48:16 -0800 (PST)
In-Reply-To: <116ea257-22ad-420d-9077-bfc1400db1a2n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2600:387:b:9:0:0:0:18;
posting-account=fsC03QkAAAAwkSNcSEKmlcR-W_HNitEd
NNTP-Posting-Host: 2600:387:b:9:0:0:0:18
References: <20211112145053.000072c6@reddwarf.jmc> <smm75f$tf7$1@dont-email.me>
<bb76192e-5d47-46a1-8761-6385a5e6d850n@googlegroups.com> <f5158fd4-4637-424a-992c-87ba0d949665n@googlegroups.com>
<513afae3-7880-46dd-aeec-2d4628444d0en@googlegroups.com> <379d0641-35d5-4894-a83e-a79792f11954n@googlegroups.com>
<44f7a66f-dd1c-4d84-b39e-54d5986f12c1n@googlegroups.com> <116ea257-22ad-420d-9077-bfc1400db1a2n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <a20dc235-1b2c-4fec-a32c-f5050453272dn@googlegroups.com>
Subject: Re: Cambridge, you no longer are a premiere University but a school
that fosters and shelters losers of logical reasoning.
From: plutoniu...@gmail.com (Archimedes Plutonium)
Injection-Date: Fri, 11 Mar 2022 20:48:17 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 53
 by: Archimedes Plutonium - Fri, 11 Mar 2022 20:48 UTC

Olcott attempts to halt Xi of China from ruining China.

Why China's Xi cannot understand half of Russia's 5977 nuclear missiles are aimed at Chinese cities and every time Putin threatens to push the nuke button, that China will go down the drain in a 3,000 missile attack on Chinese cities.

On Friday, November 12, 2021 at 11:10:17 AM UTC-6, olcott wrote:
>Pete Olcott "Great spirits have always encountered
> violent opposition from mediocre minds."

Olcott, what about the Russian missiles aimed at China?

Copyright 2021 Pete Olcott
>Talent hits a target no one else can hit;
>Genius hits a target no one else can see.

West, NATO, Biden, it is too late in economic sanctions-- should have been done a decade ago// Send NATO troops into Ukraine// start educating the world that if Putin pushes nuclear-- West vaporizes all major Russian and Chinese cities

West, NATO, Biden, it is too late in economic sanctions-- should have been done a decade ago// Send NATO troops into Ukraine// start educating the world that if Putin pushes nuclear-- West vaporizes all major Russian and Chinese cities.

In the year 2000, it should have been realized that Putin was crazy insane and when he started killing people in England, Germany, and all over Russia, that this man needed to depart power. Economic sanctions should have started on Russia's Putin in year 2000, not 2022 where he holds entire Earth hostage to his insanity whims.

Biden and NATO and West, you need to stop talking about sanctions and start talking what a China and North Korea and Russia look like once all their major cities are vaporized from nuclear missiles. Missiles that Putin pushed the button FIRST.

The West cannot afford Ukraine to be slaughtered filling up Europe with refugees and nuclear plants destroying Europe's environment (Ukraine has 5 plants).

So stop the silly talk and send NATO army into Ukraine and stabilize the situation.

If that insane idiot Putin pushes nuclear, he will do so anyway regardless that NATO saves Ukraine.

The world has a sad sad situation of letting a insane idiot go -- all the way.

AP

Re: Cambridge, you no longer are a premiere University but a school that fosters and shelters losers of logical reasoning.

<698bb9df-b1c9-4705-b339-a4009cfb2f88n@googlegroups.com>

  copy mid

https://www.novabbs.com/tech/article-flat.php?id=93630&group=sci.math#93630

  copy link   Newsgroups: sci.math
X-Received: by 2002:a05:622a:89:b0:2e1:b8c7:9975 with SMTP id o9-20020a05622a008900b002e1b8c79975mr10235612qtw.342.1647129709330;
Sat, 12 Mar 2022 16:01:49 -0800 (PST)
X-Received: by 2002:a25:d191:0:b0:628:79ad:1e61 with SMTP id
i139-20020a25d191000000b0062879ad1e61mr12971143ybg.255.1647129709051; Sat, 12
Mar 2022 16:01:49 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!1.us.feeder.erje.net!feeder.erje.net!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: sci.math
Date: Sat, 12 Mar 2022 16:01:48 -0800 (PST)
In-Reply-To: <4edf8aef-68f5-4a2e-bd64-10998eb34c71n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2600:387:b:9:0:0:0:2f;
posting-account=fsC03QkAAAAwkSNcSEKmlcR-W_HNitEd
NNTP-Posting-Host: 2600:387:b:9:0:0:0:2f
References: <20211112145053.000072c6@reddwarf.jmc> <smm75f$tf7$1@dont-email.me>
<bb76192e-5d47-46a1-8761-6385a5e6d850n@googlegroups.com> <f5158fd4-4637-424a-992c-87ba0d949665n@googlegroups.com>
<513afae3-7880-46dd-aeec-2d4628444d0en@googlegroups.com> <379d0641-35d5-4894-a83e-a79792f11954n@googlegroups.com>
<44f7a66f-dd1c-4d84-b39e-54d5986f12c1n@googlegroups.com> <116ea257-22ad-420d-9077-bfc1400db1a2n@googlegroups.com>
<4edf8aef-68f5-4a2e-bd64-10998eb34c71n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <698bb9df-b1c9-4705-b339-a4009cfb2f88n@googlegroups.com>
Subject: Re: Cambridge, you no longer are a premiere University but a school
that fosters and shelters losers of logical reasoning.
From: plutoniu...@gmail.com (Archimedes Plutonium)
Injection-Date: Sun, 13 Mar 2022 00:01:49 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 46
 by: Archimedes Plutonium - Sun, 13 Mar 2022 00:01 UTC

China's Xi thinks all 5977 Russian nuclear warheads are aimed at USA and none at Beijing, why John Gabriel???
On Friday, December 24, 2021 at 9:00:44 PM UTC-6, James McGinn wrote:
>Pretending to Understand Storms

John Gabriel, when Russia's Putin pushes the nuclear button, how many of the 5977 Russian missiles are aimed at Chinese cities??
Perhaps half of the 5977 will land on Chinese cities.

Suspect the Pakistan-India missiles aimed at China for Uyghur genocide. That would be 165+160= 325 versus China's 350 missiles.

China's Xi thinks that when Putin pushes nuclear button that all 5977 Russian missiles will hit the West and none of those 5977 will land on Beijing. Putin is a lawyer, Xi is a chemical engineer, and is Xi a patsy when it comes to logistics?

But what if Xi realized that half of those 5977 are targeting China. Would Xi act and behave differently????
I need some kind of numbers data on number missiles present in the world today.

--- quoting BBC ---
Experts estimate around 1,500 Russian warheads are currently "deployed", meaning sited at missile and bomber bases or on submarines at sea.
How does this compare with other countries?
Nine countries have nuclear weapons: China, France, India, Israel, North Korea, Pakistan, Russia, the US and the UK.

Russia 5,977

NATO 5,943, US 5,428, France 290, UK 225

China 350

Pakistan 165

India 160

Israel 90

North Korea 20

Source-- Federation of American Scientists

Re: Cambridge, you no longer are a premiere University but a school that fosters and shelters losers of logical reasoning.

<bf7e1042-bae9-4d29-bdb7-c9ffca082aabn@googlegroups.com>

  copy mid

https://www.novabbs.com/tech/article-flat.php?id=93634&group=sci.math#93634

  copy link   Newsgroups: sci.math
X-Received: by 2002:ac8:5889:0:b0:2e1:afa2:65a9 with SMTP id t9-20020ac85889000000b002e1afa265a9mr11823189qta.268.1647132558995;
Sat, 12 Mar 2022 16:49:18 -0800 (PST)
X-Received: by 2002:a81:493:0:b0:2dc:a1c3:5e13 with SMTP id
141-20020a810493000000b002dca1c35e13mr13748432ywe.381.1647132558804; Sat, 12
Mar 2022 16:49:18 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: sci.math
Date: Sat, 12 Mar 2022 16:49:18 -0800 (PST)
In-Reply-To: <4edf8aef-68f5-4a2e-bd64-10998eb34c71n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2600:387:b:9:0:0:0:76;
posting-account=fsC03QkAAAAwkSNcSEKmlcR-W_HNitEd
NNTP-Posting-Host: 2600:387:b:9:0:0:0:76
References: <20211112145053.000072c6@reddwarf.jmc> <smm75f$tf7$1@dont-email.me>
<bb76192e-5d47-46a1-8761-6385a5e6d850n@googlegroups.com> <f5158fd4-4637-424a-992c-87ba0d949665n@googlegroups.com>
<513afae3-7880-46dd-aeec-2d4628444d0en@googlegroups.com> <379d0641-35d5-4894-a83e-a79792f11954n@googlegroups.com>
<44f7a66f-dd1c-4d84-b39e-54d5986f12c1n@googlegroups.com> <116ea257-22ad-420d-9077-bfc1400db1a2n@googlegroups.com>
<4edf8aef-68f5-4a2e-bd64-10998eb34c71n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <bf7e1042-bae9-4d29-bdb7-c9ffca082aabn@googlegroups.com>
Subject: Re: Cambridge, you no longer are a premiere University but a school
that fosters and shelters losers of logical reasoning.
From: plutoniu...@gmail.com (Archimedes Plutonium)
Injection-Date: Sun, 13 Mar 2022 00:49:18 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
 by: Archimedes Plutonium - Sun, 13 Mar 2022 00:49 UTC

China's Xi thinks all 5977 Russian nuclear warheads are aimed at USA and none at Beijing, why John Gabriel???
On Friday, December 24, 2021 at 9:00:44 PM UTC-6, James McGinn wrote:
>Pretending to Understand Storms

John Gabriel, when Russia's Putin pushes the nuclear button, how many of the 5977 Russian missiles are aimed at Chinese cities??
Perhaps half of the 5977 will land on Chinese cities.

Suspect the Pakistan-India missiles aimed at China for Uyghur genocide. That would be 165+160= 325 versus China's 350 missiles.

China's Xi thinks that when Putin pushes nuclear button that all 5977 Russian missiles will hit the West and none of those 5977 will land on Beijing. Putin is a lawyer, Xi is a chemical engineer, and is Xi a patsy when it comes to logistics?

But what if Xi realized that half of those 5977 are targeting China. Would Xi act and behave differently????
I need some kind of numbers data on number missiles present in the world today.

--- quoting BBC ---
Experts estimate around 1,500 Russian warheads are currently "deployed", meaning sited at missile and bomber bases or on submarines at sea.
How does this compare with other countries?
Nine countries have nuclear weapons: China, France, India, Israel, North Korea, Pakistan, Russia, the US and the UK.

Russia 5,977

NATO 5,943, US 5,428, France 290, UK 225

China 350

Pakistan 165

India 160

Israel 90

North Korea 20

Source-- Federation of American Scientists

Re: Olcott's halt decider is a non-starter

<45ca3613-ed5b-4089-aab2-2306ac94a717n@googlegroups.com>

  copy mid

https://www.novabbs.com/tech/article-flat.php?id=93792&group=sci.math#93792

  copy link   Newsgroups: sci.math
X-Received: by 2002:ac8:5bcd:0:b0:2e1:c6c4:ca00 with SMTP id b13-20020ac85bcd000000b002e1c6c4ca00mr12311690qtb.528.1647310617241;
Mon, 14 Mar 2022 19:16:57 -0700 (PDT)
X-Received: by 2002:a81:8306:0:b0:2dc:2180:c754 with SMTP id
t6-20020a818306000000b002dc2180c754mr21773595ywf.70.1647310617068; Mon, 14
Mar 2022 19:16:57 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!1.us.feeder.erje.net!3.us.feeder.erje.net!feeder.erje.net!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: sci.math
Date: Mon, 14 Mar 2022 19:16:56 -0700 (PDT)
In-Reply-To: <smm75f$tf7$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=2600:387:b:3:0:0:0:35;
posting-account=fsC03QkAAAAwkSNcSEKmlcR-W_HNitEd
NNTP-Posting-Host: 2600:387:b:3:0:0:0:35
References: <20211112145053.000072c6@reddwarf.jmc> <smm75f$tf7$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <45ca3613-ed5b-4089-aab2-2306ac94a717n@googlegroups.com>
Subject: Re: Olcott's halt decider is a non-starter
From: plutoniu...@gmail.com (Archimedes Plutonium)
Injection-Date: Tue, 15 Mar 2022 02:16:57 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 107
 by: Archimedes Plutonium - Tue, 15 Mar 2022 02:16 UTC

1
Kill Putin, before he kills our planet Earth

Humanity needs to colonize Europa-- not engulfed in nuclear war

Putin that petty dictator megalomaniac whore

Some say Caracalla was killed while taking a shit

A shit in France's woods run through with a sword bit

Some say Caracalla was killed while taking a piss

A piss on the plains of Turkey dismounting his horse

Does it really matter how the megalomaniac is dissed

Sun shines from Faraday law, not from fusion

That goonclod physicist professors confusion

It shines from Faraday law you mindless shit for brains

Kill Putin with stinger missile on a boat, car, train or plane

Xi has another Winter Olympic competition, fly in Putin on a plane

But before landing blow it to smithereens from the slalom train

The Chinese Communist Party was watching from the curling rink

Saying, good riddance to you Putin you mindless dink

And blame it on a engine failure, not made-in-China, but NK stink

The Sun gone Red Giant, needs humanity to colonize Europa

Not look at the idiot Putin or Xi navel belly button and scrota

2

Kibo kill Putin stink at NSA Winter Olympics toboggan run

Yes, kibo Parry Moron ordered by General Nakasone says Sun

Sun gone Red Giant phase while fool Putin wants Ukraine

Fool Xi with Chinese Communist Party wants Taiwan

Fool Kim of North Korea wants rockets to reach Sea of Japan

While the world needs rockets to reach Io, Europa and Ganymede

Kibo Parry eats a kilometer of Trump shit just to see where it comes from

Trump eats a kilometer of shit of Putin just to see where it comes from

Putin eats a kilometer of shit by Xi just to see where it comes from

Xi eats a kilometer of shit of Kibo, just to see where it comes from

Andrew Wiles proves that Terence Tao in Fermat Last Theorem prom

The ice skating Olympic gold medal is not given to Russian GazProm

Too many falls on the ice with the overdrugged skaters, drunk on vodka

When what is truly needed is a colony on Callisto, Io, Ganymede and Europa

3

Sun gone Red Giant Initiation phase, while idiots chase after Ukraine, Taiwan

Kibo Parry cut out Putin's arsehole and hand him back a brand new one

Kibo Parry Moroney cut out Xi's arsehole and hand him back a brand new one

Kibo Parry Moron eat a kilometer of Trump's shit just to see where it came from

Mama sang bass, Xi sang tenor, Putin joined Communist Party in awe

When humanity needed to colonize Mars, Io, Ganymede, Callisto, Europa

How did you do it Kibo Parry Moron, a James Bond poisoned dagger walking cane

Or was it the stinger missile aimed at Putin brain

Or was it a Livia Caesar, poisoned chocolate bar

Or was it the traditional Texas housewife method of running over in the car

Or was it the Putin textbook method of polonium in the tea

Or was it the expeditious Xi method of blowing up his plane over the China Sea

Pray tell, Kibo, which was it, Mama sang bass, father sang tenor and all joined in awe

Sadly, humanity cannot colonize Europa because of the babies on Earth Putin and Xi

Chasing after mindless idiotic dreams of conquering lands on Earth

Even though the Sun gone Red Giant is making all of Earth worthless as a shit pee

Idiots Putin and Xi cannot see Europa is where we need to go to live, live, life

With Putin's Ukraine and Xi's mindless land grab strife

Re: Olcott's halt decider is a non-starter

<58d7c6d9-c9b7-4396-ab7f-a5d7ea0726a6n@googlegroups.com>

  copy mid

https://www.novabbs.com/tech/article-flat.php?id=94139&group=sci.math#94139

  copy link   Newsgroups: sci.math
X-Received: by 2002:a05:622a:181:b0:2e1:e70a:ec2a with SMTP id s1-20020a05622a018100b002e1e70aec2amr6103467qtw.42.1647568954748;
Thu, 17 Mar 2022 19:02:34 -0700 (PDT)
X-Received: by 2002:a05:6902:533:b0:629:52d7:e4ae with SMTP id
y19-20020a056902053300b0062952d7e4aemr7999060ybs.601.1647568954589; Thu, 17
Mar 2022 19:02:34 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: sci.math
Date: Thu, 17 Mar 2022 19:02:34 -0700 (PDT)
In-Reply-To: <45ca3613-ed5b-4089-aab2-2306ac94a717n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2600:387:b:5:0:0:0:2e;
posting-account=fsC03QkAAAAwkSNcSEKmlcR-W_HNitEd
NNTP-Posting-Host: 2600:387:b:5:0:0:0:2e
References: <20211112145053.000072c6@reddwarf.jmc> <smm75f$tf7$1@dont-email.me>
<45ca3613-ed5b-4089-aab2-2306ac94a717n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <58d7c6d9-c9b7-4396-ab7f-a5d7ea0726a6n@googlegroups.com>
Subject: Re: Olcott's halt decider is a non-starter
From: plutoniu...@gmail.com (Archimedes Plutonium)
Injection-Date: Fri, 18 Mar 2022 02:02:34 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 106
 by: Archimedes Plutonium - Fri, 18 Mar 2022 02:02 UTC

Olcott's halt serenade
> 1
> Kill Putin, before he kills our planet Earth
>
> Humanity needs to colonize Europa-- not engulfed in nuclear war
>
> Putin that petty dictator megalomaniac whore
>
> Some say Caracalla was killed while taking a shit
>
> A shit in France's woods run through with a sword bit
>
> Some say Caracalla was killed while taking a piss
>
> A piss on the plains of Turkey dismounting his horse
>
> Does it really matter how the megalomaniac is dissed
>
> Sun shines from Faraday law, not from fusion
>
> That goonclod physicist professors confusion
>
> It shines from Faraday law you mindless shit for brains
>
> Kill Putin with stinger missile on a boat, car, train or plane
>
> Xi has another Winter Olympic competition, fly in Putin on a plane
>
> But before landing blow it to smithereens from the slalom train
>
> The Chinese Communist Party was watching from the curling rink
>
> Saying, good riddance to you Putin you mindless dink
>
> And blame it on a engine failure, not made-in-China, but NK stink
>
> The Sun gone Red Giant, needs humanity to colonize Europa
>
> Not look at the idiot Putin or Xi navel belly button and scrota
>
> 2
>
> Kibo kill Putin stink at NSA Winter Olympics toboggan run
>
> Yes, kibo Parry Moron ordered by General Nakasone says Sun
>
> Sun gone Red Giant phase while fool Putin wants Ukraine
>
> Fool Xi with Chinese Communist Party wants Taiwan
>
> Fool Kim of North Korea wants rockets to reach Sea of Japan
>
> While the world needs rockets to reach Io, Europa and Ganymede
>
> Kibo Parry eats a kilometer of Trump shit just to see where it comes from
>
> Trump eats a kilometer of shit of Putin just to see where it comes from
>
> Putin eats a kilometer of shit by Xi just to see where it comes from
>
> Xi eats a kilometer of shit of Kibo, just to see where it comes from
>
> Andrew Wiles proves that Terence Tao in Fermat Last Theorem prom
>
> The ice skating Olympic gold medal is not given to Russian GazProm
>
> Too many falls on the ice with the overdrugged skaters, drunk on vodka
>
> When what is truly needed is a colony on Callisto, Io, Ganymede and Europa
>
> 3
>
> Sun gone Red Giant Initiation phase, while idiots chase after Ukraine, Taiwan
>
> Kibo Parry cut out Putin's arsehole and hand him back a brand new one
>
> Kibo Parry Moroney cut out Xi's arsehole and hand him back a brand new one
>
> Kibo Parry Moron eat a kilometer of Trump's shit just to see where it came from
>
> Mama sang bass, Xi sang tenor, Putin joined Communist Party in awe
>
> When humanity needed to colonize Mars, Io, Ganymede, Callisto, Europa
>
> How did you do it Kibo Parry Moron, a James Bond poisoned dagger walking cane
>
> Or was it the stinger missile aimed at Putin brain
>
> Or was it a Livia Caesar, poisoned chocolate bar
>
> Or was it the traditional Texas housewife method of running over in the car
>
> Or was it the Putin textbook method of polonium in the tea
>
> Or was it the expeditious Xi method of blowing up his plane over the China Sea
>
> Pray tell, Kibo, which was it, Mama sang bass, father sang tenor and all joined in awe
>
> Sadly, humanity cannot colonize Europa because of the babies on Earth Putin and Xi
>
> Chasing after mindless idiotic dreams of conquering lands on Earth
>
> Even though the Sun gone Red Giant is making all of Earth worthless as a shit pee
>
> Idiots Putin and Xi cannot see Europa is where we need to go to live, live, life
>
> With Putin's Ukraine and Xi's mindless land grab strife

Re: Cambridge, you no longer are a premiere University but a school that fosters and shelters losers of logical reasoning.

<aeb63a39-0731-4254-a0b0-6cd1255259bdn@googlegroups.com>

  copy mid

https://www.novabbs.com/tech/article-flat.php?id=97265&group=sci.math#97265

  copy link   Newsgroups: sci.math
X-Received: by 2002:ac8:584c:0:b0:2f1:fc23:a9a5 with SMTP id h12-20020ac8584c000000b002f1fc23a9a5mr252146qth.61.1650167551794;
Sat, 16 Apr 2022 20:52:31 -0700 (PDT)
X-Received: by 2002:a81:b50d:0:b0:2e5:b653:7e97 with SMTP id
t13-20020a81b50d000000b002e5b6537e97mr5584764ywh.140.1650167551586; Sat, 16
Apr 2022 20:52:31 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: sci.math
Date: Sat, 16 Apr 2022 20:52:31 -0700 (PDT)
In-Reply-To: <116ea257-22ad-420d-9077-bfc1400db1a2n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2600:387:c:6f15:0:0:0:c;
posting-account=fsC03QkAAAAwkSNcSEKmlcR-W_HNitEd
NNTP-Posting-Host: 2600:387:c:6f15:0:0:0:c
References: <20211112145053.000072c6@reddwarf.jmc> <smm75f$tf7$1@dont-email.me>
<bb76192e-5d47-46a1-8761-6385a5e6d850n@googlegroups.com> <f5158fd4-4637-424a-992c-87ba0d949665n@googlegroups.com>
<513afae3-7880-46dd-aeec-2d4628444d0en@googlegroups.com> <379d0641-35d5-4894-a83e-a79792f11954n@googlegroups.com>
<44f7a66f-dd1c-4d84-b39e-54d5986f12c1n@googlegroups.com> <116ea257-22ad-420d-9077-bfc1400db1a2n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <aeb63a39-0731-4254-a0b0-6cd1255259bdn@googlegroups.com>
Subject: Re: Cambridge, you no longer are a premiere University but a school
that fosters and shelters losers of logical reasoning.
From: plutoniu...@gmail.com (Archimedes Plutonium)
Injection-Date: Sun, 17 Apr 2022 03:52:31 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 177
 by: Archimedes Plutonium - Sun, 17 Apr 2022 03:52 UTC

Spammer Olcott going to fight in Ukraine, seeing how worthless and wasteful his life was as crank crackpot of Halting problem.

What are you singing Olcott? Is it "Kibo kill Putin before Putin kills Planet Earth" ???

Kibo song "Kibo kill Putin before Putin kills Planet Earth" sung in school and work with a rapp beat.
On Thursday, March 31, 2022 at 8:51:51 PM UTC-5, Michael Moroney wrote:
> Much better to burn worthless Rubles to boil your water!

Kibo kill Putin before Putin kills planet Earth-- poem ballad by James Kibo Parry Moron of Rensselaer Polytech claim on a Nick Thompson's Wired magazine fame.
>
> Kibo Parry recites Poem ballad "Kibo kill Putin before Putin kills planet Earth"
>
> Just hours after Kibo Parry Moron gets inducted into the CIA, he blows his cover (I guess the insanity of stalking for Kibo is so overpowering that he cannot help himself and wants to join the Portugal-- forgiv me, i sick i cry---
> Re: Archimedes Vanadium, America's most beloved poster
> On Sunday, June 8, 1997 at 2:00:00 AM UTC-5, Scott Dorsey wrote:
> > In article <5nefan$i06$9...@news.thecia.net> kibo greps <ki...@shell.thecia.net> writes:
> > >

Famous poem ballad of "Kibo kill Putin before Putin kills planet Earth".

And since this was written, Senator Lindsey Graham has popped up in support of the idea, likening the history to Brutus of Ancient Rome or of Claus von Stauffenberg failed attempt on the insane Hitler. Sorry, Lindsey your several weeks too late with this idea.

On Monday, February 28, 2022 at 4:58:13 PM UTC-6, Michael Moroney wrote:
> "spamtard"
>"barking fuckdog"
>flunked the math test of a lifetime-generation test
> General Nakasone a decades long spammer of sci.math, yet he fails
> math.
>cannot understand the slant cut in single
> cone is an Oval, always the ellipse, or is it the foolish Boole logic he
> believes of 10 OR 2 = 12 with AND as subtraction? Or is it that neither
>can do a geometry proof
> Fundamental Theorem of Calculus?

1
Kill Putin, before he kills our planet Earth

Humanity needs to colonize Europa-- not engulfed in nuclear war

Putin that petty dictator megalomaniac whore

Some say Caracalla was killed while taking a shit

A shit in France's woods run through with a sword bit

Some say Caracalla was killed while taking a piss

A piss on the plains of Turkey dismounting his horse

Does it really matter how the megalomaniac is dissed

Sun shines from Faraday law, not from fusion

That goonclod physicist professors confusion

It shines from Faraday law you mindless shit for brains

Kill Putin with stinger missile on a boat, car, train or plane

Xi has another Winter Olympic competition, fly in Putin on a plane

But before landing blow it to smithereens from the slalom train

The Chinese Communist Party was watching from the curling rink

Saying, good riddance to you Putin you mindless dink

And blame it on a engine failure, not made-in-China, but NK stink

The Sun gone Red Giant, needs humanity to colonize Europa

Not look at the idiot Putin or Xi navel belly button and scrota

2

Kibo kill Putin stink at NSA Winter Olympics toboggan run

Yes, kibo Parry Moron ordered by General Nakasone says Sun

Sun gone Red Giant phase while fool Putin wants Ukraine

Fool Xi with Chinese Communist Party wants Taiwan

Fool Kim of North Korea wants rockets to reach Sea of Japan

While the world needs rockets to reach Io, Europa and Ganymede

Kibo Parry eats a kilometer of Trump shit just to see where it comes from

Trump eats a kilometer of shit of Putin just to see where it comes from

Putin eats a kilometer of shit by Xi just to see where it comes from

Xi eats a kilometer of shit of Kibo, just to see where it comes from

Andrew Wiles proves that Terence Tao in Fermat Last Theorem prom

The ice skating Olympic gold medal is not given to Russian GazProm

Too many falls on the ice with the overdrugged skaters, drunk on vodka

When what is truly needed is a colony on Callisto, Io, Ganymede and Europa

Humanity needs to colonize Europa-- not engulfed in nuclear war

Putin that petty dictator megalomaniac whore

3

Sun gone Red Giant Initiation phase, while idiots chase after Ukraine, Taiwan

Kibo Parry cut out Putin's arsehole and hand him back a brand new one

Kibo Parry Moroney cut out Xi's arsehole and hand him back a brand new one

Kibo Parry Moron eat a kilometer of Trump's shit just to see where it came from

Mama sang bass, Xi sang tenor, Putin joined Communist Party in awe

When humanity needed to colonize Mars, Io, Ganymede, Callisto, Europa

How did you do it Kibo Parry Moron, a James Bond poisoned dagger walking cane

Or was it the stinger missile aimed at Putin brain

Or was it a Livia Caesar, poisoned chocolate bar

Or was it the traditional Texas housewife method of running over in the car

Or was it the Putin textbook method of polonium in the tea

Or the Godfather method of using eyeglass frame to stab in the temple

Or was it the expeditious Xi method of blowing up his plane as example

Pray tell, Kibo, which was it, Mama sang bass, father sang tenor and all joined in awe

Sadly, humanity cannot colonize Europa because of the babies on Earth Putin and Xi

Chasing after mindless idiotic dreams of conquering lands on Earth

Even though the Sun gone Red Giant is making all of Earth worthless as a shit pee

Idiots Putin and Xi cannot see Europa is where we need to go to live, live, life

With Putin's Ukraine and Xi's mindless land grab strife

Humanity needs to colonize Europa-- not engulfed in nuclear war

Putin that petty dictator megalomaniac whore

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor