Linear logic

Linear logic is a substructural logic proposed by French logician Jean-Yves Girard as a refinement of classical and intuitionistic logic, joining the dualities of the former with many of the constructive properties of the latter.[1] Although the logic has also been studied for its own sake, more broadly, ideas from linear logic have been influential in fields such as programming languages, game semantics, and quantum physics (because linear logic can be seen as the logic of quantum information theory),[2] as well as linguistics,[3] particularly because of its emphasis on resource-boundedness, duality, and interaction.

Linear logic lends itself to many different presentations, explanations, and intuitions. Proof-theoretically, it derives from an analysis of classical sequent calculus in which uses of (the structural rules) contraction and weakening are carefully controlled. Operationally, this means that logical deduction is no longer merely about an ever-expanding collection of persistent "truths", but also a way of manipulating resources that cannot always be duplicated or thrown away at will. In terms of simple denotational models, linear logic may be seen as refining the interpretation of intuitionistic logic by replacing cartesian (closed) categories by symmetric monoidal (closed) categories, or the interpretation of classical logic by replacing Boolean algebras by C*-algebras.[citation needed]

Connectives, duality, and polarity

Syntax

The language of classical linear logic (CLL) is defined inductively by the BNF notation

A ::= pp
AAAA
A & AAA
1 ∣ 0 ∣ ⊤ ∣ ⊥
 !A ∣ ?A

Here p and p range over logical atoms. For reasons to be explained below, the connectives ⊗, ⅋, 1, and ⊥ are called multiplicatives, the connectives &, ⊕, ⊤, and 0 are called additives, and the connectives ! and ? are called exponentials. We can further employ the following terminology:

Symbol Name
multiplicative conjunction times tensor
additive disjunction plus
& additive conjunction with
multiplicative disjunction par
! of course bang
? why not quest


Binary connectives ⊗, ⊕, & and ⅋ are associative and commutative; 1 is the unit for ⊗, 0 is the unit for ⊕, ⊥ is the unit for ⅋ and ⊤ is the unit for &.

Every proposition A in CLL has a dual A, defined as follows:

(p) = p (p) = p
(AB) = AB (AB) = AB
(AB) = A & B (A & B) = AB
(1) = ⊥ (⊥) = 1
(0) = ⊤ (⊤) = 0
(!A) = ?(A) (?A) = !(A)
Classification of connectives
add mul exp
pos ⊕ 0 ⊗ 1 !
neg & ⊤ ⅋ ⊥ ?

Observe that (-) is an involution, i.e., A⊥⊥ = A for all propositions. A is also called the linear negation of A.

The columns of the table suggest another way of classifying the connectives of linear logic, termed polarity: the connectives negated in the left column (⊗, ⊕, 1, 0, !) are called positive, while their duals on the right (⅋, &, ⊥, ⊤, ?) are called negative; cf. table on the right.

Linear implication is not included in the grammar of connectives, but is definable in CLL using linear negation and multiplicative disjunction, by AB := AB. The connective ⊸ is sometimes pronounced "lollipop", owing to its shape.

Sequent calculus presentation

One way of defining linear logic is as a sequent calculus. We use the letters Γ and Δ to range over lists of propositions A1, ..., An, also called contexts. A sequent places a context to the left and the right of the turnstile, written Γ Δ. Intuitively, the sequent asserts that the conjunction of Γ entails the disjunction of Δ (though we mean the "multiplicative" conjunction and disjunction, as explained below). Girard describes classical linear logic using only one-sided sequents (where the left-hand context is empty), and we follow here that more economical presentation. This is possible because any premises to the left of a turnstile can always be moved to the other side and dualised.

We now give inference rules describing how to build proofs of sequents.[4]

First, to formalize the fact that we do not care about the order of propositions inside a context, we add the structural rule of exchange:

Γ, A1, A2, Δ
Γ, A2, A1, Δ

Note that we do not add the structural rules of weakening and contraction, because we do care about the absence of propositions in a sequent, and the number of copies present.

