Category Theory
Zulip Server
Archive

You're reading the public-facing archive of the Category Theory Zulip server.
To join the server you need an invite. Anybody can get an invite by contacting Matteo Capucci at name dot surname at gmail dot com.
For all things related to this archive refer to the same person.


Stream: practice: industry

Topic: Analyze this Model of a Market


view this post on Zulip Julius Hamilton (Aug 31 2024 at 17:31):

Let CC denote a universal set of commodities.

Let QQ denote a set of quantities.

Let VV denote a function V:C×CQV : C \times C \to Q.

Let PP denote a set of people.

Let VpV_p denote a VV-function associated with person pp.

For all a,b,cC,pPa, b, c \in C, p \in P:

What kind of algebraic object is this?

view this post on Zulip John Baez (Aug 31 2024 at 17:40):

You seem to be assuming QQ is a group (since you're multiplying its elements, dividing them and talking about an element 11), but you're not telling us that it's a group - you're calling it a mere 'set'. This will make mathematicians say 'tut-tut'. I'm warning you because I've seen some of them around here.

view this post on Zulip Julius Hamilton (Aug 31 2024 at 17:41):

Right.

view this post on Zulip Julius Hamilton (Aug 31 2024 at 17:44):

view this post on Zulip John Baez (Aug 31 2024 at 17:48):

You have to make up your mind on these issues before I can say anything interesting. Some choices are 'mathematically better' than others, in the sense that mathematicians can tell you more interesting things about them. Thus, I would want QQ to be a group, and probably an abelian group. But order structure on it would be just distracting at this stage, because it throws mud into what is otherwise a rather beautiful question.

view this post on Zulip Julius Hamilton (Aug 31 2024 at 17:49):

Thanks!
I’ll keep adding details :)

view this post on Zulip John Baez (Aug 31 2024 at 17:50):

That is: it's beautiful if your set of people consists of one person. If there's more than one, you can separately analyze the situation one person at a time, since you've put in no interactions between people.

(This would be like talking about a set that is a group in two different ways, with no interaction between those ways: mathematically boring.)

view this post on Zulip Julius Hamilton (Aug 31 2024 at 17:50):

RIGHT! And that is what I will do :)

view this post on Zulip Julius Hamilton (Aug 31 2024 at 19:50):

QQ can be a commutative ring.

Each person pp is associated with a function CQC \to Q.

The family of functions {CQ}p\{C \to Q\}_p is called an economy. It is the disjoint union of this family.

Denote the economy EE, and the range of possible states of an economy E\mathcal{E}. A transfer is an update function t:P×P×C×Q×EEt : P \times P \times C \times Q \times \mathcal{E} \to \mathcal{E}, which takes a giver, a getter, a commodity, and a quantity for an economy and updates it:

t(pgive,pget,c,q,E)t(p_{\text{give}}, p_{\text{get}}, c, q, \mathcal{E}) is E\mathcal{E} except where qq in (c,q)pgive(c,q)_{p_{\text{give}}} is now qpreviousqq_{\text{previous}} - q, and where qq in (c,q)pget(c,q)_{p_{\text{get}}} is now qprevious+qq_{\text{previous}} + q.

I would like help improving the formulation before moving on. There will be a set of states SS to index the economy, to define t:EsSEs+1St : \mathcal{E}_{s \in S} \to \mathcal{E}_{s + 1 \in S}.

view this post on Zulip Julius Hamilton (Aug 31 2024 at 20:17):

This is a different formulation I am liking.

Let there be:

  1. A group of states, (S,+)(S, +), represented by the integers.
  2. A set of owners, OO.
  3. A set of commodities, CC.
  4. A commutative ring of quantities, QQ.

There is a function has:SOCQ\text{has}: S \to O \to C \to Q.
There is a function willing-to-trade:SOCCQ\text{willing-to-trade} : S \to O \to C \to C \to Q.

The economy EE at state SS is identified with the set of values of the 'has' function.

There is a function
give:SOOCQhas\text{give}: S \to O \to O \to C \to Q \to \text{has}
which returns a new version of the 'has' function (in which owner 1 has q less quantity of C, and owner 2 has q more).

view this post on Zulip Julius Hamilton (Sep 04 2024 at 21:14):

Here is an updated work-in-progress model I am quite happy about. I’m open to any comments, questions or criticisms. Thanks.

We extend ZFC with this signature:

Σ:=\Sigma :=
{{Thing,Owner,Time,Amount,Economy},\{\{\text{Thing}, \text{Owner}, \text{Time}, \text{Amount}, \text{Economy}\},
{give,own,offer},\{\text{give}, \text{own}, \text{offer}\},
{}}\{\}\}

and these axioms:

Some observations: