Documentation

BscThesisFormalisation.definitions

def coreSpace (n : ) (c : PiLp 1 fun (x : Fin n) => ) :
Set (PiLp 1 fun (x : Fin n) => )
Equations
Instances For
    def myConcave (n : ) (c : PiLp 1 fun (x : Fin n) => ) (f : (PiLp 1 fun (x : Fin n) => )) :
    Equations
    Instances For
      def Sublinear (n : ) (speedvec : PiLp 1 fun (x : Fin n) => ) (f : (PiLp 1 fun (x : Fin n) => )) :
      Equations
      Instances For
        def nonDecreasing (n : ) (f : (PiLp 1 fun (x : Fin n) => )) :
        Equations
        Instances For
          def SpeedUpFunction (n : ) (speedvec : PiLp 1 fun (x : Fin n) => ) (c : PiLp 1 fun (x : Fin n) => ) (f : (PiLp 1 fun (x : Fin n) => )) :
          Equations
          Instances For
            structure RateMatrix :
            • Q :
            • sum_eq_zero_at_zero : self.Q 0 1 = -self.Q 0 0
            • sum_eq_zero_at_non_zero (n : ) : n 0self.Q n (n + 1) + self.Q n (n - 1) = -self.Q n n
            • non_nbr_eq_zero (n k : ) : k n + 2self.Q n k = 0 self.Q k n = 0
            • arrival_rate_non_neg (n : ) : 0 self.Q n (n + 1)
            • departure_rate_non_neg (n : ) : 0 self.Q (n + 1) n
            Instances For
              def Policy (n : ) (c : PiLp 1 fun (x : Fin n) => ) (distributionpolicy : ) (p : PiLp 1 fun (x : Fin n) => ) :
              Equations
              • One or more equations did not get rendered due to their size.
              Instances For
                structure SchedulePolicy :
                Instances For
                  def IsStable (P : SchedulePolicy) (Λ : ) :
                  Equations
                  Instances For
                    Equations
                    Instances For
                      structure queue :
                      Instances For
                        def InvariantDistribution (Que : RateMatrix) (lambda : ) :
                        Equations
                        • One or more equations did not get rendered due to their size.
                        Instances For
                          noncomputable def MeanNumberInSystem (Que : RateMatrix) (lambda : ) :
                          InvariantDistribution Que lambda
                          Equations
                          Instances For
                            noncomputable def MeanResponseTime (lambda : ) (Q : queue) :
                            Equations
                            Instances For
                              Instances For