ProCGroups.FoxDifferential.Completed.CoefficientRings.CompletedGroupAlgebraPrimePower.InClass.System.Ring.Projection
The principal declarations in this module are:
primePowerCompletedGroupAlgebraProjectionInClass_oneThe finite-stage projection sends \(1\) to \(1\). -primePowerCompletedGroupAlgebraProjectionInClass_mulThe finite-stage projection preserves multiplication. -primePowerCompletedGroupAlgebraProjectionInClass_zeroThe finite-stage projection sends \(0\) to \(0\). -primePowerCompletedGroupAlgebraProjectionInClass_addThe prime-power finite-stage projection preserves addition.
Imported by
- ProCGroups.FoxDifferential.Completed.CoefficientRings.CompletedGroupAlgebraPrimePower.InClass.Augmentation
- ProCGroups.FoxDifferential.Completed.CoefficientRings.CompletedGroupAlgebraPrimePower.InClass.Map
- ProCGroups.FoxDifferential.Completed.CoefficientRings.CompletedGroupAlgebraPrimePower.InClass.System.Ring
- ProCGroups.FoxDifferential.Completed.CoefficientRings.CompletedGroupAlgebraPrimePower.InClass.System.Ring.GroupLike
omit [Fact (0 < ℓ)] in
@[simp]
theorem primePowerCompletedGroupAlgebraProjectionInClass_one
(C : ProCGroups.FiniteGroupClass.{u}) (i : PrimePowerCompletedGroupAlgebraIndexInClass G C) :
primePowerCompletedGroupAlgebraProjectionInClass (ℓ := ℓ) (G := G) C i
(1 : PrimePowerCompletedGroupAlgebraInClass ℓ G C) = 1The finite-stage projection sends \(1\) to \(1\).
Show Lean proof
by
rfl
omit [Fact (0 < ℓ)] in
@[simp]
theorem primePowerCompletedGroupAlgebraProjectionInClass_mul
(C : ProCGroups.FiniteGroupClass.{u}) (i : PrimePowerCompletedGroupAlgebraIndexInClass G C)
(x y : PrimePowerCompletedGroupAlgebraInClass ℓ G C) :
primePowerCompletedGroupAlgebraProjectionInClass (ℓ := ℓ) (G := G) C i (x * y) =
primePowerCompletedGroupAlgebraProjectionInClass (ℓ := ℓ) (G := G) C i x *
primePowerCompletedGroupAlgebraProjectionInClass (ℓ := ℓ) (G := G) C i yThe finite-stage projection preserves multiplication.
Show Lean proof
by
rfl
omit [Fact (0 < ℓ)] in
@[simp]
theorem primePowerCompletedGroupAlgebraProjectionInClass_zero
(C : ProCGroups.FiniteGroupClass.{u}) (i : PrimePowerCompletedGroupAlgebraIndexInClass G C) :
primePowerCompletedGroupAlgebraProjectionInClass (ℓ := ℓ) (G := G) C i
(0 : PrimePowerCompletedGroupAlgebraInClass ℓ G C) = 0The finite-stage projection sends \(0\) to \(0\).
Show Lean proof
by
rfl
omit [Fact (0 < ℓ)] in
@[simp]
theorem primePowerCompletedGroupAlgebraProjectionInClass_add
(C : ProCGroups.FiniteGroupClass.{u}) (i : PrimePowerCompletedGroupAlgebraIndexInClass G C)
(x y : PrimePowerCompletedGroupAlgebraInClass ℓ G C) :
primePowerCompletedGroupAlgebraProjectionInClass (ℓ := ℓ) (G := G) C i (x + y) =
primePowerCompletedGroupAlgebraProjectionInClass (ℓ := ℓ) (G := G) C i x +
primePowerCompletedGroupAlgebraProjectionInClass (ℓ := ℓ) (G := G) C i yThe prime-power finite-stage projection preserves addition.
Show Lean proof
by
rfl
omit [Fact (0 < ℓ)] in
@[simp]
theorem primePowerCompletedGroupAlgebraProjectionInClass_neg
(C : ProCGroups.FiniteGroupClass.{u}) (i : PrimePowerCompletedGroupAlgebraIndexInClass G C)
(x : PrimePowerCompletedGroupAlgebraInClass ℓ G C) :
primePowerCompletedGroupAlgebraProjectionInClass (ℓ := ℓ) (G := G) C i (-x) =
-primePowerCompletedGroupAlgebraProjectionInClass (ℓ := ℓ) (G := G) C i xThe prime-power finite-stage projection preserves negation.
Show Lean proof
by
rfl
omit [Fact (0 < ℓ)] in
@[simp]
theorem primePowerCompletedGroupAlgebraProjectionInClass_sub
(C : ProCGroups.FiniteGroupClass.{u}) (i : PrimePowerCompletedGroupAlgebraIndexInClass G C)
(x y : PrimePowerCompletedGroupAlgebraInClass ℓ G C) :
primePowerCompletedGroupAlgebraProjectionInClass (ℓ := ℓ) (G := G) C i (x - y) =
primePowerCompletedGroupAlgebraProjectionInClass (ℓ := ℓ) (G := G) C i x -
primePowerCompletedGroupAlgebraProjectionInClass (ℓ := ℓ) (G := G) C i yThe prime-power finite-stage projection preserves subtraction.
Show Lean proof
by
rfl
omit [Fact (0 < ℓ)] in
@[simp]
theorem primePowerCompletedGroupAlgebraProjectionInClass_nsmul
(C : ProCGroups.FiniteGroupClass.{u}) (i : PrimePowerCompletedGroupAlgebraIndexInClass G C)
(m : ℕ) (x : PrimePowerCompletedGroupAlgebraInClass ℓ G C) :
primePowerCompletedGroupAlgebraProjectionInClass (ℓ := ℓ) (G := G) C i (m • x) =
m • primePowerCompletedGroupAlgebraProjectionInClass (ℓ := ℓ) (G := G) C i xThe finite-stage projection is compatible with natural-number scalar multiplication.
Show Lean proof
by
rfl
omit [Fact (0 < ℓ)] in
@[simp]
theorem primePowerCompletedGroupAlgebraProjectionInClass_zsmul
(C : ProCGroups.FiniteGroupClass.{u}) (i : PrimePowerCompletedGroupAlgebraIndexInClass G C)
(m : ℤ) (x : PrimePowerCompletedGroupAlgebraInClass ℓ G C) :
primePowerCompletedGroupAlgebraProjectionInClass (ℓ := ℓ) (G := G) C i (m • x) =
m • primePowerCompletedGroupAlgebraProjectionInClass (ℓ := ℓ) (G := G) C i xThe finite-stage projection is compatible with integer scalar multiplication.
Show Lean proof
by
rfl