Documentation

Project

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    def sub_array (n : ) (start_c : ) (end_c : ) (end_r : ) :
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      structure Beta :
      Instances For
        theorem Beta.isValid (self : Beta) :
        self.A < self.B self.A > self.L self.B > self.L self.B > self.E self.L < self.E self.A = self.E
        Equations
        Equations
        Instances For
          theorem beta_field_sum_from_cayley (β : Beta) (m : ) (n : ) (c : ) (k : ) (hA : β.A = m + n) (hB : β.B = m + (n + k)) (hL : β.L = m + c + n) (hE : β.E = m + c + (n + k)) :
          β.B + β.L = β.A + β.E
          theorem prime_form_6n_plus_1_or_6n_minus_1 (p : ) (hprime : Nat.Prime p) (hp : 3 < p) :
          ∃ (n : ), p = 6 * n + 1 p = 6 * n - 1
          theorem infinitely_many_betas_with_prime_properties (p : ) (hprime : Nat.Prime p) (hmin : 3 < p) :
          {β : Beta | ∃ (x : ) (y : ), x < x + y y > 0 (p = 6 * (x + y) - 1 β.A = 6 * x + 6 * y - 4 β.B = 6 * x + 12 * y - 8 β.L = 6 * x β.E = 6 * x + 6 * y - 4 Nat.Prime (β.B + 3).toNat Nat.Prime (β.B + 3 - β.E).toNat p = 6 * (x + y) + 1 β.A = 6 * x + 6 * y - 2 β.B = 6 * x + 12 * y - 4 β.L = 6 * x β.E = 6 * x + 6 * y - 2 Nat.Prime (β.B + 3).toNat Nat.Prime (β.B + 3 - β.E).toNat)}.Infinite