Elliptic curve primality

In mathematics, elliptic curve primality testing techniques, or elliptic curve primality proving (ECPP), are among the quickest and most widely used methods in primality proving.[1] It is an idea put forward by Shafi Goldwasser and Joe Kilian in 1986 and turned into an algorithm by A. O. L. Atkin in the same year. The algorithm was altered and improved by several collaborators subsequently, and notably by Atkin and François Morain [de], in 1993.[2] The concept of using elliptic curves in factorization had been developed by H. W. Lenstra in 1985, and the implications for its use in primality testing (and proving) followed quickly.

Primality testing is a field that has been around since the time of Fermat, in whose time most algorithms were based on factoring, which become unwieldy with large input; modern algorithms treat the problems of determining whether a number is prime and what its factors are separately. It became of practical importance with the advent of modern cryptography. Although many current tests result in a probabilistic output (N is either shown composite, or probably prime, such as with the Baillie–PSW primality test or the Miller–Rabin test), the elliptic curve test proves primality (or compositeness) with a quickly verifiable certificate.[3]

Previously-known prime-proving methods such as the Pocklington primality test required at least partial factorization of in order to prove that is prime. As a result, these methods required some luck and are generally slow in practice.

Elliptic curve primality proving

It is a general-purpose algorithm, meaning it does not depend on the number being of a special form. ECPP is currently in practice the fastest known algorithm for testing the primality of general numbers, but the worst-case execution time is not known. ECPP heuristically runs in time:

for some .[4] This exponent may be decreased to for some versions by heuristic arguments. ECPP works the same way as most other primality tests do, finding a group and showing its size is such that is prime. For ECPP the group is an elliptic curve over a finite set of quadratic forms such that is trivial to factor over the group.

ECPP generates an AtkinGoldwasser–Kilian–Morain certificate of primality by recursion and then attempts to verify the certificate. The step that takes the most CPU time is the certificate generation, because factoring over a class field must be performed. The certificate can be verified quickly, allowing a check of operation to take very little time.

As of May 2023, the largest prime that has been proved with ECPP method is .[5] The certification was performed by Andreas Enge using his fastECPP software CM.

Proposition

The elliptic curve primality tests are based on criteria analogous to the Pocklington criterion, on which that test is based,[6][7] where the group is replaced by and E is a properly chosen elliptic curve. We will now state a proposition on which to base our test, which is analogous to the Pocklington criterion, and gives rise to the Goldwasser–Kilian–Atkin form of the elliptic curve primality test.

Let N be a positive integer, and E be the set which is defined by the equation Consider E over use the usual addition law on E, and write 0 for the neutral element on E.

Let m be an integer. If there is a prime q which divides m, and is greater than and there exists a point P on E such that

(1) mP = 0

(2) (m/q)P is defined and not equal to 0

Then N is prime.

Proof

If N is composite, then there exists a prime that divides N. Define as the elliptic curve defined by the same equation as E but evaluated modulo p rather than modulo N. Define as the order of the group . By Hasse's theorem on elliptic curves we know

and thus and there exists an integer u with the property that

Let be the point P evaluated modulo p. Thus, on we have

by (1), as is calculated using the same method as mP, except modulo p rather than modulo N (and ).

This contradicts (2), because if (m/q)P is defined and not equal to 0 (mod N), then the same method calculated modulo p instead of modulo N will yield:[8]

Goldwasser–Kilian algorithm

From this proposition an algorithm can be constructed to prove an integer, N, is prime. This is done as follows:[6]

Choose three integers at random, a, x, y and set

