Packages

package prime

Content Hierarchy
Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait PrimeDefinitions extends TacticsProof

    Contains definitions for Euclid's and Furstenberg's prime proofs.

  2. case class euclid(k: Int) extends TacticsProof with PrimeDefinitions with Product with Serializable
  3. case class furstenberg(k: Int) extends TacticsProof with PrimeDefinitions with Product with Serializable

    Furstenberg's topological proof of the infinitude of primes.

    Furstenberg's topological proof of the infinitude of primes.

    furstenberg(k) proves that there are more than k primes.

Value Members

  1. object euclid3 extends euclid
  2. object furstenberg3 extends furstenberg
  3. object furstenbergWitness

Ungrouped