Next we add initial sequents and cuts:

 
A, A
Γ, A       A, Δ
Γ, Δ

The cut rule can be seen as a way of composing proofs, and initial sequents serve as the units for composition. In a certain sense these rules are redundant: as we introduce additional rules for building proofs below, we will maintain the property that arbitrary initial sequents can be derived from atomic initial sequents, and that whenever a sequent is provable it can be given a cut-free proof. Ultimately, this canonical form property (which can be divided into the completeness of atomic initial sequents and the cut-elimination theorem, inducing a notion of analytic proof) lies behind the applications of linear logic in computer science, since it allows the logic to be used in proof search and as a resource-aware lambda-calculus.

Now, we explain the connectives by giving logical rules. Typically in sequent calculus one gives both "right-rules" and "left-rules" for each connective, essentially describing two modes of reasoning about propositions involving that connective (e.g., verification and falsification). In a one-sided presentation, one instead makes use of negation: the right-rules for a connective (say ⅋) effectively play the role of left-rules for its dual (⊗). So, we should expect a certain "harmony" between the rule(s) for a connective and the rule(s) for its dual.

Multiplicatives

The rules for multiplicative conjunction (⊗) and disjunction (⅋):

Γ, A       Δ, B
Γ, Δ, AB
Γ, A, B
Γ, AB

and for their units:

 
1
Γ
Γ, ⊥

Observe that the rules for multiplicative conjunction and disjunction are admissible for plain conjunction and disjunction under a classical interpretation (i.e., they are admissible rules in LK).

Additives

The rules for additive conjunction (&) and disjunction (⊕) :

Γ, A       Γ, B
Γ, A & B
Γ, A
Γ, AB
Γ, B
Γ, AB

and for their units:

 
Γ, ⊤
(no rule for 0)

Observe that the rules for additive conjunction and disjunction are again admissible under a classical interpretation. But now we can explain the basis for the multiplicative/additive distinction in the rules for the two different versions of conjunction: for the multiplicative connective (⊗), the context of the conclusion (Γ, Δ) is split up between the premises, whereas for the additive case connective (&) the context of the conclusion (Γ) is carried whole into both premises.

Exponentials

The exponentials are used to give controlled access to weakening and contraction. Specifically, we add structural rules of weakening and contraction for ?'d propositions:[5]

Γ
Γ, ?A
Γ, ?A, ?A
Γ, ?A

and use the following logical rules, in which stands for a list of propositions each prefixed with ?:

?Γ, A
?Γ, !A
Γ, A
Γ, ?A

One might observe that the rules for the exponentials follow a different pattern from the rules for the other connectives, resembling the inference rules governing modalities in sequent calculus formalisations of the normal modal logic S4, and that there is no longer such a clear symmetry between the duals ! and ?. This situation is remedied in alternative presentations of CLL (e.g., the LU presentation).

Remarkable formulas

In addition to the De Morgan dualities described above, some important equivalences in linear logic include:

Distributivity
A ⊗ (BC) ≣ (AB) ⊕ (AC)
(AB) ⊗ C ≣ (AC) ⊕ (BC)
A ⅋ (B & C) ≣ (AB) & (AC)
(A & B) ⅋ C ≣ (AC) & (BC)

By definition of AB as AB, the last two distributivity laws also give:

A ⊸ (B & C) ≣ (AB) & (AC)
(AB) ⊸ C ≣ (AC) & (BC)

(Here AB is (AB) & (BA).)

Exponential isomorphism
!(A & B) ≣ !A ⊗ !B
?(AB) ≣ ?A ⅋ ?B
Linear distributions

A map that is not an isomorphism yet plays a crucial role in linear logic is:

(A ⊗ (BC)) ⊸ ((AB) ⅋ C)

Linear distributions are fundamental in the proof theory of linear logic. The consequences of this map were first investigated in [6] and called a "weak distribution". In subsequent work it was renamed to "linear distribution" to reflect the fundamental connection to linear logic.

Other implications

The following distributivity formulas are not in general an equivalence, only an implication:

