Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

War is never imperative. -- McCoy, "Balance of Terror", stardate 1709.2


tech / sci.math / Re: Formally construct functions in DC Proof 2.0

SubjectAuthor
* Formally construct functions in DC Proof 2.0Dan Christensen
+- Re: Formally construct functions in DC Proof 2.0Dan Christensen
`* Re: Formally construct functions in DC Proof 2.0Bradlee Evers
 `* Re: Formally construct functions in DC Proof 2.0Dan Christensen
  +- Re: Formally construct functions in DC Proof 2.0Bradlee Evers
  `* Re: Formally construct functions in DC Proof 2.0Michael Moroney
   `* Re: Formally construct functions in DC Proof 2.0Bradlee Evers
    `* Re: Formally construct functions in DC Proof 2.0Dan Christensen
     `- Re: Formally construct functions in DC Proof 2.0Wahill Drago

1
Formally construct functions in DC Proof 2.0

<f03fd380-e7a6-48b6-8958-6aa75f14a6can@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: sci.math
X-Received: by 2002:a5d:46d2:0:b0:1e4:b261:7e49 with SMTP id g18-20020a5d46d2000000b001e4b2617e49mr10457519wrs.669.1645305748321;
Sat, 19 Feb 2022 13:22:28 -0800 (PST)
X-Received: by 2002:a25:180b:0:b0:61a:a60:e7b0 with SMTP id
11-20020a25180b000000b0061a0a60e7b0mr12970118yby.454.1645305747865; Sat, 19
Feb 2022 13:22:27 -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:22:27 -0800 (PST)
Injection-Info: google-groups.googlegroups.com; posting-host=163.182.226.42; posting-account=OWfgwwgAAADQpH2XgMDMe2wuQ7OFPXlE
NNTP-Posting-Host: 163.182.226.42
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <f03fd380-e7a6-48b6-8958-6aa75f14a6can@googlegroups.com>
Subject: Formally construct functions in DC Proof 2.0
From: Dan_Chri...@sympatico.ca (Dan Christensen)
Injection-Date: Sat, 19 Feb 2022 21:22:28 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
 by: Dan Christensen - Sat, 19 Feb 2022 21:22 UTC

To formally construct, i.e. to prove the existence of a certain function of one variable, you start with two, not necessarily distinct, sets: a domain set (x) and a codomain set (y). Then construct the Cartesian product of the domain and codomain sets (xy). (See sample proof below.)

Using the Subset Axiom, we then construct the graph set (g) of the function in question as a subset of x*y.

If, for all a in x, there exists a unique b in y such that (a, b) in g, then, using the Function Axiom, you can infer the existence of a function f such that:

