Search This Blog

Monday, December 6, 2021

Logic

From Wikipedia, the free encyclopedia

Logic is an interdisciplinary field which studies truth and reasoning. Informal logic seeks to characterize valid arguments informally, for instance by listing varieties of fallacies. Formal logic represents statements and argument patterns symbolically, using formal systems such as first order logic. Within formal logic, mathematical logic studies the mathematical characteristics of formal logical systems, while philosophical logic applies them to philosophical problems such as the nature of meaning, knowledge, and existence. Systems of formal logic are also applied in other fields including linguistics, cognitive science, and computer science.

Logic has been studied since Antiquity, early approaches including Aristotelian logic, stoic logic, Anviksiki, and the mohists. Modern formal logic has its roots in the work of late 19th century mathematicians such as Gottlob Frege.

Formal and informal logic

Logic can be studied formally or informally. A formal approach is one that abstracts away from content, looking for patterns that arise from form alone. For instance, the formal rule of conjunction introduction states that any two statements and together imply their conjunction . This rule is formal since the symbols and can stand in for any two statements, regardless of their content.

On an informal approach, inferences of this sort would have to be characterized using particular statements. Informal logic is often part of courses in critical thinking, while informal approaches such as dialectical logic and argumentation theory continue as areas of research.

Subfields

Philosophical logic

Philosophical logic is the study of logic within philosophy. It includes applications to problems in epistemology, ethics, philosophy of mathematics, and natural language semantics.

Mathematical logic

Mathematical logic is the study of logic within mathematics. Major subareas include model theory, proof theory, set theory, and computability theory.

Research in mathematical logic commonly addresses the mathematical properties of formal systems of logic. However, it can also include attempts to use logic to analyze mathematical reasoning or to establish logic-based foundations of mathematics. The latter was a major concern in early 20th century mathematical logic, which pursued the program of logicism pioneered by philosopher-logicians such as Gottlob Frege and Bertrand Russell. Mathematical theories were supposed to be logical tautologies, and the programme was to show this by means of a reduction of mathematics to logic. The various attempts to carry this out met with failure, from the crippling of Frege's project in his Grundgesetze by Russell's paradox, to the defeat of Hilbert's program by Gödel's incompleteness theorems.

Set theory originated in the study of the infinite by Georg Cantor, and it has been the source of many of the most challenging and important issues in mathematical logic, from Cantor's theorem, through the status of the Axiom of Choice and the question of the independence of the continuum hypothesis, to the modern debate on large cardinal axioms.

Recursion theory captures the idea of computation in logical and arithmetic terms; its most classical achievements are the undecidability of the Entscheidungsproblem by Alan Turing, and his presentation of the Church–Turing thesis. Today recursion theory is mostly concerned with the more refined problem of complexity classes—when is a problem efficiently solvable?—and the classification of degrees of unsolvability.

Computational logic

A simple toggling circuit is expressed using a logic gate and a synchronous register.

In computer science, logic is studied as part of the theory of computation. Key areas of logic that are relevant to computing include computability theory, modal logic, and category theory. Early computer machinery was based on ideas from logic such as the lambda calculus. Computer scientists also apply concepts from logic to problems in computing and vice versa. For instance, modern artificial intelligence builds on logicians' work in argumentation theory, while automated theorem proving can assist logicians in finding and checking proofs. In logic programming languages such as Prolog, a program computes the consequences of logical axioms and rules to answer a query.

Formal semantics of natural language

Formal semantics is a subfield of both linguistics and philosophy which uses logic to analyze meaning in natural language. It is an empirical field which seeks to characterize the denotations of linguistic expressions and explain how those denotations are composed from the meanings of their parts. The field was developed by Richard Montague and Barbara Partee in the 1970s, and remains an active area of research. Central questions include scope, binding, and linguistic modality.

Concepts

Argument terminology used in logic

Valid and sound arguments

A deductive argument is valid if it is impossible for its premises to be true while its conclusion is false. For example, the example of a deductive argument in the previous section is valid since it would be logically impossible for Victoria to be tall, to have brown hair, but not be tall and have brown hair. The other arguments in that section would not be valid if understood as deductive, since their conclusions could conceivably be false even if the premises are true.

