GNU   davin.50webs.com/research
Bringing to you notes for the ages

Main Menu Research Projects Photo Album Curriculum Vitae The Greatest Artists
Email Address Computer Games Web Design Java Training Wheels The Fly (A Story)
Political Activism Bob Dylan Quotes+ My Life Story Smoking Cessation Other Links
Debugging Macros String Class I Linked List System I Java for C Programmers Naming Convention
String Class II How I use m4 Strings III Symmetrical I/O Linked Lists II
Run-Time Type Info Virtual Methods An Array System Science & Religion Submodes
Nested Packages Memory Leaks Garbage Collection Internet & Poverty What is Knowledge?
Limits of Evolution Emacs Additions Function Plotter Romantic Love The Next Big Thing
Science Fiction Faster Compilation Theory of Morality Elisp Scoping Elisp Advice
S.O.G.M. Pattern Safe Properties School Bullying Charisma Control Life and Death
Splitting Java Multiple Ctors Religious Beliefs Conversation 1 Conversation 2
J.T.W. Language Emacs Additions II Build Counter Relation Plotter Lisp++ Language
Memory Leaks II Super Constructors CRUD Implementation Order a Website Form There Is An Afterlife
More Occam's Razor C to Java Translator Theory of Morality II


A consequentialist theory of morality Version II New

Abstract

This article expands on an earlier article written by me in 2007. This article explains a two consequentialist theories of morality, that is to say theories of morality that are based on the consequences of actions. This article assumes a background in the axiomatic arithmetic, set theory and probability theory that can be found in certain Stage 2 university mathematics and computer science courses.

1. What is morality?

Morality is the subject of the general principles concerned with the way that conscious beings such as people should interact with each other. One theory of morality that I will present in this article uses probabilities so first we need to revise some elementary probability theory.

2. Axiomatic definition of probability

The expression P(A), the probability of an event A is a number assigned to the event A in the sample space Ω such that:

Axiom 1: for any event A, P(A) ≥ 0

Axiom 2: P(Ω) = 1

Definition 1: Two events A and B are mutually exclusive if and only if P(A ∩ B) = 0. A collection of events S = {A1, A2, A3, ...} are mutually exclusive if and only if P(Ai ∩ Aj) = 0 for all i,j ∈ {1,2,3,...,|S|}.

Axiom 3: for any countable collection A1, A2, A3, ... of events that are mutually exclusive: P(A1 ∪ A2 ∪ A3 ∪ ...) = P(A1) + P(A2) + P(A3) + ...

Lemma 1: Let A,B ⊆ Ω. Then P(A ∪ B) = P(A) + P(B) - P(A ∩ B).

Proof: Firstly note that (A \ B) ∩ (A ∩ B) = ∅ and (A \ B) ∪ (A ∩ B) = A.

Therefore P(A \ B) + P(A ∪ B)= P((A \ B) ∪ (A ∩ B))by Axiom 3
= P(A)since (A \ B) ∪ (A ∩ B) = A

Secondly note that (B \ A) ∩ (A ∩ B) = ∅ and (B \ A) ∪ (A ∩ B) = B.

Therefore P(B \ A) + P(A ∩ B)= P((B \ A) ∪ (A ∩ B))by Axiom 3
= P(B)since (B \ A) ∪ (A ∩ B) = B

Thirdly let X1 = A \ B, X2 = A ∩ B and X3 = B \ A. Then X1,X2 and X3 are mutually exclusive and A ∪ B = X1 ∪ X2 ∪ X3.

P(A ∪ B)= P(X1) + P(X2) + P(X3)by Axiom 3
= P(A \ B) + P(A ∩ B) + P(B \ A) by definition of X1,X2 and X3
Therefore P(A ∪ B) + P(A ∩ B) = P(A \ B) + P(A ∩ B) + P(B \ A) + P(A ∩ B) adding P(A ∩ B) to both sides
= P(A) + P(B)by and

Subtracting P(A ∩ B) from both sides yields the result.

Lemma 2: Suppose that A ⊇ B. Then P(A) ≥ P(B).

Proof: Suppose that A ⊇ B. Then A = B ∪ (A \ B) and B ∩ (A \ B) = ∅

Therefore P(A)= P(B) + P(A \ B)by Axiom 3
≥ P(B), since P(A \ B) ≥ 0by Axiom 1.

3. Two theories of morality

3.1 Potential harm

