Documentation

Projects.AP.Symmetry.Rotation

Equations
Instances For
    Equations
    Instances For
      @[simp]
      @[simp]
      @[simp]
      @[simp]
      theorem AP.rotRight_ft_x {p : PointZ} :
      (rotRight.ft p).x = -p.y
      @[simp]
      theorem AP.rotRight_ft_y {p : PointZ} :
      (rotRight.ft p).y = p.x
      @[simp]
      theorem AP.rotRight_ft'_x {p : PointZ} :
      (rotRight.ft' p).x = p.y
      @[simp]
      theorem AP.rotRight_ft'_y {p : PointZ} :
      (rotRight.ft' p).y = -p.x
      @[simp]
      theorem AP.rotLeft_ft_x {p : PointZ} :
      (rotLeft.ft p).x = p.y
      @[simp]
      theorem AP.rotLeft_ft_y {p : PointZ} :
      (rotLeft.ft p).y = -p.x
      @[simp]
      theorem AP.rotLeft_ft'_x {p : PointZ} :
      (rotLeft.ft' p).x = -p.y
      @[simp]
      theorem AP.rotLeft_ft'_y {p : PointZ} :
      (rotLeft.ft' p).y = p.x
      @[simp]
      theorem AP.rot180_ft_x {p : PointZ} :
      (rot180.ft p).x = -p.x
      @[simp]
      theorem AP.rot180_ft_y {p : PointZ} :
      (rot180.ft p).y = -p.y
      @[simp]
      theorem AP.rot180_ft'_x {p : PointZ} :
      (rot180.ft' p).x = -p.x
      @[simp]
      theorem AP.rot180_ft'_y {p : PointZ} :
      (rot180.ft' p).y = -p.y
      @[simp]
      theorem AP.rotRight_dist_rotRight {p₁ p₂ : PointZ} :
      Point.dist (rotRight.ft p₁) (rotRight.ft p₂) = Point.dist p₁ p₂
      @[simp]
      theorem AP.rotRight_dist_rotRight' {p₁ p₂ : PointZ} :
      Point.dist (rotRight.ft' p₁) (rotRight.ft' p₂) = Point.dist p₁ p₂
      @[simp]
      theorem AP.rotLeft_dist_rotLeft {p₁ p₂ : PointZ} :
      Point.dist (rotLeft.ft p₁) (rotLeft.ft p₂) = Point.dist p₁ p₂
      @[simp]
      theorem AP.rotLeft_dist_rotLeft' {p₁ p₂ : PointZ} :
      Point.dist (rotLeft.ft' p₁) (rotLeft.ft' p₂) = Point.dist p₁ p₂
      @[simp]
      theorem AP.rot180_dist_rot180 {p₁ p₂ : PointZ} :
      Point.dist (rot180.ft p₁) (rot180.ft p₂) = Point.dist p₁ p₂
      @[simp]
      theorem AP.rot180_dist_rot180' {p₁ p₂ : PointZ} :
      Point.dist (rot180.ft' p₁) (rot180.ft' p₂) = Point.dist p₁ p₂
      @[simp]
      theorem AP.rotRight_ft_mk {x y : } :
      rotRight.ft { x := x, y := y } = { x := -y, y := x }
      @[simp]
      theorem AP.rotRight_ft'_mk {x y : } :
      rotRight.ft' { x := x, y := y } = { x := y, y := -x }
      @[simp]
      theorem AP.rotLeft_ft_mk {x y : } :
      rotLeft.ft { x := x, y := y } = { x := y, y := -x }
      @[simp]
      theorem AP.rotLeft_ft'_mk {x y : } :
      rotLeft.ft' { x := x, y := y } = { x := -y, y := x }
      @[simp]
      theorem AP.rot180_ft_mk {x y : } :
      rot180.ft { x := x, y := y } = { x := -x, y := -y }