Documentation

Projects.AP.Defs

structure AP.State :
Instances For
    theorem AP.State.ext_iff {x y : State} :
    x = y x.pw = y.pw x.taken = y.taken x.aPos = y.aPos x.aTurn = y.aTurn x.hist = y.hist
    theorem AP.State.ext {x y : State} (pw : x.pw = y.pw) (taken : x.taken = y.taken) (aPos : x.aPos = y.aPos) (aTurn : x.aTurn = y.aTurn) (hist : x.hist = y.hist) :
    x = y
    def AP.instDecidableEqState.decEq (x✝ x✝¹ : State) :
    Decidable (x✝ = x✝¹)
    Equations
    Instances For
      structure AP.AStrat :
      Instances For
        theorem AP.AStrat.ext {x y : AStrat} (f : x.f = y.f) :
        x = y
        theorem AP.AStrat.ext_iff {x y : AStrat} :
        x = y x.f = y.f
        structure AP.DStrat :
        Instances For
          theorem AP.DStrat.ext {x y : DStrat} (f : x.f = y.f) :
          x = y
          theorem AP.DStrat.ext_iff {x y : DStrat} :
          x = y x.f = y.f
          structure AP.Strat :
          Instances For
            theorem AP.Strat.ext {x y : Strat} (a : x.a = y.a) (d : x.d = y.d) :
            x = y
            theorem AP.Strat.ext_iff {x y : Strat} :
            x = y x.a = y.a x.d = y.d
            def AP.initState (pw : ) (aPos : PointZ) :
            Equations
            Instances For
              Equations
              Instances For
                Equations
                Instances For
                  Equations
                  Instances For
                    Equations
                    Instances For
                      class AP.AStrat.WF (a : AStrat) :
                      Instances
                        class AP.DStrat.WF (d : DStrat) :
                        Instances
                          def AP.Strat.f (st : Strat) (s : State) :
                          Equations
                          Instances For
                            class AP.Strat.WF (st : Strat) :
                            Instances
                              def AP.State.aWins (s : State) (st : Strat) :
                              Equations
                              Instances For
                                def AP.State.dWins (s : State) (st : Strat) :
                                Equations
                                Instances For
                                  Equations
                                  Instances For
                                    Equations
                                    Instances For
                                      def AP.aHwsPw (pw : ) :
                                      Equations
                                      Instances For
                                        def AP.dHwsPw (pw : ) :
                                        Equations
                                        Instances For