A natural way to define morality is by the consequences of actions, specifically the probability of an individual i ∈ ℘ receiving harm in the form of retribution from another individual j ∈ ℘. Let us define P(Hi) as the probability of person i receiving harm. Furthermore let us define P(Hij) as the probability of person i receiving harm from person j. With these two definitions in place then the following result holds:


Hi = ∪j ∈ ℘ Hij

so that
P(Hi) = P(∪j ∈ ℘ Hij),

where ℘ denotes the set of all people and i ∈ ℘. Later on in this article I will make the notion of "harm" less vague and more logically rigorous.

3.2 Legacy

Another way to define morality is by the extent of one's legacy. It is related to the above definition of morality in terms to potential harm, but at the same time also different. For example a person with a high P(Hi) from advocating a controversial political policy does not correspond to the size of that person's legacy. If someone is assassinated it is likely that their legacy will be a strong one despite the high value of P(Hi). For example Abraham Lincoln wanted most to be remembered as a good person and to have his life story retold by future Americans. Lincoln's assassination at the moment of his greatest triumph, the preservation of the Union in the light of the secessionist Confederate States of America caused his legacy to be better than his wildest imaginations. Having a good legacy is a way to perpetuate ourselves in the form of positive memories of ourselves.

4. Calculating P(Hi)

Definition 2: Two events A and B are independent if and only if P(A ∩ B) = P(A) ∗ P(B).

To calculate P(Hi) we need an additional assumption that the set ℘ is of the form {1,2,3, ... ,n} so that the set is a finite subset of the natural numbers. This can be done without any loss of generality because the total number of people that have ever lived is a finite set and an arbitrary set ℘ can be bijectively mapped into such a subset of the natural numbers.

Theorem 1: Assuming that the events Hij and Hik are independent for all i,j,k ∈ ℘, then P(Hi) = P(∪j = 1 ... n Hij) = zn where

z0= 0
zn= zn-1 + P(Hin) - zn-1 ∗ P(Hin) for n ≥ 1

Proof: The case n = 0 is self evident and the general case where n is arbitrary can be proved using mathematical induction.

LHS1= z1
= P(Hi1)by definition of z1
= z0 + P(Hi1) - z0 ∗ P(Hi1)since z0 = 0
= RHS1

Inductive step. Assume the equation is true for n.

LHSn+1 = zn+1
= P(∪j=1..n+1 Hij) by definition of zn+1
= P(∪j=1..n Hij ∪ Hin+1) expanding the union
= P(∪j=1..n Hij) + P(Hin+1) - P((∪j=1..n Hij) ∩ Hin+1) by Lemma 1
= P(∪j=1..n Hij) + P(Hin+1) - P(∪j=1..n Hij) ∗ P(Hin+1) since Hij,Hik are independent for all i,j,k ∈ ℘ *
= zn + P(Hin+1) - zn ∗ P(Hin+1) by definition of zn
= RHSn+1

5. Some deductions about P(Hi) and P(Hij)

Theorem 2: P(Hij) > ε implies P(Hi) > ε.

Proof: Suppose that P(Hij) > ε.

Then P(Hi) = P(∪k ∈ ℘ Hik) by definition of P(Hi) and P(Hik)
≥ P(Hij) by Lemma 2, since ∪k ∈ ℘ Hik ⊇ Hij
> ε

Theorem 4: P(Hi) > 0 by itself affords no police protection unless you have a job that comes with police protection such as the leader of a country.

Theorem 5: If P(Hij) > 0 and then person i should terminate their relation to person j at the end of a university course or a school year. In particular, social media such as Facebook or Twitter should not be used to keep a relationship open with individual j. References on person j’s Curriculum Vitae are another way of keeping a relationship open with person i.

Theorem 6: If P(Hij) > 0 and P(Hji) > 0 then both parties should terminate their relationships with each other and only communicate via the medium of lawyers. If P(Hji) > 0 then person i should be careful to make sure their replies to person j should not invoke P(Hij) > 0, in which case a mutual termination would occur.

Theorem 7: If P(Hij) > 0 then person i should not make eye contact with person j. There is one exception to this. When the eye contact is at a distance, person i could look away for a short interval before re-making direct eye contact. This is because there is a non-zero probability that in person i’s mind, they are making eye contact for the first time.

Theorem 8: To ensure that P(Hi) = 0, then by Theorem 2 and Theorem 5, for person i to have a lifetime relationship with other persons needs to ensure that P(Hij) = 0 for all j ∈ ℘. As will be explained later this requires honesty. Therefore to live outside of the protection of the law you must be honest. Therefore Bob Dylan's lyric: to live outside the law you must be honest holds true.