A deductive argument is sound if it is valid and all of its premises are true. For instance, the first argument given above would be sound if Victoria is indeed tall and indeed has brown hair. The validity of an argument is determined solely by its logical form, while its soundness additionally depends on its content.

Formal system

A formal system of logic consists of a language, a proof system, and a semantics.  A system's language and proof system are sometimes grouped together as the system's logical syntax, since they both concern the form rather than the content of the system's expressions.

Formal language

A language is a set of well formed formulas. For instance, in propositional logic, is a formula but is not. Languages are typically defined by providing an alphabet of basic expressions and recursive syntactic rules which build them into formulas.

Proof system

A proof system is a collection of formal rules which define when a conclusion follows from given premises. For instance, the classical rule of conjunction introduction states that follows from the premises and . Rules in a proof systems are always defined in terms of formulas' syntactic form, never in terms of their meanings. Such rules can be applied sequentially, giving a mechanical procedure for generating conclusions from premises. There are a number of different types of proof systems including natural deduction and sequent calculi.

Semantics

A semantics is a system for mapping expressions of a formal language to their denotations. In many systems of logic, denotations are truth values. For instance, the semantics for classical propositional logic assigns the formula the denotation "true" whenever is true and is too. Entailment is a semantic relation which holds between formulas when the first cannot be true without the second being true as well.

Metalogic

Metalogic is the study of properties of formal systems. Two central metalogical properties are soundness and completeness. A system of logic is sound when its proof system cannot derive a conclusion from a set of premises unless it is semantically entailed by them. In other words, its proof system cannot lead to false conclusions, as defined by the semantics. A system is complete when its proof system can derive every conclusion that is semantically entailed by its premises. In other words, its proof system can lead to any true conclusion, as defined by the semantics. Thus, soundness and completeness together describe a system whose notions of validity and entailment line up perfectly.

Other important metalogical properties include consistency, decidability, and expressive power.

Other varieties of reasoning

Apart from deductive arguments there are also inductive, and abductive arguments. In the most prominent conception of logic, only deductive reasoning counts as logic in the strict sense.

To recap, a deductive argument is one whose premises are intended to guarantee the truth of its conclusion. In other words, a deductive argument seeks to reach its conclusion by logical necessity. For instance, the following argument is deductive.

  • Deductive argument:
    1. Victoria is tall.
    2. Victoria has brown hair.
    3. Therefore, Victoria is tall and has brown hair.

Inductive arguments are those in which the premises are merely evidence for the conclusion.

  • Inductive argument:
    1. Victoria is tall.
    2. Tall people are generally good at basketball.
    3. Therefore, Victoria is good at basketball.

Abductive reasoning involves reasoning to the most likely explanation.

  • Abductive argument:
    1. Victoria is tall.
    2. Victoria has brown hair.
    3. Therefore, Victoria must have a tall or brown-haired ancestor .

Systems of formal logic

Propositional logic

Propositional logic comprises formal systems in which formulae are built from atomic propositions using logical connectives. For instance, propositional logic represents the conjunction of two atomic propositions and as the complex formula . Unlike predicate logic where terms and predicates are the smallest units, propositional logic takes full propositions with truth values as its most basic component. Thus, propositional logics can only represent logical relationships that arise from the way complex propositions are built from simpler ones; it cannot represent inferences that results from the inner structure of a proposition.

Predicate logic

Gottlob Frege's Begriffschrift introduced the notion of quantifier in a graphical notation, which here represents the judgement that is true.

Predicate logic is the generic term for symbolic formal systems such as first-order logic, second-order logic, many-sorted logic, and infinitary logic. It provides an account of quantifiers general enough to express a wide set of arguments occurring in natural language. For example, Bertrand Russell's famous barber paradox, "there is a man who shaves all and only men who do not shave themselves" can be formalised by the sentence , using the non-logical predicate to indicate that x is a man, and the non-logical relation to indicate that x shaves y; all other symbols of the formulae are logical, expressing the universal and existential quantifiers, conjunction, implication, negation and biconditional.