!A ⊗ !B ⊸ !(AB)
!A ⊕ !B ⊸ !(AB)
?(AB) ⊸ ?A ⅋ ?B
?(A & B) ⊸ ?A & ?B
(A & B) ⊗ C ⊸ (AC) & (BC)
(A & B) ⊕ C ⊸ (AC) & (BC)
(AC) ⊕ (BC) ⊸ (AB) ⅋ C
(A & C) ⊕ (B & C) ⊸ (AB) & C

Encoding classical/intuitionistic logic in linear logic

Both intuitionistic and classical implication can be recovered from linear implication by inserting exponentials: intuitionistic implication is encoded as !AB, while classical implication can be encoded as !?A ⊸ ?B or !A ⊸ ?!B (or a variety of alternative possible translations).[7] The idea is that exponentials allow us to use a formula as many times as we need, which is always possible in classical and intuitionistic logic.

Formally, there exists a translation of formulas of intuitionistic logic to formulas of linear logic in a way that guarantees that the original formula is provable in intuitionistic logic if and only if the translated formula is provable in linear logic. Using the Gödel–Gentzen negative translation, we can thus embed classical first-order logic into linear first-order logic.

The resource interpretation

Lafont (1993) first showed how intuitionistic linear logic can be explained as a logic of resources, so providing the logical language with access to formalisms that can be used for reasoning about resources within the logic itself, rather than, as in classical logic, by means of non-logical predicates and relations. Tony Hoare (1985)'s classic example of the vending machine can be used to illustrate this idea.

Suppose we represent having a candy bar by the atomic proposition candy, and having a dollar by $1. To state the fact that a dollar will buy you one candy bar, we might write the implication $1candy. But in ordinary (classical or intuitionistic) logic, from A and AB one can conclude AB. So, ordinary logic leads us to believe that we can buy the candy bar and keep our dollar! Of course, we can avoid this problem by using more sophisticated encodings,[clarification needed] although typically such encodings suffer from the frame problem. However, the rejection of weakening and contraction allows linear logic to avoid this kind of spurious reasoning even with the "naive" rule. Rather than $1candy, we express the property of the vending machine as a linear implication $1candy. From $1 and this fact, we can conclude candy, but not $1candy. In general, we can use the linear logic proposition AB to express the validity of transforming resource A into resource B.

Running with the example of the vending machine, consider the "resource interpretations" of the other multiplicative and additive connectives. (The exponentials provide the means to combine this resource interpretation with the usual notion of persistent logical truth.)

Multiplicative conjunction (AB) denotes simultaneous occurrence of resources, to be used as the consumer directs. For example, if you buy a stick of gum and a bottle of soft drink, then you are requesting gumdrink. The constant 1 denotes the absence of any resource, and so functions as the unit of ⊗.

Additive conjunction (A & B) represents alternative occurrence of resources, the choice of which the consumer controls. If in the vending machine there is a packet of chips, a candy bar, and a can of soft drink, each costing one dollar, then for that price you can buy exactly one of these products. Thus we write $1 ⊸ (candy & chips & drink). We do not write $1 ⊸ (candychipsdrink), which would imply that one dollar suffices for buying all three products together. However, from $1 ⊸ (candy & chips & drink), we can correctly deduce $3 ⊸ (candychipsdrink), where $3 := $1$1$1. The unit ⊤ of additive conjunction can be seen as a wastebasket for unneeded resources. For example, we can write $3 ⊸ (candy ⊗ ⊤) to express that with three dollars you can get a candy bar and some other stuff, without being more specific (for example, chips and a drink, or $2, or $1 and chips, etc.).

Additive disjunction (AB) represents alternative occurrence of resources, the choice of which the machine controls. For example, suppose the vending machine permits gambling: insert a dollar and the machine may dispense a candy bar, a packet of chips, or a soft drink. We can express this situation as $1 ⊸ (candychipsdrink). The constant 0 represents a product that cannot be made, and thus serves as the unit of ⊕ (a machine that might produce A or 0 is as good as a machine that always produces A because it will never succeed in producing a 0). So unlike above, we cannot deduce $3 ⊸ (candychipsdrink) from this.