Theorem 9: If P(Hij) > 0 but P(Hji) = 0 then person i should tell person j that they have no memories of past engagements with person j, especially if person i hasn't actually spoken with person j. If the person j says I think you are lying about having no memory of seeing me, person i can say: I don't have to stand for this, get out!, thus terminating the relation from person i to person j. Person j can then send person i a single email containing the following text:

To Professor X, [Meaning: do you really deserve to be called a professor?]

I recently visited your office where you claimed to have no memory of seeing me. It strikes me that this is a particularly unpleasant way for us to say goodbye to each other. I respect your intelligence and some of your values. I have no greviance [sic] or grudge against you. [The spelling mistake is unintentional but serves its purpose.]

Thus keeping the relationship from person j to person i open but the relationship from person i to person j terminated.

Theorem 10: If P(Hij) > 0 then person i should not give away their home address to person j.

6. Some general principles of morality

The best way to teach morality is to serve as an example to others of one's own kind, rather than by preaching specific moral values. However over the course of my life I have discovered some general principles of morality that relate to P(Hi) and one's legacy. Here they are (in alphabetical order)
  1. Charity / Philanthropy Giving things away for free or at low cost to serve humanity. Examples include giving away your time, money and knowledge to serve humanity. These practises are a good way to balance out any wrongs that you do. For example this probably explains why Bill Gates is such a philanthropist. The principle behind charity and philanthropy is that you should leave the Universe via death a better place than how it was when you were born into it.

  2. Honesty: Generally speaking, tell the truth with the exception of (where necessary) non-hurtful white lies.

  3. Humility / Modesty. To not present oneself as superior to something that you are not. Nietzsche described humility as a false virtue, only applicable to "losers". Nonetheless lack of humility can affect ones P(Hi) and therefore is relevant to all of us. For example for me to claim that I am the greatest person that ever lived when I clearly am not is an example of lack of humility.

  4. Karma: If you do something bad or otherwise have P(Hij) > 0, then you need to do something good to balance it out. It is honest to keep your badness a secret because you are simply omitting to mention it and therefore it is a non-hurtful white lie. However, your goodness can be put on your CV, for reasons that will be explained later.

  5. Knowledge. Adding to the body of human knowledge is inherently a good thing. Even knowledge of how to create morally questionable objects like weapons of war might have a positive peaceful use and therefore all knowledge (no matter what kind) is good. An example of bad technology having a good use is nuclear weapons. They could be used to prevent an asteroid from hitting the Earth and obliterating life on the planet.

  6. Legal and Professional Righteousness. To behave in accordance with the rules of legal and professional conduct. Not hiring someone who applies for a job can invoke P(Hij) > 0 and therefore by Theorem 2, P(Hi) > 0, despite the fact that not hiring someone for a job is a completely moral action under commonly used conceptions of morality.

  7. Love: Where possible, you should prefer praise to deprecation, especially when the subject of deprecation is a person. When something is bad then it might be best to either omit to mention it or to rephrase the deprecatory (destructive) criticism into something constructive (praise). Most criticism can be re-expressed as praise, when viewed from a different point of view. For example criticism of Bill Gates' fearsome tactics for eliminating his competition can be re-expressed as praise for his success in dominating the market. Notwithstanding this, when something really is bad in an important way it is necessary to take a stand against it. Examples include: racism, sexism, Hitler and the Nazis. An example of lack of love is laughing at someone else's misfortune.
Some people cannot preach general moral values because they are not honest. In this case they can only preach applied moral values (i.e. ethical or political) or by (as mentioned above) setting an example to others.

7. Personal websites and P(Hi)

A personal website presents the case for not being harmed when P(Hi) > 0, and therefore it is rational to put a positive spin on everything you put on your website. Specifically omitting certain bad information is a non-hurtful white lie and therefore not wrong.

8. Explanation of the concept of "harm"

The ultimate harm is death or torture, so by P(Hi), I mean the probability of death or torture for person i and similarly for P(Hij): the probability of person i being killed or tortured by person j.

9. The problem with Kant's categorical imperative

The problem with Kant's categorical imperative is that different moralities apply to different people. Under the potential harm conception of morality this result obtains.

10. Underlings

The value of P(Hi) depends partially on the number of underlings a person has. Underlings are people who are underneath a particular person. Examples of underlings are people employed by a given person, or students who are taught by a particular high school or a university lecturer. An underling j can invoke P(Hij) > 0 and therefore by Theorem 2, P(Hi) > 0.

The value for P(Hi) varies with the number of underlings that a person has because people love to gossip about people who have lots of underlings. Therefore people with a lot of underlings such as leaders of cities, states and countries or university lecturers or school teachers will have a higher value for P(Hi). Therefore such people have to be more righteous in their conduct than other people because of karma.

An example of semi-underlings are fans of a particular person, such as the charismatic Jimi Hendrix. Jimi Hendrix could dress the way he did because his charima was high and because semi-underlings are not like true underlings. As Jimi Hendrix said in the song ‘‘If six was nine’’, from the album Axis: Bold as Love:

White collar conservative flashing down the street, pointing their plastic finger at me. They all assume my kind will drop and die, but I'm going to way my freak flag. Hi how are you? Mr. businessman, you can't dress like me ... I'm the one that's going to die when it’s time for me to die, so let me live my life the way that I want to.

Businessmen could not dress like Jimi Hendrix because they often have a lot of genuine underlings, and that implies P(Hi) > 0. Businessmen or military men who don't have a lot of underlings yet still dress in a businesslike manner or in military uniform are losers. University lecturers or school teachers who dress like rock stars are likely to be of high charisma because genuine underlings invoke P(Hi) > 0 more than semi underlings do.

11. The existence of a welfare system

Not hiring someone for a job can invoke P(Hij) > 0 if Ci < C, where C is some critical number and Ci is the charisma of individual i. This implies that P(Hi) > 0. If Ci ≥ C then P(Hij) = 0, in spite of person i declining a job application by person j. The value of C is lower in countries with a welfare system for men, because not hiring someone for a job in countries with a welfare system does not kill that individual. In countries without a welfare system for men does nearly kill that person or at least reduces them to the status of beggars.

12. P(Hi) and different races and sexes

If you are a person i of a different race another person j, then in the value of P(Hij) is smaller or zero for than for people j who are the same race as i.

13. P(Hi) and women in positions of power

Women are the gate-keepers of sex, meaning that if a women wants sex, she just has to open the legs to her vagina and a penis will soon come along, whereas if a man wants sex he has to have a good job, a good car, a good house and so on to attract a female mate. As women are the gate-keepers of sex, women in positions of power have lower P(Hi) than men in equivalent roles, because they can theoretically offer sex to men who have a probability of harming that woman greater than 0. This offer of sex can partially offset the wrongs in terms of P(Hij) invoked by that man to that woman. This explains why the jobs of secretaries in organisations are invariably taken by women. For this reason, the future of women in power is a good one, and it is likely that in the future all positions of power will be taken by women.

14. Wearing a tie

Men with a P(Hi) > 0 will wear a tie to reduce their P(Hi). As women are the gate keepers of sex, they do not need to wear a tie.

15. Shaking hands

In shaking hands men to men's handshakes are strong if both men have had sex with a woman. Women to men's handshakes are less strong, since there is a probability that the woman could have sex with the man.


Back to Research Projects
This page has the following hit count:
| Main Menu | Research Projects | Photo Album | Curriculum Vitae | The Greatest Artists |
| Email Address | Computer Games | Web Design | Java Training Wheels | The Fly (A Story) |
| Political Activism | Bob Dylan Quotes+ | My Life Story | Smoking Cessation | Other Links |
| Debugging Macros | String Class I | Linked List System I | Java for C Programmers | Naming Convention |
| String Class II | How I use m4 | Strings III | Symmetrical I/O | Linked Lists II |
| Run-Time Type Info | Virtual Methods | An Array System | Science & Religion | Submodes |
| Nested Packages | Memory Leaks | Garbage Collection | Internet & Poverty | What is Knowledge? |
| Limits of Evolution | Emacs Additions | Function Plotter | Romantic Love | The Next Big Thing |
| Science Fiction | Faster Compilation | Theory of Morality | Elisp Scoping | Elisp Advice |
| S.O.G.M. Pattern | Safe Properties | School Bullying | Charisma Control | Life and Death |
| Splitting Java | Multiple Ctors | Religious Beliefs | Conversation 1 | Conversation 2 |
| J.T.W. Language | Emacs Additions II | Build Counter | Relation Plotter | Lisp++ Language |
| Memory Leaks II | Super Constructors | CRUD Implementation | Order a Website Form | There Is An Afterlife |
| More Occam's Razor | C to Java Translator | Theory of Morality II
Last modified: Sat Feb 1 12:49:54 NZDT 2020
Best viewed at 1024x768 or above resolution.
© Copyright 1999-2020 Davin Pearson.
Please report any broken links to