The development of predicate logic is usually attributed to Gottlob Frege, who is also credited as one of the founders of analytic philosophy, but the formulation of predicate logic most often used today is the first-order logic presented in Principles of Mathematical Logic by David Hilbert and Wilhelm Ackermann in 1928. The analytical generality of predicate logic allowed the formalization of mathematics, drove the investigation of set theory, and allowed the development of Alfred Tarski's approach to model theory. It provides the foundation of modern mathematical logic.

Modal logic

Modal logic is the study of formal systems originally developed to represent statements about necessity and possibility. For instance the modal formula can be read as "possibly " while can be read as "necessarily ". Modal logics can be used to represent different phenomena depending on what flavor of necessity and possibility is under consideration. When is used to represent epistemic necessity, states that is known. When is used to represent deontic necessity, states that is a moral or legal obligation. Within philosophy, modal logics are widely used in formal epistemology, formal ethics, and metaphysics. Within linguistic semantics, systems based on modal logic are used to analyze linguistic modality in natural languages.

The earliest formal system of modal logic was developed by Avicenna, who ultimately developed a theory of "temporally modalized" syllogistic. While the study of necessity and possibility remained important to philosophers, little logical innovation happened until the landmark investigations of C. I. Lewis in 1918, who formulated a family of rival axiomatizations of the alethic modalities. His work unleashed a torrent of new work on the topic, expanding the kinds of modality treated to include deontic logic and epistemic logic. The seminal work of Arthur Prior applied the same formal language to treat temporal logic and paved the way for the marriage of the two subjects. Saul Kripke and Jaakko Hintikka built on this work to develop the frame semantics, which is now the standard semantics for modal logic. This graph-theoretic way of looking at modality has driven many applications in computational linguistics and computer science, such as dynamic logic.

Non-classical logic

Non-classical logics are systems that reject various rules of classical logic. They are motivated by the view that classical logic does not accurately represent the nature of truth and reasoning.

One major non-classical paradigm is intuitionistic logic, which rejects the law of the excluded middle. Intuitionism was developed by the Dutch mathematicians L.E.J. Brouwer and Arend Heyting to underpin their constructive approach to mathematics, in which the existence of a mathematical object can only be proven by constructing it. Intuitionism was further pursued by Gerhard Gentzen, Kurt Gödel, Michael Dummett, among others. Intuitionistic logic is of great interest to computer scientists, as it is a constructive logic and sees many applications, such as extracting verified programs from proofs and influencing the design of programming languages through the formulae-as-types correspondence. It is closely related to nonclassical systems such as Gödel–Dummett logic and inquisitive logic.

Multi-valued logics depart from classicality by rejecting the principle of bivalence which requires all propositions to be either true or false. For instance, Jan Łukasiewicz and Stephen Cole Kleene both proposed ternary logics which have a third truth value representing that a statement's truth value is indeterminate. These logics have seen applications including to presupposition in linguistics. Fuzzy logics are multivalued logics that have an infinite number of "degrees of truth", represented by a real number between 0 and 1.

Controversies

"Is Logic Empirical?"

What is the epistemological status of the laws of logic? What sort of argument is appropriate for criticizing purported principles of logic? In an influential paper entitled "Is Logic Empirical?" Hilary Putnam, building on a suggestion of W. V. Quine, argued that in general the facts of propositional logic have a similar epistemological status as facts about the physical universe, for example as the laws of mechanics or of general relativity, and in particular that what physicists have learned about quantum mechanics provides a compelling case for abandoning certain familiar principles of classical logic: if we want to be realists about the physical phenomena described by quantum theory, then we should abandon the principle of distributivity, substituting for classical logic the quantum logic proposed by Garrett Birkhoff and John von Neumann.

Another paper of the same name by Michael Dummett argues that Putnam's desire for realism mandates the law of distributivity. Distributivity of logic is essential for the realist's understanding of how propositions are true of the world in just the same way as he has argued the principle of bivalence is. In this way, the question, "Is Logic Empirical?" can be seen to lead naturally into the fundamental controversy in metaphysics on realism versus anti-realism.

Tolerating the impossible

Georg Wilhelm Friedrich Hegel was deeply critical of any simplified notion of the law of non-contradiction. It was based on Gottfried Wilhelm Leibniz's idea that this law of logic also requires a sufficient ground to specify from what point of view (or time) one says that something cannot contradict itself. A building, for example, both moves and does not move; the ground for the first is our solar system and for the second the earth. In Hegelian dialectic, the law of non-contradiction, of identity, itself relies upon difference and so is not independently assertable.

Closely related to questions arising from the paradoxes of implication comes the suggestion that logic ought to tolerate inconsistency. Relevance logic and paraconsistent logic are the most important approaches here, though the concerns are different: a key consequence of classical logic and some of its rivals, such as intuitionistic logic, is that they respect the principle of explosion, which means that the logic collapses if it is capable of deriving a contradiction. Graham Priest, the main proponent of dialetheism, has argued for paraconsistency on the grounds that there are in fact, true contradictions.

Conceptions of logic

Logic arose from a concern with correctness of argumentation. Modern logicians usually wish to ensure that logic studies just those arguments that arise from appropriately general forms of inference. For example, Thomas Hofweber writes in the Stanford Encyclopedia of Philosophy that logic "does not, however, cover good reasoning as a whole. That is the job of the theory of rationality. Rather it deals with inferences whose validity can be traced back to the formal features of the representations that are involved in that inference, be they linguistic, mental, or other representations."

The idea that logic treats special forms of argument, deductive argument, rather than argument in general, has a history in logic that dates back at least to logicism in mathematics (19th and 20th centuries) and the advent of the influence of mathematical logic on philosophy. A consequence of taking logic to treat special kinds of argument is that it leads to identification of special kinds of truth, the logical truths (with logic equivalently being the study of logical truth), and excludes many of the original objects of study of logic that are treated as informal logic. Robert Brandom has argued against the idea that logic is the study of a special kind of logical truth, arguing that instead one can talk of the logic of material inference (in the terminology of Wilfred Sellars), with logic making explicit the commitments that were originally implicit in informal inference.

Rejection of logical truth

The philosophical vein of various kinds of skepticism contains many kinds of doubt and rejection of the various bases on which logic rests, such as the idea of logical form, correct inference, or meaning, sometimes leading to the conclusion that there are no logical truths. This is in contrast with the usual views in philosophical skepticism, where logic directs skeptical enquiry to doubt received wisdoms, as in the work of Sextus Empiricus.

Friedrich Nietzsche provides a strong example of the rejection of the usual basis of logic: his radical rejection of idealization led him to reject truth as a "... mobile army of metaphors, metonyms, and anthropomorphisms—in short ... metaphors which are worn out and without sensuous power; coins which have lost their pictures and now matter only as metal, no longer as coins". His rejection of truth did not lead him to reject the idea of either inference or logic completely but rather suggested that "logic [came] into existence in man's head [out] of illogic, whose realm originally must have been immense. Innumerable beings who made inferences in a way different from ours perished". Thus there is the idea that logical inference has a use as a tool for human survival, but that its existence does not support the existence of truth, nor does it have a reality beyond the instrumental: "Logic, too, also rests on assumptions that do not correspond to anything in the real world".

This position held by Nietzsche however, has come under extreme scrutiny for several reasons. Some philosophers, such as Jürgen Habermas, claim his position is self-refuting—and accuse Nietzsche of not even having a coherent perspective, let alone a theory of knowledge. Georg Lukács, in his book The Destruction of Reason, asserts that, "Were we to study Nietzsche's statements in this area from a logico-philosophical angle, we would be confronted by a dizzy chaos of the most lurid assertions, arbitrary and violently incompatible." Bertrand Russell described Nietzsche's irrational claims with "He is fond of expressing himself paradoxically and with a view to shocking conventional readers" in his book A History of Western Philosophy.

History

Aristotle, 384–322 BCE.

Logic was developed independently in several cultures during antiquity. One major early contributor was Aristotle, who developed term logic in his Organon and Prior Analytics. In this approach, judgements are broken down into propositions consisting of two terms that are related by one of a fixed number of relation. Inferences are expressed by means of syllogisms that consist of two propositions sharing a common term as premise, and a conclusion that is a proposition involving the two unrelated terms from the premises. Aristotle's monumental insight was the notion that arguments can be characterized in terms of their form. The later logician Łukasiewicz described this insight as "one of Aristotle's greatest inventions". Aristotle's system of logic was also responsible for the introduction of hypothetical syllogism, temporal modal logic, and inductive logic, as well as influential vocabulary such as terms, predicables, syllogisms and propositions. Aristotelian logic was highly regarded in classical and medieval times, both in Europe and the Middle East. It remained in wide use in the West until the early 19th century. It has now been superseded by later work, though many of its key insights live on in modern systems of logic.

A depiction from the 15th century of the square of opposition, which expresses the fundamental dualities of syllogistic.

Ibn Sina (Avicenna) (980–1037 CE) was the founder of Avicennian logic, which replaced Aristotelian logic as the dominant system of logic in the Islamic world, and also had an important influence on Western medieval writers such as Albertus Magnus and William of Ockham. Avicenna wrote on the hypothetical syllogism and on the propositional calculus. He developed an original "temporally modalized" syllogistic theory, involving temporal logic and modal logic. He also made use of inductive logic, such as the methods of agreement, difference, and concomitant variation which are critical to the scientific method. Fakhr al-Din al-Razi (b. 1149) criticised Aristotle's "first figure" and formulated an early system of inductive logic, foreshadowing the system of inductive logic developed by John Stuart Mill (1806–1873).

In Europe during the later medieval period, major efforts were made to show that Aristotle's ideas were compatible with Christian faith. During the High Middle Ages, logic became a main focus of philosophers, who would engage in critical logical analyses of philosophical arguments, often using variations of the methodology of scholasticism. Initially, medieval Christian scholars drew on the classics that had been preserved in Latin through commentaries by such figures such as Boethius, later the work of Islamic philosophers such as Avicenna and Averroes were drawn on, which expanded the range of ancient works available to medieval Christian scholars since more Greek work was available to Muslim scholars that had been preserved in Latin commentaries. In 1323, William of Ockham's influential Summa Logicae was released. By the 18th century, the structured approach to arguments had degenerated and fallen out of favour, as depicted in Holberg's satirical play Erasmus Montanus. The Chinese logical philosopher Gongsun Long (c. 325–250 BCE) proposed the paradox "One and one cannot become two, since neither becomes two." In China, the tradition of scholarly investigation into logic, however, was repressed by the Qin dynasty following the legalist philosophy of Han Feizi.

In India, the Anviksiki school of logic was founded by Medhātithi (c. 6th century BCE). Innovations in the scholastic school, called Nyaya, continued from ancient times into the early 18th century with the Navya-Nyāya school. By the 16th century, it developed theories resembling modern logic, such as Gottlob Frege's "distinction between sense and reference of proper names" and his "definition of number", as well as the theory of "restrictive conditions for universals" anticipating some of the developments in modern set theory. Since 1824, Indian logic attracted the attention of many Western scholars, and has had an influence on important 19th-century logicians such as Charles Babbage, Augustus De Morgan, and George Boole. In the 20th century, Western philosophers like Stanislaw Schayer and Klaus Glashoff have explored Indian logic more extensively.

The syllogistic logic developed by Aristotle predominated in the West until the mid-19th century, when interest in the foundations of mathematics stimulated the development of symbolic logic (now called mathematical logic). In 1854, George Boole published The Laws of Thought, introducing symbolic logic and the principles of what is now known as Boolean logic. In 1879, Gottlob Frege published Begriffsschrift, which inaugurated modern logic with the invention of quantifier notation, reconciling the Aristotelian and Stoic logics in a broader system, and solving such problems for which Aristotelian logic was impotent, such as the problem of multiple generality. From 1910 to 1913, Alfred North Whitehead and Bertrand Russell published Principia Mathematica on the foundations of mathematics, attempting to derive mathematical truths from axioms and inference rules in symbolic logic. In 1931, Gödel raised serious problems with the foundationalist program and logic ceased to focus on such issues.

The development of logic since Frege, Russell, and Wittgenstein had a profound influence on the practice of philosophy and the perceived nature of philosophical problems (see analytic philosophy) and philosophy of mathematics. Logic, especially sentential logic, is implemented in computer logic circuits and is fundamental to computer science. Logic is commonly taught by university philosophy, sociology, advertising and literature departments, often as a compulsory discipline.

Biocentrism (ethics)

From Wikipedia, the free encyclopedia
https://en.wikipedia.org/wiki/Biocentrism_(ethics)

Biocentrism (from Greek βίος bios, "life" and κέντρον kentron, "center"), in a political and ecological sense, as well as literally, is an ethical point of view that extends inherent value to all living things. It is an understanding of how the earth works, particularly as it relates to its biosphere or biodiversity. It stands in contrast to anthropocentrism, which centers on the value of humans. The related ecocentrism extends inherent value to the whole of nature.

Biocentrism does not imply the idea of equality among the animal kingdom, for no such notion can be observed in nature. Biocentric thought is nature-based, not human-based.

Advocates of biocentrism often promote the preservation of biodiversity, animal rights, and environmental protection. The term has also been employed by advocates of "left biocentrism", which combines deep ecology with an "anti-industrial and anti-capitalist" position (according to David Orton et al.).

Definition

The term biocentrism encompasses all environmental ethics that "extend the status of moral object from human beings to all living things in nature". Biocentric ethics calls for a rethinking of the relationship between humans and nature. It states that nature does not exist simply to be used or consumed by humans, but that humans are simply one species amongst many, and that because we are part of an ecosystem, any actions which negatively affect the living systems of which we are a part adversely affect us as well, whether or not we maintain a biocentric worldview. Biocentrists observe that all species have inherent value, and that humans are not "superior" to other species in a moral or ethical sense.

The four main pillars of a biocentric outlook are:

  1. Humans and all other species are members of Earth's community.
  2. All species are part of a system of interdependence.
  3. All living organisms pursue their own "good" in their own ways.
  4. Human beings are not inherently superior to other living things.

Relationship with animals and environment

Biocentrism views individual species as parts of the living biosphere. It observes the consequences of reducing biodiversity on both small and large scales and points to the inherent value all species have to the environment.

The environment is seen for what it is; the biosphere within which we live and depend on its diversity for our health. From these observations the ethical points are raised.

History and development

Biocentric ethics differs from classical and traditional ethical thinking. Rather than focusing on strict moral rules, as in Classical ethics, it focuses on attitudes and character. In contrast with traditional ethics, it is nonhierarchical and gives priority to the natural world rather than to humankind exclusively.

Biocentric ethics includes Albert Schweitzer's ethics of "Reverence for Life", Peter Singer's ethics of Animal Liberation and Paul W. Taylor's ethics of biocentric egalitarianism.

Albert Schweitzer's "reverence for life" principle was a precursor of modern biocentric ethics. In contrast with traditional ethics, the ethics of "reverence for life" denies any distinction between "high and low" or "valuable and less valuable" life forms, dismissing such categorization as arbitrary and subjective. Conventional ethics concerned itself exclusively with human beings—that is to say, morality applied only to interpersonal relationships—whereas Schweitzer's ethical philosophy introduced a "depth, energy, and function that differ[s] from the ethics that merely involved humans". "Reverence for life" was a "new ethics, because it is not only an extension of ethics, but also a transformation of the nature of ethics".

Similarly, Peter Singer argues that non-human animals deserve the same equality of consideration that we extend to human beings. His argument is roughly as follows:

  1. Membership in the species Homo sapiens is the only criterion of moral importance that includes all humans and excludes all non-humans.
  2. Using membership in the species Homo sapiens as a criterion of moral importance is completely arbitrary.
  3. Of the remaining criteria we might consider, only sentience is a plausible criterion of moral importance.
  4. Using sentience as a criterion of moral importance entails that we extend the same basic moral consideration (i.e. "basic principle of equality") to other sentient creatures that we do to human beings.
  5. Therefore, we ought to extend to animals the same equality of consideration that we extend to human beings.

