ArticleslgStudy

mathematics

Illegal number

Illegal number is a mathematics topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Illegal number rather than just read about it. In short: An illegal number is a number that represents information which is illegal to possess, utter, propagate, or otherwise transmit in some legal jurisdiction. Any piece of digital information is representable as a number; consequently, if communicating a specific set of information is illegal in some way, then the number may be illegal as well.

Illegal number — main illustration
Illegal number — illustration

Key takeaways

  • Illegal number belongs to mathematics; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Illegal number to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Illegal number from memory before moving on to harder problems.

Reference excerpt

An illegal number is a number that represents information which is illegal to possess, utter, propagate, or otherwise transmit in some legal jurisdiction. Any piece of digital information is representable as a number; consequently, if communicating a specific set of information is illegal in some way, then the number may be illegal as well.

Background A number may represent some type of classified information or trade secret, legal to possess only by certain authorized persons. An AACS encryption key (09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0) that came to prominence in May 2007 is an example of a number claimed to be a secret, and whose publication or inappropriate possession is claimed to be illegal in the United States. It assists in the decryption of any HD DVD or Blu-ray Disc released before this date. The issuers of a series of cease-and-desist letters claim that the key itself is therefore a copyright circumvention device, and that publishing the key violates Title 1 of the US Digital Millennium Copyright Act. In part of the court order against a program, DeCSS, that decrypts the Content Scramble System and in the AACS legal notices, the claimed protection for these numbers is based on their mere possession and the value or potential use of the numbers. This makes their status and legal issues surrounding their distribution quite distinct from that of copyright infringement.

Any image file or an executable program can be regarded as simply a very large binary number, which can be converted into hexadecimal numbers, which are then converted into color hex codes. In certain jurisdictions, there are images that are illegal to possess, due to obscenity, child pornography, or secrecy/classified status, so the corresponding numbers could be illegal. In 2011, Sony sued George Hotz and members of fail0verflow for jailbreaking the PlayStation 3. Part of the lawsuit complaint was that they had published PS3 keys. Sony also threatened to sue anyone who distributed the keys.

Flags and steganography

As a protest of the DeCSS case, many people created steganographic versions of the illegal information (i.e., hiding them in some form in flags etc.). Dave Touretzky of Carnegie Mellon University created the Gallery of DeCSS Descramblers. In the AACS encryption key controversy, a Free Speech Flag was created. Some illegal numbers are so short that a simple flag (shown in the image) could be created by using triples of components as describing red-green-blue colors. The argument is that if short numbers can be made illegal, then any representation of those numbers also becomes illegal, like simple patterns of colors, etc. In the Sony Computer Entertainment v. Hotz case, many bloggers (including one at Yale Law School) made a "new free speech flag" in homage to the AACS Free Speech Flag. Most of these were based on the "dongle key" rather than the keys Hotz actually released. Several users of other websites posted similar flags.

Illegal primes An illegal prime is an illegal number which is also prime. One of the earliest illegal prime numbers was generated in March 2001 by Phil Carmody. Its binary representation corresponds to a gzip-compressed version of the C source code of a computer program implementing the DeCSS decryption algorithm, which can be used by a computer to circumvent a DVD's copy protection. Protests against the indictment of DeCSS author Jon Lech Johansen and legislation prohibiting publication of DeCSS code took many forms. One of them was the representation of the illegal code in a form that had an intrinsically archivable quality. Since the bits making up a computer program also represent a number, the plan was for the number to have some special property that would make it archivable and publishable (one method was to print it on a T-shirt). The primality of a number is a fundamental property of number theory and is therefore not dependent on legal definitions of any particular jurisdiction.

Admissible databases The large prime database of the PrimePages website records the top 5,000 primes of any form. It also records the top 20 primes of various special forms; one of them is proof of primality using the elliptic curve primality proving (ECPP) algorithm. Thus, if the number were large enough and proved prime using ECPP, it would be published. (Technically, prime numbers are proven using ECPP usually because they are not of a special form that allows proof using a simpler method. PrimePages includes a note that "this Top 20 category doesn't fit with the rest and has a strong possibility of being removed in the future.") The probable prime number database of Henri Lifchitz & Renaud Lifchitz records the top 10,000 probable primes of any form.

Methods of construction Gzip was used in Carmody's original entry because it is null-terminated. In other words, for gzipped data k, the byte sequence k || 0x00 || b for any byte sequence b produces the same decompressed result. In numerical terms, it means any k × 256n + b (b < 256n - 1) would produce the same decompression. This echoes the Dirichlet's theorem on arithmetic progressions, where it is proven that for coprime integers b and k, there are infinitely many primes ak + b, a being a natural number. Hannum later found a way to construct an illegal prime without compression. He started with a short C source file of the DeCSS algorithm and changed variable names to make the binary representation a prime number. Carmody subsequently produced in October 2001 a prime number that, when written in its binary form, works as an x86 Linux program for deCSS. This is an illegal, executable prime. The above discusses ways to generate computer files which work functionally the same while altering bits in a way that may change their primality. Primes are found among candidate altered numbers first using a probable prime test, then probable primes are certified using the ECPP method.

Other examples There are other examples in which possession of encryption keys or other copyright circumvention devices have come under legal threat.

… excerpt ends here. Continue reading the full article.

Illustrations

Illegal number: Free Speech Flag, from the HD DVD AACS case
Free Speech Flag, from the HD DVD AACS case
Illegal number: The PlayStation 3 edition of the Free Speech Flag
The PlayStation 3 edition of the Free Speech Flag
Illegal number: The word Wikipedia translated into colors via interpreting ASCII hex codes as color hex codes
The word Wikipedia translated into colors via interpreting ASCII hex codes as color hex codes

Worked examples

Example 1 — a first encounter with Illegal number

Start with the simplest possible case. Write down what Illegal number claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In mathematics, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Illegal number before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Illegal number ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Illegal number

In research
Illegal number appears in mathematics research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Illegal number in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Illegal number is common in secondary-school and first-year university syllabi. It links to neighbouring topics Cryptography law, File sharing, Numbers, so understanding it makes those chapters shorter.
In everyday life
Look for Illegal number outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.
Ask Teacher Smith questions about this articleOpens your AI tutor with a question about “Illegal number” →

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Illegal number in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Illegal number means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Illegal number out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Illegal number in simple terms?

An illegal number is a number that represents information which is illegal to possess, utter, propagate, or otherwise transmit in some legal jurisdiction. Any piece of digital information is representable as a number; consequently, if communicating a specific set of information is illegal in some w…

Why does Illegal number matter?

Because it connects several mathematics ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Illegal number?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Illegal number.

Tags

  • Cryptography law
  • File sharing
  • Numbers
  • Numerals
  • Trade secrets

Keep exploring