Now P = (x,y) is a point on E, where we have that E is defined by . Next we need an algorithm to count the number of points on E. Applied to E, this algorithm (Koblitz and others suggest Schoof's algorithm) produces a number m which is the number of points on curve E over FN, provided N is prime. If the point-counting algorithm stops at an undefined expression this allows to determine a non-trivial factor of N. If it succeeds, we apply a criterion for deciding whether our curve E is acceptable.

If we can write m in the form where is a small integer and q a large probable prime (a number that passes a probabilistic primality test, for example), then we do not discard E. Otherwise, we discard our curve and randomly select another triple (a, x, y) to start over. The idea here is to find an m that is divisible by a large prime number q. This prime is a few digits smaller than m (or N) so q will be easier to prove prime than N.

Assuming we find a curve which passes the criterion, proceed to calculate mP and kP. If any of the two calculations produce an undefined expression, we can get a non-trivial factor of N. If both calculations succeed, we examine the results.

If it is clear that N is not prime, because if N were prime then E would have order m, and any element of E would become 0 on multiplication by m. If kP = 0, then the algorithm discards E and starts over with a different a, x, y triple.

Now if and then our previous proposition tells us that N is prime. However, there is one possible problem, which is the primality of q. This is verified using the same algorithm. So we have described a recursive algorithm, where the primality of N depends on the primality of q and indeed smaller 'probable primes' until some threshold is reached where q is considered small enough to apply a non-recursive deterministic algorithm.[9][10]

Problems with the algorithm

Atkin and Morain state "the problem with GK is that Schoof's algorithm seems almost impossible to implement."[3] It is very slow and cumbersome to count all of the points on E using Schoof's algorithm, which is the preferred algorithm for the Goldwasser–Kilian algorithm. However, the original algorithm by Schoof is not efficient enough to provide the number of points in short time.[11] These comments have to be seen in the historical context, before the improvements by Elkies and Atkin to Schoof's method.

A second problem Koblitz notes is the difficulty of finding the curve E whose number of points is of the form kq, as above. There is no known theorem which guarantees we can find a suitable E in polynomially many attempts. The distribution of primes on the Hasse interval , which contains m, is not the same as the distribution of primes in the group orders, counting curves with multiplicity. However, this is not a significant problem in practice.[8]

Atkin–Morain elliptic curve primality test (ECPP)

In a 1993 paper, Atkin and Morain described an algorithm ECPP which avoided the trouble of relying on a cumbersome point counting algorithm (Schoof's). The algorithm still relies on the proposition stated above, but rather than randomly generating elliptic curves and searching for a proper m, their idea was to construct a curve E where the number of points is easy to compute. Complex multiplication is key in the construction of the curve.

Now, given an N for which primality needs to be proven we need to find a suitable m and q, just as in the Goldwasser–Kilian test, that will fulfill the proposition and prove the primality of N. (Of course, a point P and the curve itself, E, must also be found.)

ECPP uses complex multiplication to construct the curve E, doing so in a way that allows for m (the number of points on E) to be easily computed. We will now describe this method:

Utilization of complex multiplication requires a negative discriminant, D, such that D can be written as the product of two elements , or completely equivalently, we can write the equation:

For some a, b. If we can describe N in terms of either of these forms, we can create an elliptic curve E on with complex multiplication (described in detail below), and the number of points is given by:

For N to split into the two elements, we need that (where denotes the Legendre symbol). This is a necessary condition, and we achieve sufficiency if the class number h(D) of the order in is 1. This happens for only 13 values of D, which are the elements of {−3, −4, −7, −8, −11, −12, −16, −19, −27, −28, −43, −67, −163}

The test

Pick discriminants D in sequence of increasing h(D). For each D check if and whether 4N can be written as:

This part can be verified using Cornacchia's algorithm. Once acceptable D and a have been discovered, calculate . Now if m has a prime factor q of size

use the complex multiplication method to construct the curve E and a point P on it. Then we can use our proposition to verify the primality of N. Note that if m does not have a large prime factor or cannot be factored quickly enough, another choice of D can be made.[1]

Complex multiplication method

For completeness, we will provide an overview of complex multiplication, the way in which an elliptic curve can be created, given our D (which can be written as a product of two elements).

Assume first that and (these cases are much more easily done). It is necessary to calculate the elliptic j-invariants of the h(D) classes of the order of discriminant D as complex numbers. There are several formulas to calculate these.

Next create the monic polynomial , which has roots corresponding to the h(D) values. Note, that is the class polynomial. From complex multiplication theory, we know that has integer coefficients, which allows us to estimate these coefficients accurately enough to discover their true values.

Now, if N is prime, CM tells us that splits modulo N into a product of h(D) linear factors, based on the fact that D was chosen so that N splits as the product of two elements. Now if j is one of the h(D) roots modulo N we can define E as:

c is any quadratic nonresidue mod N, and r is either 0 or 1.

Given a root j there are only two possible nonisomorphic choices of E, one for each choice of r. We have the cardinality of these curves as

or [1][10][12]

Discussion

Just as with the Goldwasser–Killian test, this one leads to a down-run procedure. Again, the culprit is q. Once we find a q that works, we must check it to be prime, so in fact we are doing the whole test now for q. Then again we may have to perform the test for factors of q. This leads to a nested certificate where at each level we have an elliptic curve E, an m and the prime in doubt, q.

Example of Atkin–Morain ECPP

We construct an example to prove that is prime using the Atkin–Morain ECPP test. First proceed through the set of 13 possible discriminants, testing whether the Legendre Symbol , and if 4N can be written as .

For our example is chosen. This is because and also, using Cornacchia's algorithm, we know that and thus a = 25 and b = 1.

The next step is to calculate m. This is easily done as which yields Next we need to find a probable prime divisor of m, which was referred to as q. It must satisfy the condition that

In this case, m = 143 = 11×13. So unfortunately we cannot choose 11 or 13 as our q, for it does not satisfy the necessary inequality. We are saved, however, by an analogous proposition to that which we stated before the Goldwasser–Kilian algorithm, which comes from a paper by Morain.[13] It states, that given our m, we look for an s which divides m, , but is not necessarily prime, and check whether, for each which divides s

for some point P on our yet to be constructed curve.

If s satisfies the inequality, and its prime factors satisfy the above, then N is prime.

So in our case, we choose s = m = 143. Thus our possible 's are 11 and 13. First, it is clear that , and so we need only check the values of

But before we can do this, we must construct our curve, and choose a point P. In order to construct the curve, we make use of complex multiplication. In our case we compute the J-invariant

Next we compute

and we know our elliptic curve is of the form:

,

where k is as described previously and c a non-square in . So we can begin with

which yields

Now, utilizing the point P = (6,6) on E it can be verified that

It is simple to check that 13(6, 6) = (12, 65) and 11P = (140, 147), and so, by Morain's proposition, N is prime.

Complexity and running times

Goldwasser and Kilian's elliptic curve primality proving algorithm terminates in expected polynomial time for at least

of prime inputs.

Conjecture

Let be the number of primes smaller than x

for sufficiently large x.

If one accepts this conjecture then the Goldwasser–Kilian algorithm terminates in expected polynomial time for every input. Also, if our N is of length k, then the algorithm creates a certificate of size that can be verified in .[14]

Now consider another conjecture, which will give us a bound on the total time of the algorithm.

Conjecture 2

Suppose there exist positive constants and such that the amount of primes in the interval

is larger than

Then the Goldwasser Kilian algorithm proves the primality of N in an expected time of

[13]

For the Atkin–Morain algorithm, the running time stated is

for some [3]

Primes of special form

For some forms of numbers, it is possible to find 'short-cuts' to a primality proof. This is the case for the Mersenne numbers. In fact, due to their special structure, which allows for easier verification of primality, the six largest known prime numbers are all Mersenne numbers.[15] There has been a method in use for some time to verify primality of Mersenne numbers, known as the Lucas–Lehmer test. This test does not rely on elliptic curves. However we present a result where numbers of the form where , n odd can be proven prime (or composite) using elliptic curves. Of course this will also provide a method for proving primality of Mersenne numbers, which correspond to the case where n = 1. The following method is drawn from the paper Primality Test for using Elliptic Curves, by Yu Tsumura.[16]

Group structure of E(FN)

We take E as our elliptic curve, where E is of the form for where is prime, and with odd.

Theorem 1.[7]
Theorem 2. or depending on whether or not m is a quadratic residue modulo p.
Theorem 3. Let Q = (x,y) on E be such that x a quadratic non-residue modulo p. Then the order of Q is divisible by in the cyclic group

First we will present the case where n is relatively small with respect to , and this will require one more theorem:

Theorem 4. Choose a and suppose
Then p is a prime if and only if there exists a Q = (x,y) on E, such that for i = 1, 2, ...,k − 1 and where is a sequence with initial value .

The algorithm

We provide the following algorithm, which relies mainly on Theorems 3 and 4. To verify the primality of a given number , perform the following steps:

(1) Choose such that , and find such that .

Take and .

Then is on .

Calculate . If then is composite, otherwise proceed to (2).

(2) Set as the sequence with initial value . Calculate for .

If for an , where then is composite. Otherwise, proceed to (3).

(3) If then is prime. Otherwise, is composite. This completes the test.

Justification of the algorithm

In (1), an elliptic curve, E is picked, along with a point Q on E, such that the x-coordinate of Q is a quadratic nonresidue. We can say

Thus, if N is prime, Q' has order divisible by , by Theorem 3, and therefore the order of Q' is d | n.

This means Q = nQ' has order . Therefore, if (1) concludes that N is composite, it truly is composite. (2) and (3) check if Q has order . Thus, if (2) or (3) conclude N is composite, it is composite.

Now, if the algorithm concludes that N is prime, then that means satisfies the condition of Theorem 4, and so N is truly prime.

There is an algorithm as well for when n is large; however, for this we refer to the aforementioned article.[16]

References

  1. ^ a b c Henri Cohen, Gerhard Frey, ed. (2006). Handbook of Elliptic and Hyperelliptic Curve Cryptography. Boca Raton: Chapman & Hall/CRC.
  2. ^ Top, Jaap, Elliptic Curve Primality Proving, http://www.math.rug.nl/~top/atkin.pdf
  3. ^ a b c Atkin, A. O. L.; Morain, F. (1993). "Elliptic Curves and Primality Proving". Mathematics of Computation. 61 (203): 29–68. doi:10.2307/2152935. JSTOR 2152935.
  4. ^ Lenstra, A.K.; Lenstra, H.W. (1990). "Algorithms in Number Theory". Algorithms and Complexity (PDF). pp. 673–715. doi:10.1016/B978-0-444-88071-0.50017-5. ISBN 9780444880710.
  5. ^ Caldwell, Chris. The Top Twenty: Elliptic Curve Primality Proof from the Prime Pages.
  6. ^ a b Samuel S. Wagstaff Jr. (2013). The Joy of Factoring. Providence, RI: American Mathematical Society. pp. 187–188. ISBN 978-1-4704-1048-3.
  7. ^ a b Washington, Lawrence C., Elliptic Curves: Number Theory and Cryptography, Chapman & Hall/CRC, 2003
  8. ^ a b Koblitz, Neal, Introduction to Number Theory and Cryptography, 2nd Ed, Springer, 1994
  9. ^ "Queen's University Canada" (PDF). Archived from the original (PDF) on 2016-03-04. Retrieved 2010-01-22.
  10. ^ a b Blake, I.; Seroussi, G.; Smart, N. (1999). Elliptic Curves in Cryptography. doi:10.1017/CBO9781107360211. ISBN 9780521653749.
  11. ^ Lenstra, Hendrik W., Efficient Algorithms in Number Theory, https://openaccess.leidenuniv.nl/bitstream/1887/2141/1/346_081.pdf
  12. ^ ECPP Comes Back algo.inria.fr
  13. ^ a b Morain, F. (1988). "Implementation of the Atkin-Goldwasser-Kilian primality testing algorithm" (PDF). S2CID 118191463.
  14. ^ Goldwasser, Shafi, Kilian, Joe, Almost All Primes Can Be Quickly Certified, http://www.iai.uni-bonn.de/~adrian/ecpp/p316-goldwasser.pdf Archived 2011-07-18 at the Wayback Machine
  15. ^ "The Largest Known prime by Year: A Brief History".
  16. ^ a b Tsumura, Yu (2009). "Primality tests for using elliptic curves". arXiv:0912.5279v1 [math.NT].

Read other articles:

Artikel ini memiliki beberapa masalah. Tolong bantu memperbaikinya atau diskusikan masalah-masalah ini di halaman pembicaraannya. (Pelajari bagaimana dan kapan saat yang tepat untuk menghapus templat pesan ini) Artikel ini tidak memiliki referensi atau sumber tepercaya sehingga isinya tidak bisa dipastikan. Tolong bantu perbaiki artikel ini dengan menambahkan referensi yang layak. Tulisan tanpa sumber dapat dipertanyakan dan dihapus sewaktu-waktu.Cari sumber: Dragon Prima Farma –&...

 

Katedral MiriGereja Katedral Santo Yosef di MiriMelayu: Katedral St Joseph Miricode: ms is deprecated Katedral MiriLokasiMiri, SerawakNegaraMalaysiaDenominasiGereja Katolik RomaSitus webwww.miriparish.orgSejarahDedikasiSanto YosefArsitekturStatusKatedralStatus fungsionalAktifGayaDayakAdministrasiKeuskupanKeuskupan MiriProvinsiKuching Katedral Santo Yosef (Melayu: Katedral St Joseph Miricode: ms is deprecated ) atau secara singkat disebut Katedral Miri adalah sebuah gereja katedral Katolik yan...

 

Artikel utama: Ford F-Series Generasi delapanFord F150 XLT Lariat 4x2 Kabin Regular 1989InformasiProdusenFordJuga disebutFord F-1000 (Brasil dan Argentina)Ford F-4000 (Brasil dan Argentina)Masa produksi1986–1991 (AS, Meksiko, Kanada, dan Venezuela)[1] 1987–1992 (Australia)[2] 1988–1992 (Argentina)1992–1995 (Brasil) 1993–1995 (Argentina, model trim Brasil)PerakitanCuautitlán, MeksikoKansas City, Missouri, ASNorfolk, Virginia, ASSt. Paul, Minnesota, AS General Pa...

1997 studio album by InoueYōsuiOkudaTamioShoppingStudio album by InoueYōsuiOkudaTamioReleasedMarch 19, 1997Recordedat Hitokuchizaka, Sony Music Shinanomachi, Paradise Komazawa, Greenbird SuginamiGenreJ-pop, rockLength52:28LabelFor Life Records/Sony Music Entertainment JapanProducerYōsui Inoue, Tamio OkudaYōsui Inoue chronology Eien no Sur(1994) Shopping(1997) Kudan(1998) Tamio Okuda chronology 30(1995) Shopping(1997) Failbox(1997) Singles from Shopping ArigatouReleased: February 1...

 

Kanō Masanobu (XVe siècle). Encre et couleurs sur papier, 69 x 38 cm. Rouleau suspendu gauche, d'une paire. Musée national de Kyūshū L'école Kanō (狩野派, Kanō-ha?) est l'une des écoles de peinture japonaise les plus célèbres. Il s'agit de peintres professionnels, laïques. Cette école fut créée par Kanō Masanobu vers le milieu du XVe siècle et se perpétua jusqu'au XXe siècle avec Yokoyama Taikan[1]. Ces artistes se sont constitués en atelier familial et e...

 

Artikel ini perlu dikembangkan agar dapat memenuhi kriteria sebagai entri Wikipedia.Bantulah untuk mengembangkan artikel ini. Jika tidak dikembangkan, artikel ini akan dihapus.Artikel ini tidak memiliki referensi atau sumber tepercaya sehingga isinya tidak bisa dipastikan. Tolong bantu perbaiki artikel ini dengan menambahkan referensi yang layak. Tulisan tanpa sumber dapat dipertanyakan dan dihapus sewaktu-waktu.Cari sumber: Clement Attlee – berita · surat kabar ·...

American college football season 1921 Cornell Big Red footballNational champion (Helms, Houlgate, NCF)Co-national champion (Davis)ConferenceIndependentRecord8–0Head coachGil Dobie (2nd season)Offensive schemeSingle-wingBase defense6–3–2CaptainWilson S. DodgeHome stadiumSchoellkopf FieldUniformSeasons← 19201922 → 1921 Eastern college football independents records vte Conf Overall Team W   L   T W   L   T Washington & Jeffe...

 

この記事は検証可能な参考文献や出典が全く示されていないか、不十分です。出典を追加して記事の信頼性向上にご協力ください。(このテンプレートの使い方)出典検索?: コルク – ニュース · 書籍 · スカラー · CiNii · J-STAGE · NDL · dlib.jp · ジャパンサーチ · TWL(2017年4月) コルクを打ち抜いて作った瓶の栓 コルク(木栓、�...

 

Indigenous peoples of Northern California For other uses, see Wintun (disambiguation). WintunPre-contact distribution of Wintun peoplesTotal population2,500[1]Regions with significant populations United States ( California)LanguagesEnglish, Wintun languagesReligionRoundhouse religion, Christianity The Wintun are members of several related Native American peoples of Northern California, including the Wintu (northern), Nomlaki (central), and Patwin (southern).[2][3] Thei...

Сельское поселение России (МО 2-го уровня)Новотитаровское сельское поселение Флаг[d] Герб 45°14′09″ с. ш. 38°58′16″ в. д.HGЯO Страна  Россия Субъект РФ Краснодарский край Район Динской Включает 4 населённых пункта Адм. центр Новотитаровская Глава сельского пос�...

 

Hiking trail in Wales Pembrokeshire Coast PathView from the Pembrokeshire Coast Path on Marloes peninsulaLength186 mi (299 km)LocationWalesDesignationUK National TrailTrailheadsPoppit Sands, near St. Dogmaels, Ceredigion52°05′21″N 4°40′56″W / 52.0891°N 4.6822°W / 52.0891; -4.6822 (Pembrokeshire Coast Path (St. Dogmaels trailhead))Amroth, Pembrokeshire51°44′02″N 4°38′52″W / 51.7340°N 4.6477°W / 51.7340; -...

 

Sebuah pesawat American Airlines akan mendarat di Bandar Udara Internasional Putri Juliana. Pantai Maho adalah pantai yang terletak di wilayah Belanda yang terletak di kawasan Karibia, yaitu Sint Maarten, di Saint Martin. Pantai ini terkenal karena lokasinya yang sangat berdekatan dengan Bandara Internasional . Lokasi Peringatan bahaya jet-blast kepada para pengunjung. Karena lokasinya yang unik, yaitu sangat berdekatan dengan landasan paju Bandar Udara Internasional Putri Juliana, banyak ora...

Test of physical fitness and cardiac health Bruce protocolTreadmill for functional diagnostics for competitive athletes (1980)Purposeevaluate cardiac functionTest ofCardiac stress test The Bruce protocol is a standardized diagnostic test used in the evaluation of cardiac function and physical fitness, developed by American cardiologist Robert A. Bruce.[1] According to the original Bruce protocol the patient walks on an uphill treadmill in a graded exercise test with electrodes on...

 

  此条目页的主題是猶太教和基督教的經典聖經。关于聖經的其他含義,請見「聖經 (消歧义)」。 本條目的基督宗教相關術語主要採用新教之翻譯。若需查詢其他基督宗教之對應用詞,可參閱圣经汉语译本用语对照表。 古騰堡聖經,第一本印刷的聖經 聖經類別的一部分聖經 聖經正典和次經 塔納赫 摩西五經/梅瑟五書 先知书 詩歌/聖詠及智慧書 舊約聖經 新約聖經 次�...

 

Catholic school in Bronx, New York, United States Cardinal Spellman High SchoolMain entranceAddressOne Cardinal Spellman Place(1991 Needham Avenue)Bronx, New York 10466United StatesCoordinates40°52′59″N 73°50′26″W / 40.88306°N 73.84056°W / 40.88306; -73.84056InformationTypeCatholic, Co-educationalMottoSequere Deum(Follow God)Religious affiliation(s)Catholic ChurchEstablished1959 (65 years ago) (1959)FounderFrancis Cardinal SpellmanPresidentDan...

Since Illinois became a U.S. state in 1818, it has sent congressional delegations to the United States Senate and United States House of Representatives. Each state elects two senators to serve for six years, and members of the House to two-year terms. Before becoming a state, the Illinois Territory elected a non-voting delegate at-large to Congress from 1812 to 1818. These are tables of congressional delegations from Illinois to the United States Senate and the United States House of Repres...

 

LighthouseNew London Harbor Light New London Harbor Light (by USCG/1984)LocationPequot Ave. at Lighthouse Point, New London ConnecticutUnited StatesCoordinates41°19′00.0″N 72°05′23.1″W / 41.316667°N 72.089750°W / 41.316667; -72.089750TowerConstructed1760 (first)Foundationsurface rockConstructionbrownstone towerAutomated1912Height89 ft (27 m)Shapetapered octagonal tower with balcony and lanternMarkingswhite tower, black lanternOperatorNew Londo...

 

American politician Kim SchofieldMember of the Georgia House of RepresentativesIncumbentAssumed office December 15, 2017Preceded byKeisha WaitesConstituency60th District (2017–2023) 63rd District (2023–Present) Personal detailsBorn (1962-04-16) April 16, 1962 (age 62)Political partyDemocraticResidence(s)Atlanta, Georgia, U.S.Websitehttp://staterepkim.com/ Kim Joy Schofield (born April 16, 1962) is a member of the Georgia House of Representatives representing the 60th district sin...

Unlawful killing of a human with malice aforethought For other uses, see Murder (disambiguation). Murderer redirects here. For other uses, see Murderer (disambiguation). Double murder redirects here. For the film, see Double Murder. Cain slaying Abel, by Peter Paul Rubens, c. 1600 Criminal law Elements Actus reus Mens rea Causation Concurrence Scope of criminal liability Accessory Accomplice Complicity Corporate Principal Vicarious Severity of offense Felony (or Indictable offense) Infr...

 

Brazilian statute between 1934-1937 Brazilian Constitution of 1934Cover of a signed copy of the 1934 Constitution of the Republic of the United States of Brazil held by the National ArchivesOverviewJurisdictionUnited States of BrazilDate effectiveJuly 16, 1934Author(s)National Congress of Brazil Constituent Assembly of 1933SupersedesBrazilian Constitution of 1891 The Brazilian Constitution of 1934, promulgated on July 16 by the National Constituent Assembly of 1932, was created to organi...