Singer's work, while notable in the canon of environmental ethics, should not be considered as fully biocentric however. Singer's ethics is extended from humans to nonhuman animals because the criterion for moral inclusion (sentience) is found in both humans and nonhuman animals, thus it would be arbitrary to deny it to nonhuman animals simply because they were not human. However, not all biological entities are sentient, consider: algae, plants and trees, fungi, lichens, mollusks, protozoa, for example. For an ethical theory to be biocentric, it must have a reason for extending ethical inclusion to the entire biosphere (as in Taylor and Schweitzer). The requirement for environmental ethics to move beyond sentience as criteria for inclusion in the moral realm is discussed in Tom Regan's 1981 paper "The Nature and Possibility of an Environmental Ethic".

Biocentrism is most commonly associated with the work of Paul W. Taylor, especially his book Respect for Nature: A Theory of Environmental Ethics (1986). Taylor maintains that biocentrism is an "attitude of respect for nature", whereby one attempts to make an effort to live one's life in a way that respects the welfare and inherent worth of all living creatures. Taylor states that:

  1. Humans are members of a community of life along with all other species, and on equal terms.
  2. This community consists of a system of interdependence between all members, both physically, and in terms of relationships with other species.
  3. Every organism is a "teleological centre of life", that is, each organism has a purpose and a reason for being, which is inherently "good" or "valuable".
  4. Humans are not inherently superior to other species.

Historian Donald Worster traces today's biocentric philosophies, which he sees as part of a recovery of a sense of kinship between man and nature, to the reaction by the British intelligencia of the Victorian era against the Christian ethic of dominion over nature. He has pointed to Charles Darwin as an important spokesman for the biocentric view in ecological thought and quotes from Darwin's Notebook on Transmutation of Species (1837):

If we choose to let conjecture run wild, then animals, our fellow brethren in pain, diseases, death, suffering and famine—our slaves in the most laborious works, our companions in our amusement—they may partake of our origin in one common ancestor—we may be all netted together.

In 1859, Charles Darwin published his book On the Origin of Species. This publication sparked the beginning of biocentrist views by introducing evolution and "its removal of humans from their supernatural origins and placement into the framework of natural laws".

The work of Aldo Leopold has also been associated with biocentrism. The essay "The Land Ethic" in Leopold's book Sand County Almanac (1949) points out that although throughout history women and slaves have been considered property, all people have now been granted rights and freedoms. Leopold notes that today land is still considered property as people once were. He asserts that ethics should be extended to the land as "an evolutionary possibility and an ecological necessity". He argues that while people's instincts encourage them to compete with others, their ethics encourage them to co-operate with others. He suggests that "the land ethic simply enlarges the boundaries of the community to include soils, waters, plants, and animals, or collectively: the land". In a sense this attitude would encourage humans to co-operate with the land rather than compete with it.

Outside of formal philosophical works biocentric thought is common among pre-colonial tribal peoples who knew no world other than the natural world.

In law

The paradigm of biocentrism and the values that it promotes are beginning to be used in law.

In recent years, cities in Maine, Pennsylvania, New Hampshire and Virginia have adopted laws that protect the rights of nature. The purpose of these laws is to prevent the degradation of nature, especially by corporations who may want to exploit natural resources and land space, and to also use the environment as a dumping ground for toxic waste.

The first country to include rights of nature in its constitution is Ecuador (see 2008 Constitution of Ecuador). Article 71 states that nature "has the right to integral respect for its existence and for the maintenance and regeneration of its life cycles, structure, functions and evolutionary processes".

In religion

Islam

In Islam: In Islam, biocentric ethics stem from the belief that all of creation belongs to Allah (God), not humans, and to assume that non-human animals and plants exist merely to benefit humankind leads to environmental destruction and misuse. As all living organisms exist to praise God, human destruction of other living things prevents the earth's natural and subtle means of praising God. The Qur'an acknowledges that humans are not the only all-important creatures and emphasizes a respect for nature. Muhammad was once asked whether there would be a reward for those who show charity to nature and animals, to which he replied, "for charity shown to each creature with a wet heart [i.e. that is alive], there is a reward."

Hinduism

In Hinduism: Hinduism contains many elements of biocentrism. In Hinduism, humans have no special authority over other creatures, and all living things have souls ('atman'). Brahman (God) is the "efficient cause" and Prakrti (nature), is the "material cause" of the universe. However, Brahman and Prakrti are not considered truly divided: "They are one in [sic] the same, or perhaps better stated, they are the one in the many and the many in the one."