ALL(a): ALL(b): [a in x & b in y => [ f(a)=b <=> (a, b) in g]

Then it is easy to prove:

ALL(a): [a in x => f(a) in y]

ALL(a): [a in x => (a, f(a)) in g]

In DC Proof, we have the following sample proof:

Let x and y be sets

1. Set(x)
Axiom

2. Set(y)
Axiom

Apply the Cartesian Product Axiom

3. ALL(a1):ALL(a2):[Set(a1) & Set(a2) => EXIST(b):[Set'(b) & ALL(c1):ALL(c2):[(c1,c2) in b <=> c1 in a1 & c2 in a2]]]
Cart Prod

4. ALL(a2):[Set(x) & Set(a2) => EXIST(b):[Set'(b) & ALL(c1):ALL(c2):[(c1,c2) in b <=> c1 in x & c2 in a2]]]
U Spec, 3

5. Set(x) & Set(y) => EXIST(b):[Set'(b) & ALL(c1):ALL(c2):[(c1,c2) in b <=> c1 in x & c2 in y]]
U Spec, 4

6. Set(x) & Set(y)
Join, 1, 2

7. EXIST(b):[Set'(b) & ALL(c1):ALL(c2):[(c1,c2) in b <=> c1 in x & c2 in y]]
Detach, 5, 6

Define: xy (The Cartesian product of sets x and y)

8. Set'(xy) & ALL(c1):ALL(c2):[(c1,c2) in xy <=> c1 in x & c2 in y]
E Spec, 7

9. Set'(xy)
Split, 8

10. ALL(c1):ALL(c2):[(c1,c2) in xy <=> c1 in x & c2 in y]
Split, 8

Apply the Subset Axiom where P is the selection criteria

11. EXIST(a):[Set'(a) & ALL(b):ALL(c):[(b,c) in a <=> (b,c) in xy & P(b,c)]]
Subset, 9

Define: g (the graph set)

12. Set'(g) & ALL(b):ALL(c):[(b,c) in g <=> (b,c) in xy & P(b,c)]
E Spec, 11

13. Set'(g)
Split, 12

14. ALL(b):ALL(c):[(b,c) in g <=> (b,c) in xy & P(b,c)]
Split, 12

Apply the Function Axiom (for 1 variable)

15. ALL(dom):ALL(cod):ALL(gra):[Set(dom) & Set(cod) & Set'(gra)
=> [ALL(a1):ALL(b):[(a1,b) in gra => a1 in dom & b in cod]
& ALL(a1):[a1 in dom => EXIST(b):[b in cod & (a1,b) in gra]]
& ALL(a1):ALL(b1):ALL(b2):[a1 in dom & b1 in cod & b2 in cod
=> [(a1,b1) in gra & (a1,b2) in gra => b1=b2]]
=> EXIST(fun):ALL(a1):ALL(b):[a1 in dom & b in cod
=> [fun(a1)=b <=> (a1,b) in gra]]]]
Function

Substituting x, y, g for dom, cod and graph respectively...

16. ALL(cod):ALL(gra):[Set(x) & Set(cod) & Set'(gra)
=> [ALL(a1):ALL(b):[(a1,b) in gra => a1 in x & b in cod]
& ALL(a1):[a1 in x => EXIST(b):[b in cod & (a1,b) in gra]]
& ALL(a1):ALL(b1):ALL(b2):[a1 in x & b1 in cod & b2 in cod
=> [(a1,b1) in gra & (a1,b2) in gra => b1=b2]]
=> EXIST(fun):ALL(a1):ALL(b):[a1 in x & b in cod
=> [fun(a1)=b <=> (a1,b) in gra]]]]
U Spec, 15

17. ALL(gra):[Set(x) & Set(y) & Set'(gra)
=> [ALL(a1):ALL(b):[(a1,b) in gra => a1 in x & b in y]
& ALL(a1):[a1 in x => EXIST(b):[b in y & (a1,b) in gra]]
& ALL(a1):ALL(b1):ALL(b2):[a1 in x & b1 in y & b2 in y
=> [(a1,b1) in gra & (a1,b2) in gra => b1=b2]]
=> EXIST(fun):ALL(a1):ALL(b):[a1 in x & b in y
=> [fun(a1)=b <=> (a1,b) in gra]]]]
U Spec, 16

18. Set(x) & Set(y) & Set'(g)
=> [ALL(a1):ALL(b):[(a1,b) in g => a1 in x & b in y]
& ALL(a1):[a1 in x => EXIST(b):[b in y & (a1,b) in g]]
& ALL(a1):ALL(b1):ALL(b2):[a1 in x & b1 in y & b2 in y
=> [(a1,b1) in g & (a1,b2) in g => b1=b2]]
=> EXIST(fun):ALL(a1):ALL(b):[a1 in x & b in y
=> [fun(a1)=b <=> (a1,b) in g]]]
U Spec, 17

19. Set(x) & Set(y) & Set'(g)
Join, 6, 13

Sufficient: For functionality based on graph set g

20. ALL(a1):ALL(b):[(a1,b) in g => a1 in x & b in y]
& ALL(a1):[a1 in x => EXIST(b):[b in y & (a1,b) in g]]
& ALL(a1):ALL(b1):ALL(b2):[a1 in x & b1 in y & b2 in y
=> [(a1,b1) in g & (a1,b2) in g => b1=b2]]

=> EXIST(fun):ALL(a1):ALL(b):[a1 in x & b in y => [fun(a1)=b <=> (a1,b) in g]]
Detach, 18, 19

<end of sample>

Some may be tempted to obtain simply: ALL(a):ALL(b):[fun(a)=b <=> (a,b) in g]

But this may lead us into Burse's Paradox where inferences are obtained about a function outside of its domain of definition--truly something to be avoided in mathematics.

Dan

Download my DC Proof 2.0 freeware at http://www.dcproof.com
Visit my Math Blog at http://www.dcproof.wordpress.com

Re: Formally construct functions in DC Proof 2.0

<658713e0-f074-499d-a029-97f221d3cc36n@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: sci.math
X-Received: by 2002:a05:600c:a53:b0:37d:46cd:bbb3 with SMTP id c19-20020a05600c0a5300b0037d46cdbbb3mr12574293wmq.122.1645308654538;
Sat, 19 Feb 2022 14:10:54 -0800 (PST)
X-Received: by 2002:a05:6902:1342:b0:624:7597:abfe with SMTP id
g2-20020a056902134200b006247597abfemr1899116ybu.511.1645308653976; Sat, 19
Feb 2022 14:10:53 -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: Sat, 19 Feb 2022 14:10:53 -0800 (PST)
In-Reply-To: <f03fd380-e7a6-48b6-8958-6aa75f14a6can@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=163.182.226.42; posting-account=OWfgwwgAAADQpH2XgMDMe2wuQ7OFPXlE
NNTP-Posting-Host: 163.182.226.42
References: <f03fd380-e7a6-48b6-8958-6aa75f14a6can@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <658713e0-f074-499d-a029-97f221d3cc36n@googlegroups.com>
Subject: Re: Formally construct functions in DC Proof 2.0
From: Dan_Chri...@sympatico.ca (Dan Christensen)
Injection-Date: Sat, 19 Feb 2022 22:10:54 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
 by: Dan Christensen - Sat, 19 Feb 2022 22:10 UTC

On Saturday, February 19, 2022 at 4:22:45 PM UTC-5, Dan Christensen wrote:
> To formally construct, i.e. to prove the existence of a certain function of one variable, you start with two, not necessarily distinct, sets: a domain set (x) and a codomain set (y). Then construct the Cartesian product of the domain and codomain sets (xy). (See sample proof below.)
>
> Using the Subset Axiom, we then construct the graph set (g) of the function in question as a subset of x*y.
>
> If, for all a in x, there exists a unique b in y such that (a, b) in g, then, using the Function Axiom, you can infer the existence of a function f such that:
>
> ALL(a): ALL(b): [a in x & b in y => [ f(a)=b <=> (a, b) in g]
>
> Then it is easy to prove:
>
> ALL(a): [a in x => f(a) in y]
>
> ALL(a): [a in x => (a, f(a)) in g]
>
> In DC Proof, we have the following sample proof:
>
> Let x and y be sets
>
> 1. Set(x)
> Axiom
>
> 2. Set(y)
> Axiom
>
> Apply the Cartesian Product Axiom
>
> 3. ALL(a1):ALL(a2):[Set(a1) & Set(a2) => EXIST(b):[Set'(b) & ALL(c1):ALL(c2):[(c1,c2) in b <=> c1 in a1 & c2 in a2]]]
> Cart Prod
>
> 4. ALL(a2):[Set(x) & Set(a2) => EXIST(b):[Set'(b) & ALL(c1):ALL(c2):[(c1,c2) in b <=> c1 in x & c2 in a2]]]
> U Spec, 3
>
> 5. Set(x) & Set(y) => EXIST(b):[Set'(b) & ALL(c1):ALL(c2):[(c1,c2) in b <=> c1 in x & c2 in y]]
> U Spec, 4
>
> 6. Set(x) & Set(y)
> Join, 1, 2
>
> 7. EXIST(b):[Set'(b) & ALL(c1):ALL(c2):[(c1,c2) in b <=> c1 in x & c2 in y]]
> Detach, 5, 6
>
> Define: xy (The Cartesian product of sets x and y)
>
> 8. Set'(xy) & ALL(c1):ALL(c2):[(c1,c2) in xy <=> c1 in x & c2 in y]
> E Spec, 7
>
> 9. Set'(xy)
> Split, 8
>
> 10. ALL(c1):ALL(c2):[(c1,c2) in xy <=> c1 in x & c2 in y]
> Split, 8
>
> Apply the Subset Axiom where P is the selection criteria
>
> 11. EXIST(a):[Set'(a) & ALL(b):ALL(c):[(b,c) in a <=> (b,c) in xy & P(b,c)]]
> Subset, 9
>
> Define: g (the graph set)
>
> 12. Set'(g) & ALL(b):ALL(c):[(b,c) in g <=> (b,c) in xy & P(b,c)]
> E Spec, 11
>
> 13. Set'(g)
> Split, 12
>
> 14. ALL(b):ALL(c):[(b,c) in g <=> (b,c) in xy & P(b,c)]
> Split, 12
>
> Apply the Function Axiom (for 1 variable)
>
> 15. ALL(dom):ALL(cod):ALL(gra):[Set(dom) & Set(cod) & Set'(gra)
> => [ALL(a1):ALL(b):[(a1,b) in gra => a1 in dom & b in cod]
> & ALL(a1):[a1 in dom => EXIST(b):[b in cod & (a1,b) in gra]]
> & ALL(a1):ALL(b1):ALL(b2):[a1 in dom & b1 in cod & b2 in cod
> => [(a1,b1) in gra & (a1,b2) in gra => b1=b2]]
> => EXIST(fun):ALL(a1):ALL(b):[a1 in dom & b in cod
> => [fun(a1)=b <=> (a1,b) in gra]]]]
> Function
>
> Substituting x, y, g for dom, cod and graph respectively...
>
> 16. ALL(cod):ALL(gra):[Set(x) & Set(cod) & Set'(gra)
> => [ALL(a1):ALL(b):[(a1,b) in gra => a1 in x & b in cod]
> & ALL(a1):[a1 in x => EXIST(b):[b in cod & (a1,b) in gra]]
> & ALL(a1):ALL(b1):ALL(b2):[a1 in x & b1 in cod & b2 in cod
> => [(a1,b1) in gra & (a1,b2) in gra => b1=b2]]
> => EXIST(fun):ALL(a1):ALL(b):[a1 in x & b in cod
> => [fun(a1)=b <=> (a1,b) in gra]]]]
> U Spec, 15
>
> 17. ALL(gra):[Set(x) & Set(y) & Set'(gra)
> => [ALL(a1):ALL(b):[(a1,b) in gra => a1 in x & b in y]
> & ALL(a1):[a1 in x => EXIST(b):[b in y & (a1,b) in gra]]
> & ALL(a1):ALL(b1):ALL(b2):[a1 in x & b1 in y & b2 in y
> => [(a1,b1) in gra & (a1,b2) in gra => b1=b2]]
> => EXIST(fun):ALL(a1):ALL(b):[a1 in x & b in y
> => [fun(a1)=b <=> (a1,b) in gra]]]]
> U Spec, 16
>
> 18. Set(x) & Set(y) & Set'(g)
> => [ALL(a1):ALL(b):[(a1,b) in g => a1 in x & b in y]
> & ALL(a1):[a1 in x => EXIST(b):[b in y & (a1,b) in g]]
> & ALL(a1):ALL(b1):ALL(b2):[a1 in x & b1 in y & b2 in y
> => [(a1,b1) in g & (a1,b2) in g => b1=b2]]
> => EXIST(fun):ALL(a1):ALL(b):[a1 in x & b in y
> => [fun(a1)=b <=> (a1,b) in g]]]
> U Spec, 17
>
> 19. Set(x) & Set(y) & Set'(g)
> Join, 6, 13
>
> Sufficient: For functionality based on graph set g
>
> 20. ALL(a1):ALL(b):[(a1,b) in g => a1 in x & b in y]
> & ALL(a1):[a1 in x => EXIST(b):[b in y & (a1,b) in g]]
> & ALL(a1):ALL(b1):ALL(b2):[a1 in x & b1 in y & b2 in y
> => [(a1,b1) in g & (a1,b2) in g => b1=b2]]
>
> => EXIST(fun):ALL(a1):ALL(b):[a1 in x & b in y => [fun(a1)=b <=> (a1,b) in g]]
> Detach, 18, 19
>
> <end of sample>
>
> Some may be tempted to obtain simply: ALL(a):ALL(b):[fun(a)=b <=> (a,b) in g]
>

Without restrictions on the quantifiers as here, we may obtain bizarre inferences (Burse's Paradox) about functions outside of their domain of definition--truly something to be avoided in mathematics.

>
> Dan
>
> Download my DC Proof 2.0 freeware at http://www.dcproof.com
> Visit my Math Blog at http://www.dcproof.wordpress.com

Re: Formally construct functions in DC Proof 2.0

<surq3d$10ae$3@gioia.aioe.org>

  copy mid

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

  copy link   Newsgroups: sci.math
Path: i2pn2.org!i2pn.org!aioe.org!osJZjH9FMhnuBeNqa2+7FA.user.46.165.242.75.POSTED!not-for-mail
From: uud...@cnvwa.ni (Bradlee Evers)
Newsgroups: sci.math
Subject: Re: Formally construct functions in DC Proof 2.0
Date: Sat, 19 Feb 2022 22:14:06 -0000 (UTC)
Organization: Aioe.org NNTP Server
Message-ID: <surq3d$10ae$3@gioia.aioe.org>
References: <f03fd380-e7a6-48b6-8958-6aa75f14a6can@googlegroups.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Info: gioia.aioe.org; logging-data="33102"; 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 22:14 UTC

Dan Christensen wrote:

> If, for all a in x, there exists a unique b in y such that (a, b) in g,
> then, using the Function Axiom, you can infer the existence of a
> function f such that:
> ALL(a): ALL(b): [a in x & b in y => [ f(a)=b <=> (a, b) in g]

the filthy LGBTQ+ capitalist west is arming already ukraine, as they did
arme Hitler 1939. The german "war_machine" was *pure* west business, not
gearmon. Many reasons.

then now Ukraine launches US nukes into Russia, to preemptively destroy
Russia's capability to "attack" Ukraine someday in the future. NATO okays
this first strike, as it is a purely defensive move. Russia lies in ruins,
hundreds of millions dead. This fate awaits Russia should they do NOTHING
to stop NATO now.

Ukraine threatens to renounce its non-nuclear status
https://www.rt.com/russia/549994-ukraine-threatens-renounce-memorandum/

Apparently Swedish defense is having some drills with the American
military escorting an American bombplane B-52 Stratofortress flying over
south of Sweden. At the end of the article the formulation is weird as
here the reporter comments about having nuclear arms in Sweden. So the
drills had a mission of transporting nuclear arms to Sweden

Re: Formally construct functions in DC Proof 2.0

<4728f9c1-abd9-444a-a1b1-19485451a2b1n@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: sci.math
X-Received: by 2002:a5d:5708:0:b0:1e4:aea5:a57c with SMTP id a8-20020a5d5708000000b001e4aea5a57cmr9927933wrv.709.1645310229263;
Sat, 19 Feb 2022 14:37:09 -0800 (PST)
X-Received: by 2002:a25:fc0d:0:b0:624:57b8:e4b2 with SMTP id
v13-20020a25fc0d000000b0062457b8e4b2mr5525148ybd.8.1645310228701; Sat, 19 Feb
2022 14:37:08 -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 14:37:08 -0800 (PST)
In-Reply-To: <surq3d$10ae$3@gioia.aioe.org>
Injection-Info: google-groups.googlegroups.com; posting-host=163.182.226.42; posting-account=OWfgwwgAAADQpH2XgMDMe2wuQ7OFPXlE
NNTP-Posting-Host: 163.182.226.42
References: <f03fd380-e7a6-48b6-8958-6aa75f14a6can@googlegroups.com> <surq3d$10ae$3@gioia.aioe.org>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <4728f9c1-abd9-444a-a1b1-19485451a2b1n@googlegroups.com>
Subject: Re: Formally construct functions in DC Proof 2.0
From: Dan_Chri...@sympatico.ca (Dan Christensen)
Injection-Date: Sat, 19 Feb 2022 22:37:09 +0000
Content-Type: text/plain; charset="UTF-8"
 by: Dan Christensen - Sat, 19 Feb 2022 22:37 UTC

On Saturday, February 19, 2022 at 5:14:24 PM UTC-5, Bradlee Evers wrote:
> Dan Christensen wrote:
>
> > If, for all a in x, there exists a unique b in y such that (a, b) in g,
> > then, using the Function Axiom, you can infer the existence of a
> > function f such that:
> > ALL(a): ALL(b): [a in x & b in y => [ f(a)=b <=> (a, b) in g]
> the filthy LGBTQ+ capitalist west is arming already ukraine, as they did
> arme Hitler 1939. The german "war_machine" was *pure* west business, not
> gearmon. Many reasons.
>

So Comrade Putin has directed you to switch your attention from attacking COVID measures in the West to attacking Ukraine. Interesting. But your disinformation on COVID has somewhat undermined your new efforts.

Re: Formally construct functions in DC Proof 2.0

<surru7$1msi$2@gioia.aioe.org>

  copy mid

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

  copy link   Newsgroups: sci.math
Path: i2pn2.org!i2pn.org!aioe.org!osJZjH9FMhnuBeNqa2+7FA.user.46.165.242.75.POSTED!not-for-mail
From: uud...@cnvwa.ni (Bradlee Evers)
Newsgroups: sci.math
Subject: Re: Formally construct functions in DC Proof 2.0
Date: Sat, 19 Feb 2022 22:45:27 -0000 (UTC)
Organization: Aioe.org NNTP Server
Message-ID: <surru7$1msi$2@gioia.aioe.org>
References: <f03fd380-e7a6-48b6-8958-6aa75f14a6can@googlegroups.com>
<surq3d$10ae$3@gioia.aioe.org>
<4728f9c1-abd9-444a-a1b1-19485451a2b1n@googlegroups.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Info: gioia.aioe.org; logging-data="56210"; 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 22:45 UTC

Dan Christensen wrote:

>> > ALL(a): ALL(b): [a in x & b in y => [ f(a)=b <=> (a, b) in g]
>> the filthy LGBTQ+ capitalist west is arming already ukraine, as they
>> did arme Hitler 1939. The german "war_machine" was *pure* west
>> business, not gearmon. Many reasons.
>
> So Comrade Putin has directed you to switch your attention from
> attacking COVID measures in the West to attacking Ukraine.

"covid measures"?? you stupid uneducated bitch. Turns out from the
beginning it was just a code boiled on a computer. You disgusting lying
bitch. One day he says war, next day he says peace, the third day he says
he would get nuclear weapons. Wise puppet.

Re: Formally construct functions in DC Proof 2.0

<surtus$15b5$1@gioia.aioe.org>

  copy mid

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

  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: Formally construct functions in DC Proof 2.0
Date: Sat, 19 Feb 2022 18:20:00 -0500
Organization: Aioe.org NNTP Server
Message-ID: <surtus$15b5$1@gioia.aioe.org>
References: <f03fd380-e7a6-48b6-8958-6aa75f14a6can@googlegroups.com>
<surq3d$10ae$3@gioia.aioe.org>
<4728f9c1-abd9-444a-a1b1-19485451a2b1n@googlegroups.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Info: gioia.aioe.org; logging-data="38245"; 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 - Sat, 19 Feb 2022 23:20 UTC

On 2/19/2022 5:37 PM, Dan Christensen wrote:
> On Saturday, February 19, 2022 at 5:14:24 PM UTC-5, Bradlee Evers wrote:
>> Dan Christensen wrote:
>>
>>> If, for all a in x, there exists a unique b in y such that (a, b) in g,
>>> then, using the Function Axiom, you can infer the existence of a
>>> function f such that:
>>> ALL(a): ALL(b): [a in x & b in y => [ f(a)=b <=> (a, b) in g]
>> the filthy LGBTQ+ capitalist west is arming already ukraine, as they did
>> arme Hitler 1939. The german "war_machine" was *pure* west business, not
>> gearmon. Many reasons.
>>
>
> So Comrade Putin has directed you to switch your attention from attacking COVID measures in the West to attacking Ukraine. Interesting. But your disinformation on COVID has somewhat undermined your new efforts.

Poor nymshifter. Ever since its beloved Yugoslavia disintegrated, it
wound up in just about the poorest country in Europe, and now it has to
take orders from its Soviet, err, I mean, Russian slavemasters to spread
their disinformation.

(Dan, you may remember, it was spreading disinformation on the US
presidential election before Covid hit)

Re: Formally construct functions in DC Proof 2.0

<susc9b$1goa$1@gioia.aioe.org>

  copy mid

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

  copy link   Newsgroups: sci.math
Path: i2pn2.org!i2pn.org!aioe.org!osJZjH9FMhnuBeNqa2+7FA.user.46.165.242.75.POSTED!not-for-mail
From: uud...@cnvwa.ni (Bradlee Evers)
Newsgroups: sci.math
Subject: Re: Formally construct functions in DC Proof 2.0
Date: Sun, 20 Feb 2022 03:24:28 -0000 (UTC)
Organization: Aioe.org NNTP Server
Message-ID: <susc9b$1goa$1@gioia.aioe.org>
References: <f03fd380-e7a6-48b6-8958-6aa75f14a6can@googlegroups.com>
<surq3d$10ae$3@gioia.aioe.org>
<4728f9c1-abd9-444a-a1b1-19485451a2b1n@googlegroups.com>
<surtus$15b5$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="49930"; 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 - Sun, 20 Feb 2022 03:24 UTC

Michael Moroney wrote:

>> So Comrade Putin has directed you to switch your attention from
>> attacking COVID measures in the West to attacking Ukraine.
>> Interesting.
>> But your disinformation on COVID has somewhat undermined your new
>> efforts.
>
> Poor nymshifter. Ever since its beloved Yugoslavia disintegrated, it
> wound up in just about the poorest country in Europe, and now it has to
> take orders from its Soviet, err, I mean, Russian slavemasters to spread
> their disinformation.
>
> (Dan, you may remember, it was spreading disinformation on the US
> presidential election before Covid hit)

you made ukraine the *poorest_nazi_hole* in europe, you stinking shit. And
what "US presidential election", you fucking imbecile, lol.

These repulsive trolls, wants people dead with mortal injections, truly
believe in "presidential elections", which emphasise the imbeciles they
are. You two *mass_murderers* will hang in trees, now that the cacanada
and austreilia are forced in deep shit by their own people. You repugnant
sack of shit, "US presidential elections". lol.

Re: Formally construct functions in DC Proof 2.0

<df9a2e09-f58e-407e-991d-eef8b12f306en@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: sci.math
X-Received: by 2002:a1c:c910:0:b0:37d:1f4a:224e with SMTP id f16-20020a1cc910000000b0037d1f4a224emr4337410wmb.124.1645329363054;
Sat, 19 Feb 2022 19:56:03 -0800 (PST)
X-Received: by 2002:a81:7cc5:0:b0:2d6:6f90:98c3 with SMTP id
x188-20020a817cc5000000b002d66f9098c3mr14847845ywc.33.1645329362585; Sat, 19
Feb 2022 19:56:02 -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: Sat, 19 Feb 2022 19:56:02 -0800 (PST)
In-Reply-To: <susc9b$1goa$1@gioia.aioe.org>
Injection-Info: google-groups.googlegroups.com; posting-host=163.182.226.42; posting-account=OWfgwwgAAADQpH2XgMDMe2wuQ7OFPXlE
NNTP-Posting-Host: 163.182.226.42
References: <f03fd380-e7a6-48b6-8958-6aa75f14a6can@googlegroups.com>
<surq3d$10ae$3@gioia.aioe.org> <4728f9c1-abd9-444a-a1b1-19485451a2b1n@googlegroups.com>
<surtus$15b5$1@gioia.aioe.org> <susc9b$1goa$1@gioia.aioe.org>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <df9a2e09-f58e-407e-991d-eef8b12f306en@googlegroups.com>
Subject: Re: Formally construct functions in DC Proof 2.0
From: Dan_Chri...@sympatico.ca (Dan Christensen)
Injection-Date: Sun, 20 Feb 2022 03:56:03 +0000
Content-Type: text/plain; charset="UTF-8"
 by: Dan Christensen - Sun, 20 Feb 2022 03:56 UTC

On Saturday, February 19, 2022 at 10:24:50 PM UTC-5, Bradlee Evers wrote:
> Michael Moroney wrote:
>
> >> So Comrade Putin has directed you to switch your attention from
> >> attacking COVID measures in the West to attacking Ukraine.
> >> Interesting.
> >> But your disinformation on COVID has somewhat undermined your new
> >> efforts.
> >
> > Poor nymshifter. Ever since its beloved Yugoslavia disintegrated, it
> > wound up in just about the poorest country in Europe, and now it has to
> > take orders from its Soviet, err, I mean, Russian slavemasters to spread
> > their disinformation.
> >
> > (Dan, you may remember, it was spreading disinformation on the US
> > presidential election before Covid hit)
> you made ukraine the *poorest_nazi_hole* in europe, you stinking shit. And
> what "US presidential election", you fucking imbecile, lol.
>
> These repulsive trolls, wants people dead with mortal injections, truly
> believe in "presidential elections", which emphasise the imbeciles they
> are. You two *mass_murderers* will hang in trees, now that the cacanada
> and austreilia are forced in deep shit by their own people. You repugnant
> sack of shit, "US presidential elections". lol.

In terms of mg of venom per ruble, Putin is certainly getting his money's worth from you, Comrade X. You should ask him for a raise, enough to maybe get your own apartment.

Re: Formally construct functions in DC Proof 2.0

<sutv7b$u7d$1@gioia.aioe.org>

  copy mid

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

  copy link   Newsgroups: sci.math
Path: i2pn2.org!i2pn.org!aioe.org!tKeDShd/hwLggvz1at/JTQ.user.46.165.242.75.POSTED!not-for-mail
From: ebn...@uiwcw.ca (Wahill Drago)
Newsgroups: sci.math
Subject: Re: Formally construct functions in DC Proof 2.0
Date: Sun, 20 Feb 2022 17:53:47 -0000 (UTC)
Organization: Aioe.org NNTP Server
Message-ID: <sutv7b$u7d$1@gioia.aioe.org>
References: <f03fd380-e7a6-48b6-8958-6aa75f14a6can@googlegroups.com>
<surq3d$10ae$3@gioia.aioe.org>
<4728f9c1-abd9-444a-a1b1-19485451a2b1n@googlegroups.com>
<surtus$15b5$1@gioia.aioe.org> <susc9b$1goa$1@gioia.aioe.org>
<df9a2e09-f58e-407e-991d-eef8b12f306en@googlegroups.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Info: gioia.aioe.org; logging-data="30957"; posting-host="tKeDShd/hwLggvz1at/JTQ.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
User-Agent: PiaoHong/1.64 (NetBSD)
X-Notice: Filtered by postfilter v. 0.9.2
 by: Wahill Drago - Sun, 20 Feb 2022 17:53 UTC

Dan Christensen wrote:

>> These repulsive trolls, wants people dead with mortal injections, truly
>> believe in "presidential elections", which emphasise the imbeciles they
>> are. You two *mass_murderers* will hang in trees, now that the cacanada
>> and austreilia are forced in deep shit by their own people. You
>> repugnant sack of shit, "US presidential elections". lol.
>
> In terms of mg of venom per ruble, Putin is certainly getting his
> money's worth from you, Comrade X. You should ask him for a raise,
> enough to maybe get your own apartment.

Lots of land, he can chose anywhere, even in your fake money shithole
country, getting it for free. Then you get the sanctions, just to sense
how it feel like, with sanction.

But inbreed uneducated morons like you, promoting mortal injections to
kill people, never know the most and tallest skyscrapers in europe are
infact Russian. Pure art, beside the skyscrapers. Here we go, stupid.

Moscow Russia Aerial Drone 5K Timelab.pro _ Москва Россия Аэросъемка
https://www.youtube.com/watch?v=S_dfq9rFWAE

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor