Documentation

LeanPool.FrontierMathOpenHypergraphs.Uniform.FrameDefs

The uniform 26/25 factor and the finite bootstrap #

The sequence A_n #

A support gadget together with its stated capacity vector.

Instances For

    The arity of a frame specification.

    Equations
    Instances For

      The capacity vector of a frame specification.

      Equations
      Instances For

        The support list of a frame specification, interpreted on Fin spec.t.

        Equations
        Instances For

          The support multiset of a frame specification, interpreted on Fin spec.t.

          Equations
          Instances For

            The total number of support occurrences in a frame specification.

            Equations
            Instances For

              Decide whether a support pattern contributes to the frame inequality for T and I.

              Equations
              Instances For

                The computable count of support occurrences contributing to the frame inequality.

                Equations
                Instances For

                  A frame specification is valid when its support multiset satisfies the corresponding frame inequalities.

                  Equations
                  Instances For
                    Equations
                    • One or more equations did not get rendered due to their size.
                    Instances For

                      The exact small frames listed in Appendix A.

                      Equations
                      • One or more equations did not get rendered due to their size.
                      Instances For

                        The explicit boosters listed in Appendix B.

                        Equations
                        • One or more equations did not get rendered due to their size.
                        Instances For

                          The residue gadgets R_r used by the balanced four-way construction.

                          Equations
                          • One or more equations did not get rendered due to their size.
                          Instances For

                            The bonus terms e_r(m) for the balanced four-way construction.

                            Equations
                            Instances For

                              The bootstrap table values for A_n, 0 ≤ n < 60.

                              Equations
                              • One or more equations did not get rendered due to their size.
                              Instances For
                                @[irreducible]

                                The sequence A(n) of vertex counts for the explicit hypergraph family.

                                Equations
                                • One or more equations did not get rendered due to their size.
                                Instances For
                                  theorem HypergraphLowerBound.card_filter_univ_get_eq_countP_prop {α : Type u_1} (l : List α) (p : αProp) [DecidablePred p] :
                                  {i : Fin l.length | p (l.get i)}.card = List.countP (fun (a : α) => decide (p a)) l
                                  theorem HypergraphLowerBound.card_filter_univ_multiset_toList_eq_countP_prop {α : Type u_1} (m : Multiset α) (p : αProp) [DecidablePred p] :
                                  {i : Fin m.card | p (m.toList.get i, )}.card = List.countP (fun (a : α) => decide (p a)) m.toList

                                  The computable frame checker is equivalent to the abstract frame predicate.

                                  Recursively check all masks contributing to the raw frame inequalities.

                                  Equations
                                  Instances For

                                    A Boolean validator for the raw frame inequalities of a frame specification.

                                    Equations
                                    Instances For
                                      theorem HypergraphLowerBound.checkMasksDown_step_true (spec : FrameSpec) (n Tmask Imask : ) (h0 : checkMasksDown spec n Tmask Imask = true) (h1 : checkMasksDown spec n (Tmask ||| 1 <<< n) Imask = true) (h2 : checkMasksDown spec n (Tmask ||| 1 <<< n) (Imask ||| 1 <<< n) = true) :
                                      checkMasksDown spec (n + 1) Tmask Imask = true

                                      A computable checker for the frame inequalities attached to a finite specification.

                                      Equations
                                      Instances For