However, while Hinduism does not give the same direct authority over nature that the Judeo-Christian God grants, they are subject to a "higher and more authoritative responsibility for creation". The most important aspect of this is the doctrine of Ahimsa (non-violence). The Yājñavalkya Smṛti warns, "the wicked person who kills animals which are protected has to live in hell fire for the days equal to the number of hairs on the body of that animal". The essential aspect of this doctrine is the belief that the Supreme Being incarnates into the forms of various species. The Hindu belief in Saṃsāra (the cycle of life, death and rebirth) encompasses reincarnation into non-human forms. It is believed that one lives 8,400,000 lifetimes before one becomes a human. Each species is in this process of samsara until one attains moksha (liberation).

Another doctrinal source for the equal treatment of all life is found in the Rigveda. The Rigveda states that trees and plants possess divine healing properties. It is still popularly believed that every tree has a Vriksa-devata (a tree deity).Trees are ritually worshiped through prayer, offerings, and the sacred thread ceremony. The Vriksa-devata worshiped as manifestations of the Divine. Tree planting is considered a religious duty.

Jainism

In Jainism: The Jaina tradition exists in tandem with Hinduism and shares many of its biocentric elements.

Ahimsa (non-violence), the central teaching of Jainism, means more than not hurting other humans. It means intending not to cause physical, mental or spiritual harm to any part of nature. In the words of Mahavira: 'You are that which you wish to harm.' Compassion is a pillar of non-violence. Jainism encourages people to practice an attitude of compassion towards all life.

The principle of interdependence is also very important in Jainism. This states that all of nature is bound together, and that "if one does not care for nature one does not care for oneself.".

Another essential Jain teaching is self-restraint. Jainism discourages wasting the gifts of nature, and encourages its practitioners to reduce their needs as far as possible. Gandhi, a great proponent of Jainism, once stated "There is enough in this world for human needs, but not for human wants."

Buddhism

In Buddhism: The Buddha's teachings encourage people "to live simply, to cherish tranquility, to appreciate the natural cycle of life". Buddhism emphasizes that everything in the universe affects everything else. "Nature is an ecosystem in which trees affect climate, the soil, and the animals, just as the climate affects the trees, the soil, the animals and so on. The ocean, the sky, the air are all interrelated, and interdependent—water is life and air is life."

Although this holistic approach is more ecocentric than biocentric, it is also biocentric, as it maintains that all living things are important and that humans are not above other creatures or nature. Buddhism teaches that "once we treat nature as our friend, to cherish it, then we can see the need to change from the attitude of dominating nature to an attitude of working with nature—we are an intrinsic part of all existence rather than seeing ourselves as in control of it."

Criticism

Biocentrism has faced criticism for a number of reasons. Some of this criticism grows out of the concern that biocentrism is an anti-human paradigm and that it will not hesitate to sacrifice human well-being for the greater good. Biocentrism has also been criticized for its individualism; emphasizing too much on the importance of individual life and neglecting the importance of collective groups, such as an ecosystem.

A more complex form of criticism focuses on the contradictions of biocentrism. Opposed to anthropocentrism, which sees humans as having a higher status than other species, biocentrism puts humans on a par with the rest of nature, and not above it. In his essay A Critique of Anti-Anthropocentric Biocentrism Richard Watson suggests that if this is the case, then "Human ways—human culture—and human actions are as natural as the ways in which any other species of animals behaves". He goes on to suggest that if humans must change their behavior to refrain from disturbing and damaging the natural environment, then that results in setting humans apart from other species and assigning more power to them. This then takes us back to the basic beliefs of anthropocentrism. Watson also claims that the extinction of species is "Nature's way" and that if humans were to instigate their own self-destruction by exploiting the rest of nature, then so be it. Therefore, he suggests that the real reason humans should reduce their destructive behavior in relation to other species is not because we are equals but because the destruction of other species will also result in our own destruction. This view also brings us back to an anthropocentric perspective.

Optimal tax

From Wikipedia, the free encyclopedia https://en.wikipedia.org/wiki/Optimal_tax   Optimal tax theory or the theory of optimal taxation is ...