Pi instances for ordered groups and monoids #
This file defines instances for ordered group, monoid, and related structures on Pi types.
instance
Pi.orderedAddCommMonoid
{ι : Type u_6}
{Z : ι → Type u_7}
[(i : ι) → OrderedAddCommMonoid (Z i)]
:
OrderedAddCommMonoid ((i : ι) → Z i)
The product of a family of ordered additive commutative monoids is an ordered additive commutative monoid.
Equations
- Pi.orderedAddCommMonoid = OrderedAddCommMonoid.mk ⋯
instance
Pi.orderedCommMonoid
{ι : Type u_6}
{Z : ι → Type u_7}
[(i : ι) → OrderedCommMonoid (Z i)]
:
OrderedCommMonoid ((i : ι) → Z i)
The product of a family of ordered commutative monoids is an ordered commutative monoid.
Equations
- Pi.orderedCommMonoid = OrderedCommMonoid.mk ⋯
instance
Pi.existsAddOfLe
{ι : Type u_6}
{α : ι → Type u_7}
[(i : ι) → LE (α i)]
[(i : ι) → Add (α i)]
[∀ (i : ι), ExistsAddOfLE (α i)]
:
ExistsAddOfLE ((i : ι) → α i)
Equations
- ⋯ = ⋯
instance
Pi.existsMulOfLe
{ι : Type u_6}
{α : ι → Type u_7}
[(i : ι) → LE (α i)]
[(i : ι) → Mul (α i)]
[∀ (i : ι), ExistsMulOfLE (α i)]
:
ExistsMulOfLE ((i : ι) → α i)
Equations
- ⋯ = ⋯
instance
Pi.instCanonicallyOrderedAddCommMonoidForall
{ι : Type u_6}
{Z : ι → Type u_7}
[(i : ι) → CanonicallyOrderedAddCommMonoid (Z i)]
:
CanonicallyOrderedAddCommMonoid ((i : ι) → Z i)
The product of a family of canonically ordered additive monoids is a canonically ordered additive monoid.
Equations
- Pi.instCanonicallyOrderedAddCommMonoidForall = CanonicallyOrderedAddCommMonoid.mk ⋯ ⋯
instance
Pi.instCanonicallyOrderedCommMonoidForall
{ι : Type u_6}
{Z : ι → Type u_7}
[(i : ι) → CanonicallyOrderedCommMonoid (Z i)]
:
CanonicallyOrderedCommMonoid ((i : ι) → Z i)
The product of a family of canonically ordered monoids is a canonically ordered monoid.
Equations
- Pi.instCanonicallyOrderedCommMonoidForall = CanonicallyOrderedCommMonoid.mk ⋯ ⋯
instance
Pi.orderedAddCancelCommMonoid
{I : Type u_1}
{f : I → Type u_5}
[(i : I) → OrderedCancelAddCommMonoid (f i)]
:
OrderedCancelAddCommMonoid ((i : I) → f i)
Equations
- Pi.orderedAddCancelCommMonoid = OrderedCancelAddCommMonoid.mk ⋯
instance
Pi.orderedCancelCommMonoid
{I : Type u_1}
{f : I → Type u_5}
[(i : I) → OrderedCancelCommMonoid (f i)]
:
OrderedCancelCommMonoid ((i : I) → f i)
Equations
- Pi.orderedCancelCommMonoid = OrderedCancelCommMonoid.mk ⋯
instance
Pi.orderedAddCommGroup
{I : Type u_1}
{f : I → Type u_5}
[(i : I) → OrderedAddCommGroup (f i)]
:
OrderedAddCommGroup ((i : I) → f i)
Equations
- Pi.orderedAddCommGroup = OrderedAddCommGroup.mk ⋯
instance
Pi.orderedCommGroup
{I : Type u_1}
{f : I → Type u_5}
[(i : I) → OrderedCommGroup (f i)]
:
OrderedCommGroup ((i : I) → f i)
Equations
- Pi.orderedCommGroup = OrderedCommGroup.mk ⋯
instance
Pi.orderedSemiring
{I : Type u_1}
{f : I → Type u_5}
[(i : I) → OrderedSemiring (f i)]
:
OrderedSemiring ((i : I) → f i)
Equations
- Pi.orderedSemiring = OrderedSemiring.mk ⋯ ⋯ ⋯ ⋯
instance
Pi.orderedCommSemiring
{I : Type u_1}
{f : I → Type u_5}
[(i : I) → OrderedCommSemiring (f i)]
:
OrderedCommSemiring ((i : I) → f i)
Equations
- Pi.orderedCommSemiring = OrderedCommSemiring.mk ⋯
instance
Pi.orderedRing
{I : Type u_1}
{f : I → Type u_5}
[(i : I) → OrderedRing (f i)]
:
OrderedRing ((i : I) → f i)
Equations
- Pi.orderedRing = OrderedRing.mk ⋯ ⋯ ⋯
instance
Pi.orderedCommRing
{I : Type u_1}
{f : I → Type u_5}
[(i : I) → OrderedCommRing (f i)]
:
OrderedCommRing ((i : I) → f i)
Equations
- Pi.orderedCommRing = OrderedCommRing.mk ⋯
theorem
Function.const_nonneg_of_nonneg
{α : Type u_2}
(β : Type u_3)
[Zero α]
[Preorder α]
{a : α}
(ha : 0 ≤ a)
:
0 ≤ Function.const β a
theorem
Function.one_le_const_of_one_le
{α : Type u_2}
(β : Type u_3)
[One α]
[Preorder α]
{a : α}
(ha : 1 ≤ a)
:
1 ≤ Function.const β a
theorem
Function.const_nonpos_of_nonpos
{α : Type u_2}
(β : Type u_3)
[Zero α]
[Preorder α]
{a : α}
(ha : a ≤ 0)
:
Function.const β a ≤ 0
theorem
Function.const_le_one_of_le_one
{α : Type u_2}
(β : Type u_3)
[One α]
[Preorder α]
{a : α}
(ha : a ≤ 1)
:
Function.const β a ≤ 1
@[simp]
theorem
Pi.mulSingle_le_mulSingle
{ι : Type u_6}
{α : ι → Type u_7}
[DecidableEq ι]
[(i : ι) → One (α i)]
[(i : ι) → Preorder (α i)]
{i : ι}
{a : α i}
{b : α i}
:
Pi.mulSingle i a ≤ Pi.mulSingle i b ↔ a ≤ b
theorem
Pi.GCongr.mulSingle_mono
{ι : Type u_6}
{α : ι → Type u_7}
[DecidableEq ι]
[(i : ι) → One (α i)]
[(i : ι) → Preorder (α i)]
{i : ι}
{a : α i}
{b : α i}
:
a ≤ b → Pi.mulSingle i a ≤ Pi.mulSingle i b
Alias of the reverse direction of Pi.mulSingle_le_mulSingle
.
@[simp]
theorem
Pi.one_le_mulSingle
{ι : Type u_6}
{α : ι → Type u_7}
[DecidableEq ι]
[(i : ι) → One (α i)]
[(i : ι) → Preorder (α i)]
{i : ι}
{a : α i}
:
1 ≤ Pi.mulSingle i a ↔ 1 ≤ a
@[simp]
theorem
Pi.mulSingle_le_one
{ι : Type u_6}
{α : ι → Type u_7}
[DecidableEq ι]
[(i : ι) → One (α i)]
[(i : ι) → Preorder (α i)]
{i : ι}
{a : α i}
:
Pi.mulSingle i a ≤ 1 ↔ a ≤ 1