Other proof systems

Proof nets

Introduced by Jean-Yves Girard, proof nets have been created to avoid the bureaucracy, that is all the things that make two derivations different in the logical point of view, but not in a "moral" point of view.

For instance, these two proofs are "morally" identical:

A, B, C, D
AB, C, D
AB, CD
A, B, C, D
A, B, CD
AB, CD

The goal of proof nets is to make them identical by creating a graphical representation of them.

Semantics

Algebraic semantics

Decidability/complexity of entailment

The entailment relation in full CLL is undecidable.[8] When considering fragments of CLL, the decision problem has varying complexity:

  • Multiplicative linear logic (MLL): only the multiplicative connectives. MLL entailment is NP-complete, even restricting to Horn clauses in the purely implicative fragment,[9] or to atom-free formulas.[10]
  • Multiplicative-additive linear logic (MALL): only multiplicatives and additives (i.e., exponential-free). MALL entailment is PSPACE-complete.[8]
  • Multiplicative-exponential linear logic (MELL): only multiplicatives and exponentials. By reduction from the reachability problem for Petri nets,[11] MELL entailment must be at least EXPSPACE-hard, although decidability itself has had the status of a longstanding open problem. In 2015, a proof of decidability was published in the journal Theoretical Computer Science,[12] but was later shown to be erroneous.[13]
  • Affine linear logic (that is linear logic with weakening, an extension rather than a fragment) was shown to be decidable, in 1995.[14]

Variants

Many variations of linear logic arise by further tinkering with the structural rules:

  • Affine logic, which forbids contraction but allows global weakening (a decidable extension).
  • Strict logic or relevant logic, which forbids weakening but allows global contraction.
  • Non-commutative logic or ordered logic, which removes the rule of exchange, in addition to barring weakening and contraction. In ordered logic, linear implication divides further into left-implication and right-implication.

Different intuitionistic variants of linear logic have been considered. When based on a single-conclusion sequent calculus presentation, like in ILL (Intuitionistic Linear Logic), the connectives ⅋, ⊥, and ? are absent, and linear implication is treated as a primitive connective. In FILL (Full Intuitionistic Linear Logic) the connectives ⅋, ⊥, and ? are present, linear implication is a primitive connective and, similarly to what happens in intuitionistic logic, all connectives (except linear negation) are independent. There are also first- and higher-order extensions of linear logic, whose formal development is somewhat standard (see first-order logic and higher-order logic).

See also

References

  1. ^ Girard, Jean-Yves (1987). "Linear logic" (PDF). Theoretical Computer Science. 50 (1): 1–102. doi:10.1016/0304-3975(87)90045-4. hdl:10338.dmlcz/120513.
  2. ^ Baez, John; Stay, Mike (2008). Bob Coecke (ed.). "Physics, Topology, Logic and Computation: A Rosetta Stone" (PDF). New Structures of Physics.
  3. ^ de Paiva, V.; van Genabith, J.; Ritter, E. (1999). "Dagstuhl Seminar 99341 on Linear Logic and Applications" (PDF). Drops-Idn/V2/Document/10.4230/Dagsemrep.248. Schloss Dagstuhl – Leibniz-Zentrum für Informatik: 1–21. doi:10.4230/DagSemRep.248.
  4. ^ Girard (1987), p.22, Def.1.15
  5. ^ Girard (1987), p.25-26, Def.1.21
  6. ^ J. Robin Cockett and Robert Seely "Weakly distributive categories" Journal of Pure and Applied Algebra 114(2) 133-173, 1997
  7. ^ Di Cosmo, Roberto. The Linear Logic Primer. Course notes; chapter 2.
  8. ^ a b For this result and discussion of some of the fragments below, see: Lincoln, Patrick; Mitchell, John; Scedrov, Andre; Shankar, Natarajan (1992). "Decision Problems for Propositional Linear Logic". Annals of Pure and Applied Logic. 56 (1–3): 239–311. doi:10.1016/0168-0072(92)90075-B.
  9. ^ Kanovich, Max I. (1992-06-22). "Horn programming in linear logic is NP-complete". Seventh Annual IEEE Symposium on Logic in Computer Science, 1992. LICS '92. Proceedings. Seventh Annual IEEE Symposium on Logic in Computer Science, 1992. LICS '92. Proceedings. pp. 200–210. doi:10.1109/LICS.1992.185533. ISBN 0-8186-2735-2.
  10. ^ Lincoln, Patrick; Winkler, Timothy (1994). "Constant-only multiplicative linear logic is NP-complete". Theoretical Computer Science. 135: 155–169. doi:10.1016/0304-3975(94)00108-1.
  11. ^ Gunter, C. A.; Gehlot, V. (1989). Nets as Tensor Theories (PDF) (Technical report). University of Pennsylvania. MS-CIS-89-68.
  12. ^ Bimbó, Katalin (2015-09-13). "The decidability of the intensional fragment of classical linear logic". Theoretical Computer Science. 597: 1–17. doi:10.1016/j.tcs.2015.06.019. ISSN 0304-3975.
  13. ^ Straßburger, Lutz (2019-05-10). "On the decision problem for MELL". Theoretical Computer Science. 768: 91–98. doi:10.1016/j.tcs.2019.02.022. ISSN 0304-3975.
  14. ^ Kopylov, A. P. (1995-06-01). "Decidability of linear affine logic". Tenth Annual IEEE Symposium on Logic in Computer Science, 1995. LICS '95. Proceedings. Tenth Annual IEEE Symposium on Logic in Computer Science, 1995. LICS '95. Proceedings. pp. 496–504. CiteSeerX 10.1.1.23.9226. doi:10.1109/LICS.1995.523283. ISBN 0-8186-7050-9.

Further reading

Read other articles:

Dutch actor (1920–2007) Fons RademakersFons Rademakers in 1986BornAlphonse Marie Rademakers(1920-09-05)5 September 1920Roosendaal, NetherlandsDied22 February 2007(2007-02-22) (aged 86)Geneva, SwitzerlandNationalityDutchOccupation(s)Actor Film director Film producer ScreenwriterYears active1950–2007Notable workThe Village on the River The AssaultSpouses Josephine van Gasteren ​ ​(m. 1942; div. 1945)​ Ellen Vogel ​ ​&...

 

Vous lisez un « article de qualité » labellisé en 2010. Un jeu 4X (ou aux quatre X) est un genre de jeu vidéo de stratégie voire de gestion, dans lequel le joueur contrôle un empire et dont le gameplay est fondé sur les quatre principes suivants : celui de l'exploration, celui d'expansion, l'exploitation et l'extermination (« eXplore, eXpand, eXploit and eXterminate » en anglais). Le terme est pour la première fois utilisé par le journaliste Alan Emrich en...

 

Die Belgica-Expedition war eine belgische Expedition an die Küste der Westantarktis zwischen 1897 und 1899, die nach dem von ihr benutzten Schiff Belgica benannt wurde. Leiter der Expedition war der Belgier Adrien de Gerlache de Gomery, Zweiter Offizier war der damals noch junge und unbekannte Roald Amundsen. Ein ebenfalls bekannt gewordener Teilnehmer war der Schiffsarzt Frederick Cook, der die Expedition fotografisch dokumentierte. Die Belgische Antarktis-Expedition markiert den Beginn des...

النقاش التالي بشأن حذف المقالة الآتي ذكرها قد أغلق وأرشف. لا تعدله. أي مراجعة بعد هذا النقاش يجب أن تحدث في الصفحات المختصة، كصفحة نقاش المقالة إذا لم تكن قد حذفت أو ضمن طلبات مراجعة نتيجة نقاش الحذف إذا كان هناك اعتراض على الحذف، لا يجب عمل أي تعديل إضافي هنا. نتيجة مراجعة ا...

 

Ancient Chinese text expounding Mohism Mo Jing redirects here. For other uses, see Mo Jing (disambiguation). Mozi 7th volumeAuthor(trad.) Mo DiOriginal title墨子TranslatorBurton WatsonA. C. GrahamMei Yi-pao [zh]Ian JohnstonCountryChinaLanguageClassical ChineseGenrePhilosophyPublication date5th–3rd centuries BCPublished in English1929Media typemanuscriptDewey Decimal181.115LC ClassB128 .M6TranslationMozi at Wikisource MoziMozi in seal script (top) and regul...

 

Salah satu bangunan di Jalan Menteng Raya, Gedung Joang '45. Jalan Menteng Raya adalah salah satu jalan utama di Jakarta. Jalan sepanjang 600 meter ini melintang dari Persimpangan Cut Mutia sampai Tugu Tani. Jalan ini hanya melintas kelurahan Kebon Sirih, Menteng, Jakarta Pusat. Di jalan ini terdapat bangunan: Gedung Joang '45[1] Kolese Kanisius Badan Pendidikan dan Latihan Kementerian Pertahanan Republik Indonesia Lembaga Dakwah Khusus PP Muhammadiyah PPM Manajemen Tugu Tani Di jalan...

この記事は英語版の対応するページを翻訳することにより充実させることができます。(2021年10月)翻訳前に重要な指示を読むには右にある[表示]をクリックしてください。 英語版記事を日本語へ機械翻訳したバージョン(Google翻訳)。 万が一翻訳の手がかりとして機械翻訳を用いた場合、翻訳者は必ず翻訳元原文を参照して機械翻訳の誤りを訂正し、正確な翻訳にし...

 

Herwig KogelnikBorn (1932-06-02) June 2, 1932 (age 91)Graz, AustriaNationalityAmericanAlma materVienna University of Technology, Oxford UniversityAwards National Medal of Technology (2006) IEEE Medal of Honor (2001)Marconi Prize (2001)IEEE David Sarnoff Award (1989)Frederic Ives Medal (1984)J. J. von Prechtl MedalIEEE Quantum Electronics AwardScientific careerFieldsElectrical engineeringInstitutionsBell Labs, Alcatel-Lucent Herwig Kogelnik (born June 2, 1932) is an Austrian-American...

 

German footballer (born 1999) Kai Havertz Havertz with Germany in 2019Personal informationFull name Kai Lukas Havertz[1]Date of birth (1999-06-11) 11 June 1999 (age 24)[2]Place of birth Aachen, GermanyHeight 1.93 m (6 ft 4 in)[3]Position(s) Attacking midfielder, forward, left-back[4]Team informationCurrent team ArsenalNumber 29Youth career2003–2009 Alemannia Mariadorf2009–2010 Alemannia Aachen2010–2016 Bayer LeverkusenSenior career*Yea...

Public research institute in London, England The Institute of Cancer ResearchTypePublicEstablished1909[1]Endowment£1.56 million (2022)[2]Budget£161.2 million (2021-12)[2]ChairmanJulia Buckingham CBE[3]ChancellorThe Princess Royal (University of London)Chief ExecutiveKristian Helin[4]Administrative staff1,075 (2011 average)[1]Students280 (2019/20)[5]Undergraduates(2019/20)[5]Postgraduates280 (2019/20)[5]LocationLond...

 

Die Marshall Library of Economics. Die Marshall Library of Economics, kurz Marshall Library, ist eine wissenschaftliche Fachbibliothek für Wirtschaftswissenschaften in Cambridge. Inhaltsverzeichnis 1 Geschichte und Architektur 2 Bestände 3 Weblinks 4 Einzelnachweise Geschichte und Architektur Die Sammlung der Marshall Library of Economics an der Cambridge University basiert auf der sogenannten Moral Sciences Library, die im Jahre 1885 von Professor Alfred Marshall und Professor Henry Sidgwi...

 

This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these template messages) This article relies largely or entirely on a single source. Relevant discussion may be found on the talk page. Please help improve this article by introducing citations to additional sources.Find sources: EGM: prevention of violence against women and girls – news · newspapers · books · scholar · JSTOR...

Der Titel dieses Artikels ist mehrdeutig. Zum gleichnamigen Ego-Shooter aus dem Jahr 2023 siehe Call of Duty: Modern Warfare III. Call of Duty: Modern Warfare 3 Entwickler Vereinigte Staaten Infinity WardVereinigte Staaten Sledgehammer GamesVereinigte Staaten Raven Software (Multiplayer, DLC)Vereinigte Staaten Treyarch (Wii)Vereinigte Staaten n-Space (DS) Publisher Vereinigte Staaten Activision Komponist Brian Tyler Veröffentlichung Welt 8. November 2011[1] Plattform WindowsmacOSPlay...

 

This article relies largely or entirely on a single source. Relevant discussion may be found on the talk page. Please help improve this article by introducing citations to additional sources.Find sources: The Bengalee – news · newspapers · books · scholar · JSTOR (March 2023) The Bengalee was an English language newspaper based in Calcutta (Kolkata), British India. History The Bengalee was founded in 1862 by Girish Chandra Ghosh as an English language ...

 

South Korean actor (born 1981) This biography of a living person needs additional citations for verification. Please help by adding reliable sources. Contentious material about living persons that is unsourced or poorly sourced must be removed immediately from the article and its talk page, especially if potentially libelous.Find sources: Ji Seung-hyun actor – news · newspapers · books · scholar · JSTOR (October 2023) (Learn how and when to remove...

Township in Burlington County, New Jersey, United States For other places with similar names, see Morristown, New Jersey (disambiguation). Not to be confused with Morristown, New Jersey. Township in New Jersey, United StatesMoorestown, New JerseyTownshipMoorestown Historic District, September 2012 SealMoorestown Township highlighted in Burlington County. Inset map: Burlington County highlighted in New Jersey.Census Bureau map of Moorestown, New JerseyMoorestownLocation in Burlington CountySho...

 

2003 novel by Jack McDevitt Omega AuthorJack McDevittCover artistDanilo DucakLanguageEnglishSeriesAcademy Series - Priscilla Hutch HutchinsGenreScience fiction, Mystery fictionPublisherAce BooksPublication date2003 (Hardcover edition)Media typePrint (Paperback & Hardback)ISBN0-441-01046-6Preceded byChindi Followed byOdyssey  Omega is a book by Jack McDevitt that won the John W. Campbell Award, and was nominated for the Nebula Award in 2004.[1] The mys...

 

This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: Berkeley Daily Planet – news · newspapers · books · scholar · JSTOR (March 2009) (Learn how and when to remove this template message) The Berkeley Daily PlanetTypeWeekly newspaperFormatTabloidOwner(s)IndependentPublisherMichael O'MalleyEditorBecky O'MalleyFound...

American rapper Immortal TechniqueImmortal Technique performing in 2010Background informationBirth nameFelipe Andres CoronelBorn (1978-02-19) February 19, 1978 (age 45)Lima, PeruOriginHarlem, New York, U.S.GenresHip hopEast Coast hip hopunderground hip hoppolitical hip hophardcore hip hopOccupation(s)RapperactivistYears active2000–presentLabelsViperNature SoundsFontanaBabygrande(last two for distribution/reissue only)Websitewww.immortaltechnique.comMusical artist Felipe Andres Coronel ...

 

Human settlement in EnglandNewbold AstburyAstbury VillageNewbold AstburyLocation within CheshireOS grid referenceSJ841612Civil parishNewbold Astbury[1]Unitary authorityCheshire EastCeremonial countyCheshireRegionNorth WestCountryEnglandSovereign stateUnited KingdomPost townCONGLETONPostcode districtCW12Dialling code01260PoliceCheshireFireCheshireAmbulanceNorth West UK ParliamentCongleton List of places UK England Cheshire 53°08′53″N 2°14...

 

Strategi Solo vs Squad di Free Fire: Cara Menang Mudah!